/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

@font-face {
  font-family: "mbt";
  src: url("/assets/fonts/emblem.eot");
  src: url("/assets/fonts/emblem.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/emblem.woff") format("woff"), url("/assets/fonts/emblem.ttf") format("truetype"), url("/assets/fonts/emblem.svg#mbt") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "mbt" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "mbt" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-square:before {
  content: "a";
}

.icon-youtube-square:before {
  content: "c";
}

.icon-google-plus-square:before {
  content: "d";
}

.icon-angle-right:before {
  content: "e";
}

.icon-angle-left:before {
  content: "f";
}

.icon-facebook:before {
  content: "g";
}

.icon-youtube:before {
  content: "k";
}

.icon-twitter:before {
  content: "l";
}

.icon-twitter-square:before {
  content: "m";
}

.icon-vimeo:before {
  content: "n";
}

.icon-social-vimeo:before {
  content: "b";
}

.icon-email-envelope:before {
  content: "h";
}

.icon-cancel-circled:before {
  content: "i";
}

.icon-cancel:before {
  content: "j";
}

.icon-align-justify:before {
  content: "o";
}

.icon-angle-up:before {
  content: "p";
}

.icon-angle-down:before {
  content: "q";
}

.icon-chevron-right:before {
  content: "r";
}

.icon-chevron-left:before {
  content: "s";
}

.icon-chat-bubble:before {
  content: "t";
}

.icon-letter-mail:before {
  content: "u";
}

.icon-pinterest:before {
  content: "v";
}

.icon-search:before {
  content: "w";
}

input[type="button"], input[type="reset"], input[type="submit"],
.btn, input[type="radio"] + .input-btn,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #42324A;
  border: none;
  color: #EFEDDA;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
.btn:hover,
.btn:focus, input[type="radio"] + .input-btn:hover, input[type="radio"] + .input-btn:focus,
button:hover,
button:focus {
  background-color: #19131c;
  color: #fff;
}
input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
.btn:disabled, input[type="radio"] + .input-btn:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
input[type="button"]:after, input[type="reset"]:after, input[type="submit"]:after,
.btn:after, input[type="radio"] + .input-btn:after,
button:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: none;
  font-family: mbt;
  content: "e";
  position: relative;
  top: 3px;
  font-size: 18px;
  line-height: 8px;
  right: 0px;
  margin-top: -12px;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.btn:hover, input[type="radio"] + .input-btn:hover,
button:hover {
  background: rgba(66, 50, 74, 0.95);
}
input[type="button"]:hover:after, input[type="reset"]:hover:after, input[type="submit"]:hover:after,
.btn:hover:after, input[type="radio"] + .input-btn:hover:after,
button:hover:after {
  right: -10px;
}

.btn--basic.btn--basic {
  display: inline-block;
  max-width: 100%;
}

.btn--small, .social__nav .btn {
  font-size: 1.4rem;
  background-color: #ae66b2;
  color: #F7F6EC;
}
.btn--small:hover, .social__nav .btn:hover {
  background-color: #9F949D;
}

.btn--border, .social__nav .btn, .btn-border-gray, input[type="radio"] + .input-btn {
  border: 2px solid #c278b6;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 0;
  background-color: transparent;
  color: #c278b6;
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn--border:hover, .social__nav .btn:hover, .btn-border-gray:hover, input[type="radio"] + .input-btn:hover {
  background-color: #c278b6;
}

.btn-border-gray {
  border-color: #6d7061;
  color: #6d7061;
  margin-left: 0;
  display: inline-block;
  min-width: 200px;
}
.btn-border-gray:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #6d7061;
}

.btn-left {
  margin-left: 0;
  display: inline-block;
  min-width: 200px;
}

.btn--gray {
  border-color: #6d7061;
  background: #6D7061;
  color: #EFEDDA;
}

.btn--tan {
  border: 2px solid #D7D4BB;
  color: #D7D4BB;
}
.btn--tan:hover {
  background-color: #718d5f;
  border-color: #718d5f;
}

.btn--green {
  border: 2px solid #9aac9b;
  color: #658066;
}
.btn--green:hover {
  background-color: #718d5f;
  border-color: #718d5f;
}

.btn--purple {
  border: 2px solid #b19aac;
  color: #896886;
}
.btn--purple:hover {
  background-color: #896886;
  border-color: #896886;
}

.btn--large {
  max-width: 290px;
}

fieldset {
  background-color: #5d4768;
  border: 1px solid #42324A;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "pt-serif", georgia, serif;
  font-size: 1.6rem;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple],
select,
textarea {
  background-color: #EFEDDA;
  border: 1px solid #42324A;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "proxima-nova", helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 0.75em;
  padding: 15px;
  transition: border-color;
  width: 100%;
  color: #42324A;
}
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover,
select:hover,
textarea:hover {
  border-color: #271d2c;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus,
select:focus,
textarea:focus {
  border-color: #42324A;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(52, 40, 59, 0.7);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  max-width: 100%;
  padding: 20px;
  height: 50px;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + .input-btn {
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
  margin-right: 10px;
}
input[type="radio"] + .input-btn:after {
  content: none;
}
input[type="radio"] + .input-btn:last-child {
  margin-bottom: 20px;
}
input[type="radio"]:checked + .input-btn {
  color: #FFFFFF;
  background-color: #c278b6;
  border-color: #c278b6;
}
input[type="radio"]:checked + .input-btn input {
  color: #333333;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin-left: 10px;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 20px;
}
dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #19131c;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #42324A;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #EFEDDA;
  color: #333333;
  font-family: "pt-serif", georgia, serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "pt-serif", georgia, serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 4.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.6rem;
}

p {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 2.6rem;
  letter-spacing: 0.01em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #42324A;
  text-decoration: none;
  text-transform: none;
  line-height: 2.4rem;
  letter-spacing: 0.03em;
}
a:hover {
  color: #FFFFFF;
}
a:active, a:focus {
  color: #42324A;
  outline: none;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.6rem;
}

@media screen and (min-width: 750px) {
  h1 {
    font-size: 6rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 2.2rem;
  }

  h5 {
    font-size: 1.6rem;
  }

  h6 {
    font-size: 1.6rem;
  }
}
hr {
  border-bottom: 1px solid #42324A;
  border-left: none;
  border-right: none;
  border-top: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0;
}
blockquote p {
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  blockquote {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

cite {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
}
cite:before {
  content: "\2014 \00A0";
}

textarea.code,
code {
  display: block;
  border: 3px solid #E8E6D3;
  padding: 20px;
  background-color: #f7f6e5;
  font-size: 12px;
}

b {
  font-weight: bold;
}

.wrapper, .header__split .header__title, .header__split .header__content {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 750px) {
  .wrapper, .header__split .header__title, .header__split .header__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 950px) {
  .wrapper, .header__split .header__title, .header__split .header__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.container.container {
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.container.container:after {
  content: "";
  display: table;
  clear: both;
}

.container--med.container--med {
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.container--med.container--med:after {
  content: "";
  display: table;
  clear: both;
}

.container--small {
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
  max-width: 875px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.container--small:after {
  content: "";
  display: table;
  clear: both;
}

.container--xsml {
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.container--xsml:after {
  content: "";
  display: table;
  clear: both;
}

main.bg {
  z-index: 3200px;
  display: block;
  width: 100%;
  background-color: #EFEDDA;
}

.bg--light-tan {
  background-color: #FFFEF0;
}

.bg--tan {
  background-color: #EFEDDA;
}

.bg--white {
  background-color: #FFFFFF;
}

.bg--purple {
  background-color: #EFEAEE;
}

.bg--green {
  background-color: #D0D9D1;
}

.bg--greener {
  background-color: #C5CBB7;
}

.bg--grey-light {
  background-color: #ecece3;
}

.bg--grey {
  background-color: #bebfb5;
}

.hidden.hidden {
  display: none;
}

p.t--bump {
  font-size: 22px;
  line-height: 38px;
}

.ptl.ptl {
  padding-top: 35px;
}

.ptm.ptm {
  padding-top: 20px;
}

.pts.pts {
  padding-top: 10px;
}

.pbl.pbl {
  padding-bottom: 35px;
}

.pbm.pbm {
  padding-bottom: 20px;
}

.pbs.pbs {
  padding-bottom: 10px;
}

.pll.pll {
  padding-left: 35px;
}

.plm.plm {
  padding-left: 20px;
}

.pls.pls {
  padding-left: 10px;
}

.prl.prl {
  padding-right: 35px;
}

.prm.prm {
  padding-right: 20px;
}

.prs.prs {
  padding-right: 10px;
}

.pvl.pvl {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pvm.pvm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pvs.pvs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.phl.phl {
  padding-left: 35px;
  padding-right: 35px;
}

.phm.phm {
  padding-left: 20px;
  padding-right: 20px;
}

.phs.phs {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 750px) {
  .ptl.ptl {
    padding-top: 70px;
  }

  .ptm.ptm {
    padding-top: 30px;
  }

  .pts.pts {
    padding-top: 15px;
  }

  .pbl.pbl {
    padding-bottom: 70px;
  }

  .pbm.pbm {
    padding-bottom: 30px;
  }

  .pbs.pbs {
    padding-bottom: 15px;
  }

  .pll.pll {
    padding-left: 70px;
  }

  .plm.plm {
    padding-left: 30px;
  }

  .pls.pls {
    padding-left: 15px;
  }

  .prl.prl {
    padding-right: 70px;
  }

  .prm.prm {
    padding-right: 30px;
  }

  .prs.prs {
    padding-right: 15px;
  }

  .pvl.pvl {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pvm.pvm {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pvs.pvs {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pvxs.pvxs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .phl.phl {
    padding-left: 70px;
    padding-right: 70px;
  }

  .phm.phm {
    padding-left: 30px;
    padding-right: 30px;
  }

  .phs.phs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mtl.mtl {
  margin-top: 70px;
}

.mtm.mtm {
  margin-top: 30px;
}

.mts.mts {
  margin-top: 15px;
}

.mbl.mbl {
  margin-bottom: 70px;
}

.mbm.mbm {
  margin-bottom: 30px;
}

.mbs.mbs {
  margin-bottom: 15px;
}

.mll.mll {
  margin-left: 70px;
}

.mlm.mlm {
  margin-left: 30px;
}

.mls.mls {
  margin-left: 15px;
}

.mrl.mrl {
  margin-right: 70px;
}

.mrm.mrm {
  margin-right: 30px;
}

.mrs.mrs {
  margin-right: 15px;
}

.mvl.mvl {
  margin-top: 70px;
  margin-bottom: 70px;
}

.mvm.mvm {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mvs.mvs {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mhl.mhl {
  margin-left: 20px;
  margin-right: 20px;
}

.mhm.mhm {
  margin-left: 10px;
  margin-right: 10px;
}

.mhs.mhs {
  margin-left: 5px;
  margin-right: 5px;
}

.tac {
  text-align: center;
}

.ttuc {
  text-transform: uppercase;
}

.ttn {
  text-transform: none;
}

@media screen and (min-width: 750px) {
  .mhl.mhl {
    margin-left: 70px;
    margin-right: 70px;
  }

  .mhm.mhm {
    margin-left: 30px;
    margin-right: 30px;
  }

  .mhs.mhs {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.grid-container {
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
}
.grid-container:after {
  content: "";
  display: table;
  clear: both;
}

.span--1 {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 11.26761%;
}
.span--1:last-child {
  margin-right: 0;
}

.span--2 {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 23.94366%;
}
.span--2:last-child {
  margin-right: 0;
}

.span--3 {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 36.61972%;
}
.span--3:last-child {
  margin-right: 0;
}

.span--4 {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 49.29577%;
}
.span--4:last-child {
  margin-right: 0;
}

.span--5 {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 61.97183%;
}
.span--5:last-child {
  margin-right: 0;
}

.span--6 {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 74.64789%;
}
.span--6:last-child {
  margin-right: 0;
}

.span--7 {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 87.32394%;
}
.span--7:last-child {
  margin-right: 0;
}

.span--8 {
  float: left;
  display: block;
  margin-right: 1.40845%;
  width: 100%;
}
.span--8:last-child {
  margin-right: 0;
}

@media screen and (min-width: 650px) {
  .m-span--1 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 11.26761%;
  }
  .m-span--1:last-child {
    margin-right: 0;
  }

  .m-span--2 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 23.94366%;
  }
  .m-span--2:last-child {
    margin-right: 0;
  }

  .m-span--3 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 36.61972%;
  }
  .m-span--3:last-child {
    margin-right: 0;
  }

  .m-span--4 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 49.29577%;
  }
  .m-span--4:last-child {
    margin-right: 0;
  }

  .m-span--5 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 61.97183%;
  }
  .m-span--5:last-child {
    margin-right: 0;
  }

  .m-span--6 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 74.64789%;
  }
  .m-span--6:last-child {
    margin-right: 0;
  }

  .m-span--7 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 87.32394%;
  }
  .m-span--7:last-child {
    margin-right: 0;
  }

  .m-span--8 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 100%;
  }
  .m-span--8:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 750px) {
  .t-span--1 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 11.26761%;
  }
  .t-span--1:last-child {
    margin-right: 0;
  }

  .t-span--2 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 23.94366%;
  }
  .t-span--2:last-child {
    margin-right: 0;
  }

  .t-span--3 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 36.61972%;
  }
  .t-span--3:last-child {
    margin-right: 0;
  }

  .t-span--4 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 49.29577%;
  }
  .t-span--4:last-child {
    margin-right: 0;
  }

  .t-span--5 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 61.97183%;
  }
  .t-span--5:last-child {
    margin-right: 0;
  }

  .t-span--6 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 74.64789%;
  }
  .t-span--6:last-child {
    margin-right: 0;
  }

  .t-span--7 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 87.32394%;
  }
  .t-span--7:last-child {
    margin-right: 0;
  }

  .t-span--8 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 100%;
  }
  .t-span--8:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) {
  .d-span--1 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 11.26761%;
  }
  .d-span--1:last-child {
    margin-right: 0;
  }

  .d-span--2 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 23.94366%;
  }
  .d-span--2:last-child {
    margin-right: 0;
  }

  .d-span--3 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 36.61972%;
  }
  .d-span--3:last-child {
    margin-right: 0;
  }

  .d-span--4 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 49.29577%;
  }
  .d-span--4:last-child {
    margin-right: 0;
  }

  .d-span--5 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 61.97183%;
  }
  .d-span--5:last-child {
    margin-right: 0;
  }

  .d-span--6 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 74.64789%;
  }
  .d-span--6:last-child {
    margin-right: 0;
  }

  .d-span--7 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 87.32394%;
  }
  .d-span--7:last-child {
    margin-right: 0;
  }

  .d-span--8 {
    float: left;
    display: block;
    margin-right: 1.40845%;
    width: 100%;
  }
  .d-span--8:last-child {
    margin-right: 0;
  }
}
.shift--1 {
  margin-left: 12.67606%;
}

