/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * 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;
}

.b.b-w {
  max-width: 85em;
}

/*********************************************************************
*
*  Grid system 
*
*********************************************************************/
/*vars*/
*, *:before, *:after {
  box-sizing: border-box;
}

.b {
  position: relative;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
}

.b-s {
  max-width: 42em;
}

.ng-p {
  padding-left: 2.33333%;
  padding-right: 2.33333%;
}

.ng-pr {
  padding-left: 0;
  padding-right: 2.33333%;
}

.ng-pl {
  padding-left: 2.33333%;
  padding-right: 0;
}

.ng-m {
  margin-left: 2.33333%;
  margin-right: 2.33333%;
}

.ng-mr {
  margin-left: 0;
  margin-right: 2.33333%;
}

.ng-ml {
  margin-left: 2.33333%;
  margin-right: 0;
}

.g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  margin: 0 -2.33333%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.opera-only :-o-prefocus,
.g {
  word-spacing: -0.43em;
}

.opera-only :-o-prefocus.align-middle,
.g.align-middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.opera-only :-o-prefocus.align-bottom,
.g.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.gi, .gi-p, .gi-pr, .gi-pl, .gi-m, .gi-ml, .gi-mr {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  _height: 15px;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 100%;
  float: left;
}

.gi-p {
  padding-left: 2.33333%;
  padding-right: 2.33333%;
}

.gi-pr {
  padding-right: 2.33333%;
}

.gi-pl {
  padding-left: 2.33333%;
}

.gi-m {
  margin-left: 2.33333%;
  margin-right: 2.33333%;
}

.gi-ml {
  margin-left: 2.33333%;
}

.gi-mr {
  margin-right: 2.33333%;
}

.g-vam {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-align: center;
}

.g-vam .gi, .g-vam .gi-p, .g-vam .gi-pr, .g-vam .gi-pl, .g-vam .gi-m, .g-vam .gi-ml, .g-vam .gi-mr,
.g-vam .gi-p,
.g-vam .gi-pl,
.g-vam .gi-pr,
.gi-m {
  vertical-align: middle;
}

.gi-1 {
  width: 8.33333%;
}

.gi-m.gi-1 {
  width: 3.66666%;
}

.gi-mr.gi-1, .gi-mr.gi-1 {
  width: 6%;
}

.in-1 {
  margin-left: 8.33333%;
}

.gi-m.in-1, .gi-ml.in-1 {
  margin-left: 10.66666%;
}

.gi-2 {
  width: 16.66666%;
}

.gi-m.gi-2 {
  width: 11.99999%;
}

.gi-mr.gi-2, .gi-mr.gi-2 {
  width: 14.33333%;
}

.in-2 {
  margin-left: 16.66666%;
}

.gi-m.in-2, .gi-ml.in-2 {
  margin-left: 18.99999%;
}

.gi-3 {
  width: 25%;
}

.gi-m.gi-3 {
  width: 20.33333%;
}

.gi-mr.gi-3, .gi-mr.gi-3 {
  width: 22.66667%;
}

.in-3 {
  margin-left: 25%;
}

.gi-m.in-3, .gi-ml.in-3 {
  margin-left: 27.33333%;
}

.gi-4 {
  width: 33.33333%;
}

.gi-m.gi-4 {
  width: 28.66666%;
}

.gi-mr.gi-4, .gi-mr.gi-4 {
  width: 31%;
}

.in-4 {
  margin-left: 33.33333%;
}

.gi-m.in-4, .gi-ml.in-4 {
  margin-left: 35.66666%;
}

.gi-5 {
  width: 41.66666%;
}

.gi-m.gi-5 {
  width: 36.99999%;
}

.gi-mr.gi-5, .gi-mr.gi-5 {
  width: 39.33333%;
}

.in-5 {
  margin-left: 41.66666%;
}

.gi-m.in-5, .gi-ml.in-5 {
  margin-left: 43.99999%;
}

.gi-6 {
  width: 50%;
}

.gi-m.gi-6 {
  width: 45.33333%;
}

.gi-mr.gi-6, .gi-mr.gi-6 {
  width: 47.66667%;
}

.in-6 {
  margin-left: 50%;
}

.gi-m.in-6, .gi-ml.in-6 {
  margin-left: 52.33333%;
}

.gi-7 {
  width: 58.33333%;
}

.gi-m.gi-7 {
  width: 53.66666%;
}

.gi-mr.gi-7, .gi-mr.gi-7 {
  width: 56%;
}

.in-7 {
  margin-left: 58.33333%;
}

.gi-m.in-7, .gi-ml.in-7 {
  margin-left: 60.66666%;
}

.gi-8 {
  width: 66.66666%;
}

.gi-m.gi-8 {
  width: 61.99999%;
}

.gi-mr.gi-8, .gi-mr.gi-8 {
  width: 64.33333%;
}

.in-8 {
  margin-left: 66.66666%;
}

.gi-m.in-8, .gi-ml.in-8 {
  margin-left: 68.99999%;
}

.gi-9 {
  width: 75%;
}

.gi-m.gi-9 {
  width: 70.33333%;
}

.gi-mr.gi-9, .gi-mr.gi-9 {
  width: 72.66667%;
}

.in-9 {
  margin-left: 75%;
}

.gi-m.in-9, .gi-ml.in-9 {
  margin-left: 77.33333%;
}

.gi-10 {
  width: 83.33333%;
}

.gi-m.gi-10 {
  width: 78.66666%;
}

.gi-mr.gi-10, .gi-mr.gi-10 {
  width: 81%;
}

.in-10 {
  margin-left: 83.33333%;
}

.gi-m.in-10, .gi-ml.in-10 {
  margin-left: 85.66666%;
}

.gi-11 {
  width: 91.66666%;
}

.gi-m.gi-11 {
  width: 86.99999%;
}

.gi-mr.gi-11, .gi-mr.gi-11 {
  width: 89.33333%;
}

.in-11 {
  margin-left: 91.66666%;
}

.gi-m.in-11, .gi-ml.in-11 {
  margin-left: 93.99999%;
}

.gi-12 {
  width: 100%;
}

.gi-m.gi-12 {
  width: 95.33333%;
}

.gi-mr.gi-12, .gi-mr.gi-12 {
  width: 97.66667%;
}

.in-12 {
  margin-left: 100%;
}

.gi-m.in-12, .gi-ml.in-12 {
  margin-left: 102.33333%;
}

