@charset "UTF-8";
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 200, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 209, ../scss/_normalize.scss */
p,
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 218, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 231, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 241, ../scss/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 249, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 259, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 267, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 275, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 279, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 291, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 298, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 306, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 316, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 331, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 340, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 352, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 364, ../scss/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 372, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 384, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 398, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 413, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 425, ../scss/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 440, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 453, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 465, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 479, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 491, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 500, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 511, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 524, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 73, ../scss/_mixins.scss */
.cf {
  *zoom: 1;
}
/* line 61, ../scss/_mixins.scss */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 66, ../scss/_mixins.scss */
.cf:after {
  clear: both;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, ../scss/_vendor.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

/** THEME
===================================*/
/* line 28, ../scss/_vendor.scss */
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 41, ../scss/_vendor.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 50, ../scss/_vendor.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

/* PAGER */
/* line 63, ../scss/_vendor.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 72, ../scss/_vendor.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 79, ../scss/_vendor.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  border: 2px solid black;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* line 93, ../scss/_vendor.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: black;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 100, ../scss/_vendor.scss */
.bx-wrapper .bx-prev {
  left: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-left.png) no-repeat;
  background-image: url(../img/controls/arrow-left.svg), none;
  background-position: center;
  opacity: 0.5;
}

/* line 110, ../scss/_vendor.scss */
.bx-wrapper .bx-next {
  right: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-right.png) no-repeat;
  background-image: url(../img/controls/arrow-right.svg), none;
  background-position: center;
  opacity: 0.5;
}

/* line 119, ../scss/_vendor.scss */
.bx-wrapper .bx-prev:hover {
  opacity: 1;
}

/* line 123, ../scss/_vendor.scss */
.bx-wrapper .bx-next:hover {
  opacity: 1;
}

/* line 128, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 46%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 300;
}

/* line 140, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 146, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 150, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 160, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 165, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 175, ../scss/_vendor.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 182, ../scss/_vendor.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 187, ../scss/_vendor.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 194, ../scss/_vendor.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 203, ../scss/_vendor.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 236, ../scss/_vendor.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 254, ../scss/_vendor.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 261, ../scss/_vendor.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 271, ../scss/_vendor.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 281, ../scss/_vendor.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 285, ../scss/_vendor.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 289, ../scss/_vendor.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 293, ../scss/_vendor.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 301, ../scss/_vendor.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 307, ../scss/_vendor.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 316, ../scss/_vendor.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 328, ../scss/_vendor.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
}

/* line 334, ../scss/_vendor.scss */
.fancybox-close {
  position: absolute;
  top: -15px;
  right: -59px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 8040;
  padding: 2px;
  background-position: 0px 0px;
  background: url(../img/controls/close.png) no-repeat;
  background-image: url(../img/controls/close.svg), none;
  border: none;
}
/* line 347, ../scss/_vendor.scss */
.fancybox-close:link, .fancybox-close:visited {
  border: none;
}
@media (max-width: 959px) {
  /* line 334, ../scss/_vendor.scss */
  .fancybox-close {
    top: -15px;
    right: -42px;
  }
}

/* line 355, ../scss/_vendor.scss */
a.fancybox-nav,
a.fancybox-nav:link {
  border: none;
}

/* line 359, ../scss/_vendor.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 371, ../scss/_vendor.scss */
.fancybox-prev {
  left: 0;
}

/* line 375, ../scss/_vendor.scss */
.fancybox-next {
  right: 0;
}

/* line 379, ../scss/_vendor.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 390, ../scss/_vendor.scss */
.fancybox-prev span {
  left: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-left.png) no-repeat;
  background-image: url(../img/controls/arrow-left.svg), none;
  background-position: center;
}

/* line 399, ../scss/_vendor.scss */
.fancybox-next span {
  right: 0px;
  padding: 2px;
  background: rgba(255, 255, 255, 0.9) url(../img/controls/arrow-right.png) no-repeat;
  background-image: url(../img/controls/arrow-right.svg), none;
  background-position: center;
}

/* line 408, ../scss/_vendor.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 412, ../scss/_vendor.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 424, ../scss/_vendor.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 429, ../scss/_vendor.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 433, ../scss/_vendor.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 437, ../scss/_vendor.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7);
}

/* line 447, ../scss/_vendor.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 453, ../scss/_vendor.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 460, ../scss/_vendor.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 468, ../scss/_vendor.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 472, ../scss/_vendor.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 481, ../scss/_vendor.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 497, ../scss/_vendor.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 503, ../scss/_vendor.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 507, ../scss/_vendor.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* line 1, ../scss/_sprite.scss */
.arrow-r, .arrow-l,
.mm-quotes-landing .bx-wrapper .bx-next,
.mm-quotes-landing .bx-wrapper .bx-prev,
.mm-post-slider .bx-wrapper .bx-next,
.mm-post-slider .bx-wrapper .bx-prev,
.mm-app-landing .bx-wrapper .bx-prev, .mm-app-landing .bx-wrapper .bx-next, .dark-arrow-down, .external, .hp-news-arrow-l, .hp-news-arrow-r, .loader, .post-arrow-l, .post-arrow-r, .quote-arrow-l, .quote-arrow-r {
  background: url(../img/sprite.png) no-repeat;
}

/* line 10, ../scss/_sprite.scss */
.dark-arrow-down {
  background-position: -548px -417px;
  width: 60px;
  height: 60px;
}

/* line 16, ../scss/_sprite.scss */
.external {
  background-position: -564px -110px;
  width: 27px;
  height: 21px;
}

/*.mm-app-landing .bx-wrapper .bx-prev,*/
/* line 22, ../scss/_sprite.scss */
.hp-news-arrow-l {
  background-position: -15px -9px;
  width: 21px;
  height: 29px;
}

/*.mm-app-landing .bx-wrapper .bx-next,*/
/* line 28, ../scss/_sprite.scss */
.hp-news-arrow-r {
  background-position: -65px -9px;
  width: 21px;
  height: 29px;
}

/* line 34, ../scss/_sprite.scss */
.loader {
  background-position: -355px -399px;
  width: 80px;
  height: 79px;
}

/* line 41, ../scss/_sprite.scss */
.arrow-l,
.mm-quotes-landing .bx-wrapper .bx-prev, .mm-app-landing .bx-wrapper .bx-prev, .mm-post-slider .bx-wrapper .bx-prev, .post-arrow-l {
  background-position: -287px -70px;
  width: 60px;
  height: 60px;
}

/* line 49, ../scss/_sprite.scss */
.arrow-r,
.mm-quotes-landing .bx-wrapper .bx-next, .mm-app-landing .bx-wrapper .bx-next, .mm-post-slider .bx-wrapper .bx-next, .post-arrow-r {
  background-position: -367px -70px;
  width: 60px;
  height: 60px;
}

/* line 57, ../scss/_sprite.scss */
.mm-quotes-landing .bx-wrapper .bx-prev, .quote-arrow-l {
  left: 10px;
  top: 45%;
}

/* line 68, ../scss/_sprite.scss */
.mm-quotes-landing .bx-wrapper .bx-next, .quote-arrow-r {
  right: 10px;
  top: 45%;
}

/* line 3, ../scss/_nav.scss */
.show-menu {
  top: 10px;
  right: 50px;
  padding: 5px;
  position: absolute;
  z-index: 800;
  line-height: 1;
}
/* line 10, ../scss/_nav.scss */
.show-menu .burger {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 36px;
  border-radius: 100%;
  background-color: white;
  height: 36px;
  -moz-box-shadow: #535353 0px 1px 1px;
  -webkit-box-shadow: #535353 0px 1px 1px;
  box-shadow: #535353 0px 1px 1px;
}
/* line 19, ../scss/_nav.scss */
.show-menu .burger > div {
  width: 60%;
  height: 2px;
  background: #1d1d1d;
  margin-left: 20%;
}
/* line 25, ../scss/_nav.scss */
.show-menu .burger > div.line1 {
  margin-top: 12px;
}
/* line 28, ../scss/_nav.scss */
.show-menu .burger > div.line2 {
  margin: 4px 0 4px 20%;
}
/* line 33, ../scss/_nav.scss */
.show-menu .burger.ex div.line1 {
  height: 0px;
}
/* line 36, ../scss/_nav.scss */
.show-menu .burger.ex div.line2 {
  transform: rotate(45deg);
  border-radius: 0;
  height: 3px;
  margin-top: 10px;
}
/* line 42, ../scss/_nav.scss */
.show-menu .burger.ex div.line3 {
  transform: rotate(-45deg);
  border-radius: 0;
  height: 3px;
  margin-top: -6px;
}

/* line 1, ../scss/_footer.scss */
footer {
  background-color: #050505;
  background-size: contain;
  background-position: left;
  color: white;
  padding: 40px 40px 30px;
  margin-top: -1px;
  clear: both;
}
@media (max-width: 959px) {
  /* line 1, ../scss/_footer.scss */
  footer {
    text-align: center;
    padding: 50px 0px 40px;
  }
}
/* line 14, ../scss/_footer.scss */
footer .footer-logo {
  margin-bottom: -26px;
  max-width: 250px;
}
@media (max-width: 959px) {
  /* line 14, ../scss/_footer.scss */
  footer .footer-logo {
    margin: 0 auto 20px;
  }
}
@media (max-width: 599px) {
  /* line 14, ../scss/_footer.scss */
  footer .footer-logo {
    width: 240px;
    margin-bottom: 0px;
  }
}
/* line 27, ../scss/_footer.scss */
footer ul {
  margin-left: 14%;
  text-align: center;
  display: inline;
}
@media (min-width: 1801px) {
  /* line 27, ../scss/_footer.scss */
  footer ul {
    margin-left: 21%;
  }
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 27, ../scss/_footer.scss */
  footer ul {
    margin-left: 80px;
  }
}
@media (max-width: 959px) {
  /* line 27, ../scss/_footer.scss */
  footer ul {
    margin: 0 auto;
    display: block;
    width: auto;
  }
}
/* line 42, ../scss/_footer.scss */
footer ul li {
  display: inline;
}
/* line 45, ../scss/_footer.scss */
footer ul a {
  text-decoration: none;
  margin: 0 21px;
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  letter-spacing: 2px;
}
/* line 53, ../scss/_footer.scss */
footer ul a:last-child {
  margin-right: 0px;
}
@media (min-width: 1401px) {
  /* line 45, ../scss/_footer.scss */
  footer ul a {
    margin: 35px;
  }
}
@media (max-width: 599px) {
  /* line 45, ../scss/_footer.scss */
  footer ul a {
    margin: 5px;
    font-size: 14px;
  }
  /* line 62, ../scss/_footer.scss */
  footer ul a:last-child {
    margin-right: 5px;
  }
}
/* line 68, ../scss/_footer.scss */
footer p {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 22px;
}
/* line 72, ../scss/_footer.scss */
footer p.licensing {
  font-size: 12px;
  margin-top: 40px;
}
/* line 75, ../scss/_footer.scss */
footer p.licensing > a {
  color: white;
  text-decoration: none;
}
@media (max-width: 959px) {
  /* line 72, ../scss/_footer.scss */
  footer p.licensing {
    padding-bottom: 3px;
    border-bottom: 1px solid white;
    font-size: 16px;
    margin: 25px 0px;
    display: inline-block;
    margin: 0 auto;
  }
}
/* line 88, ../scss/_footer.scss */
footer p.copyright {
  color: #6a6a6a;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 91, ../scss/_footer.scss */
  footer p.copyright br {
    display: none;
  }
}
@media (max-width: 959px) {
  /* line 88, ../scss/_footer.scss */
  footer p.copyright {
    margin: 20px 10px;
  }
  /* line 96, ../scss/_footer.scss */
  footer p.copyright br {
    display: none;
  }
}
@media (max-width: 599px) {
  /* line 88, ../scss/_footer.scss */
  footer p.copyright {
    text-align: justify;
  }
}
/* line 107, ../scss/_footer.scss */
footer p.copyright2 {
  display: inline;
  color: #424242;
  float: left;
}
@media (max-width: 959px) {
  /* line 107, ../scss/_footer.scss */
  footer p.copyright2 {
    width: 360px;
    float: none;
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 20px;
  }
}
@media (max-width: 599px) {
  /* line 107, ../scss/_footer.scss */
  footer p.copyright2 {
    width: auto;
    margin: 0 10px;
    text-align: justify;
  }
}
/* line 124, ../scss/_footer.scss */
footer p.frank {
  font-size: 9px;
  float: right;
  color: #b2b2b2;
}
/* line 128, ../scss/_footer.scss */
footer p.frank a {
  color: white;
  text-decoration: none;
}
/* line 132, ../scss/_footer.scss */
footer p.frank .fc {
  color: white;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 124, ../scss/_footer.scss */
  footer p.frank {
    float: none;
    text-align: center;
    clear: left;
  }
}
@media (max-width: 959px) {
  /* line 124, ../scss/_footer.scss */
  footer p.frank {
    float: none;
    text-align: center;
    clear: left;
  }
}
/* line 148, ../scss/_footer.scss */
footer .pp {
  color: white;
  font-size: 8px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 10px;
  float: left;
  *zoom: 1;
}
/* line 61, ../scss/_mixins.scss */
footer .pp:before, footer .pp:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 66, ../scss/_mixins.scss */
footer .pp:after {
  clear: both;
}