.shift--2 {
  margin-left: 25.35211%;
}

.shift--3 {
  margin-left: 38.02817%;
}

.shift--4 {
  margin-left: 50.70423%;
}

.shift--5 {
  margin-left: 63.38028%;
}

.shift--6 {
  margin-left: 76.05634%;
}

.shift--7 {
  margin-left: 88.73239%;
}

.shift--8 {
  margin-left: 101.40845%;
}

@media screen and (min-width: 650px) {
  .m-shift--1 {
    margin-left: 12.67606%;
  }

  .m-shift--2 {
    margin-left: 25.35211%;
  }

  .m-shift--3 {
    margin-left: 38.02817%;
  }

  .m-shift--4 {
    margin-left: 50.70423%;
  }

  .m-shift--5 {
    margin-left: 63.38028%;
  }

  .m-shift--6 {
    margin-left: 76.05634%;
  }

  .m-shift--7 {
    margin-left: 88.73239%;
  }

  .m-shift--8 {
    margin-left: 101.40845%;
  }
}
@media screen and (min-width: 750px) {
  .t-shift--1 {
    margin-left: 12.67606%;
  }

  .t-shift--2 {
    margin-left: 25.35211%;
  }

  .t-shift--3 {
    margin-left: 38.02817%;
  }

  .t-shift--4 {
    margin-left: 50.70423%;
  }

  .t-shift--5 {
    margin-left: 63.38028%;
  }

  .t-shift--6 {
    margin-left: 76.05634%;
  }

  .t-shift--7 {
    margin-left: 88.73239%;
  }

  .t-shift--8 {
    margin-left: 101.40845%;
  }
}
@media screen and (min-width: 950px) {
  .d-shift--1 {
    margin-left: 12.67606%;
  }

  .d-shift--2 {
    margin-left: 25.35211%;
  }

  .d-shift--3 {
    margin-left: 38.02817%;
  }

  .d-shift--4 {
    margin-left: 50.70423%;
  }

  .d-shift--5 {
    margin-left: 63.38028%;
  }

  .d-shift--6 {
    margin-left: 76.05634%;
  }

  .d-shift--7 {
    margin-left: 88.73239%;
  }

  .d-shift--8 {
    margin-left: 101.40845%;
  }
}
.last {
  margin-right: 0;
}