@media (min-width: 548px) {
  .gi-sm-1 {
    width: 8.33333%;
  }
  .gi-m.gi-sm-1 {
    width: 3.66666%;
  }
  .gi-ml.gi-sm-1,
.gi-mr.gi-sm-1 {
    width: 6%;
  }
  .gi-sm-2 {
    width: 16.66666%;
  }
  .gi-m.gi-sm-2 {
    width: 11.99999%;
  }
  .gi-ml.gi-sm-2,
.gi-mr.gi-sm-2 {
    width: 14.33333%;
  }
  .gi-sm-3 {
    width: 25%;
  }
  .gi-m.gi-sm-3 {
    width: 20.33333%;
  }
  .gi-ml.gi-sm-3,
.gi-mr.gi-sm-3 {
    width: 22.66667%;
  }
  .gi-sm-4 {
    width: 33.33333%;
  }
  .gi-m.gi-sm-4 {
    width: 28.66666%;
  }
  .gi-ml.gi-sm-4,
.gi-mr.gi-sm-4 {
    width: 31%;
  }
  .gi-sm-5 {
    width: 41.66666%;
  }
  .gi-m.gi-sm-5 {
    width: 36.99999%;
  }
  .gi-ml.gi-sm-5,
.gi-mr.gi-sm-5 {
    width: 39.33333%;
  }
  .gi-sm-6 {
    width: 50%;
  }
  .gi-m.gi-sm-6 {
    width: 45.33333%;
  }
  .gi-ml.gi-sm-6,
.gi-mr.gi-sm-6 {
    width: 47.66667%;
  }
  .gi-sm-7 {
    width: 58.33333%;
  }
  .gi-m.gi-sm-7 {
    width: 53.66666%;
  }
  .gi-ml.gi-sm-7,
.gi-mr.gi-sm-7 {
    width: 56%;
  }
  .gi-sm-8 {
    width: 66.66666%;
  }
  .gi-m.gi-sm-8 {
    width: 61.99999%;
  }
  .gi-ml.gi-sm-8,
.gi-mr.gi-sm-8 {
    width: 64.33333%;
  }
  .gi-sm-9 {
    width: 75%;
  }
  .gi-m.gi-sm-9 {
    width: 70.33333%;
  }
  .gi-ml.gi-sm-9,
.gi-mr.gi-sm-9 {
    width: 72.66667%;
  }
  .gi-sm-10 {
    width: 83.33333%;
  }
  .gi-m.gi-sm-10 {
    width: 78.66666%;
  }
  .gi-ml.gi-sm-10,
.gi-mr.gi-sm-10 {
    width: 81%;
  }
  .gi-sm-11 {
    width: 91.66666%;
  }
  .gi-m.gi-sm-11 {
    width: 86.99999%;
  }
  .gi-ml.gi-sm-11,
.gi-mr.gi-sm-11 {
    width: 89.33333%;
  }
  .gi-sm-12 {
    width: 100%;
  }
  .gi-m.gi-sm-12 {
    width: 95.33333%;
  }
  .gi-ml.gi-sm-12,
.gi-mr.gi-sm-12 {
    width: 97.66667%;
  }
  .gi-sm-pr {
    padding-left: 0;
    padding-right: 2.33333%;
  }
  .gi-sm-pl {
    padding-right: 0;
    padding-left: 2.33333%;
  }
}
@media (min-width: 768px) {
  .gi-md-1 {
    width: 8.33333%;
  }
  .gi-m.gi-md-1 {
    width: 3.66666%;
  }
  .gi-ml.gi-md-1,
.gi-mr.gi-md-1 {
    width: 6%;
  }
  .gi-md-2 {
    width: 16.66666%;
  }
  .gi-m.gi-md-2 {
    width: 11.99999%;
  }
  .gi-ml.gi-md-2,
.gi-mr.gi-md-2 {
    width: 14.33333%;
  }
  .gi-md-3 {
    width: 25%;
  }
  .gi-m.gi-md-3 {
    width: 20.33333%;
  }
  .gi-ml.gi-md-3,
.gi-mr.gi-md-3 {
    width: 22.66667%;
  }
  .gi-md-4 {
    width: 33.33333%;
  }
  .gi-m.gi-md-4 {
    width: 28.66666%;
  }
  .gi-ml.gi-md-4,
.gi-mr.gi-md-4 {
    width: 31%;
  }
  .gi-md-5 {
    width: 41.66666%;
  }
  .gi-m.gi-md-5 {
    width: 36.99999%;
  }
  .gi-ml.gi-md-5,
.gi-mr.gi-md-5 {
    width: 39.33333%;
  }
  .gi-md-6 {
    width: 50%;
  }
  .gi-m.gi-md-6 {
    width: 45.33333%;
  }
  .gi-ml.gi-md-6,
.gi-mr.gi-md-6 {
    width: 47.66667%;
  }
  .gi-md-7 {
    width: 58.33333%;
  }
  .gi-m.gi-md-7 {
    width: 53.66666%;
  }
  .gi-ml.gi-md-7,
.gi-mr.gi-md-7 {
    width: 56%;
  }
  .gi-md-8 {
    width: 66.66666%;
  }
  .gi-m.gi-md-8 {
    width: 61.99999%;
  }
  .gi-ml.gi-md-8,
.gi-mr.gi-md-8 {
    width: 64.33333%;
  }
  .gi-md-9 {
    width: 75%;
  }
  .gi-m.gi-md-9 {
    width: 70.33333%;
  }
  .gi-ml.gi-md-9,
.gi-mr.gi-md-9 {
    width: 72.66667%;
  }
  .gi-md-10 {
    width: 83.33333%;
  }
  .gi-m.gi-md-10 {
    width: 78.66666%;
  }
  .gi-ml.gi-md-10,
.gi-mr.gi-md-10 {
    width: 81%;
  }
  .gi-md-11 {
    width: 91.66666%;
  }
  .gi-m.gi-md-11 {
    width: 86.99999%;
  }
  .gi-ml.gi-md-11,
.gi-mr.gi-md-11 {
    width: 89.33333%;
  }
  .gi-md-12 {
    width: 100%;
  }
  .gi-m.gi-md-12 {
    width: 95.33333%;
  }
  .gi-ml.gi-md-12,
.gi-mr.gi-md-12 {
    width: 97.66667%;
  }
  .gi-md-pr {
    padding-left: 0;
    padding-right: 2.33333%;
  }
  .gi-md-pl {
    padding-right: 0;
    padding-left: 2.33333%;
  }
}
@media (min-width: 1024px) {
  .gi-lg-1 {
    width: 8.33333%;
  }
  .gi-m.gi-lg-1 {
    width: 3.66666%;
  }
  .gi-ml.gi-lg-1,
.gi-mr.gi-lg-1 {
    width: 6%;
  }
  .gi-lg-2 {
    width: 16.66666%;
  }
  .gi-m.gi-lg-2 {
    width: 11.99999%;
  }
  .gi-ml.gi-lg-2,
.gi-mr.gi-lg-2 {
    width: 14.33333%;
  }
  .gi-lg-3 {
    width: 25%;
  }
  .gi-m.gi-lg-3 {
    width: 20.33333%;
  }
  .gi-ml.gi-lg-3,
.gi-mr.gi-lg-3 {
    width: 22.66667%;
  }
  .gi-lg-4 {
    width: 33.33333%;
  }
  .gi-m.gi-lg-4 {
    width: 28.66666%;
  }
  .gi-ml.gi-lg-4,
.gi-mr.gi-lg-4 {
    width: 31%;
  }
  .gi-lg-5 {
    width: 41.66666%;
  }
  .gi-m.gi-lg-5 {
    width: 36.99999%;
  }
  .gi-ml.gi-lg-5,
.gi-mr.gi-lg-5 {
    width: 39.33333%;
  }
  .gi-lg-6 {
    width: 50%;
  }
  .gi-m.gi-lg-6 {
    width: 45.33333%;
  }
  .gi-ml.gi-lg-6,
.gi-mr.gi-lg-6 {
    width: 47.66667%;
  }
  .gi-lg-7 {
    width: 58.33333%;
  }
  .gi-m.gi-lg-7 {
    width: 53.66666%;
  }
  .gi-ml.gi-lg-7,
.gi-mr.gi-lg-7 {
    width: 56%;
  }
  .gi-lg-8 {
    width: 66.66666%;
  }
  .gi-m.gi-lg-8 {
    width: 61.99999%;
  }
  .gi-ml.gi-lg-8,
.gi-mr.gi-lg-8 {
    width: 64.33333%;
  }
  .gi-lg-9 {
    width: 75%;
  }
  .gi-m.gi-lg-9 {
    width: 70.33333%;
  }
  .gi-ml.gi-lg-9,
.gi-mr.gi-lg-9 {
    width: 72.66667%;
  }
  .gi-lg-10 {
    width: 83.33333%;
  }
  .gi-m.gi-lg-10 {
    width: 78.66666%;
  }
  .gi-ml.gi-lg-10,
.gi-mr.gi-lg-10 {
    width: 81%;
  }
  .gi-lg-11 {
    width: 91.66666%;
  }
  .gi-m.gi-lg-11 {
    width: 86.99999%;
  }
  .gi-ml.gi-lg-11,
.gi-mr.gi-lg-11 {
    width: 89.33333%;
  }
  .gi-lg-12 {
    width: 100%;
  }
  .gi-m.gi-lg-12 {
    width: 95.33333%;
  }
  .gi-ml.gi-lg-12,
.gi-mr.gi-lg-12 {
    width: 97.66667%;
  }
  .gi-lg-pr {
    padding-left: 0;
    padding-right: 2.33333%;
  }
  .gi-lg-pl {
    padding-right: 0;
    padding-left: 2.33333%;
  }
}
@media (min-width: 1280px) {
  .gi-xl-1 {
    width: 8.33333%;
  }
  .gi-m.gi-xl-1 {
    width: 3.66666%;
  }
  .gi-ml.gi-xl-1,
.gi-mr.gi-xl-1 {
    width: 6%;
  }
  .gi-xl-2 {
    width: 16.66666%;
  }
  .gi-m.gi-xl-2 {
    width: 11.99999%;
  }
  .gi-ml.gi-xl-2,
.gi-mr.gi-xl-2 {
    width: 14.33333%;
  }
  .gi-xl-3 {
    width: 25%;
  }
  .gi-m.gi-xl-3 {
    width: 20.33333%;
  }
  .gi-ml.gi-xl-3,
.gi-mr.gi-xl-3 {
    width: 22.66667%;
  }
  .gi-xl-4 {
    width: 33.33333%;
  }
  .gi-m.gi-xl-4 {
    width: 28.66666%;
  }
  .gi-ml.gi-xl-4,
.gi-mr.gi-xl-4 {
    width: 31%;
  }
  .gi-xl-5 {
    width: 41.66666%;
  }
  .gi-m.gi-xl-5 {
    width: 36.99999%;
  }
  .gi-ml.gi-xl-5,
.gi-mr.gi-xl-5 {
    width: 39.33333%;
  }
  .gi-xl-6 {
    width: 50%;
  }
  .gi-m.gi-xl-6 {
    width: 45.33333%;
  }
  .gi-ml.gi-xl-6,
.gi-mr.gi-xl-6 {
    width: 47.66667%;
  }
  .gi-xl-7 {
    width: 58.33333%;
  }
  .gi-m.gi-xl-7 {
    width: 53.66666%;
  }
  .gi-ml.gi-xl-7,
.gi-mr.gi-xl-7 {
    width: 56%;
  }
  .gi-xl-8 {
    width: 66.66666%;
  }
  .gi-m.gi-xl-8 {
    width: 61.99999%;
  }
  .gi-ml.gi-xl-8,
.gi-mr.gi-xl-8 {
    width: 64.33333%;
  }
  .gi-xl-9 {
    width: 75%;
  }
  .gi-m.gi-xl-9 {
    width: 70.33333%;
  }
  .gi-ml.gi-xl-9,
.gi-mr.gi-xl-9 {
    width: 72.66667%;
  }
  .gi-xl-10 {
    width: 83.33333%;
  }
  .gi-m.gi-xl-10 {
    width: 78.66666%;
  }
  .gi-ml.gi-xl-10,
.gi-mr.gi-xl-10 {
    width: 81%;
  }
  .gi-xl-11 {
    width: 91.66666%;
  }
  .gi-m.gi-xl-11 {
    width: 86.99999%;
  }
  .gi-ml.gi-xl-11,
.gi-mr.gi-xl-11 {
    width: 89.33333%;
  }
  .gi-xl-12 {
    width: 100%;
  }
  .gi-m.gi-xl-12 {
    width: 95.33333%;
  }
  .gi-ml.gi-xl-12,
.gi-mr.gi-xl-12 {
    width: 97.66667%;
  }
  .gi-xl-pr {
    padding-left: 0;
    padding-right: 2.33333%;
  }
  .gi-xl-pl {
    padding-right: 0;
    padding-left: 2.33333%;
  }
}
/* ==========================================================================
    Forms
    ========================================================================== */
/* //// Fieldset //// */
@media (max-width: 700px) {
  fieldset {
    width: 100% !important;
  }
}
/* //// Label //// */
label {
  display: block;
  text-align: left;
  margin-bottom: 0.1em;
  cursor: pointer;
  font-family: "alright_sanslight";
  font-weight: 400;
  line-height: 1.1em;
}

label em {
  font-family: "alright_sanslight";
  font-style: normal !important;
  font-size: 0.8em !important;
  color: #aaa;
  font-weight: normal;
  display: inline-block;
}

/* //// Input / Select / Textarea //// */
.field-group {
  margin-bottom: 1.2em;
}

.field {
  position: relative;
  display: block;
  XXmargin-right: 5%;
}

.field-group .field {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}

.field--inline label {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 60px;
}

input:focus {
  outline: none;
}

.field input[type=text],
.field input[type=email],
.field select,
.field textarea {
  padding: 10px 5px;
  border: solid 1px #ddd;
  background: none;
  color: #222;
  font-family: "alright_sanslight";
  width: 95%;
  box-sizing: border-box;
  XXfont-size: 0.8em;
  position: relative;
}

.field select {
  width: auto;
  padding: 9px 10px 9px 5px;
}

.field input.medium {
  width: 200px;
}

.field input[readonly=true] {
  border-style: dashed;
}

.inline-group input[type=text],
.inline-group input[type=email] {
  margin-bottom: 0.4em;
}

@media (min-width: 700px) {
  .inline-group input[type=text],
.inline-group input[type=email] {
    width: 60%;
  }
  .inline-group button,
.inline-group input[type=submit] {
    vertical-align: top;
    margin-left: 0.8em;
    height: 2.9em;
    line-height: 2.9em;
  }
}
/* //// autocomplete /jquery-ui plugin //// */
.field .ui-autocomplete-input {
  border: 5px solid #ddd !important;
  margin-bottom: 0.5em;
  width: 97.5% !important;
}

.ui-autocomplete {
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 1em;
  position: absolute !important;
}

.ui-autocomplete li {
  padding: 0.3em;
  margin: 0;
}

.ui-autocomplete li:hover {
  background: #f4f4f4;
}

/* //// Radio / Checkbox //// */
.radio-group,
.checkbox-group {
  margin-bottom: 1.2em;
}

.radio-group label,
.checkbox-group label {
  margin-bottom: 0.4em;
}

.radio-group--inline .radio,
.checkbox-group--inline .checkbox,
.radio-group--set-width .div,
.checkbox-group--set-width .div {
  box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 2em;
  vertical-align: top;
}

.radio-group--set-width .radio,
.checkbox-group--set-width .checkbox,
.radio-group--set-width .div,
.checkbox-group--set-width .div {
  width: 24%;
}

.radio,
.checkbox,
.radio-group div,
.checkbox-group div {
  position: relative;
  padding-bottom: 0.2em;
}

.radio input,
.checkbox input {
  position: absolute;
  top: 0.05em;
  left: 0;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  font-size: 0.9em;
  font-weight: bold;
}

.radio label em,
.checkbox label em {
  font-size: 1em;
}

/* //// field validation message //// */
.field-validation {
  position: relative;
  overflow: hidden;
  min-height: 1.4em;
}

.pointerevents .field-validation:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /* http://www.colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+90,1+100;Custom */
  filter: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%); /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, rgb(255, 255, 255) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-8 */
}