/* line 2, ../scss/_header.scss */
.site-header {
  z-index: 500;
  position: fixed;
  width: 100%;
}
/* line 8, ../scss/_header.scss */
.site-header .site-branding .logo {
  position: absolute;
  top: 31px;
  left: 30px;
  z-index: 90;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  -ms-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}
/* line 14, ../scss/_header.scss */
.site-header .site-branding .logo.logo-hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media (max-width: 599px) {
  /* line 14, ../scss/_header.scss */
  .site-header .site-branding .logo.logo-hide {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* line 19, ../scss/_header.scss */
.site-header .site-branding .logo.logo-hide:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 23, ../scss/_header.scss */
.site-header .site-branding .logo.logo-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media (max-width: 599px) {
  /* line 8, ../scss/_header.scss */
  .site-header .site-branding .logo {
    top: 29px;
    left: 20px;
    width: 210px;
  }
}
@media (max-width: 599px) {
  /* line 2, ../scss/_header.scss */
  .site-header {
    background-image: none;
    background: #1d1d1d;
    height: 70px;
    position: fixed !important;
    width: 100%;
  }
}

/* line 51, ../scss/_header.scss */
#scroll-jack-header {
  height: 800px;
  height: 100vh;
  width: 100%;
  background-image: url("../img/hero/bkgd.jpg");
  overflow: hidden;
  position: relative;
}
@media (max-width: 959px) {
  /* line 51, ../scss/_header.scss */
  #scroll-jack-header {
    height: 500px;
  }
}
@media (max-width: 599px) {
  /* line 51, ../scss/_header.scss */
  #scroll-jack-header {
    height: 400px;
    margin-bottom: -90px;
    display: none;
  }
}
/* line 66, ../scss/_header.scss */
#scroll-jack-header .hp-down-arrow {
  background-image: url("../img/controls/arrow-down.png");
  position: absolute;
  left: 48%;
  bottom: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  bottom: 20px;
}
@media (max-width: 599px) {
  /* line 66, ../scss/_header.scss */
  #scroll-jack-header .hp-down-arrow {
    display: none;
  }
}
@media (max-width: 959px) {
  /* line 66, ../scss/_header.scss */
  #scroll-jack-header .hp-down-arrow {
    bottom: 80px;
    position: relative;
  }
}
@media (max-width: 599px) {
  /* line 66, ../scss/_header.scss */
  #scroll-jack-header .hp-down-arrow {
    left: 43%;
  }
}