.banner {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #42324A;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1em;
}

main ul, main ol, main p {
  font-size: 18px;
  line-height: 1.7em;
}
main a {
  color: #c278b6;
}
main a:hover {
  color: #42324A;
}
main ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
main ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
}
main ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  font-size: 14px;
  top: 10px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
  width: 2em;
  margin-right: 12px;
  padding: 3px;
  color: #fff;
  background: #9C8B97;
  font-weight: bold;
  text-align: center;
  border-radius: 1em;
}
main li ol,
main li ul {
  margin-top: 6px;
}
main ol ol li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  main ul, main ol, main p {
    font-size: 22px;
    line-height: 1.7em;
  }
}
.push nav.site-nav {
  top: -180px;
}
@media screen and (min-width: 750px) {
  .push nav.site-nav {
    top: 0px;
  }
}

nav {
  background-color: #22252e;
  display: block;
  overflow: hidden;
  width: 100%;
  z-index: 900;
  top: 0;
}
nav.site-nav {
  overflow: visible;
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  position: relative;
  z-index: 1000;
}
nav.site-nav:after {
  content: "";
  display: table;
  clear: both;
}
nav a.nav__home {
  max-width: 210px;
  display: block;
  padding: 12px 0px;
  margin: 0 auto;
  float: left;
}
nav .nav__toggle {
  float: right;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
nav .nav__toggle:before {
  font-family: mbt;
  content: "o";
  color: #FFFFFF;
  font-size: 24px;
  padding-top: 5px;
  padding-left: 10px;
  display: block;
  opacity: .2;
}
nav .nav__toggle:before:hover {
  opacity: .5;
}
nav .nav__nav {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 1000;
  background-color: #22252e;
  display: none;
}
nav .nav__nav a {
  display: block;
}
nav .nav__nav li {
  margin-left: 0;
  display: block;
  text-align: center;
  position: relative;
}
nav.nav--open .nav__nav, nav .nav--open .nav__nav {
  display: block;
}
nav.nav--open .nav__toggle:before, nav .nav--open .nav__toggle:before {
  opacity: .8;
}
nav ul {
  font-family: "proxima-nova", helvetica, sans-serif;
  text-align: center;
}
nav li {
  display: inline;
}
nav li a {
  padding: 8px 8px 13px 8px;
  display: inline-block;
  color: #EFEDDA;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 3px solid transparent;
}
nav li a.active, nav li a:hover {
  border-top-color: #9C8B97;
  background-color: #9C8B97;
  color: #FFFFFF;
}
nav.inpage {
  background-color: #dad9c8;
  position: relative;
}
nav.inpage ul {
  width: auto;
  text-align: center;
  margin: 0 auto;
  float: none;
}
nav.inpage li {
  display: block;
  float: none;
  margin: 0;
}
nav.inpage a {
  color: #9C8B97;
  border-top: none;
  padding: 12px 16px 10px;
  display: block;
}
nav.inpage a:hover {
  background-color: #f1efde;
  color: #272034;
}
nav.inpage li.active a {
  background-color: #EFEDDA;
  color: #272034;
}
@media screen and (min-width: 750px) {
  nav.inpage li {
    display: inline-block;
  }
  nav.inpage.stuck {
    position: fixed;
    top: 45px;
  }
}
nav.filter {
  background-color: #ecebdc;
  position: relative;
}
nav.filter ul {
  width: auto;
  text-align: center;
  margin: 0 auto;
  float: left;
}
nav.filter li {
  display: inline-block;
  float: none;
  margin: 0;
}
nav.filter a {
  color: #9C8B97;
  border-top: none;
  padding: 12px 24px 10px;
  font-weight: 600;
}
nav.filter a:hover {
  color: #EFEDDA;
  background-color: #896886;
}
nav.filter .search {
  float: right;
}
nav.filter li.active a {
  color: #EFEDDA;
  background-color: #896886;
}
@media screen and (min-width: 750px) {
  nav.filter.stuck {
    position: fixed;
    top: 45px;
  }
}
@media screen and (min-width: 750px) {
  nav {
    position: fixed;
  }
  nav.site-nav {
    position: fixed;
    top: 0;
  }
}
@media screen and (min-width: 1120px) {
  nav a.nav__home {
    float: left;
    margin: 0;
    z-index: 100;
    position: relative;
  }
  nav ul {
    text-align: right;
  }
  nav .nav__toggle {
    display: none;
  }
  nav .nav__nav {
    position: relative;
    top: 0;
    left: auto;
    width: auto;
    background-color: transparent;
    z-index: 0;
    display: block;
  }
  nav .nav__nav li {
    margin-left: 10px;
    display: inline-block;
  }
  nav li a.active, nav li a:hover {
    background-color: transparent;
  }
  nav .nav__nav ul {
    display: none;
    position: absolute;
    min-width: 160px;
    top: 48px;
    background-color: rgba(34, 37, 46, 0.9);
    text-align: left;
    padding: 0;
  }
  nav .nav__nav ul li {
    padding: 0;
    margin: 0;
    display: block;
    widows: 100%;
  }
  nav .nav__nav ul a {
    font-size: 12px;
    text-align: left;
    line-height: 1.2em;
    border-top: none;
    padding: 15px;
    display: block;
    width: 100%;
  }
  nav .nav__nav ul a:hover {
    background-color: #22252e;
    color: #FFFFFF;
  }
  nav .nav__nav li:hover ul {
    display: block;
  }
}

.page-image-header {
  height: 300px;
  text-align: center;
  background: #9C8B97 url("/assets/images/flowers.jpg") center center no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: -2;
  padding-top: 30px;
}
.page-image-header img {
  display: inline-block;
  margin: 10px 20px;
  max-height: 40px;
}
@media screen and (min-width: 750px) {
  .page-image-header {
    padding-top: 0;
  }
}
.page-image-header h1 {
  font-family: "proxima-nova", helvetica, sans-serif;
  color: #EFEDDA;
  font-weight: 500;
  padding-top: 75px;
  font-style: 30px;
}

@media screen and (min-width: 750px) {
  a.nav__home {
    max-width: 254px;
  }

  .page-image-header h1 {
    padding-top: 130px;
    font-size: 30px;
  }
  .page-image-header img {
    max-height: 70px;
  }
}
@media screen and (min-width: 950px) {
  .page-image-header {
    top: 40px;
  }
  .page-image-header h1 {
    padding-top: 100px;
    font-size: 50px;
  }
  .page-image-header.page-image-header--large {
    height: 60vh;
  }
  .page-image-header img {
    max-height: 80px;
  }
}
.site-header {
  padding-bottom: 40px;
  padding-top: 45px;
}
.site-header .container {
  position: relative;
}
.site-header img {
  margin: auto;
  max-height: 140px;
  display: block;
  margin-top: 20px;
}
.site-header img.heartland,
.site-header img.filmfest1 {
  max-width: 40%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
  max-height: 75px;
}
.site-header img.heartland {
  position: relative;
  float: right;
}
@media screen and (min-width: 950px) {
  .site-header img {
    margin-top: 0;
  }
  .site-header img.heartland,
  .site-header img.filmfest1 {
    position: absolute;
    top: 45px;
    right: 20px;
    max-height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .site-header img.heartland {
    left: 30px;
    top: 40px;
    right: auto;
  }
}

section {
  padding-top: 40px;
  padding-bottom: 50px;
}
section h2.header,
section header {
  text-align: center;
  font-size: 30px;
  font-family: pt-sans;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 45px;
  padding-bottom: 45px;
}
section h2.header:after,
section header:after {
  height: 3px;
  width: 100px;
  margin: auto;
  margin-top: 10px;
  background: #9C8B97;
  display: block;
  content: "";
}
section h2.header.no-line:after,
section header.no-line:after {
  display: none;
}
@media screen and (min-width: 750px) {
  section {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}

.tile-header {
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}
.tile-header:after {
  content: "";
  display: table;
  clear: both;
}
.tile-header .tile__large, .tile-header .tile__small, .tile-header .tile__wide, .tile-header .tile__tall, .tile-header .tile__full {
  position: relative;
  float: left;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.tile-header .tile__large img, .tile-header .tile__small img, .tile-header .tile__wide img, .tile-header .tile__tall img, .tile-header .tile__full img {
  display: none;
}
.tile-header .tile__large:nth-child(1n+2):before, .tile-header .tile__small:nth-child(1n+2):before, .tile-header .tile__wide:nth-child(1n+2):before, .tile-header .tile__tall:nth-child(1n+2):before, .tile-header .tile__full:nth-child(1n+2):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #333333;
  opacity: .4;
}
.tile-header .tile__large:nth-child(1n+2):hover:before, .tile-header .tile__small:nth-child(1n+2):hover:before, .tile-header .tile__wide:nth-child(1n+2):hover:before, .tile-header .tile__tall:nth-child(1n+2):hover:before, .tile-header .tile__full:nth-child(1n+2):hover:before {
  opacity: 0;
}
.tile-header .tile__large {
  width: 50%;
  height: 50vw;
}
.tile-header .tile__small {
  width: 25%;
  height: 25vw;
}
.tile-header .tile__wide {
  width: 50%;
  height: 25vw;
}
.tile-header .tile__tall {
  width: 25%;
  height: 50vw;
}
.tile-header .tile__full {
  width: 100%;
  height: 50vw;
}

.header__image.header__image {
  position: relative;
  display: block;
  margin-bottom: 20px;
  min-height: 120px;
  background-color: #929588;
  text-align: center;
}
.header__image.header__image img {
  display: block;
  max-width: none;
  width: 100%;
  margin-bottom: 0;
}
.header__image.header__image.no-img {
  height: 220px;
  width: 220px;
}
.header__image.header__image .coming-soon {
  background-color: #3B515E;
  color: #EFEFE3;
  font-family: "proxima-nova", helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  padding: 10px 20px 7px;
  width: 138px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__image.header__image .image__hover {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(59, 81, 94, 0.9);
  color: #FFFFFF;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  z-index: 20;
}
.header__image.header__image .image__hover:hover {
  opacity: 1;
}
.header__image.header__image .image__hover:after {
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  border: 3px solid  #d7d4bb;
}
.header__image.header__image .image__hover.hover--blue {
  background-color: rgba(59, 81, 94, 0.9);
}
.header__image.header__image .image__hover.hover--purple {
  background-color: rgba(71, 52, 78, 0.9);
}
.header__image.header__image .image__hover.hover--green {
  background-color: rgba(31, 65, 49, 0.9);
}
.header__image.header__image .image__hover.hover--teal {
  background-color: rgba(39, 87, 90, 0.9);
}
.header__image.header__image .image__hover .hover__content {
  display: block;
  top: 55%;
  left: 0;
  width: 100%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.header__image.header__image .image__hover .hover__content a i,
.header__image.header__image .image__hover .hover__content i {
  font-style: normal;
  display: block;
  font-size: 60px;
  color: #d7d4bb;
  line-height: .5em;
}
.header__image.header__image .image__hover .hover__content a span,
.header__image.header__image .image__hover .hover__content span {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1em;
  max-width: 110px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
}

article {
  padding-top: 80px;
  padding-bottom: 100px;
}
article header {
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: none;
  margin-bottom: 40px;
  color: #9e44a8;
}
article header h2 {
  text-transform: none;
  display: block;
}
article header h2:after {
  width: 100px;
  padding-top: 15px;
  margin: auto;
  border-bottom: 3px #929588 solid;
  display: block;
  content: "";
}
article header.no-line:after {
  display: none;
}
article .content {
  padding-top: 0;
  padding-bottom: 0;
}
article date {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  color: #929588;
  margin-top: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
article .btn {
  min-width: 200px;
}

.content--container {
  max-width: 850px;
  padding-top: 60px;
  padding-bottom: 100px;
  margin: auto;
}

.content {
  text-align: center;
}
.content p, .content span, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ul, .content ol, .content dl, .content code, .content table, .content div, .content aside {
  text-align: left;
}
.content .image, .content img {
  display: block;
  margin-bottom: 30px;
}
.content .image img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.content .image aside {
  font-family: "proxima-nova", helvetica, sans-serif;
  margin-right: 20px;
  margin-left: 20px;
}
.content .image aside h4 {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-weight: normal;
  color: #989475;
  font-size: 16px;
}
.content .image aside p {
  color: #896886;
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 750px) {
  .content .image aside {
    margin-right: auto;
    margin-left: auto;
  }
  .content .image aside p {
    font-size: 18px;
  }
  .content .image aside h4 {
    font-size: 20px;
  }
  .content .image aside:nth-child(2n+1) p, .content .image aside:nth-child(2n+1) h4 {
    text-align: right;
  }
}
.content header {
  margin-bottom: 20px;
}
.content header h2 {
  font-size: 28px;
  text-transform: none;
  letter-spacing: .01em;
  color: #644A65;
}
.content .sub-header {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  list-style: .05em;
  color: #9F949D;
  display: block;
}
.content .sub-header.t--pink {
  color: #ae66b2;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.content blockquote {
  padding-top: 10px;
  padding-bottom: 40px;
}
.content blockquote p {
  color: #9C8B97;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 0;
}
.content blockquote:before {
  content: "";
  display: block;
  width: 200px;
  border-bottom: 2px solid #929588;
  margin: auto;
  margin-bottom: 20px;
}
.content h3, .content h4, .content h5, .content h6 {
  color: #896886;
  font-weight: bold;
  margin-bottom: 5px;
}
.content p {
  font-size: 16px;
}
.content .social {
  margin-bottom: 30px;
}
.content .social a {
  padding: 0 5px;
  color: #EFEDDA;
  background-color: #929588;
  border: 0;
  letter-spacing: .01em;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-weight: 500;
  vertical-align: top;
}
.content .social a:hover {
  background-color: #42324A;
}
.content .social .icon {
  color: #929588;
  background-color: transparent;
  position: relative;
  top: 1px;
}
.content .social .icon:hover {
  background-color: transparent;
  color: #42324A;
}
.content .product-banner {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 750px) {
  .content--container {
    padding-left: 75px;
    padding-right: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
  }

  .content p {
    font-size: 20px;
  }
  .content .image {
    max-width: em(1440);
    margin-left: auto;
    margin-right: auto;
  }
  .content .image:after {
    content: "";
    display: table;
    clear: both;
  }
  .content .image img, .content .image aside {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .content .image img:last-child, .content .image aside:last-child {
    margin-right: 0;
  }
  .content .image img:nth-child(2n), .content .image aside:nth-child(2n) {
    margin-right: 0;
  }
  .content .image img:nth-child(2n+1), .content .image aside:nth-child(2n+1) {
    clear: left;
  }
  .content .image aside {
    margin-top: 20px;
  }
  .content .image img {
    margin-bottom: 0;
  }
  .content .image,
  .content > img {
    margin-left: -75px;
    margin-right: -75px;
    max-width: none;
    display: block;
  }
  .content header {
    margin-bottom: 40px;
  }
  .content header h2 {
    font-size: 42px;
  }
  .content blockquote {
    margin-left: -40px;
    margin-right: -40px;
  }
  .content blockquote p {
    font-size: 28px;
  }
}
.site-footer {
  background-color: #22252E;
  color: #FFFFFF;
}

.footer__logo {
  padding-top: 35px;
  padding-bottom: 30px;
}
.footer__logo img {
  display: block;
  margin: auto;
}

.footer__content {
  background-color: #2f3136;
  padding-top: 50px;
  padding-bottom: 40px;
  overflow: hidden;
  color: #D7D4BB;
}
.footer__content a {
  color: #EFEDDA;
}
.footer__content a:hover {
  color: #FFFFFF;
}
.footer__content .footer__block ul {
  margin-bottom: 40px;
}
.footer__content .footer__block > a {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
.footer__content .footer__block > a:before {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.footer__content li a {
  font-size: 18px;
  line-height: 32px;
  font-family: "proxima-nova", helvetica, sans-serif;
}
.footer__content .social-links {
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 25px;
}
.footer__content .social-links li {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
@media screen and (min-width: 750px) {
  .footer__content .social-links li {
    margin-right: 20px;
  }
}
.footer__content .social-links a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  display: block;
  border: 2px solid #EFEDDA;
  -webkit-border-radius: 25px;
  border-radius: 28px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #EFEDDA;
  background: transparent;
}
.footer__content .social-links a:before {
  position: relative;
  top: 2px;
}
.footer__content .social-links a:hover {
  background: #EFEDDA;
  color: #2f3136;
}

.footer__copy {
  color: #42454F;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "proxima-nova", helvetica, sans-serif;
}

@media screen and (min-width: 750px) {
  .footer__block {
    float: left;
    display: block;
    margin-right: 5.88235%;
    width: 47.05882%;
  }
  .footer__block:last-child {
    margin-right: 0;
  }

  .footer__block p {
    margin-right: 20%;
  }
}
.breadcrumbs {
  background-color: #ecebdc;
  position: relative;
  z-index: 0;
  padding-top: 3px;
  padding-bottom: 4px;
}
.breadcrumbs a {
  color: #9C8B97;
  border-top: none;
  padding: 10px 0px 10px;
  font-size: 14px;
  font-family: "proxima-nova", helvetica, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0;
}
.breadcrumbs a:hover {
  color: #272034;
}
.breadcrumbs a:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: none;
  font-family: mbt;
  content: "e";
  position: relative;
  top: 5px;
  font-size: 18px;
  line-height: 8px;
  right: 0px;
  margin-top: -12px;
  display: inline-block;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.breadcrumbs form {
  float: right;
}
.breadcrumbs .search {
  float: right;
}

@media screen and (min-width: 950px) {
  .breadcrumbs {
    margin-top: 45px;
  }
}
.video__block {
  border: 10px solid #9C8B97;
  max-height: 570px;
  overflow: hidden;
  display: block;
  position: relative;
}
.video__block img {
  width: 100%;
  display: block;
}
.video__block .video__cta {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(66, 50, 74, 0.9);
  line-height: 1em;
  font-family: "pt-serif", georgia, serif;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}
.video__block .video__cta:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: none;
  font-family: mbt;
  content: "e";
  font-size: 34px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
}
.video__block .video__cta:hover {
  background: rgba(66, 50, 74, 0.95);
}
.video__block .video__cta:hover:after {
  right: 15px;
}

@media screen and (min-width: 750px) {
  .video__description {
    margin-bottom: 60px;
  }

  .video__description p {
    font-size: 18px;
    line-height: 2em;
    padding-left: 50px;
    padding-right: 50px;
  }

  .video__block .video__cta {
    font-size: 30px;
    bottom: auto;
    top: 50%;
    margin-top: -35px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 50%;
    left: -25%;
    width: 40%;
  }
  .video__block .video__cta.no-size {
    width: auto;
  }
  .video__block .video__cta:after {
    top: 50%;
    right: 20px;
    margin-top: -16px;
  }
}
.lists {
  background: #D7D4BB;
  overflow: hidden;
}
.lists header {
  padding-top: 0;
  padding-bottom: 0;
}
.lists dl {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.lists dd {
  font-style: italic;
  font-size: 14px;
  color: #898989;
}

@media screen and (min-width: 750px) {
  .lists {
    padding-bottom: 100px;
  }
  .lists header {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .lists dl {
    text-align: left;
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 22.85714%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .lists dl:last-child {
    margin-right: 0;
  }
  .lists dt {
    font-size: 18px;
  }
  .lists dt:first-child {
    margin-top: 0;
  }
}
.list-rows {
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.list-rows:after {
  content: "";
  display: table;
  clear: both;
}
.list-rows dt {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #42324A;
  font-size: 16px;
  line-height: 27px;
}
.list-rows dd {
  margin: 0;
  color: #333333;
  font-size: 18px;
}
.list-rows dd, .list-rows dt {
  padding-top: 2px;
  padding-bottom: 1px;
  width: 50%;
  display: block;
  float: left;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-weight: normal;
  background-color: rgba(51, 51, 51, 0.04);
  margin: 0;
}
.list-rows dd:nth-of-type(2n), .list-rows dt:nth-of-type(2n) {
  background-color: transparent;
}

.modal {
  position: fixed;
  top: 100%;
  z-index: 300;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in, top 0s ease-out 0.4s;
  -moz-transition: opacity 0.4s ease-in, top 0s ease-out 0.4s;
  transition: opacity 0.4s ease-in, top 0s ease-out 0.4s;
}
.modal .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0);
  z-index: 400;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.modal .modal__content {
  position: relative;
  background: #FFFFFF;
  max-height: 90vh;
  overflow: hidden;
  z-index: 500;
  margin: auto;
  width: 90%;
  max-width: 1100px;
}
.modal .modal__content .modal__center {
  text-align: center;
}
.modal .modal__content iframe {
  display: block;
}
.modal .modal__content .modal__toggle {
  position: absolute;
  color: #333333;
  padding: 20px;
  line-height: 1em;
  top: 0px;
  right: 0px;
  font-size: 20px;
  cursor: pointer;
}
.modal .modal__content .tac {
  text-align: center;
}

.modal-is-open .modal {
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out, top 0s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out, top 0s ease-out 0s;
  transition: opacity 0.3s ease-out, top 0s ease-out 0s;
}
.modal-is-open .modal .overlay {
  background: rgba(51, 51, 51, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form {
  overflow: hidden;
  box-sizing: border-box;
}
.form textarea, .form input, .form select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  text-transform: none;
}
.form textarea::-webkit-input-placeholder, .form input::-webkit-input-placeholder, .form select::-webkit-input-placeholder {
  text-transform: uppercase;
}
.form textarea::-moz-placeholder, .form input::-moz-placeholder, .form select::-moz-placeholder {
  text-transform: uppercase;
}
.form textarea:-moz-placeholder, .form input:-moz-placeholder, .form select:-moz-placeholder {
  text-transform: uppercase;
}
.form textarea:-ms-input-placeholder, .form input:-ms-input-placeholder, .form select:-ms-input-placeholder {
  text-transform: uppercase;
}
.form select:focus,
.form textarea:focus,
.form input:focus {
  box-shadow: none;
  background-color: #e0decb;
}
@media screen and (min-width: 750px) {
  .form .form--2col {
    max-width: em(1440);
    margin-left: auto;
    margin-right: auto;
  }
  .form .form--2col:after {
    content: "";
    display: table;
    clear: both;
  }
  .form .form--2col select, .form .form--2col textarea, .form .form--2col input {
    float: left;
    display: block;
    margin-right: 5.88235%;
    width: 47.05882%;
  }
  .form .form--2col select:last-child, .form .form--2col textarea:last-child, .form .form--2col input:last-child {
    margin-right: 0;
  }
  .form .form--2col select:nth-child(2n), .form .form--2col textarea:nth-child(2n), .form .form--2col input:nth-child(2n) {
    margin-right: 0;
  }
  .form .form--2col select:nth-child(2n+1), .form .form--2col textarea:nth-child(2n+1), .form .form--2col input:nth-child(2n+1) {
    clear: left;
  }
}
.form input {
  border-bottom: 1px solid #9C8B97;
}
.form select, .form textarea {
  border: 1px solid #9C8B97;
}
.form button {
  width: 100%;
  padding: 20px;
}
.form button:after {
  content: '';
}
.form--slim {
  max-width: 600px;
  margin: 0 auto;
}
.form--slim input, .form--slim select, .form--slim textarea {
  margin-bottom: 20px;
}
.form--xslim {
  max-width: 460px;
  margin: 0 auto;
}
.form--xslim input, .form--xslim select, .form--xslim textarea {
  margin-bottom: 20px;
}

.search {
  background-color: transparent;
  border-width: 0px;
  padding: 9px 0;
  margin-bottom: 0;
  position: relative;
}
.search input {
  margin-bottom: 0;
  border-width: 0;
  border-bottom: 2px solid transparent;
  outline: none;
  padding-left: 20px;
  position: relative;
  z-index: 10;
  background-color: transparent;
  width: 0px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.search input:focus {
  border-bottom: 2px solid #9C8B97;
  width: 130px;
}
.search:after {
  font-family: mbt;
  content: "w";
  position: absolute;
  top: 9px;
  left: 0;
  color: #9C8B97;
  z-index: 0;
}

.screenings {
  background-color: #f7f6ec;
  padding-bottom: 70px;
}
.screenings--previous {
  background-color: #d7d4bb;
}

.intro {
  text-transform: uppercase;
  color: #70737c;
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
}
.intro p {
  letter-spacing: .2em;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: bold;
}

.showings {
  max-width: 900px;
  margin: 0 auto;
}
.showings li {
  border-bottom: 1px solid #cbcbbe;
  padding: 15px 1%;
  display: block;
  overflow: hidden;
}
.showings li:last-child {
  border-bottom: none;
}
.showings .showings__location,
.showings .showing__theater,
.showings .showings__date,
.showings .showings__link {
  font-size: .8em;
  line-height: 1.2em;
}
.showings .showings__date {
  text-transform: uppercase;
}
.showings .showing__theater a,
.showings .showing__theater {
  font-family: "pt-serif", georgia, serif;
  color: #c278b6;
  font-style: italic;
  font-size: 17px;
}
.showings .showing__theater a:hover {
  color: #272034;
}
.showings .showings__location {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1em;
  color: #1a1a1a;
  text-transform: uppercase;
}
.showings .showings__location span {
  display: block;
  clear: both;
  font-family: "pt-serif", georgia, serif;
  color: #c278b6;
  font-style: italic;
}
.showings .showings__location a {
  font-size: 18px;
}
.showings .showings__link {
  margin-top: 10px;
}
@media screen and (min-width: 750px) {
  .showings li {
    padding: 30px 1%;
  }
  .showings .showings__location,
  .showings .showing__theater {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 48.57143%;
  }
  .showings .showings__location:last-child,
  .showings .showing__theater:last-child {
    margin-right: 0;
  }
  .showings .showings__link {
    margin-top: 0px;
  }
  .showings .showings__date,
  .showings .showings__link {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 22.85714%;
  }
  .showings .showings__date:last-child,
  .showings .showings__link:last-child {
    margin-right: 0;
  }
  .showings .showings__link, .showings.showings--previous .showings__date {
    text-align: right;
  }
}

.endorsements {
  text-align: center;
}
.endorsements p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
}
.endorsements li {
  margin: 30px 0 80px;
}
.endorsements li:before {
  content: ' ';
  width: 100px;
  height: 60px;
  display: block;
  background: transparent url("/assets/images/quote.png") center top no-repeat;
  margin: 0 auto 10px;
}
.endorsements li:last-child {
  margin-bottom: 0px;
}
.endorsements .attribute {
  color: #84707e;
  font-size: 15px;
  font-family: "proxima-nova", helvetica, sans-serif;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.2em;
}
.endorsements .attribute:before {
  content: '';
  width: 100px;
  height: 3px;
  background-color: rgba(137, 137, 137, 0.3);
  display: block;
  margin: 15px auto 20px;
}

.tags {
  line-height: 0;
}
.tags li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
}

.tag, .tags a {
  padding: 2px 10px;
  color: #EFEDDA;
  background-color: #929588;
  border: 0;
  letter-spacing: .01em;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-weight: 600;
  vertical-align: top;
}

li.tag--large {
  padding: 8px 18px 6px;
  color: #FFFFFF;
  background-color: #c278b6;
  border: 0;
  letter-spacing: .01em;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-weight: 600;
  vertical-align: top;
  display: inline-block;
  line-height: 1em;
  position: relative;
  margin-right: 30px;
  top: -5px;
}
li.tag--large:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 120, 182, 0);
  border-left-color: #c278b6;
  border-width: 16px;
  margin-top: -16px;
  transform: scale(0.75, 1);
  margin-left: -4px;
}

.product--content {
  display: block;
}
.product--content h3 {
  font-size: 30px;
  color: #c278b6;
  text-align: center;
  padding: 60px 0 0 0;
  display: block;
}
.product--content p img {
  top: 10px;
  position: relative;
}
.product--content h4 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: none;
}
.product--content ul li {
  list-style: none;
  font-size: 17px;
  line-height: 1.2em;
  margin-bottom: 15px;
}
.product--content ul li strong {
  color: #c278b6;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: .06em;
}

.cards__product .subhead {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}
.cards__product .head {
  font-size: 20px;
  font-family: "proxima-nova", helvetica, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}
.cards__product .head:hover {
  color: #c278b6;
}

.pagination {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e8e8dc;
  text-align: center;
  position: relative;
}
.pagination a {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 14px;
  color: #9C8B97;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}

.pagination__arrow {
  position: relative;
}
.pagination__arrow:last-child:after, .pagination__arrow:first-child:after {
  text-transform: none;
  font-family: mbt;
  content: "a";
  position: absolute;
  top: 19px;
  font-size: 18px;
  line-height: 20px;
  right: -10px;
  margin-top: -12px;
}
.pagination__arrow:first-child:after {
  right: auto;
  left: -10px;
  top: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination__listing {
  list-style-type: none;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  margin-right: 20px;
}
.pagination__listing li {
  margin-left: 5px;
  display: inline-block;
  padding: 0;
}
.pagination__listing li:before {
  content: none;
  display: none;
}
.pagination__listing li.selected a {
  color: #333333;
  background-color: #EFEDDA;
}
.pagination__listing li a {
  padding: 6px 10px;
  border-width: 0px;
}
.pagination__listing span {
  color: #C1C5BE;
}

.grid {
  padding-top: 80px;
  padding-bottom: 100px;
}
.grid header {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "proxima-nova", helvetica, sans-serif;
  letter-spacing: .1em;
  line-height: 1.2em;
  color: #3B515E;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 300px;
}
.grid header:after {
  content: "";
  display: block;
  width: 100px;
  margin: auto;
  border-bottom: 3px solid #9C8B97;
  margin-top: 3px;
}
.grid header.no-line:after {
  display: none;
}
.grid .border {
  border: 3px solid #FFFFFF;
}
.grid .shadow {
  -webkit-box-shadow: 5px 5px 0px #F4F4F0;
  box-shadow: 5px 5px 0px #F4F4F0;
}
.grid .shadow:hover {
  -webkit-box-shadow: 0px 0px #F4F4F0;
  box-shadow: 0px 0px #F4F4F0;
}
.grid a .shadow:hover.shadow {
  -webkit-box-shadow: 0px 0px #F4F4F0;
  box-shadow: 0px 0px #F4F4F0;
}
.grid dl {
  overflow: hidden;
  margin-top: 10px;
}
.grid dt, .grid dd {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "proxima-nova", helvetica, sans-serif;
  line-height: 1.2em;
  width: 50%;
  display: block;
  float: left;
}
.grid dt {
  color: #D3D0B6;
}
.grid dd {
  color: #989475;
}

.grid__item {
  margin-bottom: 40px;
  display: block;
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  background-image: cover;
  position: relative;
}
.grid__item:after {
  content: "";
  display: table;
  clear: both;
}
.grid__item:last-of-type {
  margin-bottom: 0;
}
.grid__item > img {
  width: 100%;
  max-width: none;
  display: block;
}
.grid__item .item__detail .code,
.grid__item .item__detail code {
  margin-bottom: 20px;
  display: none;
  box-shadow: none;
  min-height: 120px;
  font-family: monospace;
  color: #333333;
}
.grid__item .item__detail .btn--code {
  margin: 20px 0;
}
.grid__item .item__detail .btn {
  max-width: 250px;
  display: block;
  min-width: 0;
}
.grid__item .item__head {
  font-size: 20px;
  font-family: "proxima-nova", helvetica, sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
  display: block;
}
.grid__item .item__head:hover {
  color: #c278b6;
}
.grid__item .item__subhead {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}
.grid__item .item__image {
  position: relative;
  display: block;
  margin-bottom: 20px;
  min-height: 120px;
  background-color: #929588;
  text-align: center;
}
.grid__item .item__image img {
  display: block;
  max-width: none;
  width: 100%;
}
.grid__item .item__image.no-img {
  height: 220px;
  width: 220px;
}
.grid__item .item__image .coming-soon {
  background-color: #3B515E;
  color: #EFEFE3;
  font-family: "proxima-nova", helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  padding: 10px 20px 7px;
  width: 138px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.grid__item .item__notice {
  position: absolute;
  top: -14px;
  left: -10px;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 150;
  border-bottom: 2px solid #EFEDDA;
  border-top: 2px solid #EFEDDA;
  border-right: 2px solid #EFEDDA;
  background-color: #ae66b2;
  color: #FFFFFF;
}
.grid__item .item__notice:after {
  width: 0;
  content: "";
  height: 0;
  border-top: 8px solid #42324A;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.grid__item .item__notice.notice--purple {
  background-color: #AE66B2;
}
.grid__item .item__notice.notice--purple:after {
  border-top-color: #42324A;
}
.grid__item .item__notice.notice--purple:before {
  background-color: #AE66B2;
}
.grid__item .item__notice.notice--blue {
  background-color: #3B515E;
}
.grid__item .item__notice.notice--blue:after {
  border-top-color: #597a8d;
}
.grid__item .item__notice.notice--blue:before {
  background-color: #3B515E;
}
.grid__item .social li {
  display: inline-block;
}
.grid__item .social a {
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  padding: 4px;
  display: block;
  line-height: .5em;
}
.grid__item .social a:hover {
  background: #FFFFFF;
  color: #42324A;
}

.item__hover {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(59, 81, 94, 0.9);
  color: #FFFFFF;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  z-index: 20;
}
.item__hover:hover {
  opacity: 1;
}
.item__hover:after {
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  border: 3px solid  #d7d4bb;
}
.item__hover.hover--blue {
  background-color: rgba(59, 81, 94, 0.9);
}
.item__hover.hover--purple {
  background-color: rgba(71, 52, 78, 0.9);
}
.item__hover.hover--green {
  background-color: rgba(31, 65, 49, 0.9);
}
.item__hover.hover--teal {
  background-color: rgba(39, 87, 90, 0.9);
}

.hover__content {
  display: block;
  top: 55%;
  left: 0;
  width: 100%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  position: absolute;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.hover__content a i,
.hover__content i {
  font-style: normal;
  display: block;
  font-size: 60px;
  color: #d7d4bb;
  line-height: .5em;
}
.hover__content a span,
.hover__content span {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1em;
  max-width: 110px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 650px) {
  .grid__item.item--2col .item__detail, .grid__item.item--2col .item__image {
    float: left;
    display: block;
    margin-right: 5.88235%;
    width: 47.05882%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .grid__item.item--2col .item__detail:last-child, .grid__item.item--2col .item__image:last-child {
    margin-right: 0;
  }
  .grid__item.item--2col .item__detail:nth-child(2n), .grid__item.item--2col .item__image:nth-child(2n) {
    margin-right: 0;
  }
  .grid__item.item--2col .item__detail:nth-child(2n+1), .grid__item.item--2col .item__image:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 750px) {
  .grid--2col .grid__item {
    float: left;
    display: block;
    margin-right: 10.20408%;
    width: 44.89796%;
  }
  .grid--2col .grid__item:last-child {
    margin-right: 0;
  }
  .grid--2col .grid__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .grid--3col .grid__item {
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 30.76923%;
  }
  .grid--3col .grid__item:last-child {
    margin-right: 0;
  }
  .grid--3col .grid__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .grid--4col .grid__item {
    float: left;
    display: block;
    margin-right: 1.88679%;
    width: 23.58491%;
  }
  .grid--4col .grid__item:last-child {
    margin-right: 0;
  }
  .grid--4col .grid__item:nth-of-type(4n) {
    margin-right: 0;
  }

  .grid__item .item__hover,
  .grid__item .hover__content {
    padding: 10px;
  }
}
@media screen and (min-width: 950px) {
  .grid__item .item__hover,
  .grid__item .hover__content {
    padding: 20px;
  }
}
.cards__container {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card {
  width: 220px;
  margin: 35px 20px;
}
.card .header__image, .card .social__nav {
  margin-bottom: 10px;
}
.card .item__notice {
  position: absolute;
  top: -14px;
  left: -10px;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 150;
  border-bottom: 2px solid #EFEDDA;
  border-top: 2px solid #EFEDDA;
  border-right: 2px solid #EFEDDA;
  background-color: #ae66b2;
  color: #FFFFFF;
}
.card .item__notice:after {
  width: 0;
  content: "";
  height: 0;
  border-top: 8px solid #42324A;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.card .item__notice.notice--purple {
  background-color: #AE66B2;
}
.card .item__notice.notice--purple:after {
  border-top-color: #42324A;
}
.card .item__notice.notice--purple:before {
  background-color: #AE66B2;
}
.card .item__notice.notice--blue {
  background-color: #3B515E;
}
.card .item__notice.notice--blue:after {
  border-top-color: #597a8d;
}
.card .item__notice.notice--blue:before {
  background-color: #3B515E;
}

.social__nav {
  line-height: 0;
  font-size: 0;
}
.social__nav .btn {
  margin: 0;
  padding: 5px 21px;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #C8C9BC;
  border-color: #C8C9BC;
  color: #FFFEF0;
  line-height: 20px;
}
.social__nav .btn:after {
  content: none;
}
.social__nav .btn:hover {
  color: #FFFEF0;
  background-color: #929588;
  border-color: #929588;
}
.social__nav li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.social__nav li:first-child {
  margin-left: 0;
}
.social__nav li:last-child {
  margin-right: 0;
}
.social__nav .social__icon {
  font-size: 17px;
  color: #929588;
  background-color: transparent;
  width: 32px;
  height: 32px;
  padding: 6px 0 0;
  text-align: center;
}

.listing {
  max-width: 700px;
}
.listing .item__content {
  text-align: center;
  margin-bottom: 50px;
}
.listing .item__content header {
  text-align: left;
  color: #c278b6;
  padding-bottom: 20px;
}
.listing .item__content header:after {
  display: none;
  content: none;
}
.listing .item__content header date {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 14px;
  list-style: .01em;
  color: #929588;
  margin-top: 10px;
  display: block;
  border-top: 2px solid #cecfc0;
}
.listing .item__content p {
  text-align: left;
  font-size: 20px;
}

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 50px;
  background-color: transparent;
  fill: #FFFFFF;
  height: 50px;
  border: none;
  cursor: pointer;
  opacity: .3;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:after {
  content: none;
  display: none;
}

.flickity-prev-next-button:hover,
.flickity-prev-next-button:focus,
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  outline: none;
  opacity: 0.6;
  background-color: transparent;
}

.flickity-prev-next-button.previous {
  left: 0px;
}

.flickity-prev-next-button.next {
  right: 0px;
}
.flickity-prev-next-button.next svg {
  right: 0;
  left: auto;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 50px;
}

@media screen and (min-width: 950px) {
  .flickity-prev-next-button svg {
    width: 50px;
  }
  .flickity-prev-next-button.next {
    right: 3%;
  }
  .flickity-prev-next-button.previous {
    left: 3%;
  }
}
.flickity-prev-next-button .arrow {
  fill: #FFFFFF;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #929588;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.flickity-page-dots .dot:before {
  display: none;
  content: none;
}

.flickity-page-dots .dot.is-selected {
  background-color: #FFFFFF;
}

.slider {
  padding-top: 0;
  padding-bottom: 0;
}
.slider .container--small,
.slider .container {
  position: relative;
}

.slider__slide {
  width: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 40px;
  padding-left: 40px;
}

.overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(59, 81, 94, 0.8);
}
.overlay + .container--small {
  z-index: 100;
}
.overlay + .container {
  z-index: 100;
}
.overlay.overlay--blue {
  background-color: rgba(59, 81, 94, 0.8);
}
.overlay.overlay--green {
  background-color: rgba(31, 65, 49, 0.8);
}
.overlay.overlay--purple {
  background-color: rgba(66, 50, 74, 0.8);
}

.slide__content {
  color: #FFFFFF;
  font-family: "proxima-nova", helvetica, sans-serif;
}
.slide__content p {
  font-size: 16px;
  line-height: 1.2em;
}
.slide__content h3 {
  font-family: "proxima-nova", helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: light;
  letter-spacing: 0.075em;
}
.slide__content h5 {
  font-style: italic;
  text-transform: none;
  font-size: 20px;
  color: #D7D4BB;
  margin-bottom: 10px;
}

.slide__cta {
  margin-top: 10px;
}

@media screen and (min-width: 750px) {
  .slide__content {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 61.42857%;
  }
  .slide__content:last-child {
    margin-right: 0;
  }
  .slide__content h3 {
    font-size: 42px;
    line-height: 1em;
  }
  .slide__content h5 {
    font-size: 30px;
  }

  .slide__cta {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 35.71429%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 10px;
  }
  .slide__cta:last-child {
    margin-right: 0;
  }
  .slide__cta btn {
    max-width: 200px;
    min-width: 0;
    display: block;
  }
}
.header__split:after {
  content: "";
  display: table;
  clear: both;
}
.header__split .header__title {
  background: #896886;
  padding-top: 50px;
  padding-bottom: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header__split .header__title h3 {
  color: #EFEDDA;
}
.header__split .header__content {
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header__split .header__content span {
  display: block;
  margin-bottom: 20px;
}
.header__split .header__content span img {
  margin-left: 10px;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
}
.header__split .product__header {
  margin-bottom: 20px;
}
.header__split .product__header:after {
  content: "";
  display: table;
  clear: both;
}
.header__split .product__header .sub-header {
  text-transform: uppercase;
  color: #c278b6;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 650px) {
  .header__split .product__header > img, .header__split .product__header .product__content {
    float: left;
    display: block;
    margin-right: 5.88235%;
    width: 47.05882%;
  }
  .header__split .product__header > img:last-child, .header__split .product__header .product__content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) {
  .header__split .header__block {
    width: 50%;
    float: left;
    position: relative;
  }
  .header__split .header__content, .header__split .header__title h3 {
    display: block;
    max-width: 510px;
  }
  .header__split .header__block:nth-child(even) .header__content, .header__split .header__block:nth-child(even) .header__title h3 {
    margin-right: auto;
  }
  .header__split .header__block:nth-child(even) .header__content, .header__split .header__block:nth-child(even) .header__title {
    padding-left: 50px;
  }
  .header__split .header__block:nth-child(odd) .header__content, .header__split .header__block:nth-child(odd) .header__title h3 {
    margin-left: auto;
  }
  .header__split .header__block:nth-child(odd) .header__content, .header__split .header__block:nth-child(odd) .header__title {
    padding-right: 50px;
  }
  .header__split .header__block:nth-child(odd) .header__content {
    position: relative;
  }
  .header__split .header__block:nth-child(odd) .header__content:after {
    content: "";
    position: absolute;
    height: 100%;
    display: block;
    width: 2px;
    background-color: #EFE0E4;
    top: 0;
    right: 0;
  }
  .header__split .header__block:nth-child(odd) .product__content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

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

.fancybox-image, .fancybox-iframe {
  display: block;
  height: 85%;
  margin: 2% auto 0;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading:before, .fancybox-close:before, .fancybox-prev span:before, .fancybox-next span:before {
  color: #898989;
  position: relative;
  top: -15px;
  font-size: 30px;
  font-family: 'icomoon';
}

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/assets/css/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: fixed;
  top: 40px;
  left: 20px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close:before {
  font-family: mbt;
  content: "j";
}

.fancybox-nav {
  position: fixed;
  top: 0;
  width: 40%;
  height: 80%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/assets/css/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 20px;
}
.fancybox-prev span:before {
  font-family: mbt;
  content: "f";
}

.fancybox-next span {
  right: 20px;
}
.fancybox-next span:before {
  font-family: mbt;
  content: "e";
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.95);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

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

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

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

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

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

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 80%;
  overflow: hidden;
  z-index: 8050;
  padding: 20px 0;
  margin: 0 10%;
  border-top: 1px solid #898989;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.75;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#fancybox-thumbs ul li.active {
  opacity: 1;
  padding: 0;
  border: 1px solid #FFFFFF;
}
#fancybox-thumbs ul li.active a:after {
  border-top: 1px solid #FFFFFF;
  position: absolute;
  background: #42324A;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  outline: none;
}
#fancybox-thumbs ul li a:after {
  content: " ";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  background: transparent;
  width: 100%;
  border-top: 1px solid transparent;
  height: 3px;
  bottom: 0;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  padding: 0;
  max-width: none;
}

.museum:after {
  content: "";
  display: table;
  clear: both;
}
.museum .museum__item {
  margin-top: 60px;
  margin-bottom: 60px;
}
.museum .item__content h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: "proxima-nova", helvetica, sans-serif;
  color: #c278b6;
  margin-bottom: 10px;
}
.museum .item__content p {
  font-size: 17px;
}
.museum .item__image {
  min-height: 100px;
  min-width: 100px;
  height: 100px;
  width: 100px;
  display: block;
  margin: 10px auto;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background-color: #acaea0;
  border: 2px solid #EFEDDA;
  -webkit-box-shadow: 0px 0px 0px 4px #acaea0;
  box-shadow: 0px 0px 0px 4px #acaea0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 750px) {
  .museum .museum__item {
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .museum .museum__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
  }
  .museum .museum__item:nth-child(even) .item__image {
    margin-right: 0;
    margin-left: 75px;
  }
  .museum .item__image {
    margin-right: 75px;
    margin-left: 0;
    min-height: 280px;
    min-width: 280px;
    height: 280px;
    width: 280px;
  }
}

.meta {
  display: flex;
  width: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.meta .btn {
  margin: 0;
}

.image-gallery {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-gallery img {
  margin: 2px;
  max-height: 160px;
}

@media screen and (min-width: 750px) {
  .image--right.image--right {
    float: right;
    margin: 0px 0px 50px 50px;
  }

  .image--left.image--left {
    float: left;
    margin: 50px 50px 0px 0px;
  }
}
.news__list li {
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 10px;
}
.news__list li a {
  font-size: 16px;
  font-family: "proxima-nova", helvetica, sans-serif;
  color: #896886;
  margin-left: 10px;
}
.news__list li a:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("/assets/images/link.png");
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.news__list li a:hover {
  color: #42324A;
}
.news__list li em {
  font-size: 16px;
  font-style: italic;
}

.image__nav {
  margin-bottom: 20px;
}
.image__nav:after {
  content: "";
  display: table;
  clear: both;
}
.image__nav .image__item {
  height: 90px;
  width: 90px;
  margin-right: 2px;
  display: block;
  float: left;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  opacity: .6;
  border: 1px solid #EFEDDA;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
.image__nav .image__item:hover {
  opacity: 1;
}
.image__nav img {
  margin-bottom: 0;
}

.gradient {
  background-image: url("/assets/images/gradient.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.push, .push--l {
  margin-top: 180px;
}

@media screen and (min-width: 750px) {
  .push--l, .push {
    margin-top: 300px;
  }
}
@media screen and (min-width: 950px) {
  .push {
    margin-top: 340px;
  }

  .push--l {
    margin-top: 60vh;
  }
}
.error {
  color: red;
}

.success {
  font-weight: bold;
}

.premiere_hero {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 30px;
}

.col1of2 p {
  font-size: 18px;
}

@media screen and (min-width: 750px) {
  .col1of2 {
    float: left;
    display: block;
    margin-right: 5.88235%;
    width: 47.05882%;
  }
  .col1of2:last-child {
    margin-right: 0;
  }
  .col1of2 p {
    font-size: 18px;
    line-height: 2em;
  }
  .col1of2 img {
    display: block;
  }
}
.recent-news {
  text-align: center;
}
.recent-news ul {
  margin-bottom: 40px;
}
.recent-news li {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 2px solid #bdc9be;
  max-width: em(1440);
  margin-left: auto;
  margin-right: auto;
}
.recent-news li:after {
  content: "";
  display: table;
  clear: both;
}
.recent-news li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.recent-news .recent-news__detail {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}
.recent-news .recent-news__detail date {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "proxima-nova", helvetica, sans-serif;
  line-height: 1em;
  color: #658066;
}
.recent-news .recent-news__detail p {
  font-family: pt-serif;
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.recent-news .recent-news__cta {
  display: block;
}
.recent-news .recent-news__cta .btn {
  max-width: 200px;
  display: block;
}

@media screen and (min-width: 750px) {
  .recent-news li {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .recent-news .recent-news__detail {
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 65.38462%;
  }
  .recent-news .recent-news__detail:last-child {
    margin-right: 0;
  }
  .recent-news .recent-news__cta {
    text-align: right;
    float: left;
    display: block;
    margin-right: 3.84615%;
    width: 30.76923%;
    position: absolute;
    bottom: 30px;
    right: 10px;
  }
  .recent-news .recent-news__cta:last-child {
    margin-right: 0;
  }
}
.split {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.split .split__block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 35px;
  padding-left: 35px;
  border-right: 1px solid #42324A;
}
.split .split__block .subhead {
  text-transform: uppercase;
  color: #c278b6;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.split .split__block .head {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.25em;
  display: block;
}
.split .split__block img {
  max-height: 100px;
}
.split .split__block:last-child {
  border-right-width: 0;
}
.split .split__block > img, .split .split__block .split__content {
  float: left;
}
.split .split__block .split__content {
  margin-left: 10px;
}

.banner--pink {
  display: block;
  background: #d9c1d1;
  font-size: 22px;
  padding: 12px 20px;
  font-family: "proxima-nova", helvetica, sans-serif;
  text-align: center;
  color: #42324A;
  text-transform: uppercase;
}

.product-banner {
  display: block;
  padding: 20px;
}
.product-banner.product-banner--green {
  background-color: #718d5f;
}
.product-banner.product-banner--green .btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.product-banner.product-banner--green .btn:hover {
  background-color: #FFFFFF;
  color: #718d5f;
}
.product-banner.product-banner--green .banner__detail {
  color: #FFFFFF;
}
.product-banner.product-banner--green .banner__detail h3 {
  color: #FFFFFF;
}
.product-banner.product-banner--green:hover .banner__detail {
  color: #FFFFFF;
}
.product-banner.product-banner--green:hover .banner__detail h3 {
  color: #FFFFFF;
}
.product-banner .container {
  max-width: 700px;
}
.product-banner .btn {
  color: #718d5f;
  border-color: #718d5f;
  min-width: 150px;
  float: left;
  margin-right: 20px;
}
.product-banner .btn:hover {
  background-color: #718d5f;
  color: #EFEDDA;
}
.product-banner .banner__detail {
  float: left;
  color: #718d5f;
  vertical-align: middle;
  display: block;
  margin-top: 20px;
}
.product-banner .banner__detail h3 {
  color: #718d5f;
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 0;
}
.product-banner .banner__detail span {
  line-height: 20px;
  font-size: 18px;
  font-style: italic;
  opacity: .5;
}
@media screen and (min-width: 550px) {
  .product-banner .banner__detail {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=all.css.map */