.field-validation label,
.field-validation .field-validation-error,
.field-validation span.error {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

/* #error */
.field-validation-error,
.field-validation span.error,
.field-validation-message {
  font-size: 0.7em;
  display: inline-block;
  font-family: "alright_sanslight";
  font-weight: 700;
  padding-left: 1.6em;
  margin-bottom: 0.1em;
  position: absolute;
  white-space: nowrap;
  top: 0.25em;
  margin-left: 0.4em;
  line-height: 1em;
}

.field-validation-error:before,
.field-validation span.error:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -0.1em;
  height: 1.3em;
  width: 1.3em;
  background-image: url(/img/forms/error.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.field-validation-message:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0em;
  height: 1.3em;
  width: 1.3em;
  background-image: url(/img/forms/info.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}

.field-validation-message:after {
  background: none !important;
}

/* #valid */
/*.field-validation-valid {
    content:' ';
    position:absolute;
    left:0;
    top:-.1em;
    height:1.3em;
    width:1.3em;
    background-image:url(/img/forms/valid.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:top left;
}*/
.field input.error {
  border-color: #ff0000;
}

.field input.valid {
  border-color: #28a57e;
}

.field span.error {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 13px;
  color: #ff0000;
}

.field span.error:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: -20px;
  content: "\f071";
  color: #ff0000;
}

.school__registration .field-validation:after {
  display: none;
}

/* **custom** for media accreditation form */
.checkbox-validate-group .field-validation {
  overflow: visible;
  min-height: inherit;
}

.checkbox-validate-group .field-validation-error,
.checkbox-validate-group .field-validation span.error,
.field-validation-message {
  margin-left: 0;
  margin-bottom: 2em;
  position: relative;
}

.upload-result {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.field-validation-message {
  vertical-align: top;
  top: 0;
}

/* //// file blob upload //// */
.file-uploader-container {
  position: relative;
  margin: 15px 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.file-uploader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.file-uploader .start-upload {
  display: none;
}

.file-uploader .file-selector,
.file-uploader input[type=file] {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Arial";
  font-size: 118px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.upload-result {
  position: relative;
}

/*.progress-bar {
    background:red;
    height:10px;
}

.progress-bar .progress-value {
    background:blue;
    width:0;
    height:100%;
}*/
.submit--button {
  background: #354474 none repeat scroll 0 0;
  color: #ffffff;
  padding: 0.5em 1em;
  border: none;
}

/*@font-face {
    font-family: 'marker-felt';
    src: url('/sass/css/fonts/marker-felt-thin-webfont.eot');
    src: url('/sass/css/fonts/marker-felt-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/sass/css/fonts/marker-felt-thin-webfont.woff') format('woff'),
         url('/sass/css/fonts/marker-felt-thin-webfont.ttf') format('truetype'),
         url('/sass/css/fonts/marker-felt-thin-webfont.svg#marker_feltthin') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: "marker-felt";
  src: url("/css/fonts/Marker-Felt.ttf.eot");
  src: url("/css/fonts/Marker-Felt.ttf.eot?#iefix") format("embedded-opentype"), url("/css/fonts/Marker-Felt.ttf.woff") format("woff"), url("/css/fonts/Marker-Felt.ttf.ttf") format("truetype"), url("/css/fonts/Marker-Felt.ttf.svg#marker_feltthin") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, nav li, li, p, label {
  font-family: marker-felt;
  color: rgb(68, 68, 68);
  font-weight: 400;
}

h1 {
  font-size: 1.75em;
  text-align: center;
  margin: 2.5em 0 1.5em;
}
@media all and (min-width: 42em) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 1.75em;
  text-align: center;
}
@media all and (min-width: 42em) {
  h2 {
    font-size: 2.5em;
  }
}

p {
  color: rgb(68, 68, 68);
  font-size: 1em;
  line-height: 1.625em;
  margin-bottom: 1.4em;
}

blockquote {
  text-align: center;
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
  margin: 5em auto;
  border-bottom: none;
  font-size: 1.625em;
  color: rgb(136, 136, 136);
  margin: 0;
  white-space: pre-line;
  font-family: marker-felt;
  line-height: 1.625em;
  border-top: 1px solid rgb(229, 229, 218);
  border-bottom: 1px solid rgb(229, 229, 218);
  margin: 2em 0;
}
blockquote:before {
  color: rgb(136, 136, 136);
  display: block;
  top: -29px;
  border: 5px solid rgb(246, 246, 246);
  box-sizing: content-box;
  left: 50%;
  margin-left: -29px;
  content: "\f10d";
  font-family: FontAwesome;
  cursor: default !important;
  font-size: 0.6em !important;
  line-height: 3.1em !important;
  position: absolute !important;
}
blockquote .icon, blockquote blockquote:before {
  position: absolute;
  top: -29px;
  border: 5px solid rgb(246, 246, 246);
  box-sizing: content-box;
  left: 50%;
  margin-left: -29px;
}
/*$bezierBounce: cubic-bezier(.81,1.91,.6,.75);*/
@-webkit-keyframes twang {
  0% {
    transform: rotateZ(0.5deg);
  }
  25% {
    transform: rotateZ(-0.5deg);
  }
  50% {
    transform: rotateZ(0.25deg);
  }
  75% {
    transform: rotateZ(-0.25deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@-moz-keyframes twang {
  0% {
    transform: rotateZ(0.5deg);
  }
  25% {
    transform: rotateZ(-0.5deg);
  }
  50% {
    transform: rotateZ(0.25deg);
  }
  75% {
    transform: rotateZ(-0.25deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes twang {
  0% {
    transform: rotateZ(0.5deg);
  }
  25% {
    transform: rotateZ(-0.5deg);
  }
  50% {
    transform: rotateZ(0.25deg);
  }
  75% {
    transform: rotateZ(-0.25deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@-webkit-keyframes reveal {
  0% {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  100% {
    top: 100%;
    bottom: 0;
  }
}
@-moz-keyframes reveal {
  0% {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  100% {
    top: 100%;
    bottom: 0;
  }
}
@keyframes reveal {
  0% {
    top: 0;
    bottom: 100%;
  }
  40% {
    top: 0;
    bottom: 0;
  }
  60% {
    top: 0;
    bottom: 0;
  }
  100% {
    top: 100%;
    bottom: 0;
  }
}
@-webkit-keyframes removeit {
  0% {
    transform: translate3d(0, 120%, 0);
  }
  50% {
    transform: translate3d(0, 0%, 0);
  }
  60% {
    transform: translate3d(0, 0%, 0);
  }
  100% {
    transform: translate3d(0, -120%, 0);
  }
}
@-moz-keyframes removeit {
  0% {
    transform: translate3d(0, 120%, 0);
  }
  50% {
    transform: translate3d(0, 0%, 0);
  }
  60% {
    transform: translate3d(0, 0%, 0);
  }
  100% {
    transform: translate3d(0, -120%, 0);
  }
}
@keyframes removeit {
  0% {
    transform: translate3d(0, 120%, 0);
  }
  50% {
    transform: translate3d(0, 0%, 0);
  }
  60% {
    transform: translate3d(0, 0%, 0);
  }
  100% {
    transform: translate3d(0, -120%, 0);
  }
}
@keyframes arrowdown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  30% {
    transform: translate3d(0, 0.6em, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes come-in {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes come-in {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes come-in {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes sign-anim {
  to {
    background-position: 0 -2700px;
  }
}
@-moz-keyframes sign-anim {
  to {
    background-position: 0 -2700px;
  }
}
@keyframes sign-anim {
  to {
    background-position: 0 -2700px;
  }
}
.icon, blockquote:before {
  height: 3em;
  width: 3em;
  background: rgb(229, 229, 218);
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 2.75em;
  cursor: pointer;
  transition-property: background-color, height, width, line-height, margin-top, margin-left;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  position: relative;
}
.icon:before, blockquote:before {
  font-size: 0.7em;
}
.icon.icon--action, blockquote.icon--action:before {
  background-color: rgb(217, 0, 0);
}
.icon.icon--black, blockquote.icon--black:before {
  background: rgb(68, 68, 68);
}
.buttonset--social .icon, .buttonset--social blockquote:before {
  color: rgb(136, 136, 136);
  background: white;
  border: 1px solid rgb(229, 229, 218);
}
.buttonset--social .icon:before, .buttonset--social blockquote:before {
  font-size: 1em;
}
.buttonset--social .icon:hover, .buttonset--social blockquote:hover:before {
  background-color: rgb(240, 240, 225);
  border-color: rgb(189, 189, 174);
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

input[type=text], input[type=email], textarea {
  width: 100%;
  line-height: 3.125em;
  height: 3.125em;
  font-size: 1em;
  border: 1px solid rgb(229, 229, 218);
  padding: 0 1em;
  font-family: marker-felt;
}

input {
  margin-bottom: 1em;
}

input[type=radio] {
  margin-right: 0.5em;
}

textarea {
  padding: 1em;
  height: 360px;
  line-height: 1.4em;
}

label {
  position: relative;
}

.error-msg, span.error {
  position: absolute;
  top: 0;
  right: 1em;
  color: red;
  font-size: 0.875em;
  display: none;
}
.intro .error-msg, .intro span.error {
  position: relative;
  margin-top: -3em;
}
@media all and (min-width: 42em) {
  .intro .error-msg, .intro span.error {
    margin-top: -5em;
  }
}

.fancylabels label .label__text {
  position: relative;
  top: 40px;
  left: 16px;
  transition-property: top, left;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.fancylabels .focused .label__text {
  top: 0;
  left: 0;
}

.pb {
  background: rgb(229, 229, 218);
  position: fixed;
  z-index: 10000;
}

.pb--left, .pb--right {
  top: 0;
  bottom: 0;
  width: 10px;
}

.pb--left {
  left: 0;
}

.pb--right {
  right: 0;
}

.pb--top, .pb--bottom {
  left: 0;
  right: 0;
  width: 10px;
}

.pb--top {
  top: 0;
}

.pb--bottom {
  bottom: 0;
}

body:before, body:after, html:before, html:after {
  height: 10px;
  width: 100%;
  display: block;
  content: " ";
  background: rgb(229, 229, 218);
  position: fixed;
  z-index: 100;
}
@media all and (max-width: 619px) {
  .search--open body:before, .social-icons--open body:before, .search--open body:after, .social-icons--open body:after, .search--open html:before, .social-icons--open html:before, .search--open html:after, .social-icons--open html:after {
    background: transparent;
  }
}

@media all and (max-width: 619px) {
  html.search--open:before, html.search--open:after, html.social-icons--open:before, html.social-icons--open:after {
    background: transparent;
  }
}

body {
  padding: 10px;
  box-sizing: border-box;
}
body:before {
  top: 0;
}
body:after {
  bottom: 0;
}
body.no-scroll {
  overflow: hidden;
}
@media all and (max-width: 619px) {
  .search--open body, .social-icons--open body {
    padding: 0;
  }
  .search--open body .pb, .social-icons--open body .pb {
    display: none;
  }
}

html:before {
  left: 0;
  height: 100%;
  width: 10px;
  top: 0;
}
html:after {
  right: 0px;
  height: 100%;
  width: 10px;
  top: 0;
}

.mobile--only {
  display: block;
}
@media all and (min-width: 620px) {
  .mobile--only {
    display: none;
  }
}

.large-devices--only {
  display: none !important;
}
@media all and (min-width: 620px) {
  .large-devices--only {
    display: block !important;
  }
}

a {
  color: rgb(217, 0, 0);
  text-decoration: none;
  /*&:after {
      content: " ";
      width: 100%;
      height: 1px;
      background-color: $col-action;


  }*/
}
padding a {
  border-bottom: 1px solid rgb(217, 0, 0);
}

.header {
  background: white;
}

.intro {
  text-align: center;
}
.intro h1 {
  margin: 2em 0;
  font-size: 1.75em;
}
@media all and (min-width: 42em) {
  .intro h1 {
    font-size: 2.5em;
  }
}
.intro h4 {
  color: rgb(136, 136, 136);
  font-size: 1em;
}

.content-page {
  padding-top: 1.5em;
}
.content-page .main-content {
  padding-bottom: 5em;
}
.content-page .main-content h2, .content-page .main-content h3 {
  font-size: 1.5em;
  margin-top: 2.5rem;
  text-align: left;
}
.content-page .main-content h3 {
  font-size: 1.25em;
}

.pagecontent p {
  font-size: 0.9375em;
  line-height: 2em;
}
.pagecontent h3 {
  font-size: 1.25em;
  line-height: 1.5em;
}
.pagecontent img {
  width: 100%;
  height: auto;
  border: 1px solid rgb(229, 229, 218);
}

footer {
  clear: both;
}
footer p.terms-link {
  font-size: 0.8em;
  margin-top: 2em;
}
footer p.terms-link a {
  border-bottom: 1px solid rgb(246, 246, 246);
}
footer p.terms-link a:hover {
  border-color: rgb(238, 238, 238);
}
footer .footer-site-by {
  height: 30px;
  line-height: 30px;
  margin: 4em auto;
  width: 200px;
}
footer .footer-site-by .nv-credit {
  background: #000;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 10px;
  height: 30px;
  line-height: 1.6;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 30px;
  border-bottom: none;
}
footer .footer-site-by .nv-credit img {
  left: 5px;
  position: absolute;
  top: 10px;
  width: 70%;
}
footer .site-copyright {
  padding: 4em 2em 0 2em;
}
@media (min-width: 700px) {
  footer .site-copyright .break-only-desktop {
    display: table;
  }
}
footer .site-copyright a {
  border-bottom: 1px solid rgb(246, 246, 246);
}
footer .site-copyright a:hover {
  border-color: rgb(238, 238, 238);
}

.pad-h {
  padding: 0 20px 0 20px;
}

.more {
  height: 3em;
  width: 3em;
  background: rgb(217, 0, 0);
  display: block;
  position: absolute;
  bottom: 0em;
  left: 50%;
  margin-left: -24px;
  content: " ";
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 3em;
  cursor: pointer;
  transition-property: transform, border, bottom, margin-left;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  transform: rotate3d(0, 0, 1, 0deg);
  transform-origin: center center;
  border: 0px solid rgb(217, 0, 0);
  box-sizing: content-box;
  z-index: 3;
}
.more:before {
  font-size: 0.75em;
}
.more.expanded {
  transform: rotate3d(0, 0, 1, 45deg);
  border-width: 0;
}
.more__label {
  position: absolute;
  bottom: 6em;
  left: 50%;
  background: rgba(68, 68, 68, 0.9);
  content: attr(data-name2);
  border-radius: 2em;
  padding: 0.9em;
  font-family: marker-felt;
  line-height: 2em;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  display: block;
  color: #fff;
  transition-property: width, opacity, border-radius, max-height margin-left;
  transition-duration: 0.1s;
  max-height: 64px;
  opacity: 0;
}
@media all and (min-width: 767px) {
  .more__label {
    opacity: 1;
  }
}
.more__label:before {
  height: 0;
  width: 0;
  border-top: 30px rgba(68, 68, 68, 0.9) solid;
  border-left: 0.5em transparent solid;
  border-right: 0.5em transparent solid;
  border-bottom: none;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  display: block;
  content: "";
  bottom: -30px;
}
.more__label.expanded {
  max-height: 200px;
  border-radius: 0.25em;
  display: block;
  margin-left: -140px;
  opacity: 1;
  width: 280px;
}
.gallery .more__label.expanded {
  opacity: 1;
}
@media all and (min-width: 767px) {
  .more__label.expanded {
    margin-left: -300px;
    width: 600px;
  }
}
@media all and (max-width: 42em) {
  .gallery .more__label {
    opacity: 0;
  }
}

.more__copy {
  color: rgb(229, 229, 218);
  transition-property: opacity, max-height, font-size;
  transition-duration: 0s;
  transition-delay: 0s;
  opacity: 0;
  font-size: 0px;
  line-height: 1.4em;
}
.more__copy p {
  color: rgb(229, 229, 218);
}
.expanded .more__copy {
  font-size: 15px;
  opacity: 1;
  transition-delay: 0.1s;
  transition-duration: 0.1s;
  padding: 0.2em 1em 2em 1em;
}

.readmore {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 3.75em;
  margin-bottom: 2em;
}
.readmore:before {
  display: block;
  content: " ";
  background-color: rgb(138, 138, 123);
  position: absolute;
  height: 38px;
  width: 38px;
  margin-left: -19px;
  margin-top: -19px;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
  transition-property: margin-top, margin-left, height, width;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.readmore:after {
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
  color: white;
  background: rgb(155, 155, 140);
  line-height: 40px;
  text-decoration: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 1;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 0.7em;
}

.block_letter__link:hover .readmore:before, .character:hover .readmore:before, .timeline__item:hover .readmore:before {
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
}

.char__inner:after, .readmore__wrapper:after {
  bottom: 1em;
  height: 1px;
  content: " ";
  display: block;
  background: rgb(155, 155, 140);
  position: absolute;
  width: 40%;
  left: 50%;
  margin-left: -20%;
  transition-property: width, margin-left, left;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

.block_letter__link:hover .readmore__wrapper:after, .character:hover .char__inner:after, .timeline__item:hover .readmore__wrapper:after {
  height: 2px;
  width: 100%;
  left: 0;
  margin-left: 0;
}

.author__intro {
  padding: 1em 1em 0;
}
.author__intro img {
  display: block;
  margin: 0 auto;
}
.author__intro .copy {
  margin: 4em 0 5em 0;
}

.timeline {
  padding-bottom: 10em;
  /*&:before {
          content: "";
          display: block;
          width: 1px;
          height: 100%;
          background: #9b9b8c;
          padding: 0;
  }*/
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}
.timeline .buttonset {
  margin-bottom: 5em;
}
.timeline:before {
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  height: 0;
  width: 0;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.51em;
  border-bottom: 1em solid rgb(155, 155, 140);
  bottom: 10em;
}

.timeline__inner {
  overflow: hidden;
  position: relative;
  padding-bottom: 5em;
  padding-top: 0em;
}
.timeline__inner:after {
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  height: 0;
  width: 0;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
}
.timeline__inner:before {
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  background: #9b9b8c;
  padding: 0;
  position: absolute;
  top: 0;
  left: 50%;
}
.timeline__inner:after {
  border-top: 1em solid rgb(155, 155, 140);
  top: 0;
}
@media screen and (min-width: 64em) {
  .timeline__inner {
    padding-top: 10em;
  }
}

.timeline__item {
  position: relative;
  cursor: pointer;
  transition-property: min-height;
  transition-duration: 0.6s;
  min-height: 150px;
  margin-top: 8em;
}
.timeline__item h2 {
  font-size: 0.9375em;
  text-transform: uppercase;
}
.timeline__item p {
  font-size: 0.9375em;
  text-align: center;
}
.timeline__item:before {
  content: " ";
  display: none;
  height: 1px;
  width: 50%;
  position: absolute;
  top: 2.9em;
  background-color: rgb(189, 189, 174);
  z-index: 0;
}
.timeline__item:after {
  content: " ";
  top: 0;
  height: 9.2em;
  display: block;
  width: 1px;
  left: 50%;
  position: absolute;
  background-color: rgb(189, 189, 174);
  z-index: 0;
}
@media screen and (min-width: 64em) {
  .timeline__item {
    margin-top: 0em;
  }
  .timeline__item:before {
    display: block;
  }
  .timeline__item:after {
    height: 4em;
    top: 2.9em;
  }
}
.timeline__item .btnlike {
  margin: 3em auto;
}
.timeline__item .btnlike.hidden {
  visibility: hidden;
}
@media all and (min-width: 64em) {
  .timeline__item {
    width: 50%;
    padding: 0 4em;
    margin-bottom: -5em;
  }
  .timeline__item .btnlike {
    margin: 1.33em 0 0.4em;
    left: -7em;
    top: -3em;
  }
  .timeline__item:nth-child(2n) {
    float: left;
    margin-right: 1px;
  }
  .timeline__item:nth-child(2n) .btnlike {
    float: right;
    left: auto;
    right: -7em;
  }
  .timeline__item:nth-child(2n):before {
    right: 0em;
  }
  .timeline__item:nth-child(2n) h2 {
    clear: both;
  }
  .timeline__item:nth-child(2n) .ti__copy {
    right: 20%;
  }
  .timeline__item:nth-child(2n) .ti__dot {
    left: 60%;
  }
  .timeline__item:nth-child(2n+1) {
    float: right;
    transform: translateX(-1px);
  }
  .timeline__item:nth-child(2n+1):before {
    left: 0;
  }
  .timeline__item:nth-child(2n+1) .ti__copy {
    left: 20%;
  }
  .timeline__item:nth-child(2n+1) .ti__dot {
    left: 40%;
  }
}
.timeline__item .btnlike {
  background: rgb(189, 189, 174);
  cursor: default;
  color: white;
  display: block;
  width: 6em;
  border: none;
  min-width: 0;
  z-index: 10;
  position: relative;
}
.timeline__item .btnlike:hover {
  color: white;
  background: rgb(189, 189, 174);
}

.ti__icon {
  clear: both;
  display: block;
  margin: 0 auto 2em;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgb(229, 229, 218);
  width: 170px;
}

.ti__intro {
  margin: 0 auto;
  width: 14.875em;
  background: rgb(246, 246, 246);
}

.timeline__item:hover .readmore__wrapper:after {
  width: 60%;
  left: 0;
  margin-left: 20%;
}
.readmore__wrapper:after {
  bottom: 0em;
}
@media screen and (min-width: 64em) {
  .readmore__wrapper:after {
    bottom: 1em;
  }
}

.ti__copy {
  position: absolute;
  top: 46px;
  width: 80%;
  text-align: center;
  z-index: 5;
  overflow: hidden;
}
.ti__copy .tic__inner {
  position: relative;
  padding: 3em;
  z-index: 2;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-delay: 0s;
  background: rgb(51, 51, 51);
  padding-bottom: 8em;
  left: -9999em;
}
.active .ti__copy .tic__inner {
  opacity: 1;
  transition-delay: 0.4s;
  left: 0;
}
.ti__copy .icon, .ti__copy blockquote:before {
  background: rgb(155, 155, 140);
}
.ti__copy .fa-expand, .ti__copy .fa-spin {
  margin-bottom: 2em;
}
.ti__copy .fa-times {
  position: absolute;
  bottom: 3em;
  top: auto;
  right: auto;
  left: 50%;
  margin-left: -1.5em;
}
.ti__copy p {
  color: rgb(206, 206, 191);
}
.ti__copy li {
  color: rgb(206, 206, 191);
  text-align: left;
}
.ti__copy img {
  border: 5px solid rgb(229, 229, 218);
}
.ti__copy .ti__dot {
  border-radius: 50%;
  background-color: rgb(51, 51, 51);
  position: absolute;
  top: 200px;
  margin-left: 0;
  margin-top: 0;
  transition-property: height, width, margin-left, margin-top;
  transition-duration: 0.6s;
  z-index: 1;
  height: 0;
  width: 0;
  content: "";
  display: block;
}
.active .ti__copy .ti__dot {
  height: 1200px;
  width: 1200px;
  margin-left: -600px;
  margin-top: -600px;
}
@media screen and (max-width: 64em) {
  .ti__copy {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4.5em;
  }
  .ti__copy .ti__dot {
    left: 50%;
  }
}

.about__intro {
  padding-top: 1.5em;
}
.about__intro .b {
  padding-bottom: 1.5em;
}

.about--books {
  padding-top: 1.5em;
}
.about--books h1 {
  margin: 2em 0;
}

.gi--book {
  background: white;
  margin-bottom: 1em;
}

.gi--book, .gi--link {
  cursor: pointer;
  transition: transform, width, margin;
  transition-duration: 0.4s;
}
.gi--book.hid, .gi--link.hid {
  display: none;
}
.gi--book .gi--book__inner, .gi--book .gi--link__inner, .gi--link .gi--book__inner, .gi--link .gi--link__inner {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0.75em 0.75em 0 0.75em;
  margin-bottom: 1em;
  border: 0.25em solid;
  border-color: #fff;
  transition-property: border-color, background-color;
  transition-duration: 0.4s;
}
.gi--book .gi--book__inner, .gi--link .gi--book__inner {
  margin-bottom: 0;
  height: 100%;
  max-height: none;
}
.gi--book.gi--hidden, .gi--link.gi--hidden {
  display: none;
}
.gi--book.gi--hidden .gi--book__inner, .gi--link.gi--hidden .gi--book__inner {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  max-height: 0;
}
.gi--book h4, .gi--link h4 {
  text-align: center;
}
.gi--book img, .gi--link img {
  width: 100%;
}
.gi--book.loaded .gi--book__inner, .gi--link.loaded .gi--book__inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  max-height: 550px;
}
.gi--book .icon__wrapper, .gi--link .icon__wrapper {
  position: absolute;
  background: rgb(238, 238, 238);
  top: 0.25em;
  left: 0.25em;
  bottom: 0.25em;
  right: 0.25em;
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
}
.gi--book .icon, .gi--book blockquote:before, .gi--link .icon, .gi--link blockquote:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5em;
  margin-left: -1.5em;
  background: rgb(155, 155, 140);
}
.gi--book:hover .gi--book__inner, .gi--link:hover .gi--book__inner {
  background-color: rgb(238, 238, 238);
  border-color: rgb(229, 229, 218);
}
.gi--book:hover .icon__wrapper, .gi--link:hover .icon__wrapper {
  opacity: 0.9;
}

.gi--morebooks {
  text-align: center;
  display: none;
}
.gi--morebooks .btn, .gi--morebooks .timeline__item h4, .timeline__item .gi--morebooks h4 {
  margin-top: 1.5em;
}

.about .b {
  padding-bottom: 3em;
}
.about .b-s {
  border-bottom: 1px solid rgb(229, 229, 218);
}

.about--film h2 {
  text-align: left;
}
.about--film h4 {
  font-size: 0.875em;
}
@media all and (min-width: 64em) {
  .about--film {
    padding-top: 4em;
  }
}

.filmlinks {
  margin-top: 3em;
}

.gi--cast {
  text-align: center;
  padding-bottom: 1em;
}
.gi--cast img {
  border: 2px solid white;
  border-radius: 50%;
}

.about--film__copy h1 {
  margin-bottom: 1em;
}
@media all and (min-width: 64em) {
  .about--film__copy {
    padding-top: 3em;
  }
}

.gi--link:hover .gi--link__inner {
  background-color: rgb(238, 238, 238);
  border-color: rgb(229, 229, 218);
}

.artist-feature {
  background: #e9e9e0;
  text-align: center;
  padding: 7.5rem 1.2rem;
}

.artist-feature__img_wrap {
  height: 165px;
  width: 165px;
  border: 2px solid rgb(51, 51, 51);
  margin: 0 auto 85px auto;
  border-radius: 50%;
  overflow: hidden;
}

.artist-feature__copy {
  color: rgb(136, 136, 136);
  font-size: 18px;
}
.artist-feature__copy p {
  color: inherit;
}
@media all and (min-width: 768px) {
  .artist-feature__copy {
    font-size: 24px;
  }
}

.signature {
  display: inline-block;
  width: 220px;
  height: 180px;
  background: url("/images/signature-img.png") no-repeat;
  opacity: 0;
}
.signature.play {
  opacity: 1;
  -moz-animation: sign-anim 1.2s 0.1s steps(15) forwards;
  -o-animation: sign-anim 1.2s 0.1s steps(15) forwards;
  -webkit-animation: sign-anim 1.2s 0.1s steps(15) forwards;
  animation: sign-anim 1.2s 0.1s steps(15) forwards;
}

.blot__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: -1;
}
.blot__wrapper.blot--anim {
  z-index: 25;
}
.blot__wrapper.blot--done {
  z-index: 25;
}
.blot__wrapper.blot--anim--g {
  z-index: 90;
}
.blot__wrapper.blot--done--g {
  z-index: 90;
}

.blot {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  height: 0;
  width: 0;
  margin-left: 0;
  margin-top: 0;
  transition-property: height, width, margin-left, margin-top;
  transition-duration: 0.45s;
  transition-delay: 0.6s;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  background: white;
  border-radius: 50%;
  z-index: 2;
  /*.blot--done & {
      height: 0;
      width: 0;
      margin-top: 0;
      margin-left: 0;
      transition-duration: 0.6s;

  }*/
}
.blot--anim .blot {
  height: 4000px;
  width: 4000px;
  margin-top: -2000px;
  margin-left: -2000px;
  transition-delay: 0s;
}
.btn, .timeline__item h4 {
  border-radius: 25px;
  background: white;
  height: 3.125em;
  line-height: 50px;
  border: 1px solid rgb(229, 229, 218);
  display: inline-block;
  min-width: 10em;
  text-align: center;
  font-family: marker-felt;
  color: rgb(68, 68, 68);
  cursor: pointer;
  margin-bottom: 0.4em;
  padding: 0 1.4em;
  transition-property: color, background-color, border-width, line-height;
  transition-duration: 0.4s;
  border-width: 1px;
}
.btn:hover, .timeline__item h4:hover {
  background-color: rgb(240, 240, 225);
  border-color: rgb(189, 189, 174);
}
.btn.active, .timeline__item h4.active {
  background: rgb(68, 68, 68);
  color: white;
}
.btn.btn--round, .timeline__item h4.btn--round {
  min-width: 0;
  width: 3.2em;
  padding: 0;
}
.btn.btn--round.disabled, .timeline__item h4.btn--round.disabled {
  border-color: rgb(229, 229, 218);
  cursor: default;
  opacity: 0.5;
}
.btn.btn--round.disabled + h4, .timeline__item h4.btn--round.disabled + h4 {
  opacity: 0.5;
}
.btn.btn--round.disabled:hover, .timeline__item h4.btn--round.disabled:hover {
  background-color: white;
  border-color: rgb(229, 229, 218);
}

.btn__wrapper {
  float: left;
}
.btn__wrapper h4 {
  margin: 0;
  text-align: center;
  font-size: 0.8125em;
}

.buttonset {
  margin: 3em auto;
  text-align: center;
}

.buttonset--left {
  text-align: left;
}

.buttonset--social {
  margin-left: 0;
  display: block;
}
@media all and (min-width: 42em) {
  .buttonset--social {
    margin-left: 1em;
    display: inline;
  }
}

.back-to-top {
  min-width: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.back-to-top:before {
  position: absolute;
  top: 1em;
  left: 1.2em;
  content: "";
  background-image: url(/images/up.png);
  background-repeat: no-repeat;
  display: block;
  height: 3em;
  width: 3em;
}

.backlinks {
  position: absolute;
  top: 1.4em;
  left: 0;
  display: none;
  line-height: 50px;
}
.backlinks .backlinks__btn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
@media all and (min-width: 700px) {
  .backlinks {
    display: block;
  }
}

.item-not-found .ctrl__prev,
.item-not-found .ctrl__next,
.item-not-found .ctrl__first,
.item-not-found .ctrl__last,
.item-not-found .ctrl__random,
.item-not-found .buttonset--socialwrap .icon,
.item-not-found .buttonset--socialwrap blockquote:before {
  border-color: rgb(229, 229, 218);
  cursor: default;
  opacity: 0.5;
}
.item-not-found .ctrl__prev + h4,
.item-not-found .ctrl__next + h4,
.item-not-found .ctrl__first + h4,
.item-not-found .ctrl__last + h4,
.item-not-found .ctrl__random + h4,
.item-not-found .buttonset--socialwrap .icon + h4,
.item-not-found .buttonset--socialwrap blockquote:before + h4 {
  opacity: 0.5;
}
.item-not-found .ctrl__prev:hover,
.item-not-found .ctrl__next:hover,
.item-not-found .ctrl__first:hover,
.item-not-found .ctrl__last:hover,
.item-not-found .ctrl__random:hover,
.item-not-found .buttonset--socialwrap .icon:hover,
.item-not-found .buttonset--socialwrap blockquote:hover:before {
  background-color: white;
  border-color: rgb(229, 229, 218);
}
.item-not-found .c-ctrl__prev,
.item-not-found .c-ctrl__next {
  display: none;
}

.ctrl__search.disabled,
.ctrl__random.disabled {
  border-color: rgb(229, 229, 218);
  cursor: default;
  opacity: 0.5;
}
.ctrl__search.disabled + h4,
.ctrl__random.disabled + h4 {
  opacity: 0.5;
}
.ctrl__search.disabled:hover,
.ctrl__random.disabled:hover {
  background-color: white;
  border-color: rgb(229, 229, 218);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* preloading images */
.owl-item.loading {
  min-height: 150px;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.character__slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  overflow: hidden;
  z-index: 32;
  display: none;
}
.character__slider .b {
  background: rgba(0, 0, 0, 0.4);
}
.character__slider .crsl-item {
  text-align: center;
  min-height: 800px;
  background-size: contain;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
}
.cs__inner {
  width: 150%;
  margin: 0 auto;
  margin-left: -25%;
  position: relative;
  height: 100%;
  transition-property: transform, opacity;
  transition-duration: 0.6s;
  transition-delay: 0s;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}
@media screen and (min-width: 64em) {
  .cs__inner {
    width: 60%;
    margin: 0 auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 85em) {
  .cs__inner {
    width: 55%;
    margin: 0 auto;
  }
}
.cs__inner.loaded {
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  transition-delay: 1s;
}

.cs-controls, .owl-next, .owl-prev {
  position: absolute;
  top: 50%;
  display: block;
  height: 37px;
  width: 48px;
  padding-bottom: 0px;
  transition-property: height, transform;
  transform: translate3d(0, 0px, 0);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  background-position: top left;
  background-repeat: no-repeat;
}
.cs-controls:focus, .owl-next:focus, .owl-prev:focus {
  outline: none;
}
.cs-controls:active, .owl-next:active, .owl-prev:active {
  margin-bottom: -5px;
}
.cs-controls:hover, .owl-next:hover, .owl-prev:hover {
  transform: translate3d(0, -5px, 0);
  height: 53px;
}

.owl-next {
  background-image: url("/images/next.png");
  right: 2em;
  text-indent: -99999em;
  right: 20%;
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media screen and (min-width: 64em) {
  .owl-next {
    right: -5em;
    height: 37px;
    width: 48px;
  }
}
@media all and (max-width: 400px) {
  .owl-next {
    width: 25px;
    height: 25px;
  }
}

.owl-prev {
  background-image: url("/images/previous.png");
  left: 2em;
  text-indent: -99999em;
  left: 20%;
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media screen and (min-width: 64em) {
  .owl-prev {
    left: -5em;
    height: 37px;
    width: 48px;
  }
}
@media all and (max-width: 400px) {
  .owl-prev {
    width: 25px;
    height: 25px;
  }
}

.character__bio {
  background: rgb(246, 246, 246);
  border-top: 10px solid rgb(229, 229, 218);
  position: relative;
  z-index: 30;
  display: none;
}

.cb__single {
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  position: relative;
  top: 5em;
  transition-property: top, opacity;
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  max-height: 0;
  animation-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.cb__single.current {
  max-height: 20000px;
  top: 0em;
  opacity: 1;
}
.cb__single .char__avatar {
  position: relative;
}
.cb__single .b-s, .cb__single .b {
  margin: 0 auto;
  border-bottom: 1px solid rgb(229, 229, 218);
}

.down {
  background-image: url("/images/down.png");
  background-repeat: no-repeat;
  top: 1em;
  width: 29px;
  height: 39px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  -webkit-animation: arrowdown 0.8s infinite;
  -moz-animation: arrowdown 0.8s infinite;
  animation: arrowdown 0.8s infinite;
  transition-property: transform;
  transition-duration: 0.6s;
}
.down:hover {
  transform: translate3d(0, 0.6em, 0);
  animation: none;
}

.section.char__trivia {
  text-align: center;
  position: relative;
  padding-top: 8em;
  padding-bottom: 8em;
  margin: 5em auto;
  border-bottom: none;
}
.section.char__trivia .icon, .section.char__trivia blockquote:before {
  position: absolute;
  top: -29px;
  border: 5px solid rgb(246, 246, 246);
  box-sizing: content-box;
  left: 50%;
  margin-left: -29px;
}
.section.char__trivia .icon--trivia::before {
  font-size: 1.2em;
  line-height: 2.6;
  padding-left: 0.15em;
}
.section.char__trivia p {
  font-size: 1.125em;
  color: rgb(136, 136, 136);
  margin: 0;
  white-space: pre-line;
}
@media all and (min-width: 42em) {
  .section.char__trivia p {
    font-size: 1.625em;
  }
}
@media all and (max-width: 42em) {
  .section.char__trivia {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.ct__inner {
  border-top: 1px solid rgb(229, 229, 218);
  border-bottom: 1px solid rgb(229, 229, 218);
  position: relative;
  padding: 5em 0;
}

.section.char__quote {
  background: rgba(229, 229, 218, 0.5);
  padding-bottom: 17em;
  padding-top: 8em;
}
.section.char__quote .b-s {
  border: none;
}
.section.char__quote .char__avatar {
  background-size: 85%;
  width: 340px;
  height: 230px;
  margin-left: -170px;
}
.section.char__quote p {
  font-size: 2em;
  text-align: center;
  margin: 0;
  white-space: pre-line;
  line-height: 1.25em;
}
@media all and (min-width: 42em) {
  .section.char__quote p {
    font-size: 3em;
  }
}
@media all and (max-width: 42em) {
  .section.char__quote {
    padding-bottom: 7em;
    padding-top: 4em;
  }
}

.section.bio {
  padding-bottom: 2em;
}
.section.bio .buttonset {
  margin-top: 7em;
}
.section.bio .char__avatar {
  background-size: 85%;
  width: 340px;
  height: 230px;
  margin-left: -170px;
}

.ctrl-text {
  position: absolute;
  top: 50%;
  display: none;
}
.ctrl-text p {
  color: rgb(217, 0, 0);
  text-align: center;
  line-height: 1.4em;
}

@media screen and (min-width: 42em) {
  .ctrl-text {
    display: block;
  }
  .ct--next {
    right: 1.4em;
    margin-top: 2em;
  }
  .ct--prev {
    left: 1.4em;
    margin-top: 2em;
  }
}
@media screen and (min-width: 64em) {
  .ct--next {
    right: 0;
    margin-top: -2.5em;
  }
  .ct--prev {
    left: 0;
    margin-top: -2.5em;
  }
}
.characters-page .btt--wrapper {
  position: fixed;
  top: 130px;
  z-index: 31;
  width: 100%;
  display: none;
}
.characters-page .btt--wrapper .back-to-top {
  right: 30px;
}
@media all and (min-width: 42em) {
  .characters-page .btt--wrapper {
    display: block;
  }
}
@media all and (min-width: 69em) {
  .characters-page .btt--wrapper .back-to-top {
    right: -40px;
  }
}

.characters {
  padding-top: 1.5em;
}

.character {
  position: relative;
  margin-bottom: 3em;
  transition-property: width, margin;
  transition-duration: 0.4s;
  transition-delay: 0s;
  overflow: hidden;
}
.character h3 {
  text-align: center;
}
.character.hid {
  width: 0;
  margin: 0;
  transition-delay: 0.4s;
}

.char__wrap {
  transition-property: transform;
  transform: scale3d(1, 1, 1);
  transition-duration: 0.4s;
  transition-delay: 0.4s;
  cursor: pointer;
}
.hid .char__wrap {
  transform: scale3d(0, 0, 0);
  transition-delay: 0s;
}
.char__wrap > a {
  display: block;
}

.char__inner {
  background-color: rgb(246, 246, 246);
  z-index: 2;
  position: relative;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0s;
  transition-delay: 0.4s;
}
.loaded .char__inner, .ipad .char__inner {
  opacity: 1;
}
.hidden .char__inner {
  opacity: 0;
}

.char__avatarwrap {
  position: relative;
  width: 100%;
  height: 320px;
  margin: 0 auto;
  transform: scale3d(0.75, 0.75, 0.75);
}
.char__avatarwrap h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 48em) {
  .char__avatarwrap {
    transform: scale3d(1, 1, 1);
  }
}

.char__avatar {
  height: 320px;
  width: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: visible;
  position: absolute;
  left: 50%;
  margin-left: -200px;
}
.char__bg {
  height: 174px;
  width: 174px;
  display: block;
  border-radius: 50%;
  content: " ";
  background-color: rgb(229, 229, 218);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -82px;
  margin-top: -90px;
  transition-property: height, width, margin-top, margin-left;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  z-index: 0;
}

.character:hover .char__bg {
  height: 200px;
  width: 200px;
  margin-left: -95px;
  margin-top: -105px;
}
.character:hover .char__avatar {
  background-position: center -470px;
  -webkit-animation: twang 0.4s forwards;
  -moz-animation: twang 0.4s forwards;
  animation: twang 0.4s forwards;
}
.char__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background: rgb(229, 229, 218);
  z-index: 10;
  z-index: 2;
  transition-property: top, bottom;
  transition-duration: 0s;
  transition-delay: 2s;
}
.loaded .char__loader {
  -webkit-animation: reveal 1s forwards;
  -moz-animation: reveal 1s forwards;
  animation: reveal 1s forwards;
}

/*.characters__other {
    .char__inner {
        opacity: 1;
    }
    .char__loader {
        display:  none;
    }
}*/
.js .ct__inner p,
.js .char__quote p {
  opacity: 0;
}

.come-in .ct__inner p {
  transform: translateX(200px);
  animation: come-in 0.8s ease forwards;
}

.char__quote.come-in p {
  transform: translateX(200px);
  animation: come-in 0.8s ease forwards;
}

.comments {
  padding-bottom: 5em;
}
.comments h2 {
  text-align: left;
  line-height: 1em;
  border-bottom: 1px solid rgb(229, 229, 218);
  padding-bottom: 1em;
}
.comments h3 {
  float: right;
  color: rgb(155, 155, 140);
  line-height: 2.75em;
}
@media all and (min-width: 768px) {
  .comments h3 {
    line-height: 4.75em;
  }
}
.comments .b {
  border-top: 1px solid rgb(229, 229, 218);
}
.wrapper {
  padding-top: 60px;
  background: white;
  position: relative;
  transition-property: top;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  top: 0;
  transition-delay: 0.4s;
}
.navopen .wrapper {
  transition-delay: 0s;
  /*transform: translate3d(0,686px,0) scale3d(0.8,0.8,0.8);
  transition-timing-function: cubic-bezier(.87,-.41,.19,1.44);*/
}
@media all and (min-width: 767px) {
  .wrapper {
    padding-top: 80px;
  }
}

.navopen, .galleryopen {
  overflow: hidden;
}

.content {
  background: rgb(246, 246, 246);
}
@media screen and (min-height: 600px) {
  .content {
    min-height: 500px;
  }
}

section {
  padding: 0.01em 1.5em;
}

.section {
  padding: 2em 1em 0em 1em;
}
@media screen and (min-width: 42em) {
  .section {
    padding: 5em 1em;
  }
}
@media screen and (min-width: 64em) {
  .section {
    padding-left: 0em;
    padding-right: 0em;
  }
}

.extlinks {
  background: #fff;
  position: relative;
  background: rgb(246, 246, 246);
}
.extlinks .intro {
  position: relative;
  z-index: 1;
  padding: 2em 0;
}
.extlinks .intro h2 {
  margin-bottom: 0;
}

.extlink {
  text-align: center;
  margin-bottom: 5em;
}

.extlink__image {
  height: auto;
  padding-bottom: 1em;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: table-cell;
  vertical-align: bottom;
}
.extlink__image .btn, .extlink__image .timeline__item h4, .timeline__item .extlink__image h4 {
  margin-top: 24em;
}

.buttsonset--wallpapers .btn, .buttsonset--wallpapers .timeline__item h4, .timeline__item .buttsonset--wallpapers h4 {
  min-width: 9em;
}

.wallpaper__thumb {
  margin-bottom: 1.5em;
}

.extras {
  background: rgb(246, 246, 246);
}
.extras h3 {
  font-size: 1.5em;
}
.extras .intro h2 {
  margin: 2em 0;
}
.extras .buttonset {
  margin: 1em auto;
}
.extras .buttonset--extras {
  display: block;
}
@media all and (min-width: 64em) {
  .extras .buttonset--extras {
    display: inline;
  }
}

.extras--intro .buttonset--social {
  text-align: center;
  display: block;
}
@media all and (min-width: 64em) {
  .extras--intro .buttonset--social {
    float: right;
  }
}

.activity {
  margin-bottom: 5em;
}
.activity p {
  text-align: center;
}
.activity .imgwrap {
  border: 5px solid rgb(238, 238, 238);
  position: relative;
  background: rgb(238, 238, 238);
}
.activity img {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.4s;
  display: block;
}
.activity .icon, .activity blockquote:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.5em;
  margin-top: -1.5em;
  background: #fff;
  border: 5px solid transparent;
  color: rgb(189, 189, 174);
  font-size: 1.5em;
  line-height: 2.6em;
}
.activity a:hover .imgwrap {
  border: 5px solid rgb(229, 229, 218);
}
.activity a:hover img {
  opacity: 0.15;
}
.activity a:hover .icon, .activity a:hover blockquote:before {
  border-color: rgb(229, 229, 218);
  background: rgb(240, 240, 225);
  color: rgb(68, 68, 68);
}

.activities {
  padding-bottom: 8em;
}

.extras--ecards label {
  font-size: 1.0625em;
  line-height: 1.6em;
}

.ecards__form {
  padding-bottom: 5em;
  padding-top: 5em;
}
.ecards__form .intro h2 {
  margin-top: 0;
}

.ecard__radio {
  text-align: center;
  margin-bottom: 5em;
}
.ecard__radio span {
  display: block;
  text-align: center;
}
.ecard__radio img {
  border: 5px solid;
  border-color: rgb(246, 246, 246);
}
.ecard__radio input {
  display: none;
}
.ecard__radio .icon, .ecard__radio blockquote:before {
  background-color: rgb(155, 155, 140);
}
.ecard__radio.selected img {
  border-color: rgb(229, 229, 218);
}

#lightbox--ecard p {
  font-family: Arial;
  white-space: pre-line;
}

.emailStamp {
  text-align: right;
}
.emailStamp img {
  width: 140px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  height: 75px;
  background-color: white;
  border-bottom: 1px solid rgb(229, 229, 218);
  padding: 10px 10px 0 10px;
}
@media all and (min-width: 767px) {
  .header {
    height: 90px;
  }
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .header::before {
    display: none;
  }
}
@media screen and (min-width: 42em) {
  .header {
    padding: 10px 25px 0 25px;
  }
}

.header__inner:after {
  content: "";
  display: table;
  clear: both;
}

.header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.hp__banner {
  background: #fff;
  border-bottom: 10px solid rgb(229, 229, 218);
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 123px);
}
.hp__banner .down {
  position: absolute;
  bottom: 2em;
  top: auto;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease, transform 0.75s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.hp__banner .down.loaded {
  opacity: 1;
  transform: scale(1);
}

@media all and (max-width: 620px) {
  section.hp__banner {
    padding: 0.01em 0;
    min-height: 80vh;
  }
}

.hp__banner_image {
  background-position: center center;
  min-height: calc(100vh - 40px);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  width: 100%;
  transform: scale(0.6);
  transition: opacity 0.5s ease, transform 0.75s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
.hp__banner_image.loaded {
  opacity: 1;
  transform: scale(0.8);
}
@media all and (max-width: 620px) {
  .hp__banner_image {
    background-position: center 8px;
    min-height: 80vh;
  }
}
@media all and (min-width: 1000px) {
  .hp__banner_image {
    transform: scale(0.6);
  }
  .hp__banner_image.loaded {
    transform: scale(0.9);
  }
}

.post-feature {
  padding: 0 0 120px 0;
}

.post-feature__title {
  margin: 0 0 1.5em 0;
}

.characters__other:after {
  content: "";
  display: table;
  clear: both;
}

.js .artist-feature__copy p {
  opacity: 0;
}

.artist-feature__copy.come-in p {
  transform: translateX(200px);
  animation: come-in 0.8s ease forwards;
}

.gallery {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 91;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.6s;
  transition-delay: 0s;
}
.gallery img {
  width: 25%;
  height: auto;
  float: left;
}
.gallery .more {
  bottom: 6.5em;
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery .more {
    bottom: auto;
    left: 23%;
    top: -1.9em;
  }
}
.gallery .more__label {
  bottom: 12em;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery .more__label::before {
    display: none;
  }
}
.gallery.loaded {
  opacity: 1;
  transition-delay: 0s;
}
.gallery .cs__inner {
  opacity: 1;
}

.gallery__close {
  position: absolute;
  top: 3em;
  left: 50%;
  margin-left: -24px;
  z-index: 100;
  background: rgba(51, 51, 51, 0.95);
}
.gallery__close::after {
  content: "Close Gallery";
  color: rgba(51, 51, 51, 0.95);
  font-family: marker-felt;
  font-size: 0.9em;
  width: 100px;
  display: block;
  position: absolute;
  bottom: -38px;
  left: -24px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .gallery__close {
    top: 1.2em;
    left: 88%;
  }
}

/*#galleryblot {
    height:  0;
    z-index: -1;
    transition-property: z-index;
    transition-duration: 0s;
    transition-delay: 0.8s; //drop back after blot reduced
    position:fixed;
    .blot {
        top: 50% !important;
        left: 50% !important;
    }
    &.active {
        z-index: 90;
        transition-delay: 0s; //do immediately before blot comes out
    }
}*/
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.97);
  z-index: 99999;
  transition: 0.2s all;
  opacity: 0;
  transform: scale3d(0, 0, 0);
}
.lightbox.expanded {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lightbox iframe {
  max-width: 100%;
}

.lb__inner {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.lb__inner img {
  max-height: 80vh;
  max-width: 90%;
}
.lb__inner .icon, .lb__inner blockquote:before {
  display: block;
  margin: 2em auto 0;
  background: rgb(155, 155, 140);
}

.flipper {
  position: relative;
  display: inline-block;
}
.flipper .flipper__image {
  transition-property: transform;
  transition-duration: 0.4s;
}

.rearimage {
  transform: rotate3d(0, 1, 0, 90deg);
  position: absolute;
  top: 0;
  left: 0;
  transition-delay: 0s;
}
.flipped .rearimage {
  transform: rotate3d(0, 1, 0, 0deg);
  transition-delay: 0.4s;
}

.frontimage {
  transform: rotate3d(0, 1, 0, 0deg);
  transition-delay: 0.4s;
}
.flipped .frontimage {
  transform: rotate3d(0, 1, 0, -90deg);
  transition-delay: 0s;
}

.letters {
  background: rgb(246, 246, 246);
}
.letters .readmore {
  position: absolute;
  left: 0;
  top: -35px;
  width: 100%;
}

.header--letters {
  text-align: center;
  background: rgb(246, 246, 246);
  padding-top: 3em;
}
.header--letters a {
  position: relative;
}
.header--letters::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  background: rgb(51, 51, 51);
  min-height: 70vh;
  z-index: 0;
}
.header--letters h2, .header--letters h3, .header--letters h4 {
  color: rgb(172, 172, 157);
  margin: 0;
}
.header--letters h3 {
  font-size: 1.5em;
}
.header--letters h1 {
  color: #fff;
}
@media (min-width: 1024px) {
  .header--letters h1 {
    max-width: 80%;
    margin: 0.6em auto;
  }
}
.header--letters img {
  display: block;
  margin: 0 auto;
  border: 1px solid rgb(229, 229, 218);
  width: 100%;
  margin-bottom: 2em;
}
.header--letters .b {
  border-bottom: 1px solid rgb(229, 229, 218);
  padding-bottom: 2em;
}

.header--letters__intro {
  margin-bottom: 5em;
  margin-top: 4em;
}
.header--letters__intro h1 {
  margin: 0.67em auto;
}

.letters--actions:after {
  content: "";
  display: table;
  clear: both;
}

.letters_action {
  width: 100%;
}
@media all and (min-width: 460px) {
  .letters_action {
    float: left;
  }
}
@media all and (min-width: 460px) {
  .letters_action--subscribe {
    width: 50%;
  }
}
@media all and (min-width: 610px) {
  .letters_action--subscribe {
    width: 30%;
    text-align: left;
  }
}
@media all and (min-width: 460px) {
  .letters_action--read {
    width: 50%;
  }
}
@media all and (min-width: 610px) {
  .letters_action--read {
    text-align: center;
    width: 40%;
  }
}
@media all and (min-width: 610px) {
  .letters_action--share {
    text-align: right;
    width: 30%;
  }
}

.letters--recent a:last-of-type .lr--letter {
  margin-bottom: 0;
}

.letters--recent__title {
  margin-bottom: 2em;
  margin-top: 3em;
}

.lr--link {
  border: 1px solid rgb(229, 229, 218);
  display: block;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .lr--link {
    margin-bottom: 5%;
  }
}

.lr--letter {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
@media (min-width: 768px) {
  .lr--letter:hover {
    border-color: rgb(229, 229, 218);
    background-color: rgb(238, 238, 238);
  }
  .lr--letter:hover .lr--text {
    opacity: 0.15;
  }
  .lr--letter:hover .lr--read_more {
    opacity: 1;
  }
}

.lr--image {
  background: #fff;
}
@media (min-width: 768px) {
  .lr--image {
    border-right: 1px solid rgb(229, 229, 218);
  }
}
.lr--image img {
  display: block;
  height: auto;
  width: 100%;
}

.lr--copy {
  display: table;
  position: relative;
}

.lr--copy__inner {
  display: table-cell;
  padding: 40px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lr--copy__inner {
    padding: 40px 20%;
  }
}

.lr--text {
  transition-duration: 0.4s;
  transition-property: opacity;
}
.lr--text p {
  font-size: 0.9375em;
}

.lr--text__heading {
  text-align: left;
  font-size: 1.75em;
  line-height: 1.4;
  margin-top: 0;
}

.lr--text__meta {
  color: rgb(155, 155, 140);
}

.lr--read_more {
  width: 200px;
}
@media (min-width: 768px) {
  .lr--read_more {
    left: 50%;
    margin-left: -100px;
    margin-top: -25px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition-duration: 0.4s;
    transition-property: opacity;
  }
}

/**
 * Letters Archive
 */
.letters_archive {
  padding-bottom: 3em;
}
.letters_archive img {
  width: 100%;
  display: block;
}
.letters_archive h3 {
  font-size: 1em;
  line-height: 1.4em;
}
.letters_archive h4 {
  font-size: 0.875em;
  color: rgb(155, 155, 140);
}
.letters_archive .readmore__wrapper:after {
  width: 80%;
  margin-left: -40%;
}

.letters_archive__intro {
  padding: 5em 0;
}

.block_letter {
  margin-bottom: 2em;
}
.block_letter .readmore {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3em;
  margin-left: -1.5em;
}

.block_letter__link {
  display: block;
  height: 100%;
  position: relative;
  padding: 0.5em 0.5em 6em;
}
.pcl__imgwrap {
  cursor: pointer;
  position: relative;
}
.pcl__imgwrap:hover::after {
  opacity: 1;
}
.pcl__imgwrap::after {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.4s;
  display: block;
  content: "\f065";
  font-family: FontAwesome;
  position: absolute;
  top: 2em;
  right: 2em;
  line-height: 3em;
  width: 3em;
  text-align: center;
  background: rgb(155, 155, 140);
  color: #fff;
  border-radius: 50%;
  margin-left: -1.5em;
}

.hl__image img {
  display: block;
  margin: 0 auto;
  max-height: calc(100vh - 380px);
}

.gi--letter-readmore {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gi--letter-readmore .btn, .gi--letter-readmore .timeline__item h4, .timeline__item .gi--letter-readmore h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -85px;
  margin-top: -25px;
  opacity: 0;
}
.gi--letter-readmore .gilrm__button {
  position: relative;
}

/**
 * Full article
 */
@media all and (max-width: 840px) {
  .content--letter .buttonset--social {
    display: none;
  }
  .content--letter .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    top: auto !important;
    z-index: 1000;
  }
  .content--letter .sticky.fix {
    position: relative;
  }
}

.header--letter {
  background: white;
  padding-bottom: 40px;
}
.header--letter .intro {
  padding-top: 3em;
}

h1.intro--letter__title {
  font-size: 30px;
  margin: 0 0 45px 0;
}

.intro--feature_letter {
  color: rgb(172, 172, 157);
  font-size: 25px;
  margin: 0 0 25px 0;
}

.intro--letter {
  padding-top: 60px;
}

h4.intro--letter__meta {
  color: rgb(172, 172, 157);
  font-size: 17px;
  margin: 0 0 50px 0;
}

.pc--letter {
  padding-bottom: 60px;
}
@media all and (min-width: 840px) {
  .pc--letter {
    padding-bottom: 100px;
  }
}

.logo {
  background: url("/images/logo.png") no-repeat;
  display: inline-block;
  float: left;
  height: 60px;
  margin: 0;
  padding: 0;
  position: relative;
  text-indent: -9999em;
  vertical-align: middle;
  width: 197px;
  z-index: 2;
}
@media all and (min-width: 767px) {
  .logo {
    height: 80px;
  }
}
.logo .logo__link {
  display: block;
  height: 60px;
}
@media all and (min-width: 767px) {
  .logo .logo__link {
    height: 80px;
  }
}

.search {
  font-family: "marker-felt";
  display: none;
  padding: 0;
}

.search__controls {
  background: rgb(229, 229, 218);
  padding-top: 60px;
  padding-bottom: 60px;
}
.search__controls:after {
  content: "";
  display: table;
  clear: both;
}

.search__close {
  float: right;
  margin: 0 0 1em 1em;
  position: relative;
}
.search__close .fa-chevron-up {
  position: absolute;
  top: 15px;
  left: 17.3px;
}
.search__close .btn-label--hide {
  position: absolute;
  bottom: -40px;
  left: 15px;
  font-size: 0.8525em;
}

.search__close--mobile {
  background: white;
  text-align: center;
  width: 90%;
  height: auto;
  padding: 1em 0;
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: 0px -7px 18px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px -7px 18px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -7px 18px -4px rgba(0, 0, 0, 0.35);
}
.search__close--mobile .search__close {
  float: none;
  background: rgb(217, 0, 0);
  border-color: rgb(217, 0, 0);
  color: white;
  margin-left: 0;
}
.search__close--mobile .search__close .btn-label--hide {
  color: rgb(68, 68, 68);
  left: 11px;
}

.search__controls {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.search__controls.show {
  opacity: 1;
}
@media all and (max-width: 619px) {
  .search__controls {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 90%;
    z-index: 200;
  }
}

.overlay-mobile {
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  opacity: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.overlay-mobile.on {
  opacity: 1;
}

.search__results {
  line-height: 1;
}

.search__results.show {
  padding-top: 2em;
  padding-bottom: 2em;
}

.search__title {
  margin: 0 0 0.5em 0;
  text-align: left;
}
@media (min-width: 768px) {
  .search__title {
    margin: 0;
    display: inline-block;
    margin-right: 1.5em;
  }
}

.search__type_selector-box {
  margin-top: 4em;
}
@media (min-width: 768px) {
  .search__type_selector-box {
    display: inline-block;
    margin-top: 0;
  }
}

.search__type_selector {
  border-bottom: 1px solid currentColor;
  color: #777777;
  display: inline-block;
  font-size: 21px;
  margin-right: 0.8em;
  padding-top: 0.25em;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .search__type_selector {
    font-size: 30px;
    margin-right: 2em;
  }
}
.search__type_selector:hover {
  border-color: rgb(217, 0, 0);
}
.search__type_selector--active {
  color: black;
  pointer-events: none;
}
.search__type_selector--active:hover {
  color: black;
  border-color: currentColor;
}

.character-strips--counter.show {
  display: block;
  float: left;
  line-height: 1;
  padding: 1em 1.5em;
  margin: 0 0.5em 0.5em 0;
}

.menu_controller {
  color: rgb(217, 0, 0);
  cursor: pointer;
  font-family: marker-felt;
  font-size: 16px;
  font-style: normal;
  padding: 1em 1em 1em 0em;
  position: absolute;
  right: 20px;
  top: 2px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .menu_controller {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .menu_controller {
    right: 55px;
    top: 25px;
  }
}
@media all and (min-width: 767px) {
  .menu_controller {
    top: 10px;
  }
}

.menu_controller__icon {
  background: rgb(217, 0, 0);
  border-radius: 50%;
  color: white;
  height: 48px;
  line-height: 48px;
  margin-left: 1em;
  text-align: center;
  width: 48px;
}

.menu_controller__text {
  display: none;
}
@media screen and (min-width: 360px) {
  .menu_controller__text {
    display: inline;
  }
}

.nav_main {
  background: rgb(51, 51, 51);
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  padding-top: 130px;
  padding-top: calc(90px + 10vh);
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transform: translateY(-150%);
  transition: transform 0.7s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  z-index: 0;
}
.nav_main.is-active {
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.87, -0.41, 0.19, 1.44);
}
@media screen and (min-width: 1024px) {
  .nav_main {
    transform: translateY(0);
    background: none;
    bottom: auto;
    display: block;
    float: left;
    left: auto;
    overflow-y: auto;
    padding-top: 0;
    pointer-events: auto;
    position: static;
    right: auto;
    top: auto;
    visibility: visible;
    width: calc(100% - 197px);
    z-index: auto;
  }
}
@media screen and (min-width: 1200px) {
  .nav_main {
    padding-right: 197px;
  }
}
.nav_main .nav__item {
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .nav_main .nav__item {
    display: inline-block;
    margin-bottom: 0;
  }
}
.nav_main .nav__link {
  display: inline-block;
  color: white;
  padding: 0.5em 1em;
}
@media screen and (min-width: 1024px) {
  .nav_main .nav__link {
    color: rgb(136, 136, 136);
    height: 80px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding: 28px 0 0 0;
  }
  .nav_main .nav__link:hover {
    color: rgb(68, 68, 68);
  }
}
.nav_main .nav__item--active .nav__link {
  border-bottom: 2px solid rgb(217, 0, 0);
  color: rgb(217, 0, 0);
}

.nav-pills {
  margin: 0;
  padding: 0;
}

.nav_footer {
  text-align: center;
  padding: 5em 0 4em;
}
.nav_footer a {
  color: rgb(68, 68, 68);
}
.nav_footer li {
  display: block;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media all and (min-width: 64em) {
  .nav_footer li {
    display: inline;
  }
}
.nav_footer p {
  font-size: 0.75em;
  color: rgb(136, 136, 136);
}
.nav_footer p a {
  color: rgb(136, 136, 136);
}

nav ul {
  padding-left: 0;
}
nav ul ul {
  display: none !important;
}

/*
* jquery.selectBoxIt.css 3.8.1
* Author: @gregfranko
*/
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 46px;
  line-height: 46px;
  display: block;
  max-width: none !important;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-family: "Marker Felt";
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100% !important; /* Minimum Width of the dropdown list box options */
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}
.selectboxit-arrow-container:after {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  color: rgb(246, 246, 246);
  font-size: 20px;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: rgba(51, 51, 51, 0.95);
  color: rgb(246, 246, 246);
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  /*color: #333333;
  background-color: #e6e6e6;*/
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  /*color: #333333;
  text-decoration: none;*/
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: rgba(51, 51, 51, 0.95);
  border: none;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #ffffff;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: rgba(51, 51, 51, 0.95);
  background-color: rgb(246, 246, 246);
  /*background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;*/
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.buttonset--social .icon, .buttonset--social blockquote:before {
  color: rgb(217, 0, 0);
  background: white;
  border: 1px solid rgb(229, 229, 218);
  margin-bottom: 0.4em;
}
.buttonset--social .icon:before, .buttonset--social blockquote:before {
  font-size: 1em;
}
.buttonset--social .icon:hover, .buttonset--social blockquote:hover:before {
  background-color: rgb(240, 240, 225);
  border-color: rgb(189, 189, 174);
}
.sticky .buttonset--social {
  position: absolute;
  left: 0;
  width: 4em;
  top: 0em;
  margin-left: 0;
}

.sticky {
  top: 5em;
  position: relative;
}
.sticky .b {
  position: relative;
}
.sticky.fix {
  position: fixed;
  top: 12em;
  width: 100%;
  left: 0;
}

.back-to-top {
  min-width: 0;
  top: 1em;
}
.fix .back-to-top {
  top: 0;
}

.strip-feature {
  padding: 100px 0 120px 0;
}
.strip-feature .home-strip {
  overflow: auto;
  position: relative;
}
.strip-feature .home-strip img {
  width: 100%;
  min-width: 42em;
}

.strip-feature--title_wrap {
  padding-top: 20px;
  margin-bottom: 60px;
}
@media all and (min-width: 620px) {
  .strip-feature--title_wrap {
    margin-bottom: 120px;
  }
}

.strip-feature--title {
  margin-top: 0;
}

.strip h2 {
  margin-bottom: 2em;
}

.strip__wrapper {
  overflow-x: scroll;
  position: relative;
}
@media screen and (min-width: 42em) {
  .strip__wrapper {
    overflow: auto;
  }
}
.strip__wrapper img {
  width: 100%;
  min-width: 42em;
}

.strip_intro {
  padding-top: 1.5em;
}
@media (max-width: 768px) {
  .strip_intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.strip_intro .intro .strip_intro__title {
  margin-bottom: 0;
  margin-top: 0.5em;
}

.strips .owl-item {
  overflow: auto;
}
.strips .owl-item img {
  width: 100%;
  min-width: 42em;
}

.strip__archive {
  padding-bottom: 4.15em;
}
.strip__archive .buttonset {
  overflow: hidden;
  float: left;
  margin: 0.3em auto;
  /*@media all and (max-width: 430px) {
          float: none !important;
          text-align: center;
          .btn__wrapper {
              float: none;
              display: inline-block;
          }
      }*/
}
.strip__archive .buttonset__share {
  float: right;
}
.strip__archive .buttonset__share .btn__wrapper {
  margin-left: 0.5em;
  margin-right: 0;
}
.strip__archive .buttonset__share .ctrl__share {
  color: rgb(217, 0, 0);
}
@media all and (min-width: 42em) {
  .strip__archive .buttonset--owl-nav {
    margin-right: 2em;
  }
}
.strip__archive .buttonset--owl-filters {
  float: right;
}
@media all and (min-width: 42em) {
  .strip__archive .buttonset--owl-filters {
    float: left;
  }
}
.strip__archive .buttonset--socialwrap {
  float: right;
  margin-right: 0;
}
@media all and (max-width: 42em) {
  .strip__archive .buttonset--socialwrap {
    display: none;
  }
}
.strip__archive .buttonset--social {
  margin-left: 0;
}
.strip__archive .btn__wrapper {
  margin-right: 0.5em;
  margin-bottom: 1em;
}
.strip__archive .btn__wrapper--search {
  margin-right: 1.5em;
  margin-left: 1em;
}
@media all and (max-width: 619px) {
  .strip__archive .buttonset__search--mobile {
    bottom: 12px;
    overflow: visible;
    position: fixed;
    right: 26px;
    z-index: 10;
  }
  .strip__archive .buttonset__search--mobile .btn__wrapper--search {
    margin-right: 0;
    margin-left: 0;
  }
  .strip__archive .buttonset__search--mobile .ctrl__search {
    background: rgb(217, 0, 0);
    border-color: rgb(217, 0, 0);
    -webkit-box-shadow: 2px 7px 8px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 7px 8px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 7px 8px -1px rgba(0, 0, 0, 0.35);
    color: white;
  }
  .strip__archive .buttonset__search--mobile .ctrl__search .fa {
    top: 17px;
    position: absolute;
    left: 37%;
  }
  .strip__archive .buttonset__search--mobile h4 {
    display: none;
  }
}

.strip__comments {
  padding-bottom: 5em;
}

.strip--actions {
  margin-top: 40px;
}
.strip--actions:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 619px) {
  .strip--actions {
    padding: 0 16px 0 16px;
  }
}
.strip-feature .strip--actions {
  text-align: center;
}
@media all and (min-width: 620px) {
  .strip-feature .strip--actions {
    text-align: left;
  }
}

.strip_action {
  width: 100%;
}
@media all and (min-width: 460px) {
  .strip_action {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 610px) {
  .strip_action--read {
    text-align: left;
  }
}
@media all and (min-width: 610px) {
  .strip_action--share {
    text-align: right;
  }
}

#strip-carousel .owl-wrapper-outer {
  overflow: hidden;
}

.strip__filters {
  background: rgb(238, 238, 238);
  padding: 2em 0 1em;
  margin: 0 -2em;
  display: none;
}
.strip__filters .g {
  margin: 0;
  padding: 0 1em;
}
@media all and (min-width: 64em) {
  .strip__filters .g {
    padding: 0;
  }
}

.gi.sf__select {
  padding-right: 10px;
  box-sizing: border-box;
}
.gi.sf__select .selectboxit-container {
  width: 100%;
}
.gi.sf__select .selectboxit-container .selectboxit {
  width: 100% !important;
}
.gi.sf__select label {
  padding: 1em 0.5em;
  text-transform: uppercase;
}

.sf__label {
  padding-left: 0.5em;
}
@media all and (min-width: 64em) {
  .sf__label {
    margin-top: 44px;
  }
}

.sf__close i {
  background-color: rgb(68, 68, 68);
  color: rgb(246, 246, 246);
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  margin-top: 1em;
}
@media all and (min-width: 64em) {
  .sf__close i {
    margin-top: 53px;
  }
}

.c-ctrl__prev,
.c-ctrl__next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  display: block;
  height: 37px;
  width: 48px;
  padding-bottom: 0px;
  transition-property: height, transform;
  transform: translate3d(0, 0px, 0);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.87, -0.41, 0.19, 1.44);
  background-position: top left;
  background-repeat: no-repeat;
}
.c-ctrl__prev:focus,
.c-ctrl__next:focus {
  outline: none;
}
.c-ctrl__prev:active,
.c-ctrl__next:active {
  margin-bottom: -5px;
}
.c-ctrl__prev:hover,
.c-ctrl__next:hover {
  transform: translate3d(0, -5px, 0);
  height: 53px;
}
.c-ctrl__prev.disabled,
.c-ctrl__next.disabled {
  display: none;
}

.c-ctrl__prev {
  background-image: url("/images/previous.png");
  left: 2em;
  text-indent: -99999em;
  left: 20%;
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media screen and (min-width: 64em) {
  .c-ctrl__prev {
    left: -5em;
    height: 37px;
    width: 48px;
  }
}
@media all and (max-width: 1220px) {
  .c-ctrl__prev {
    display: none;
  }
}

.c-ctrl__next {
  background-image: url("/images/next.png");
  right: 2em;
  text-indent: -99999em;
  right: 20%;
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media screen and (min-width: 64em) {
  .c-ctrl__next {
    right: -5em;
    height: 37px;
    width: 48px;
  }
}
@media all and (max-width: 1220px) {
  .c-ctrl__next {
    display: none;
  }
}

.strip-counter-pagination {
  font-family: "marker-felt";
  font-size: 15px;
  color: rgb(68, 68, 68);
  display: block;
  float: left;
  line-height: 1;
  padding: 1em;
  margin: 0 0.5em 0.5em 0;
  text-align: right;
  width: 100%;
}
.strip-counter-pagination:after {
  content: "";
  display: table;
  clear: both;
}

.strip-image,
.js-box-strips img,
.strip--single img {
  cursor: pointer;
}

.icon__expand__strip--hover {
  opacity: 0;
  position: absolute;
  right: 0.7em;
  top: 0.5em;
  transition: opacity 0.3s ease;
}

.home-strip:hover .icon__expand__strip--hover,
.strip__wrapper:hover .icon__expand__strip--hover {
  opacity: 1;
}

.icon__expand__strip--hover.show {
  opacity: 1;
  z-index: 10;
}

.social-icons-box {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  right: 0;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.social-icons-box.show {
  opacity: 1;
}
.social-icons-box .icons-box {
  width: 100%;
  margin-top: 50%;
}
.social-icons-box .icons-box .icon, .social-icons-box .icons-box blockquote:before {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.social-icons-box .cancel-box {
  margin-top: 4em;
  width: 100%;
}
.subscribe {
  background: rgb(238, 238, 238);
  padding: 4rem 20px;
}
@media all and (min-width: 768px) {
  .subscribe {
    padding: 8rem 0 11rem 0;
  }
}
.subscribe input {
  margin-bottom: 1em;
}

.subscribe__intro {
  text-align: center;
}

.subscribe__image {
  position: relative;
}
.subscribe__image img {
  display: none;
}
@media (min-width: 1024px) {
  .subscribe__image img {
    display: block;
    position: absolute;
    left: -7.5rem;
    top: -2rem;
  }
}

@media all and (min-width: 600px) {
  input[type=email].subscribe-field__email,
input[type=text].subscribe-field__name {
    width: 49%;
    float: left;
    margin-right: 1%;
  }
}
.subscribe__button {
  text-align: center;
}
@media (min-width: 1024px) {
  .subscribe__button {
    text-align: right;
  }
}

.subscribe__message {
  display: none;
}
.subscribe__message .gi {
  float: none;
}

#subForm .gi {
  height: auto !important;
}
#subForm .errMsg {
  color: rgb(217, 0, 0);
  display: none;
}

.contact {
  background: rgb(221, 221, 211);
  text-align: center;
}
.contact p {
  margin-bottom: 1em;
}

/**
 * TAGS
 *
 * Commonly used for applying filters while searching
 */
.tags {
  font-family: "marker-felt";
  font-size: 14px;
}
.tags:after {
  content: "";
  display: table;
  clear: both;
}

.tags_available {
  margin-top: 3em;
  display: none;
}
.tags_available.show {
  display: block;
}

.tag {
  background: #fff;
  border: 1px solid rgb(229, 229, 218);
  border-radius: 1.5em;
  box-shadow: 0 1px 4px transparent;
  color: rgb(68, 68, 68);
  display: block;
  float: left;
  line-height: 1;
  padding: 1em 1.5em;
  margin: 0 0.5em 0.5em 0;
  transition: background 0.2s ease, border 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.tag:hover, .tag:focus {
  background: rgb(240, 240, 225);
  outline: none;
  border-color: rgb(189, 189, 174);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.tag--active {
  background: rgb(68, 68, 68);
  color: white;
}
.tag--active:hover, .tag--active:focus {
  background: rgb(68, 68, 68);
  color: white;
}
.tag--active:hover .tag__remove, .tag--active:focus .tag__remove {
  color: rgb(217, 0, 0);
}

.tag__remove {
  color: inherit;
  display: inline-block;
  padding: 0.5em;
  margin: -0.5em -0.5em -0.5em 0;
  margin-left: 1em;
}

/*nav{
	ul{
        margin-left:0;
		li{
			display:inline-block;
			margin:0 0.5em;
			&:first-child{
                margin-left:0;
			}

			a{
				text-decoration:none;
				color:#FFFFFF;
				background:#354474;
				padding:0.5em 1em;
			}

			&.selected a{
				background:rgba(#354474, 0.7);
			}
		}

	}

}*/
/*# sourceMappingURL=main.css.map */