/* line 80, ../scss/_header.scss */
.mobile-home-header {
  display: none;
}
@media (max-width: 599px) {
  /* line 80, ../scss/_header.scss */
  .mobile-home-header {
    display: block;
  }
  /* line 84, ../scss/_header.scss */
  .mobile-home-header img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/* line 92, ../scss/_header.scss */
.landing-page-header {
  background-size: cover;
  background-position: center;
  background-color: #e6eaec;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}
/* line 105, ../scss/_header.scss */
.landing-page-header .frame-in {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 105, ../scss/_header.scss */
  .landing-page-header .frame-in {
    background-position: 100% 20%;
  }
}
/* line 117, ../scss/_header.scss */
.landing-page-header img {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 20%;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 117, ../scss/_header.scss */
  .landing-page-header img {
    bottom: 30%;
  }
}
@media (max-width: 959px) {
  /* line 117, ../scss/_header.scss */
  .landing-page-header img {
    bottom: 27%;
  }
}

/* line 139, ../scss/_header.scss */
.header-marilyn {
  position: absolute;
  background-image: url("../img/hero/mm-shadow.png");
  background-position: center;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 60%;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 139, ../scss/_header.scss */
  .header-marilyn {
    background-size: 75%;
  }
}
@media (max-width: 959px) {
  /* line 139, ../scss/_header.scss */
  .header-marilyn {
    position: relative;
    background-position: center bottom;
  }
}
@media (max-width: 599px) {
  /* line 139, ../scss/_header.scss */
  .header-marilyn {
    position: relative;
    background-position: center 70px;
  }
}

/* line 165, ../scss/_header.scss */
.mm-sig {
  position: absolute;
  bottom: 100px;
  z-index: 90;
  right: 10px;
  width: 280px;
}
@media (min-width: 1401px) {
  /* line 165, ../scss/_header.scss */
  .mm-sig {
    right: 95px;
  }
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 165, ../scss/_header.scss */
  .mm-sig {
    bottom: 30px;
    width: 240px;
  }
}
@media (max-width: 959px) {
  /* line 165, ../scss/_header.scss */
  .mm-sig {
    bottom: 10%;
    width: 140px;
  }
}
@media (max-width: 599px) {
  /* line 165, ../scss/_header.scss */
  .mm-sig {
    bottom: 10%;
    width: 80px;
  }
}

/* line 190, ../scss/_header.scss */
.hp-down-arrow {
  background-image: url("../img/controls/arrow-down.png");
  position: absolute;
  left: 48%;
  bottom: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  bottom: 30px;
}
@media (max-width: 599px) {
  /* line 190, ../scss/_header.scss */
  .hp-down-arrow {
    display: none;
  }
}

/* line 199, ../scss/_header.scss */
.active {
  height: 100%;
  /*
  @include breakpoint(break){
  	height: 500px;
  }
  @include breakpoint(small) {
  	height: 400px;
  }
  */
}

/* line 210, ../scss/_header.scss */
.news-landing-header {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  text-align: left;
}
@media (min-width: 1401px) {
  /* line 210, ../scss/_header.scss */
  .news-landing-header {
    height: 580px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 210, ../scss/_header.scss */
  .news-landing-header {
    height: 400px;
  }
}
@media (max-width: 599px) {
  /* line 210, ../scss/_header.scss */
  .news-landing-header {
    height: 360px;
  }
}
/* line 249, ../scss/_mixins.scss */
.news-landing-header:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .news-landing-header:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .news-landing-header:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.news-landing-header .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .news-landing-header .middle-align {
    text-align: center;
  }
}
/* line 218, ../scss/_header.scss */
.news-landing-header .middle-align .news-landing-title {
  font-size: 250px;
  margin: 60px 0 0 50px;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 959px) {
  /* line 218, ../scss/_header.scss */
  .news-landing-header .middle-align .news-landing-title {
    font-size: 190px;
    margin: 0 auto 0 10px;
  }
}
@media (max-width: 599px) {
  /* line 210, ../scss/_header.scss */
  .news-landing-header {
    display: none;
  }
}

/* line 233, ../scss/_header.scss */
.news-post-header {
  height: 650px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  text-align: left;
}
@media (min-width: 1401px) {
  /* line 233, ../scss/_header.scss */
  .news-post-header {
    height: 730px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 233, ../scss/_header.scss */
  .news-post-header {
    height: 550px;
  }
}
@media (max-width: 599px) {
  /* line 233, ../scss/_header.scss */
  .news-post-header {
    height: 510px;
  }
}
/* line 249, ../scss/_mixins.scss */
.news-post-header:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .news-post-header:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .news-post-header:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.news-post-header .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .news-post-header .middle-align {
    text-align: center;
  }
}
/* line 240, ../scss/_header.scss */
.news-post-header .down-arrow {
  background-image: url("../img/controls/arrow-down.png");
  position: absolute;
  left: 48%;
  bottom: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
@media (max-width: 599px) {
  /* line 240, ../scss/_header.scss */
  .news-post-header .down-arrow {
    display: none;
  }
}
/* line 243, ../scss/_header.scss */
.news-post-header .middle-align {
  margin-left: 30px;
}
/* line 245, ../scss/_header.scss */
.news-post-header .middle-align h1 {
  color: white;
  font-size: 100px;
  line-height: 100px;
  max-width: 650px;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 245, ../scss/_header.scss */
  .news-post-header .middle-align h1 {
    max-width: none;
    font-size: 60px;
    line-height: 1.1em;
  }
}
@media (max-width: 599px) {
  /* line 245, ../scss/_header.scss */
  .news-post-header .middle-align h1 {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (max-width: 599px) {
  /* line 233, ../scss/_header.scss */
  .news-post-header {
    background-image: none !important;
    background-color: #1d1d1d;
    height: 200px;
    display: none;
  }
}

/* line 269, ../scss/_header.scss */
.mobile-news-post-header {
  background-color: #444;
  display: none;
  height: 310px;
  background-position: center;
  background-size: cover;
  text-align: center;
  text-align: left;
}
/* line 249, ../scss/_mixins.scss */
.mobile-news-post-header:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mobile-news-post-header:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mobile-news-post-header:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mobile-news-post-header .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mobile-news-post-header .middle-align {
    text-align: center;
  }
}
/* line 277, ../scss/_header.scss */
.mobile-news-post-header .middle-align {
  margin-left: 20px;
}
/* line 279, ../scss/_header.scss */
.mobile-news-post-header .middle-align h1 {
  color: white;
  font-size: 52px;
  line-height: 46px;
  max-width: 150px;
  text-align: left;
}
@media (max-width: 599px) {
  /* line 269, ../scss/_header.scss */
  .mobile-news-post-header {
    display: block;
  }
}

/* line 291, ../scss/_header.scss */
.quote-header {
  height: 550px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: #1d1d1d;
  overflow: hidden;
}
@media (min-width: 1401px) {
  /* line 291, ../scss/_header.scss */
  .quote-header {
    height: 630px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 291, ../scss/_header.scss */
  .quote-header {
    height: 450px;
  }
}
@media (max-width: 599px) {
  /* line 291, ../scss/_header.scss */
  .quote-header {
    height: 410px;
  }
}
/* line 298, ../scss/_header.scss */
.quote-header .quote-marilyn-img {
  position: absolute;
  bottom: 0px;
  z-index: 3;
}
@media (max-width: 959px) {
  /* line 298, ../scss/_header.scss */
  .quote-header .quote-marilyn-img {
    left: -210px;
    max-width: 1000px;
  }
}
/* line 307, ../scss/_header.scss */
.quote-header .quote-header-text {
  z-index: 2;
  width: 960px;
  margin: 0 auto;
  text-align: right;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 307, ../scss/_header.scss */
  .quote-header .quote-header-text {
    width: 960px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 307, ../scss/_header.scss */
  .quote-header .quote-header-text {
    width: 600px;
  }
}
@media (max-width: 599px) {
  /* line 307, ../scss/_header.scss */
  .quote-header .quote-header-text {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 307, ../scss/_header.scss */
  .quote-header .quote-header-text {
    float: right;
    margin-right: 20px;
  }
}
/* line 315, ../scss/_header.scss */
.quote-header .quote-header-text h1 {
  font-family: 'Didot 42 A', 'Didot 42 B';
  font-weight: 300;
  font-style: italic;
  font-size: 280px;
  letter-spacing: -10px;
  color: white;
  padding: 0px 0px;
  line-height: 200px;
  padding-top: 300px;
}
@media (min-width: 1401px) {
  /* line 315, ../scss/_header.scss */
  .quote-header .quote-header-text h1 {
    padding-top: 380px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 315, ../scss/_header.scss */
  .quote-header .quote-header-text h1 {
    padding-top: 200px;
  }
}
@media (max-width: 599px) {
  /* line 315, ../scss/_header.scss */
  .quote-header .quote-header-text h1 {
    padding-top: 160px;
  }
}
@media (max-width: 959px) {
  /* line 315, ../scss/_header.scss */
  .quote-header .quote-header-text h1 {
    font-size: 220px;
  }
}
/* line 327, ../scss/_header.scss */
.quote-header .quote-header-text h3 {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #b2b2b2;
  letter-spacing: 4px;
  font-size: 20px;
  margin: 5px 0px 0px;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 327, ../scss/_header.scss */
  .quote-header .quote-header-text h3 {
    font-size: 14px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  /* line 291, ../scss/_header.scss */
  .quote-header {
    display: none;
  }
}

/* line 344, ../scss/_header.scss */
.main-navigation {
  display: none;
}

/* line 347, ../scss/_header.scss */
.sitewide-nav {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 8000;
  font-family: 'Didot 42 A', 'Didot 42 B';
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 599px) {
  /* line 347, ../scss/_header.scss */
  .sitewide-nav {
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
/* line 361, ../scss/_header.scss */
.sitewide-nav ul {
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  /* line 361, ../scss/_header.scss */
  .sitewide-nav ul {
    position: absolute;
    height: 88%;
    height: calc(100% - 70px);
  }
}
/* line 371, ../scss/_header.scss */
.sitewide-nav li {
  height: 50%;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 379, ../scss/_header.scss */
.sitewide-nav li:first-child {
  border-right: 1px solid #dedad9;
  border-bottom: 1px solid #dedad9;
}
/* line 383, ../scss/_header.scss */
.sitewide-nav li:nth-child(2) {
  border-bottom: 1px solid #dedad9;
}
/* line 386, ../scss/_header.scss */
.sitewide-nav li:nth-child(3) {
  clear: left;
  border-right: 1px solid #dedad9;
}
/* line 391, ../scss/_header.scss */
.sitewide-nav li.shop .icon {
  height: 20px;
  width: 20px;
  background-image: url("../img/external-sprite.png");
  background-position: 20px 20px;
  display: inline-block;
}
@media (max-width: 959px) {
  /* line 399, ../scss/_header.scss */
  .sitewide-nav li.shop a span.middle-align {
    margin-left: 20px;
  }
}
/* line 404, ../scss/_header.scss */
.sitewide-nav li a {
  font-size: 70px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.9);
  letter-spacing: -1px;
  text-align: center;
  text-align: center;
}
/* line 414, ../scss/_header.scss */
.sitewide-nav li a span.middle-align {
  color: #535353;
}
@media (max-width: 599px) {
  /* line 404, ../scss/_header.scss */
  .sitewide-nav li a {
    font-size: 45px;
  }
}
/* line 424, ../scss/_header.scss */
.sitewide-nav li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: rgba(20, 20, 20, 0.9);
}
/* line 427, ../scss/_header.scss */
.sitewide-nav li a:hover span.middle-align {
  color: #fff;
}
/* line 432, ../scss/_header.scss */
.sitewide-nav li a.shop-link:hover .icon {
  background-position: 20px -1px;
}
/* line 249, ../scss/_mixins.scss */
.sitewide-nav li a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .sitewide-nav li a:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .sitewide-nav li a:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.sitewide-nav li a .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .sitewide-nav li a .middle-align {
    text-align: center;
  }
}
/* line 437, ../scss/_header.scss */
.sitewide-nav li a:before {
  display: inline;
}
/* line 440, ../scss/_header.scss */
.sitewide-nav li a .middle-align {
  color: black;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 448, ../scss/_header.scss */
.show-menu:link,
.show-menu:link:hover,
.show-menu:visited,
.show-menu {
  top: 20px;
  right: 50px;
  padding: 5px;
  position: fixed;
  z-index: 8001;
  line-height: 1;
}
@media (max-width: 599px) {
  /* line 448, ../scss/_header.scss */
  .show-menu:link,
  .show-menu:link:hover,
  .show-menu:visited,
  .show-menu {
    top: 15px;
  }
}
/* line 461, ../scss/_header.scss */
.show-menu:link .burger,
.show-menu:link:hover .burger,
.show-menu:visited .burger,
.show-menu .burger {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 36px;
  border-radius: 100%;
  background-color: white;
  height: 36px;
  -moz-box-shadow: #535353 0px 1px 1px;
  -webkit-box-shadow: #535353 0px 1px 1px;
  box-shadow: #535353 0px 1px 1px;
}
/* line 470, ../scss/_header.scss */
.show-menu:link .burger > div,
.show-menu:link:hover .burger > div,
.show-menu:visited .burger > div,
.show-menu .burger > div {
  width: 60%;
  height: 2px;
  background: #1d1d1d;
  margin-left: 20%;
}
/* line 476, ../scss/_header.scss */
.show-menu:link .burger > div.line1,
.show-menu:link:hover .burger > div.line1,
.show-menu:visited .burger > div.line1,
.show-menu .burger > div.line1 {
  margin-top: 12px;
}
/* line 479, ../scss/_header.scss */
.show-menu:link .burger > div.line2,
.show-menu:link:hover .burger > div.line2,
.show-menu:visited .burger > div.line2,
.show-menu .burger > div.line2 {
  margin: 4px 0 4px 20%;
}
/* line 484, ../scss/_header.scss */
.show-menu:link .burger.ex div.line1,
.show-menu:link:hover .burger.ex div.line1,
.show-menu:visited .burger.ex div.line1,
.show-menu .burger.ex div.line1 {
  height: 0px;
}
/* line 487, ../scss/_header.scss */
.show-menu:link .burger.ex div.line2,
.show-menu:link:hover .burger.ex div.line2,
.show-menu:visited .burger.ex div.line2,
.show-menu .burger.ex div.line2 {
  transform: rotate(45deg);
  border-radius: 0;
  height: 3px;
  margin-top: 10px;
}
/* line 493, ../scss/_header.scss */
.show-menu:link .burger.ex div.line3,
.show-menu:link:hover .burger.ex div.line3,
.show-menu:visited .burger.ex div.line3,
.show-menu .burger.ex div.line3 {
  transform: rotate(-45deg);
  border-radius: 0;
  height: 3px;
  margin-top: -6px;
}

/* line 2, ../scss/_landing-page.scss */
.content-area {
  height: 100%;
}

/* line 5, ../scss/_landing-page.scss */
.mm-app-landing {
  height: inherit;
  /*
  .bx-wrapper {
    height: 585px;
    @include breakpoint(tablet){
      //height: inherit;
      // display:none;
    }
    @include breakpoint(small){
      //height: inherit;
    }
  }
  .bx-viewport {
    //margin-top: -16px;
    @include breakpoint(tablet){
      //overflow:visible !important;
    }
  }
  .bx-clone {
    @include breakpoint(break){
    //  display:none;
    }
  }
  .bxslider-app {
    @include breakpoint(tablet){
      //width:inherit !important;
      //transform:none !important;
     // display:none;
    }
  }
  .not-bxslider {
    display:none;
    @include breakpoint(tablet){
      display:block;
    }
  }
  .bx-wrapper .bx-pager {
    @include carousel-dots;
    height: 50px;
      @include breakpoint(tablet) {
     // display:none;
    }
  }

  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #fff;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
  }
  .bx-wrapper .bx-prev {
    //background: url('../img/home-hero-leftarrow.png') no-repeat;
    //height: 36px;
    //top:88%;
    left:10px;
    top:45%;
    @include breakpoint(tablet){
     // display:none;
    }
  }  
  .bx-wrapper .bx-next {
    //background: url('../img/home-hero-rightarrow.png') no-repeat;
    //height: 36px;
    //top:88%;
    //right:90%;
    right:10px;
    top:45%;
    //left:80px;
    @include breakpoint(tablet){
      display:none;
    }
  }   
  */
}
@media (max-width: 599px) {
  /* line 5, ../scss/_landing-page.scss */
  .mm-app-landing {
    margin-top: 70px;
  }
}
/* line 11, ../scss/_landing-page.scss */
.mm-app-landing .image-tablet {
  height: 400px;
  width: 100%;
  float: none;
  margin-bottom: -1px;
  background-size: cover;
  background-position: center;
}
/* line 20, ../scss/_landing-page.scss */
.mm-app-landing .slide-stack .slide-stack-text {
  width: 100%;
  background-color: white;
  position: relative;
  bottom: 0px;
  padding: 20px 0px;
  text-align: center;
}
/* line 27, ../scss/_landing-page.scss */
.mm-app-landing .slide-stack .slide-stack-text h3 {
  margin: 0px auto 0 20px;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 50px;
  width: 50%;
}
/* line 34, ../scss/_landing-page.scss */
.mm-app-landing .slide-stack .slide-stack-text h3 > a {
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
}
@media (max-width: 780px) {
  /* line 34, ../scss/_landing-page.scss */
  .mm-app-landing .slide-stack .slide-stack-text h3 > a {
    color: #1d1d1d;
  }
}
@media (max-width: 780px) {
  /* line 27, ../scss/_landing-page.scss */
  .mm-app-landing .slide-stack .slide-stack-text h3 {
    color: #1d1d1d;
    width: 100%;
    font-family: 'Didot 42 A', 'Didot 42 B';
    font-weight: 300;
    font-style: italic;
    margin: 0 auto;
  }
  /* line 50, ../scss/_landing-page.scss */
  .mm-app-landing .slide-stack .slide-stack-text h3 br {
    display: none;
  }
}
/* line 55, ../scss/_landing-page.scss */
.mm-app-landing .slide-stack .slide-stack-text h6 {
  margin: 0px 0 15px 20px;
  color: #b2b2b2;
  font-size: 24px;
  text-transform: uppercase;
}
/* line 60, ../scss/_landing-page.scss */
.mm-app-landing .slide-stack .slide-stack-text h6 > a {
  text-decoration: none;
  color: #b2b2b2;
  display: block;
  width: 100%;
}
@media (max-width: 780px) {
  /* line 60, ../scss/_landing-page.scss */
  .mm-app-landing .slide-stack .slide-stack-text h6 > a {
    color: #1d1d1d;
  }
}
@media (max-width: 780px) {
  /* line 55, ../scss/_landing-page.scss */
  .mm-app-landing .slide-stack .slide-stack-text h6 {
    font-family: 'Didot 42 A', 'Didot 42 B';
    font-weight: 300;
    font-style: italic;
    font-size: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #1d1d1d;
    width: 100%;
    display: none;
  }
}
@media (max-width: 599px) {
  /* line 55, ../scss/_landing-page.scss */
  .mm-app-landing .slide-stack .slide-stack-text h6 {
    font-size: 38px;
    line-height: 38px;
  }
}
/* line 83, ../scss/_landing-page.scss */
.mm-app-landing .slide-stack .slide-stack-text a.view {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  display: inline;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 auto 0 20px;
}
@media (max-width: 780px) {
  /* line 83, ../scss/_landing-page.scss */
  .mm-app-landing .slide-stack .slide-stack-text a.view {
    display: none;
  }
}
/* line 93, ../scss/_landing-page.scss */
.mm-app-landing li {
  background-color: #333;
  background-repeat: no-repeat;
  height: 585px;
  width: 100%;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (max-width: 780px) {
  /* line 93, ../scss/_landing-page.scss */
  .mm-app-landing li {
    background-image: none !important;
  }
}
/* line 249, ../scss/_mixins.scss */
.mm-app-landing li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-app-landing li:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-app-landing li:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mm-app-landing li .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mm-app-landing li .middle-align {
    text-align: center;
  }
}
@media (max-width: 780px) {
  /* line 93, ../scss/_landing-page.scss */
  .mm-app-landing li {
    height: 400px;
    overflow: visible;
  }
}
@media (max-width: 599px) {
  /* line 93, ../scss/_landing-page.scss */
  .mm-app-landing li {
    height: 400px;
  }
}
/* line 113, ../scss/_landing-page.scss */
.mm-app-landing li .mobile-bg {
  display: none;
}
@media (max-width: 780px) {
  /* line 113, ../scss/_landing-page.scss */
  .mm-app-landing li .mobile-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
}
/* line 126, ../scss/_landing-page.scss */
.mm-app-landing li .middle-align {
  width: 1164px;
  margin: 0 auto;
  /*
  @include breakpoint(tablet) {
    display: table;
    width: 100%;
    background-color: white;
    position: relative;
    bottom: 0px;
    padding: 20px 0px;
  } */
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 126, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align {
    width: 960px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 126, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align {
    width: 780px;
    text-align: left;
  }
}
@media (max-width: 780px) {
  /* line 126, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align {
    width: 600px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  /* line 126, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}
@media (max-width: 780px) {
  /* line 126, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align {
    position: absolute;
    bottom: 0px;
    padding: 20px 0px 40px;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
  }
}
/* line 147, ../scss/_landing-page.scss */
.mm-app-landing li .middle-align h3 {
  margin: 0px auto 0 20px;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 50px;
  width: 50%;
}
/* line 155, ../scss/_landing-page.scss */
.mm-app-landing li .middle-align h3 > a {
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
}
@media (max-width: 780px) {
  /* line 155, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align h3 > a {
    color: #1d1d1d;
  }
}
@media (max-width: 780px) {
  /* line 147, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align h3 {
    color: #1d1d1d;
    width: 100%;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    margin: 0 auto;
  }
  /* line 171, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align h3 br {
    display: none;
  }
}
@media (max-width: 599px) {
  /* line 147, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align h3 {
    font-size: 18px;
    line-height: 1em;
  }
}
/* line 180, ../scss/_landing-page.scss */
.mm-app-landing li .middle-align h6 {
  margin: 0px 0 15px 20px;
  color: #b2b2b2;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  /* line 180, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align h6 {
    font-size: 18px;
    line-height: 1em;
  }
}
/* line 189, ../scss/_landing-page.scss */
.mm-app-landing li .middle-align h6 > a {
  text-decoration: none;
  color: #b2b2b2;
  display: block;
  width: 100%;
}
@media (max-width: 780px) {
  /* line 189, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align h6 > a {
    color: #1d1d1d;
  }
}
@media (max-width: 780px) {
  /* line 180, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align h6 {
    font-family: 'Didot 42 A', 'Didot 42 B';
    font-weight: 300;
    font-style: italic;
    font-size: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #1d1d1d;
    width: 100%;
  }
}
@media (max-width: 599px) {
  /* line 180, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align h6 {
    font-size: 22px;
    line-height: 1em;
  }
}
/* line 211, ../scss/_landing-page.scss */
.mm-app-landing li .middle-align a.view {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  display: inline;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  margin: 0 auto 0 20px;
}
@media (max-width: 780px) {
  /* line 211, ../scss/_landing-page.scss */
  .mm-app-landing li .middle-align a.view {
    display: none;
  }
}
/* line 221, ../scss/_landing-page.scss */
.mm-app-landing .bx-wrapper .bx-pager {
  bottom: 0px;
}
@media (max-width: 780px) {
  /* line 221, ../scss/_landing-page.scss */
  .mm-app-landing .bx-wrapper .bx-pager {
    bottom: -2px;
  }
}
/* line 400, ../scss/_mixins.scss */
.mm-app-landing .bx-wrapper .bx-pager.bx-default-pager a:hover, .mm-app-landing .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
}
/* line 403, ../scss/_mixins.scss */
.mm-app-landing .bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
}
@media (max-width: 780px) {
  /* line 410, ../scss/_mixins.scss */
  .mm-app-landing .bx-wrapper .bx-pager.bx-default-pager a:hover, .mm-app-landing .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #1d1d1d;
  }
  /* line 413, ../scss/_mixins.scss */
  .mm-app-landing .bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #1d1d1d;
    width: 12px;
    height: 12px;
  }
}

/* line 307, ../scss/_landing-page.scss */
.mm-story .mm-story-img {
  background-color: #e6e6e6;
  background-size: cover;
  background-position: center;
  height: 466px;
  position: relative;
  color: #a0a0a0;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 307, ../scss/_landing-page.scss */
  .mm-story .mm-story-img {
    height: 360px;
  }
}
@media (max-width: 599px) {
  /* line 307, ../scss/_landing-page.scss */
  .mm-story .mm-story-img {
    height: 290px;
  }
}
/* line 322, ../scss/_landing-page.scss */
.mm-story .mm-story-img .story-text {
  text-align: left;
  font-size: 24px;
  padding-top: 70px;
  width: 760px;
  margin: 0 auto;
  font-family: 'Didot 42 A', 'Didot 42 B';
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 959px) {
  /* line 322, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .story-text {
    width: 600px;
  }
}
@media (max-width: 599px) {
  /* line 322, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .story-text {
    width: 315px;
    padding-top: 50px;
    font-size: 18px;
  }
}
/* line 337, ../scss/_landing-page.scss */
.mm-story .mm-story-img .story-text .story-word {
  text-transform: uppercase;
  font-size: 32px;
  display: block;
  margin: -17px 0px -27px 5px;
}
@media (max-width: 599px) {
  /* line 337, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .story-text .story-word {
    font-size: 24px;
    margin: -13px 0px -21px 5px;
  }
}
/* line 347, ../scss/_landing-page.scss */
.mm-story .mm-story-img .story-text .of-word {
  display: inline-block;
  margin-left: 94px;
}
@media (max-width: 599px) {
  /* line 347, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .story-text .of-word {
    margin-left: 72px;
  }
}
/* line 355, ../scss/_landing-page.scss */
.mm-story .mm-story-img .story-marilyn {
  font-size: 270px;
  width: 100%;
  font-family: 'Didot 42 A', 'Didot 42 B';
  font-weight: 300;
  font-style: italic;
  text-align: center;
  letter-spacing: -4px;
  margin-top: -80px;
}
@media (max-width: 959px) {
  /* line 355, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .story-marilyn {
    font-size: 190px;
    margin-top: -60px;
  }
}
@media (max-width: 599px) {
  /* line 355, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .story-marilyn {
    font-size: 100px;
    margin-top: -30px;
  }
}
/* line 371, ../scss/_landing-page.scss */
.mm-story .mm-story-img .shop-marilyn-img {
  position: absolute;
  bottom: -27px;
  width: 400px;
  left: 40%;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 371, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .shop-marilyn-img {
    left: 37%;
  }
}
@media (max-width: 959px) {
  /* line 371, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .shop-marilyn-img {
    left: 36%;
    width: 320px;
  }
}
@media (max-width: 780px) {
  /* line 371, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .shop-marilyn-img {
    left: 33%;
  }
}
@media (min-width: 1401px) {
  /* line 371, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .shop-marilyn-img {
    left: 42%;
  }
}
@media (max-width: 599px) {
  /* line 371, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .shop-marilyn-img {
    bottom: -17px;
    width: 240px;
    left: 33%;
  }
}
@media (max-width: 399px) {
  /* line 371, ../scss/_landing-page.scss */
  .mm-story .mm-story-img .shop-marilyn-img {
    left: 27%;
  }
}
/* line 399, ../scss/_landing-page.scss */
.mm-story .link-wrapper {
  background-color: #f1f1f1;
  width: 100%;
  padding: 30px 0px 30px;
  text-align: center;
  margin-top: -15px;
}
@media (max-width: 599px) {
  /* line 399, ../scss/_landing-page.scss */
  .mm-story .link-wrapper {
    padding-bottom: 30px;
  }
}
/* line 409, ../scss/_landing-page.scss */
.mm-story .mm-story-view {
  color: #535353;
  text-decoration: none;
  border-bottom: solid 1px #535353;
  display: inline;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 416, ../scss/_landing-page.scss */
.mm-shop {
  background-image: url("../img/mm-shop.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
  text-align: center;
}
@media (min-width: 1401px) {
  /* line 416, ../scss/_landing-page.scss */
  .mm-shop {
    height: 580px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 416, ../scss/_landing-page.scss */
  .mm-shop {
    height: 400px;
  }
}
@media (max-width: 599px) {
  /* line 416, ../scss/_landing-page.scss */
  .mm-shop {
    height: 360px;
  }
}
/* line 249, ../scss/_mixins.scss */
.mm-shop:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-shop:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-shop:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mm-shop .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mm-shop .middle-align {
    text-align: center;
  }
}
/* line 422, ../scss/_landing-page.scss */
.mm-shop .middle-align {
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 422, ../scss/_landing-page.scss */
  .mm-shop .middle-align {
    width: 960px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 422, ../scss/_landing-page.scss */
  .mm-shop .middle-align {
    width: 600px;
  }
}
@media (max-width: 599px) {
  /* line 422, ../scss/_landing-page.scss */
  .mm-shop .middle-align {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}
@media (max-width: 599px) {
  /* line 422, ../scss/_landing-page.scss */
  .mm-shop .middle-align {
    width: auto;
  }
}
/* line 427, ../scss/_landing-page.scss */
.mm-shop .middle-align h1 {
  font-size: 150px;
  line-height: 150px;
  color: #f1f1f1;
  margin: 0 auto;
}
@media (max-width: 599px) {
  /* line 427, ../scss/_landing-page.scss */
  .mm-shop .middle-align h1 {
    font-size: 135px;
  }
}
/* line 436, ../scss/_landing-page.scss */
.mm-shop .middle-align a, .mm-shop .middle-align img {
  font-size: 14px;
  display: inline;
}
/* line 440, ../scss/_landing-page.scss */
.mm-shop .middle-align .shop-view {
  color: #f1f1f1;
  text-decoration: none;
  border-bottom: solid 1px #f1f1f1;
  display: inline;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 110px;
}
@media (max-width: 959px) {
  /* line 440, ../scss/_landing-page.scss */
  .mm-shop .middle-align .shop-view {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 599px) {
  /* line 448, ../scss/_landing-page.scss */
  .mm-shop .middle-align .shop-view {
    margin-left: 20px;
  }
}
/* line 453, ../scss/_landing-page.scss */
.mm-shop .middle-align .icon {
  margin-left: 10px;
}
@media (max-width: 599px) {
  /* line 453, ../scss/_landing-page.scss */
  .mm-shop .middle-align .icon {
    position: relative;
    top: -25px;
    left: -32px;
    margin: 0 auto !important;
    text-align: center;
  }
}

/* line 466, ../scss/_landing-page.scss */
.mm-quotes-landing .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 1px;
  right: 0px;
  background-color: transparent;
  padding: 0px;
  width: 100%;
  height: 40px;
  /*@include breakpoint(tablet) {
    display:none;
  }*/
}
/* line 392, ../scss/_mixins.scss */
.mm-quotes-landing .bx-wrapper .bx-pager .bx-pager-item {
  padding-top: 15px;
}
/* line 469, ../scss/_landing-page.scss */
.mm-quotes-landing .bx-wrapper .bx-pager.bx-default-pager a:hover, .mm-quotes-landing .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
}
/* line 472, ../scss/_landing-page.scss */
.mm-quotes-landing .bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
}
/* line 477, ../scss/_landing-page.scss */
.mm-quotes-landing .bx-wrapper {
  height: 365px;
  padding-bottom: 20px;
}
@media (min-width: 1401px) {
  /* line 477, ../scss/_landing-page.scss */
  .mm-quotes-landing .bx-wrapper {
    height: 445px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 477, ../scss/_landing-page.scss */
  .mm-quotes-landing .bx-wrapper {
    height: 265px;
  }
}
@media (max-width: 599px) {
  /* line 477, ../scss/_landing-page.scss */
  .mm-quotes-landing .bx-wrapper {
    height: 225px;
  }
}
/* line 481, ../scss/_landing-page.scss */
.mm-quotes-landing .bx-viewport {
  margin-top: -16px;
}
/* line 497, ../scss/_landing-page.scss */
.mm-quotes-landing .bx-wrapper .bx-prev {
  top: 41%;
}
@media (max-width: 599px) {
  /* line 497, ../scss/_landing-page.scss */
  .mm-quotes-landing .bx-wrapper .bx-prev {
    top: 36%;
  }
}
/* line 503, ../scss/_landing-page.scss */
.mm-quotes-landing .bx-wrapper .bx-next {
  top: 45%;
}
@media (max-width: 599px) {
  /* line 503, ../scss/_landing-page.scss */
  .mm-quotes-landing .bx-wrapper .bx-next {
    top: 36%;
  }
}
/* line 509, ../scss/_landing-page.scss */
.mm-quotes-landing li {
  height: 365px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  text-align: center;
  position: relative;
}
@media (min-width: 1401px) {
  /* line 509, ../scss/_landing-page.scss */
  .mm-quotes-landing li {
    height: 445px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 509, ../scss/_landing-page.scss */
  .mm-quotes-landing li {
    height: 265px;
  }
}
@media (max-width: 599px) {
  /* line 509, ../scss/_landing-page.scss */
  .mm-quotes-landing li {
    height: 225px;
  }
}
/* line 249, ../scss/_mixins.scss */
.mm-quotes-landing li:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-quotes-landing li:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-quotes-landing li:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mm-quotes-landing li .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mm-quotes-landing li .middle-align {
    text-align: center;
  }
}
/* line 516, ../scss/_landing-page.scss */
.mm-quotes-landing li a {
  text-decoration: none;
}
/* line 520, ../scss/_landing-page.scss */
.mm-quotes-landing li > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-decoration: none;
}
/* line 529, ../scss/_landing-page.scss */
.mm-quotes-landing li:nth-of-type(4n+1) {
  background-color: #dcc9ff;
}
/* line 532, ../scss/_landing-page.scss */
.mm-quotes-landing li:nth-of-type(4n+2) {
  background-color: #f67f81;
}
/* line 535, ../scss/_landing-page.scss */
.mm-quotes-landing li:nth-of-type(4n+3) {
  background-color: #aad2dc;
}
/* line 539, ../scss/_landing-page.scss */
.mm-quotes-landing li:nth-of-type(4n+4) {
  background-color: #ffae88;
}
@media (max-width: 599px) {
  /* line 542, ../scss/_landing-page.scss */
  .mm-quotes-landing li .middle-align {
    width: 99%;
  }
}
/* line 547, ../scss/_landing-page.scss */
.mm-quotes-landing li p {
  width: 660px;
  color: white;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 780px) {
  /* line 547, ../scss/_landing-page.scss */
  .mm-quotes-landing li p {
    width: 550px;
  }
}
@media (max-width: 599px) {
  /* line 547, ../scss/_landing-page.scss */
  .mm-quotes-landing li p {
    width: auto;
    margin: 0 13%;
  }
}
/* line 561, ../scss/_landing-page.scss */
.mm-quotes-landing li p.quote {
  font-size: 30px;
  line-height: 54px;
  letter-spacing: 4px;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 561, ../scss/_landing-page.scss */
  .mm-quotes-landing li p.quote {
    font-size: 28px;
    line-height: 46px;
  }
}
@media (max-width: 599px) {
  /* line 561, ../scss/_landing-page.scss */
  .mm-quotes-landing li p.quote {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
  }
}
/* line 575, ../scss/_landing-page.scss */
.mm-quotes-landing li p.more-quotes {
  color: #535353;
  font-size: 12px;
  padding-top: 20px;
}

/* line 583, ../scss/_landing-page.scss */
.social {
  text-align: center;
  background-color: #1d1d1d;
  padding: 20px 0px 10px;
}
/* line 587, ../scss/_landing-page.scss */
.social .social-icons {
  margin: 0 auto;
}
/* line 589, ../scss/_landing-page.scss */
.social .social-icons a {
  display: inline-block;
  text-decoration: none;
  margin: 0px 10px;
}
/* line 593, ../scss/_landing-page.scss */
.social .social-icons a:hover {
  opacity: 1 !important;
}
/* line 595, ../scss/_landing-page.scss */
.social .social-icons a:hover svg path {
  fill: #b2b2b2;
          transition: all 0.2s ease-in 0s;
}
/* line 599, ../scss/_landing-page.scss */
.social .social-icons a:hover svg circle {
  fill: #b2b2b2;
          transition: all 0.2s ease-in 0s;
}
/* line 604, ../scss/_landing-page.scss */
.social .social-icons a svg {
  display: inline;
  height: 34px;
  width: auto;
}

/* line 612, ../scss/_landing-page.scss */
.updates {
  background: #2c2c2c url("../img/mm-pencil.jpg");
  background-size: cover;
  -moz-background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  height: 349px;
  margin-top: 0px;
  text-align: center;
}
/* line 249, ../scss/_mixins.scss */
.updates:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .updates:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .updates:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.updates .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .updates .middle-align {
    text-align: center;
  }
}
/* line 621, ../scss/_landing-page.scss */
.updates .middle-align {
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 621, ../scss/_landing-page.scss */
  .updates .middle-align {
    width: 960px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 621, ../scss/_landing-page.scss */
  .updates .middle-align {
    width: 600px;
  }
}
@media (max-width: 599px) {
  /* line 621, ../scss/_landing-page.scss */
  .updates .middle-align {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}
@media (max-width: 599px) {
  /* line 621, ../scss/_landing-page.scss */
  .updates .middle-align {
    vertical-align: top;
  }
}
/* line 626, ../scss/_landing-page.scss */
.updates .middle-align h1 {
  font-size: 60px;
  line-height: 80px;
  color: #f1f1f1;
  margin: 0 auto;
  text-transform: normal;
}
@media (max-width: 599px) {
  /* line 626, ../scss/_landing-page.scss */
  .updates .middle-align h1 {
    line-height: 40px;
    font-size: 32px;
    position: absolute;
    left: 80px;
    margin-top: 100px;
    color: #f1f1f1;
    text-decoration: none;
    border-bottom: solid 1px #f1f1f1;
    display: inline;
    padding-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-transform: inherit;
    padding-bottom: 0px;
  }
}
@media (max-width: 399px) {
  /* line 626, ../scss/_landing-page.scss */
  .updates .middle-align h1 {
    left: 20px;
  }
}
/* line 647, ../scss/_landing-page.scss */
.updates .middle-align a, .updates .middle-align img {
  display: inline;
  text-decoration: none;
}
/* line 651, ../scss/_landing-page.scss */
.updates .middle-align .update-small {
  font-size: 16px;
  letter-spacing: 2px;
  color: #f1f1f1;
  text-decoration: none;
  border-bottom: solid 1px #f1f1f1;
  display: inline;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 12px;
}
@media (max-width: 599px) {
  /* line 651, ../scss/_landing-page.scss */
  .updates .middle-align .update-small {
    padding-bottom: 6px;
    display: none;
  }
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 621, ../scss/_landing-page.scss */
  .updates .middle-align {
    width: 85%;
  }
}
@media (max-width: 959px) {
  /* line 621, ../scss/_landing-page.scss */
  .updates .middle-align {
    width: inherit;
  }
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 612, ../scss/_landing-page.scss */
  .updates {
    background-position: 60%;
  }
}
@media (max-width: 959px) {
  /* line 612, ../scss/_landing-page.scss */
  .updates {
    background-position: 55%;
    height: 300px;
  }
}
@media (max-width: 599px) {
  /* line 612, ../scss/_landing-page.scss */
  .updates {
    background-position: 64% center;
    background-size: 1240px;
  }
}
/* line 680, ../scss/_landing-page.scss */
.updates .contact-form {
  display: none;
  background-color: white;
  width: 100%;
  height: inherit;
  position: absolute;
  z-index: 240;
  margin-top: -350px;
}
@media (max-width: 959px) {
  /* line 680, ../scss/_landing-page.scss */
  .updates .contact-form {
    margin-top: -300px;
  }
}
/* line 691, ../scss/_landing-page.scss */
.updates .contact-form .form-close {
  top: 10px;
  right: 80px;
  z-index: 900;
  color: red;
  position: absolute;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}
@media (max-width: 599px) {
  /* line 691, ../scss/_landing-page.scss */
  .updates .contact-form .form-close {
    right: 10px;
  }
}
/* line 704, ../scss/_landing-page.scss */
.updates .contact-form form {
  width: 960px;
  margin: 0 auto;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 704, ../scss/_landing-page.scss */
  .updates .contact-form form {
    width: 960px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 704, ../scss/_landing-page.scss */
  .updates .contact-form form {
    width: 600px;
  }
}
@media (max-width: 599px) {
  /* line 704, ../scss/_landing-page.scss */
  .updates .contact-form form {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}
/* line 707, ../scss/_landing-page.scss */
.updates .contact-form .sign-up-for {
  font-size: 14px;
  margin: 45px 0px 20px;
}
@media (max-width: 959px) {
  /* line 707, ../scss/_landing-page.scss */
  .updates .contact-form .sign-up-for {
    margin-top: 20px;
  }
}
/* line 714, ../scss/_landing-page.scss */
.updates .contact-form .first, .updates .contact-form .last, .updates .contact-form .email {
  width: 50%;
  float: left;
  width: 46%;
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 959px) {
  /* line 714, ../scss/_landing-page.scss */
  .updates .contact-form .first, .updates .contact-form .last, .updates .contact-form .email {
    width: 100%;
    float: none;
  }
}
@media (max-width: 599px) {
  /* line 714, ../scss/_landing-page.scss */
  .updates .contact-form .first, .updates .contact-form .last, .updates .contact-form .email {
    margin-top: 5px;
  }
}
/* line 722, ../scss/_landing-page.scss */
.updates .contact-form .first label, .updates .contact-form .first input, .updates .contact-form .last label, .updates .contact-form .last input, .updates .contact-form .email label, .updates .contact-form .email input {
  float: left;
}
/* line 725, ../scss/_landing-page.scss */
.updates .contact-form .first input, .updates .contact-form .last input, .updates .contact-form .email input {
  clear: left;
  width: 100%;
  border: none;
  margin-top: 5px;
  border-bottom: 1px solid #949494;
}
@media (max-width: 959px) {
  /* line 725, ../scss/_landing-page.scss */
  .updates .contact-form .first input, .updates .contact-form .last input, .updates .contact-form .email input {
    width: 100%;
  }
}
/* line 737, ../scss/_landing-page.scss */
.updates .contact-form .last {
  padding-left: 8%;
}
@media (max-width: 959px) {
  /* line 737, ../scss/_landing-page.scss */
  .updates .contact-form .last {
    padding-left: 0px;
  }
}
/* line 743, ../scss/_landing-page.scss */
.updates .contact-form .inputs {
  clear: both;
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 743, ../scss/_landing-page.scss */
  .updates .contact-form .inputs {
    padding-top: 20px;
  }
}
@media (max-width: 599px) {
  /* line 743, ../scss/_landing-page.scss */
  .updates .contact-form .inputs {
    padding-top: 15px;
  }
}
/* line 753, ../scss/_landing-page.scss */
.updates .contact-form .inputs input {
  border: none;
  border-bottom: 1px solid black;
  font-size: 20px;
  color: #000000;
  padding: 0px 0px 10px;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  margin: 0px 5px;
}
/* line 763, ../scss/_landing-page.scss */
.updates .contact-form .inputs input[type="submit"] {
  color: red;
  border-bottom-color: red;
}
/* line 770, ../scss/_landing-page.scss */
.updates .contact-form-success {
  display: none;
  height: 349px;
  background-color: white;
  position: absolute;
  width: 100%;
  top: 0px;
  text-align: center;
}
@media (max-width: 959px) {
  /* line 770, ../scss/_landing-page.scss */
  .updates .contact-form-success {
    height: 296px;
  }
}
/* line 249, ../scss/_mixins.scss */
.updates .contact-form-success:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .updates .contact-form-success:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .updates .contact-form-success:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.updates .contact-form-success .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .updates .contact-form-success .middle-align {
    text-align: center;
  }
}
/* line 781, ../scss/_landing-page.scss */
.updates .contact-form-success .middle-align {
  text-align: center;
}
/* line 786, ../scss/_landing-page.scss */
.updates .contact-form-success .middle-align .congrats {
  font-size: 50px;
}
/* line 789, ../scss/_landing-page.scss */
.updates .contact-form-success .middle-align .subscribed {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
}

/* line 2, ../scss/_news-landing.scss */
.news-hero {
  height: 500px;
  background: url("../img/news-hero.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
}
@media (min-width: 1401px) {
  /* line 2, ../scss/_news-landing.scss */
  .news-hero {
    height: 580px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 2, ../scss/_news-landing.scss */
  .news-hero {
    height: 400px;
  }
}
@media (max-width: 599px) {
  /* line 2, ../scss/_news-landing.scss */
  .news-hero {
    height: 360px;
  }
}
/* line 249, ../scss/_mixins.scss */
.news-hero:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .news-hero:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .news-hero:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.news-hero .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .news-hero .middle-align {
    text-align: center;
  }
}
/* line 10, ../scss/_news-landing.scss */
.news-hero .middle-align .news-landing-title {
  font-size: 100px;
  text-transform: uppercase;
}

/* line 16, ../scss/_news-landing.scss */
.mm-news,
.mm-app-news, .mm-spas-news, .mm-mini {
  height: inherit;
  overflow: auto;
  background-color: #000;
}
/* line 21, ../scss/_news-landing.scss */
.mm-news .two-thirds,
.mm-app-news .two-thirds, .mm-spas-news .two-thirds, .mm-mini .two-thirds {
  background-repeat: no-repeat;
  background-position: center;
  width: 66%;
  float: left;
  height: 500px;
}
@media (max-width: 959px) {
  /* line 21, ../scss/_news-landing.scss */
  .mm-news .two-thirds,
  .mm-app-news .two-thirds, .mm-spas-news .two-thirds, .mm-mini .two-thirds {
    height: 400px;
    width: 100%;
    float: none;
    margin-bottom: -1px;
    background-size: cover;
  }
}
/* line 36, ../scss/_news-landing.scss */
.mm-news .one-third,
.mm-app-news .one-third, .mm-spas-news .one-third, .mm-mini .one-third {
  height: 501px;
  width: 34%;
  float: right;
  background-color: #252525;
  text-align: center;
}
@media (max-width: 959px) {
  /* line 36, ../scss/_news-landing.scss */
  .mm-news .one-third,
  .mm-app-news .one-third, .mm-spas-news .one-third, .mm-mini .one-third {
    height: auto;
    padding: 20px 0px;
    width: 100%;
    float: none;
    background-color: #fff !important;
    position: relative;
  }
}
/* line 249, ../scss/_mixins.scss */
.mm-news .one-third:before,
.mm-app-news .one-third:before, .mm-spas-news .one-third:before, .mm-mini .one-third:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-news .one-third:before,
  .mm-app-news .one-third:before, .mm-spas-news .one-third:before, .mm-mini .one-third:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-news .one-third:before,
  .mm-app-news .one-third:before, .mm-spas-news .one-third:before, .mm-mini .one-third:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mm-news .one-third .middle-align,
.mm-app-news .one-third .middle-align, .mm-spas-news .one-third .middle-align, .mm-mini .one-third .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mm-news .one-third .middle-align,
  .mm-app-news .one-third .middle-align, .mm-spas-news .one-third .middle-align, .mm-mini .one-third .middle-align {
    text-align: center;
  }
}
/* line 50, ../scss/_news-landing.scss */
.mm-news .one-third:before,
.mm-app-news .one-third:before, .mm-spas-news .one-third:before, .mm-mini .one-third:before {
  margin-right: -0.36em;
}
@media (max-width: 959px) {
  /* line 50, ../scss/_news-landing.scss */
  .mm-news .one-third:before,
  .mm-app-news .one-third:before, .mm-spas-news .one-third:before, .mm-mini .one-third:before {
    margin-right: 0;
  }
}
/* line 56, ../scss/_news-landing.scss */
.mm-news .one-third .middle-align,
.mm-app-news .one-third .middle-align, .mm-spas-news .one-third .middle-align, .mm-mini .one-third .middle-align {
  color: white;
  margin: 0 10%;
}
@media (max-width: 959px) {
  /* line 56, ../scss/_news-landing.scss */
  .mm-news .one-third .middle-align,
  .mm-app-news .one-third .middle-align, .mm-spas-news .one-third .middle-align, .mm-mini .one-third .middle-align {
    margin: 0;
  }
}
/* line 65, ../scss/_news-landing.scss */
.mm-news .one-third .middle-align h3,
.mm-app-news .one-third .middle-align h3, .mm-spas-news .one-third .middle-align h3, .mm-mini .one-third .middle-align h3 {
  margin: 0px auto;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* line 71, ../scss/_news-landing.scss */
.mm-news .one-third .middle-align h3 > a,
.mm-app-news .one-third .middle-align h3 > a, .mm-spas-news .one-third .middle-align h3 > a, .mm-mini .one-third .middle-align h3 > a {
  text-decoration: none;
  color: white;
  display: block;
  width: 100%;
}
/* line 76, ../scss/_news-landing.scss */
.mm-news .one-third .middle-align h3 > a:hover,
.mm-app-news .one-third .middle-align h3 > a:hover, .mm-spas-news .one-third .middle-align h3 > a:hover, .mm-mini .one-third .middle-align h3 > a:hover {
  opacity: 1 !important;
  color: #b2b2b2;
}
@media (max-width: 959px) {
  /* line 71, ../scss/_news-landing.scss */
  .mm-news .one-third .middle-align h3 > a,
  .mm-app-news .one-third .middle-align h3 > a, .mm-spas-news .one-third .middle-align h3 > a, .mm-mini .one-third .middle-align h3 > a {
    color: #1d1d1d;
  }
}
@media (max-width: 959px) {
  /* line 65, ../scss/_news-landing.scss */
  .mm-news .one-third .middle-align h3,
  .mm-app-news .one-third .middle-align h3, .mm-spas-news .one-third .middle-align h3, .mm-mini .one-third .middle-align h3 {
    color: #1d1d1d;
    font-family: 'Didot 42 A', 'Didot 42 B';
    font-weight: 300;
    font-style: italic;
  }
  /* line 90, ../scss/_news-landing.scss */
  .mm-news .one-third .middle-align h3 br,
  .mm-app-news .one-third .middle-align h3 br, .mm-spas-news .one-third .middle-align h3 br, .mm-mini .one-third .middle-align h3 br {
    display: none;
  }
}
/* line 95, ../scss/_news-landing.scss */
.mm-news .one-third .middle-align h6,
.mm-app-news .one-third .middle-align h6, .mm-spas-news .one-third .middle-align h6, .mm-mini .one-third .middle-align h6 {
  margin: 0px 0 5px auto;
  font-size: 22px;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 101, ../scss/_news-landing.scss */
.mm-news .one-third .middle-align h6 > a,
.mm-app-news .one-third .middle-align h6 > a, .mm-spas-news .one-third .middle-align h6 > a, .mm-mini .one-third .middle-align h6 > a {
  text-decoration: none;
  color: #b2b2b2;
  display: block;
  width: 100%;
}
@media (max-width: 959px) {
  /* line 101, ../scss/_news-landing.scss */
  .mm-news .one-third .middle-align h6 > a,
  .mm-app-news .one-third .middle-align h6 > a, .mm-spas-news .one-third .middle-align h6 > a, .mm-mini .one-third .middle-align h6 > a {
    color: #1d1d1d;
  }
}
@media (max-width: 959px) {
  /* line 95, ../scss/_news-landing.scss */
  .mm-news .one-third .middle-align h6,
  .mm-app-news .one-third .middle-align h6, .mm-spas-news .one-third .middle-align h6, .mm-mini .one-third .middle-align h6 {
    line-height: 60px;
    font-size: 60px;
    font-family: 'Didot 42 A', 'Didot 42 B';
    font-weight: 300;
    font-style: italic;
    color: #1d1d1d;
    display: none;
  }
}
/* line 119, ../scss/_news-landing.scss */
.mm-news .one-third .middle-align a.news-view,
.mm-app-news .one-third .middle-align a.news-view, .mm-spas-news .one-third .middle-align a.news-view, .mm-mini .one-third .middle-align a.news-view {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  display: inline;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 959px) {
  /* line 119, ../scss/_news-landing.scss */
  .mm-news .one-third .middle-align a.news-view,
  .mm-app-news .one-third .middle-align a.news-view, .mm-spas-news .one-third .middle-align a.news-view, .mm-mini .one-third .middle-align a.news-view {
    display: none;
  }
}
/* line 129, ../scss/_news-landing.scss */
.mm-news:nth-child(odd) .two-thirds,
.mm-app-news:nth-child(odd) .two-thirds, .mm-spas-news:nth-child(odd) .two-thirds, .mm-mini:nth-child(odd) .two-thirds {
  float: right;
}
/* line 132, ../scss/_news-landing.scss */
.mm-news:nth-child(odd) .one-third,
.mm-app-news:nth-child(odd) .one-third, .mm-spas-news:nth-child(odd) .one-third, .mm-mini:nth-child(odd) .one-third {
  float: left;
}

/* line 1, ../scss/_news-post.scss */
.mm-mini-glam {
  background-color: #2ea7dc;
  height: 600px;
}
@media (max-width: 959px) {
  /* line 1, ../scss/_news-post.scss */
  .mm-mini-glam {
    height: inherit;
    padding: 20px 0px;
  }
}
/* line 4, ../scss/_news-post.scss */
.mm-mini-glam .mini-glam-pic {
  width: 45%;
  float: left;
  height: 600px;
  background: url("../img/news/mini.png") no-repeat;
  background-position: center;
}
@media (max-width: 959px) {
  /* line 4, ../scss/_news-post.scss */
  .mm-mini-glam .mini-glam-pic {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1401px) {
  /* line 4, ../scss/_news-post.scss */
  .mm-mini-glam .mini-glam-pic {
    height: 680px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 4, ../scss/_news-post.scss */
  .mm-mini-glam .mini-glam-pic {
    height: 500px;
  }
}
@media (max-width: 599px) {
  /* line 4, ../scss/_news-post.scss */
  .mm-mini-glam .mini-glam-pic {
    height: 460px;
  }
}
/* line 11, ../scss/_news-post.scss */
.mm-mini-glam .mini-glam-text {
  width: 55%;
  float: right;
  text-align: center;
  height: 600px;
}
@media (max-width: 959px) {
  /* line 11, ../scss/_news-post.scss */
  .mm-mini-glam .mini-glam-text {
    width: 100%;
    float: none;
  }
}
/* line 249, ../scss/_mixins.scss */
.mm-mini-glam .mini-glam-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-mini-glam .mini-glam-text:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-mini-glam .mini-glam-text:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mm-mini-glam .mini-glam-text .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mm-mini-glam .mini-glam-text .middle-align {
    text-align: center;
  }
}
@media (max-width: 959px) {
  /* line 11, ../scss/_news-post.scss */
  .mm-mini-glam .mini-glam-text {
    height: inherit;
    padding: 20px 0px;
  }
}
/* line 15, ../scss/_news-post.scss */
.mm-mini-glam .mini-glam-text .middle-align {
  color: white;
}
/* line 17, ../scss/_news-post.scss */
.mm-mini-glam .mini-glam-text .middle-align h3 {
  margin: 0px auto;
  font-size: 60px;
}
@media (max-width: 599px) {
  /* line 17, ../scss/_news-post.scss */
  .mm-mini-glam .mini-glam-text .middle-align h3 {
    font-size: 50px;
  }
}
/* line 24, ../scss/_news-post.scss */
.mm-mini-glam .mini-glam-text .middle-align p {
  margin: 0px 0 15px;
  font-size: 15px;
  line-height: 32px;
  width: 80%;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 24, ../scss/_news-post.scss */
  .mm-mini-glam .mini-glam-text .middle-align p {
    width: 600px;
  }
}
@media (max-width: 599px) {
  /* line 24, ../scss/_news-post.scss */
  .mm-mini-glam .mini-glam-text .middle-align p {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}
/* line 32, ../scss/_news-post.scss */
.mm-mini-glam .mini-glam-text .middle-align a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  display: inline;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 39, ../scss/_news-post.scss */
.mm-video {
  height: 500px;
  background-position: center;
  background-size: cover;
  text-align: center;
  text-align: center;
}
@media (min-width: 1401px) {
  /* line 39, ../scss/_news-post.scss */
  .mm-video {
    height: 580px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 39, ../scss/_news-post.scss */
  .mm-video {
    height: 400px;
  }
}
@media (max-width: 599px) {
  /* line 39, ../scss/_news-post.scss */
  .mm-video {
    height: 360px;
  }
}
/* line 249, ../scss/_mixins.scss */
.mm-video:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-video:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-video:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mm-video .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mm-video .middle-align {
    text-align: center;
  }
}
/* line 46, ../scss/_news-post.scss */
.mm-video .middle-align {
  position: relative;
  margin-top: 70px;
}
/* line 49, ../scss/_news-post.scss */
.mm-video .middle-align a {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 3px #1d1d1d;
}
/* line 53, ../scss/_news-post.scss */
.mm-video .middle-align a::before {
  color: white;
  content: "\25B6";
  opacity: 1;
  position: absolute;
  text-shadow: 0 3px #1d1d1d;
  z-index: 2;
  font-size: 50px;
  position: absolute;
  left: 12px;
  top: -60px;
}
/* line 67, ../scss/_news-post.scss */
.mm-video video {
  width: 100%;
}

/* line 72, ../scss/_news-post.scss */
.mm-post-slider .bx-wrapper {
  /*@include responsive-height(550px);
  @include breakpoint (small) {
    height: 240px;
  }*/
  height: inherit;
  margin-bottom: -10px;
}
/* line 83, ../scss/_news-post.scss */
.mm-post-slider .bx-wrapper .bx-pager, .mm-post-slider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 1px;
  right: 0px;
  background-color: transparent;
  padding: 0px;
  width: 100%;
  height: 40px;
  /*@include breakpoint(tablet) {
    display:none;
  }*/
  bottom: 10px;
}
/* line 392, ../scss/_mixins.scss */
.mm-post-slider .bx-wrapper .bx-pager .bx-pager-item, .mm-post-slider .bx-wrapper .bx-controls-auto .bx-pager-item {
  padding-top: 15px;
}
/* line 400, ../scss/_mixins.scss */
.mm-post-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .mm-post-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
}
/* line 403, ../scss/_mixins.scss */
.mm-post-slider .bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
}
/* line 89, ../scss/_news-post.scss */
.mm-post-slider .bx-wrapper .bx-prev {
  top: 45%;
}
@media (max-width: 599px) {
  /* line 89, ../scss/_news-post.scss */
  .mm-post-slider .bx-wrapper .bx-prev {
    top: 36%;
  }
}
/* line 95, ../scss/_news-post.scss */
.mm-post-slider .bx-wrapper .bx-next {
  top: 45%;
}
@media (max-width: 599px) {
  /* line 95, ../scss/_news-post.scss */
  .mm-post-slider .bx-wrapper .bx-next {
    top: 36%;
  }
}
/* line 101, ../scss/_news-post.scss */
.mm-post-slider li {
  /*@include responsive-height(550px);
  @include breakpoint(small) {
    height: 240px;
  }*/
  height: inherit;
  width: 100%;
  position: relative;
}
/* line 109, ../scss/_news-post.scss */
.mm-post-slider li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
/* line 117, ../scss/_news-post.scss */
.mm-post-slider li img {
  width: 100%;
  position: relative;
  z-index: 10;
}

/* line 125, ../scss/_news-post.scss */
.mm-relax {
  *zoom: 1;
  background-color: #212121;
  height: inherit;
}
/* line 61, ../scss/_mixins.scss */
.mm-relax:before, .mm-relax:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 66, ../scss/_mixins.scss */
.mm-relax:after {
  clear: both;
}
/* line 129, ../scss/_news-post.scss */
.mm-relax .mm-relax-pic {
  width: 45%;
  float: left;
  height: 480px;
  text-align: center;
}
@media (max-width: 959px) {
  /* line 129, ../scss/_news-post.scss */
  .mm-relax .mm-relax-pic {
    width: 100%;
    float: none;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 129, ../scss/_news-post.scss */
  .mm-relax .mm-relax-pic {
    height: 380px;
  }
}
@media (max-width: 599px) {
  /* line 129, ../scss/_news-post.scss */
  .mm-relax .mm-relax-pic {
    height: inherit;
  }
}
/* line 249, ../scss/_mixins.scss */
.mm-relax .mm-relax-pic:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-relax .mm-relax-pic:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-relax .mm-relax-pic:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mm-relax .mm-relax-pic .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mm-relax .mm-relax-pic .middle-align {
    text-align: center;
  }
}
/* line 133, ../scss/_news-post.scss */
.mm-relax .mm-relax-pic img {
  width: 100%;
}
@media (max-width: 959px) {
  /* line 129, ../scss/_news-post.scss */
  .mm-relax .mm-relax-pic {
    margin: 30px 0px;
  }
}
/* line 141, ../scss/_news-post.scss */
.mm-relax .mm-relax-text {
  width: 55%;
  float: right;
  text-align: center;
  height: 480px;
}
@media (max-width: 959px) {
  /* line 141, ../scss/_news-post.scss */
  .mm-relax .mm-relax-text {
    width: 100%;
    float: none;
  }
}
/* line 249, ../scss/_mixins.scss */
.mm-relax .mm-relax-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-relax .mm-relax-text:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-relax .mm-relax-text:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mm-relax .mm-relax-text .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mm-relax .mm-relax-text .middle-align {
    text-align: center;
  }
}
/* line 144, ../scss/_news-post.scss */
.mm-relax .mm-relax-text:before {
  margin-right: -0.36em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 141, ../scss/_news-post.scss */
  .mm-relax .mm-relax-text {
    height: 380px;
  }
}
@media (max-width: 599px) {
  /* line 141, ../scss/_news-post.scss */
  .mm-relax .mm-relax-text {
    height: inherit;
  }
}
/* line 148, ../scss/_news-post.scss */
.mm-relax .mm-relax-text .middle-align {
  color: white;
}
@media (max-width: 599px) {
  /* line 148, ../scss/_news-post.scss */
  .mm-relax .mm-relax-text .middle-align {
    margin-bottom: 20px;
  }
}
/* line 153, ../scss/_news-post.scss */
.mm-relax .mm-relax-text .middle-align h3 {
  margin: 0px auto;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  /* line 153, ../scss/_news-post.scss */
  .mm-relax .mm-relax-text .middle-align h3 {
    font-size: 50px;
  }
}
/* line 162, ../scss/_news-post.scss */
.mm-relax .mm-relax-text .middle-align p {
  margin: 0px 0 15px;
  font-size: 15px;
  line-height: 32px;
  width: 80%;
  color: #b2b2b2;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 162, ../scss/_news-post.scss */
  .mm-relax .mm-relax-text .middle-align p {
    width: 600px;
  }
}
@media (max-width: 599px) {
  /* line 162, ../scss/_news-post.scss */
  .mm-relax .mm-relax-text .middle-align p {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}
/* line 171, ../scss/_news-post.scss */
.mm-relax .mm-relax-text .middle-align a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  display: inline;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 179, ../scss/_news-post.scss */
.mm-spa-slider .bx-wrapper {
  height: 600px;
}
@media (min-width: 1401px) {
  /* line 179, ../scss/_news-post.scss */
  .mm-spa-slider .bx-wrapper {
    height: 680px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 179, ../scss/_news-post.scss */
  .mm-spa-slider .bx-wrapper {
    height: 500px;
  }
}
@media (max-width: 599px) {
  /* line 179, ../scss/_news-post.scss */
  .mm-spa-slider .bx-wrapper {
    height: 460px;
  }
}
/* line 184, ../scss/_news-post.scss */
.mm-spa-slider .bx-wrapper .bx-pager, .mm-spa-slider .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 1px;
  right: 0px;
  background-color: transparent;
  padding: 0px;
  width: 100%;
  height: 40px;
  /*@include breakpoint(tablet) {
    display:none;
  }*/
}
/* line 392, ../scss/_mixins.scss */
.mm-spa-slider .bx-wrapper .bx-pager .bx-pager-item, .mm-spa-slider .bx-wrapper .bx-controls-auto .bx-pager-item {
  padding-top: 15px;
}
/* line 187, ../scss/_news-post.scss */
.mm-spa-slider .bx-wrapper .bx-prev {
  background: url("../img/home-hero-leftarrow.png") no-repeat;
  height: 42px;
}
/* line 191, ../scss/_news-post.scss */
.mm-spa-slider .bx-wrapper .bx-next {
  background: url("../img/home-hero-rightarrow.png") no-repeat;
  height: 42px;
}
/* line 195, ../scss/_news-post.scss */
.mm-spa-slider li {
  background-position: center;
  background-size: cover;
  width: 100%;
}
/* line 200, ../scss/_news-post.scss */
.mm-spa-slider li img {
  width: 100%;
  height: auto;
}

/* line 206, ../scss/_news-post.scss */
.mm-share {
  background-color: #ed164f;
  height: 600px;
}
@media (max-width: 959px) {
  /* line 206, ../scss/_news-post.scss */
  .mm-share {
    height: inherit;
    padding: 20px 0px;
  }
}
/* line 209, ../scss/_news-post.scss */
.mm-share .mm-share-pic {
  width: 50%;
  float: left;
  height: 600px;
  background: url("../img/news/phone_screenshots.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 959px) {
  /* line 209, ../scss/_news-post.scss */
  .mm-share .mm-share-pic {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1401px) {
  /* line 209, ../scss/_news-post.scss */
  .mm-share .mm-share-pic {
    height: 680px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 209, ../scss/_news-post.scss */
  .mm-share .mm-share-pic {
    height: 500px;
  }
}
@media (max-width: 599px) {
  /* line 209, ../scss/_news-post.scss */
  .mm-share .mm-share-pic {
    height: 460px;
  }
}
/* line 216, ../scss/_news-post.scss */
.mm-share .mm-share-text {
  width: 50%;
  float: right;
  text-align: center;
  height: 600px;
}
@media (max-width: 959px) {
  /* line 216, ../scss/_news-post.scss */
  .mm-share .mm-share-text {
    width: 100%;
    float: none;
  }
}
/* line 249, ../scss/_mixins.scss */
.mm-share .mm-share-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-share .mm-share-text:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .mm-share .mm-share-text:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.mm-share .mm-share-text .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .mm-share .mm-share-text .middle-align {
    text-align: center;
  }
}
@media (max-width: 959px) {
  /* line 216, ../scss/_news-post.scss */
  .mm-share .mm-share-text {
    height: inherit;
    padding: 20px 0px;
  }
}
/* line 220, ../scss/_news-post.scss */
.mm-share .mm-share-text .middle-align {
  color: white;
}
/* line 222, ../scss/_news-post.scss */
.mm-share .mm-share-text .middle-align h3 {
  margin: 0px auto;
  font-size: 60px;
}
@media (max-width: 599px) {
  /* line 222, ../scss/_news-post.scss */
  .mm-share .mm-share-text .middle-align h3 {
    font-size: 50px;
  }
}
/* line 229, ../scss/_news-post.scss */
.mm-share .mm-share-text .middle-align p {
  margin: 0px 0 15px;
  font-size: 15px;
  line-height: 32px;
  width: 80%;
  color: white;
  text-align: left;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 229, ../scss/_news-post.scss */
  .mm-share .mm-share-text .middle-align p {
    width: 600px;
  }
}
@media (max-width: 599px) {
  /* line 229, ../scss/_news-post.scss */
  .mm-share .mm-share-text .middle-align p {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
}
/* line 238, ../scss/_news-post.scss */
.mm-share .mm-share-text .middle-align a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #fff;
  display: inline;
  padding-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 246, ../scss/_news-post.scss */
.mm-app-slider .bx-wrapper {
  height: 600px;
}
@media (min-width: 1401px) {
  /* line 246, ../scss/_news-post.scss */
  .mm-app-slider .bx-wrapper {
    height: 680px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 246, ../scss/_news-post.scss */
  .mm-app-slider .bx-wrapper {
    height: 500px;
  }
}
@media (max-width: 599px) {
  /* line 246, ../scss/_news-post.scss */
  .mm-app-slider .bx-wrapper {
    height: 460px;
  }
}
/* line 251, ../scss/_news-post.scss */
.mm-app-slider .bx-wrapper .bx-pager, .mm-app-slider .bx-wrapper .bx-controls-auto {
  display: none;
}
/* line 254, ../scss/_news-post.scss */
.mm-app-slider .bx-wrapper .bx-prev {
  background: url("../img/home-hero-leftarrow.png") no-repeat;
  height: 42px;
}
/* line 258, ../scss/_news-post.scss */
.mm-app-slider .bx-wrapper .bx-next {
  background: url("../img/home-hero-rightarrow.png") no-repeat;
  height: 42px;
}
/* line 262, ../scss/_news-post.scss */
.mm-app-slider li {
  background-position: center;
  background-size: cover;
  height: 600px;
  width: 100%;
}
@media (min-width: 1401px) {
  /* line 262, ../scss/_news-post.scss */
  .mm-app-slider li {
    height: 680px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 262, ../scss/_news-post.scss */
  .mm-app-slider li {
    height: 500px;
  }
}
@media (max-width: 599px) {
  /* line 262, ../scss/_news-post.scss */
  .mm-app-slider li {
    height: 460px;
  }
}
/* line 267, ../scss/_news-post.scss */
.mm-app-slider li.image1 {
  background-image: url("../img/news/slideshow-app1.jpg");
}
/* line 270, ../scss/_news-post.scss */
.mm-app-slider li.image2 {
  background-image: url("../img/news/slideshow-app2.jpg");
}
/* line 273, ../scss/_news-post.scss */
.mm-app-slider li.image3 {
  background-image: url("../img/news/slideshow-app3.jpg");
}
/* line 276, ../scss/_news-post.scss */
.mm-app-slider li.image4 {
  background-image: url("../img/news/slideshow-app4.jpg");
}
/* line 279, ../scss/_news-post.scss */
.mm-app-slider li.image5 {
  background-image: url("../img/news/slideshow-app5.jpg");
}

/* line 1, ../scss/_quotes.scss */
.quotes {
  *zoom: 1;
}
/* line 61, ../scss/_mixins.scss */
.quotes:before, .quotes:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 66, ../scss/_mixins.scss */
.quotes:after {
  clear: both;
}
/* line 5, ../scss/_quotes.scss */
.quotes .quote-img {
  width: 100%;
}
/* line 12, ../scss/_quotes.scss */
.quotes .quotes-left {
  width: 50%;
  float: left;
  position: relative;
}
@media (max-width: 959px) {
  /* line 12, ../scss/_quotes.scss */
  .quotes .quotes-left {
    width: 100%;
    float: none;
  }
}
/* line 16, ../scss/_quotes.scss */
.quotes .quotes-right {
  width: 50%;
  float: right;
  position: relative;
  height: 100%;
}
@media (max-width: 959px) {
  /* line 16, ../scss/_quotes.scss */
  .quotes .quotes-right {
    width: 100%;
    float: none;
  }
}

/* line 24, ../scss/_quotes.scss */
.mm-quotes-page {
  *zoom: 1;
}
/* line 61, ../scss/_mixins.scss */
.mm-quotes-page:before, .mm-quotes-page:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 66, ../scss/_mixins.scss */
.mm-quotes-page:after {
  clear: both;
}

/* line 28, ../scss/_quotes.scss */
.mm-quote {
  position: relative;
  float: left;
  width: 50%;
  cursor: pointer;
}
@media (max-width: 599px) {
  /* line 28, ../scss/_quotes.scss */
  .mm-quote {
    width: 100%;
    float: none;
  }
}
/* line 37, ../scss/_quotes.scss */
.mm-quote img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 45, ../scss/_quotes.scss */
.share-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: rgba(29, 29, 29, 0.9);
  height: 100%;
  display: none;
  cursor: default;
  text-align: center;
}
/* line 249, ../scss/_mixins.scss */
.share-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.32em;
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 249, ../scss/_mixins.scss */
  .share-overlay:before {
    margin-right: -0.32em;
  }
}
@media (max-width: 599px) {
  /* line 249, ../scss/_mixins.scss */
  .share-overlay:before {
    margin-right: -0.35em;
  }
}
/* line 262, ../scss/_mixins.scss */
.share-overlay .middle-align {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
@media (max-width: 959px) {
  /* line 262, ../scss/_mixins.scss */
  .share-overlay .middle-align {
    text-align: center;
  }
}
/* line 54, ../scss/_quotes.scss */
.share-overlay .overlay-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: auto !important;
  cursor: pointer;
}
/* line 61, ../scss/_quotes.scss */
.share-overlay .middle-align {
  text-align: center;
  width: 70px;
}
/* line 65, ../scss/_quotes.scss */
.share-overlay .middle-align a:hover {
  opacity: 1 !important;
}
/* line 68, ../scss/_quotes.scss */
.share-overlay .middle-align ul {
  list-style-type: none;
}
/* line 71, ../scss/_quotes.scss */
.share-overlay .middle-align li {
  height: inherit;
  width: 50%;
  height: 50px;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 83, ../scss/_quotes.scss */
.share-overlay .middle-align li svg {
  height: 36px;
  width: auto;
  margin-top: 5px;
}
/* line 88, ../scss/_quotes.scss */
.share-overlay .middle-align li:hover svg path {
  fill: #ef1851;
  transition: all 0.2s ease-in 0s;
}
/* line 92, ../scss/_quotes.scss */
.share-overlay .middle-align li.fb {
  border-right: 1px solid #dedad9;
  border-bottom: 1px solid #dedad9;
}
/* line 102, ../scss/_quotes.scss */
.share-overlay .middle-align li.pint {
  border-bottom: 1px solid #dedad9;
}
/* line 107, ../scss/_quotes.scss */
.share-overlay .middle-align li.pint svg {
  margin-left: 4px;
}
/* line 115, ../scss/_quotes.scss */
.share-overlay .middle-align li.tumb {
  clear: left;
  border-right: 1px solid #dedad9;
}
/* line 120, ../scss/_quotes.scss */
.share-overlay .middle-align li.tumb svg {
  height: 32px;
  margin-top: 8px;
}
/* line 133, ../scss/_quotes.scss */
.share-overlay .middle-align li.twit svg {
  height: 25px;
  margin: 13px 4px;
}

/* line 4, ../scss/_loading.scss */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  text-align: center;
  z-index: 9000;
}
/* line 13, ../scss/_loading.scss */
.loading p {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ee2d5d;
  width: 165px;
  height: 168px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -84px;
  margin-left: -82px;
}
/* line 29, ../scss/_loading.scss */
.loading p:before {
  content: '';
  height: 136px;
  width: 167px;
  display: block;
  margin: 0 auto;
  background-image: url(../img/lips_loader.png);
  background-image: url(../img/lips_loader.svg), none;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 20px;
  background-position: 0;
  -webkit-animation: fade 2s infinite;
  -moz-animation: fade 2s infinite;
  -ms-animation: fade 2s infinite;
  -o-animation: fade 2s infinite;
  animation: fade 2s infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes imagefade {
  0% {
    opacity: 1;
  }
  16.6% {
    opacity: 1;
  }
  33.3% {
    opacity: 0;
  }
  84.4% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes imagefade {
  0% {
    opacity: 1;
  }
  16.6% {
    opacity: 1;
  }
  33.3% {
    opacity: 0;
  }
  84.4% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes imagefade {
  0% {
    opacity: 1;
  }
  16.6% {
    opacity: 1;
  }
  33.3% {
    opacity: 0;
  }
  84.4% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes imagefade {
  0% {
    opacity: 1;
  }
  16.6% {
    opacity: 1;
  }
  33.3% {
    opacity: 0;
  }
  84.4% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imagefade {
  0% {
    opacity: 1;
  }
  16.6% {
    opacity: 1;
  }
  33.3% {
    opacity: 0;
  }
  84.4% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 39, ../scss/_header-ani.scss */
.landing-page-header {
  -webkit-animation-name: imagefade;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 9s;
  -moz-animation-name: imagefade;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 9s;
  -o-animation-name: imagefade;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 9s;
  -ms-animation-name: imagefade;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  -ms-animation-duration: 9s;
  animation-name: imagefade;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 9s;
}
/* line 69, ../scss/_header-ani.scss */
.landing-page-header:nth-child(1) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
/* line 76, ../scss/_header-ani.scss */
.landing-page-header:nth-child(2) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
/* line 82, ../scss/_header-ani.scss */
.landing-page-header:nth-child(3) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 20, ../scss/style.scss */
.error-404 {
  text-align: center;
  height: 80vh;
  background: #535353;
}
/* line 24, ../scss/style.scss */
.error-404 h1 {
  font-size: 180px;
  color: #e6e7eb;
  line-height: 1.2em;
  font-family: 'Didot 42 A', 'Didot 42 B';
  font-weight: 300;
  font-style: italic;
  padding: 150px 0 20px;
}
/* line 31, ../scss/style.scss */
.error-404 p {
  max-width: 800px;
  margin: 0 auto;
  color: #e6e7eb;
  font-size: 20px;
  line-height: 1.05;
  border-top: 1px solid #ffae88;
  padding: 20px;
  margin-bottom: 100px;
}

/* line 44, ../scss/style.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 49, ../scss/style.scss */
.bx-wrapper .bx-controls-direction a {
  width: 22px;
  margin: 0 10px;
}

/* line 54, ../scss/style.scss */
body, html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

/* line 61, ../scss/style.scss */
#main {
  top: 0px;
  width: 100%;
  height: 100%;
}

/* line 66, ../scss/style.scss */
a, a:link {
  /*@include transition(opacity 0.2s ease-out);	
  	-webkit-backface-visibility: hidden;
  	-moz-backface-visibility:    hidden;
  	-ms-backface-visibility:     hidden;
  	-o-backface-visibility:     hidden;
  	backface-visibility:     hidden; */
  outline: 0;
}
/* line 74, ../scss/style.scss */
a:hover, a:link:hover {
  opacity: .7;
}
/* line 80, ../scss/style.scss */
a.home-link:hover, a:link.home-link:hover {
  opacity: 1;
}

/* line 84, ../scss/style.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: 'Didot 42 A', 'Didot 42 B';
  font-weight: 300;
  font-style: italic;
}

/* line 88, ../scss/style.scss */
p, h6, label, input {
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  font-weight: 400;
  font-style: normal;
}

/* line 91, ../scss/style.scss */
.xx {
  width: 1164px;
  margin: 0 auto;
}
@media (min-width: 960px) and (max-width: 1163px) {
  /* line 91, ../scss/style.scss */
  .xx {
    width: 960px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 91, ../scss/style.scss */
  .xx {
    width: 600px;
  }
}
@media (max-width: 599px) {
  /* line 91, ../scss/style.scss */
  .xx {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 300px;
  }
}

@media (max-width: 599px) {
  /* line 109, ../scss/style.scss */
  .bx-wrapper .bx-prev {
    display: none;
  }

  /* line 112, ../scss/style.scss */
  .bx-wrapper .bx-next {
    display: none;
  }
}
@media (max-width: 599px) {
  /* line 118, ../scss/style.scss */
  #content #primary {
    margin-top: 70px;
  }
}
@media (max-width: 599px) {
  /* line 123, ../scss/style.scss */
  .site-content {
    overflow: hidden;
  }
}

/* line 129, ../scss/style.scss */
.text-template {
  background: #e6e7eb;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 50px;
}
/* line 134, ../scss/style.scss */
.text-template .page-content {
  font-size: 16px;
}
/* line 136, ../scss/style.scss */
.text-template .page-content p {
  margin-bottom: 20px;
}
