/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

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

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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"], /* 1 */
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;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 *
 * Uncomment and set these variables to customize the grid.
 *
 * :root {
 *  --half-gutter-width: 0.5rem;
 *  --gutter-compensation: -0.5rem;
 *  --outer-margin: 2rem;
 * }
*/

.grid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: row-reverse;
  -ms-flex-wrap: row-reverse;
  flex-wrap: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: column-reverse;
  -ms-flex-wrap: column-reverse;
  flex-wrap: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -webkit-flex-basis: 8.333333333%;
  -ms-flex-preferred-size: 8.333333333%;
  flex-basis: 8.333333333%;
  max-width: 8.333333333%;
}

.col-xs-2 {
  -webkit-flex-basis: 16.666666667%;
  -ms-flex-preferred-size: 16.666666667%;
  flex-basis: 16.666666667%;
  max-width: 16.666666667%;
}

.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-flex-basis: 33.333333333%;
  -ms-flex-preferred-size: 33.333333333%;
  flex-basis: 33.333333333%;
  max-width: 33.333333333%;
}

.col-xs-5 {
  -webkit-flex-basis: 41.666666667%;
  -ms-flex-preferred-size: 41.666666667%;
  flex-basis: 41.666666667%;
  max-width: 41.666666667%;
}

.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-flex-basis: 58.333333333%;
  -ms-flex-preferred-size: 58.333333333%;
  flex-basis: 58.333333333%;
  max-width: 58.333333333%;
}

.col-xs-8 {
  -webkit-flex-basis: 66.666666667%;
  -ms-flex-preferred-size: 66.666666667%;
  flex-basis: 66.666666667%;
  max-width: 66.666666667%;
}

.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-flex-basis: 83.333333333%;
  -ms-flex-preferred-size: 83.333333333%;
  flex-basis: 83.333333333%;
  max-width: 83.333333333%;
}

.col-xs-11 {
  -webkit-flex-basis: 91.666666667%;
  -ms-flex-preferred-size: 91.666666667%;
  flex-basis: 91.666666667%;
  max-width: 91.666666667%;
}

.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.666666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%;
    max-width: 8.333333333%;
  }

  .col-sm-2 {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }

  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }

  .col-sm-5 {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }

  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }

  .col-sm-8 {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }

  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }

  .col-sm-11 {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }

  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333%;
    max-width: 8.333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666667%;
    max-width: 16.666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%;
    max-width: 8.333333333%;
  }

  .col-md-2 {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }

  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }

  .col-md-5 {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }

  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }

  .col-md-8 {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }

  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }

  .col-md-11 {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }

  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-flex-basis: 8.333333333%;
    -ms-flex-preferred-size: 8.333333333%;
    flex-basis: 8.333333333%;
    max-width: 8.333333333%;
  }

  .col-lg-2 {
    -webkit-flex-basis: 16.666666667%;
    -ms-flex-preferred-size: 16.666666667%;
    flex-basis: 16.666666667%;
    max-width: 16.666666667%;
  }

  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-flex-basis: 33.333333333%;
    -ms-flex-preferred-size: 33.333333333%;
    flex-basis: 33.333333333%;
    max-width: 33.333333333%;
  }

  .col-lg-5 {
    -webkit-flex-basis: 41.666666667%;
    -ms-flex-preferred-size: 41.666666667%;
    flex-basis: 41.666666667%;
    max-width: 41.666666667%;
  }

  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-flex-basis: 58.333333333%;
    -ms-flex-preferred-size: 58.333333333%;
    flex-basis: 58.333333333%;
    max-width: 58.333333333%;
  }

  .col-lg-8 {
    -webkit-flex-basis: 66.666666667%;
    -ms-flex-preferred-size: 66.666666667%;
    flex-basis: 66.666666667%;
    max-width: 66.666666667%;
  }

  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-flex-basis: 83.333333333%;
    -ms-flex-preferred-size: 83.333333333%;
    flex-basis: 83.333333333%;
    max-width: 83.333333333%;
  }

  .col-lg-11 {
    -webkit-flex-basis: 91.666666667%;
    -ms-flex-preferred-size: 91.666666667%;
    flex-basis: 91.666666667%;
    max-width: 91.666666667%;
  }

  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: 'GTSectraDisplayLight';
    src: url('_fonts/GT-Sectra-Display-Light.eot');
    src: url('_fonts/GT-Sectra-Display-Light.eot') format('embedded-opentype'),
         url('_fonts/GT-Sectra-Display-Light.woff') format('woff'),
         url('_fonts/GT-Sectra-Display-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'GTSectraDisplayLightItalic';
    src: url('_fonts/GT-Sectra-Display-Light-Italic.eot');
    src: url('_fonts/GT-Sectra-Display-Light-Italic.eot') format('embedded-opentype'),
        url('_fonts/GT-Sectra-Display-Light-Italic.woff') format('woff'),
        url('_fonts/GT-Sectra-Display-Light-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'GTSectraBook';
    src: url('_fonts/GT-Sectra-Book.eot');
    src: url('_fonts/GT-Sectra-Book.eot') format('embedded-opentype'),
         url('_fonts/GT-Sectra-Book.woff') format('woff'),
         url('_fonts/GT-Sectra-Book.ttf') format('truetype');
}
@font-face {
    font-family: 'GTSectraBookItalic';
    src: url('_fonts/GT-Sectra-Book-Italic.eot');
    src: url('_fonts/GT-Sectra-Book-Italic.eot') format('embedded-opentype'),
         url('_fonts/GT-Sectra-Book-Italic.woff') format('woff'),
         url('_fonts/GT-Sectra-Book-Italic.ttf') format('truetype');
}
@font-face {
    font-family: 'ApercuMono';
    src: url('_fonts/ApercuMono.eot');
    src: url('_fonts/ApercuMono.eot') format('embedded-opentype'),
         url('_fonts/ApercuMono.woff2') format('woff2'),
         url('_fonts/ApercuMono.woff') format('woff'),
         url('_fonts/ApercuMono.ttf') format('truetype');
}

html {
  font-size: 13px;
  font-family: typeface-body, serif;
}
@media (min-width: 30em) {
  html {
    font-size: 15px;
  }
}
body,
p {
  font-size: 1rem;
}
@media (min-width: 62em) {
  body,
  p {
    font-size: 1rem;
  }
}
.Unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
p {
  line-height: 200%;
  text-align: left;
  cursor: default;
  padding-bottom: 1rem;
  margin: -0.5em 0 0em 0;
}
@media (min-width: 62em) {
  p {
    padding-bottom: 1.2rem;
    margin: -0.5em 0 1em 0;
  }
}
i {
  font-family: "GTSectraBookItalic", Arial, sans-serif;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #272320;
  position: relative;
  cursor: pointer;
}
a.NavLink:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #4b5320;
  transition: 200ms;
}
a:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  transition: 200ms;
  padding: 5px 0;
}
a.FancyLink:before {
  padding: 50px 0;
}
a.NavLink:before {
  content: none;
  display: none;
}
a.FancyLink:hover:after {
  width: 100%;
}
a.NoLine {
  border: none;
}
a.NoLine:after,
a.NoLine:before {
  display: none;
  opacity: 0;
}
.lift {
  transition: all 200ms ease-out;
  transform: translateY(0px);
  display: block;
}
.lift:hover {
  transform: translateY(-5px);
}
.lift:hover a:before,
.lift:hover a:after {
  bottom: -15px;
  border-color: #4b5320;
}
hr {
  width: 100%;
  height: 1px;
  border: none;
  background: #000;
  opacity: 0.2;
  margin: 4vw 0;
}
strong {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "GTSectraDisplayLight", Times, Georgia, serif;
  line-height: 130%;
  position: relative;
  z-index: 80;
  cursor: default;
}
h1 {
  font-size: 2rem;
}
h3 {
  font-size: 1rem;
  opacity: 0.4;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  margin-bottom: 0.8rem;
}
.PrimaryCTA {
  font-size: 0.8rem;
  color: #272320;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #272320;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  background: none;
}
.Display1 {
  font-size: 12vw;
  line-height: 125%;
  font-family: "GTSectraDisplayLight", Times, Georgia, serif;
}
@media (min-width: 62em) {
  .Display1 {
    font-size: 5vw;
  }
}
.Display1 a,
.Display1 i {
  font-family: "GTSectraDisplayLightItalic", Times, Georgia, serif;
  font-style: normal;
}
.Display1 a {
  border-bottom: 1px solid #4b5320;
}
.Display2 {
  font-size: 18px;
  line-height: 160%;
  font-family: "GTSectraBook", Arial, sans-serif;
  letter-spacing: 0.04em;
}
@media (min-width: 62em) {
  .Display2 {
    font-size: 18px;
  }
}
@media (min-width: 75em) {
  .Display2 {
    font-size: 20px;
  }
}
@media (min-width: 100em) {
  .Display2 {
    font-size: 25px;
  }
}
.LabelText {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-weight: bold;
}
.Caption {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "ApercuMono", Andale Mono, monospaced;
}
@media (min-width: 62em) {
  .Caption {
    font-size: 0.75rem;
  }
}
html {
  min-height: 100%;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  box-sizing: border-box;
}
body {
  height: 100%;
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  font-family: "GTSectraBook", Arial, sans-serif;
  background: #fcfbfa;
  color: #272320;
}
#main {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
.Logo {
  width: 7rem;
  height: 1.5rem;
  background-image: url("_img/canlislogo.svg");
  background-repeat: no-repeat;
  text-indent: -9999999px;
  background-size: 100%;
  display: block;
  border: none;
  position: absolute;
  top: 8vw;
  left: 6vw;
  color: #fcfbfa;
  text-align: center;
  z-index: 100;
}
@media (min-width: 62em) {
  .Logo {
    width: 7rem;
    height: 1.5rem;
    top: 4vw;
    left: 4vw;
  }
}
@media (min-width: 100em) {
  .Logo {
    width: 8rem;
    height: 1.5rem;
  }
}
.GlobalNav {
  position: absolute;
  top: 0vw;
  z-index: 90;
  right: 0vw;
  background: #272320;
  width: 100vw;
  opacity: 0;
  transition: opacity 200ms ease-out;
  height: 100vh;
  box-shadow: 10px 0px 32px 0px rgba(0,0,0,0.37);
}
.GlobalNav.Open {
  opacity: 1;
}
@media (min-width: 62em) {
  .GlobalNav {
    background: none;
    box-shadow: none;
    padding-top: calc(4vw + 8px);
    padding-right: 4vw;
    display: block;
    opacity: 1;
    padding-bottom: 0;
    height: auto;
  }
}
.GlobalNavInside {
  flex-direction: row;
  height: 100vh;
  width: 100vw;
}
.GlobalNavInside ul {
  width: 100%;
}
.GlobalNavInside ul li {
  padding-right: 6.5vw;
}
.GlobalNavInside ul li a {
  color: #fcfbfa;
}
.GlobalNavToggle {
  text-align: right;
  cursor: pointer;
}
.GlobalNav li {
  margin-bottom: 3rem;
}
@media (min-width: 62em) {
  .GlobalNav li {
    margin-bottom: 1rem;
  }
}
.GlobalNav li,
.GlobalNav li a {
  border: 0px;
  text-align: right;
}
.SocialNav {
  margin-top: 2rem;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (min-width: 62em) {
  .SocialNav {
    position: relative;
  }
}
.SocialNav li {
  float: right;
}
.SocialNav li a {
  width: 30px;
  height: 30px;
  background-size: 97%;
  background-repeat: no-repeat;
  text-indent: -99999px;
  display: block;
  margin-left: 1rem;
}
@media (min-width: 62em) {
  .SocialNav li a {
    margin-left: 0.5rem;
  }
}
.SocialNav li a:hover {
  opacity: 0.5;
  border-bottom: none;
}
.SocialNav li a.Twitter {
  background-image: url("/assets/_img/socialicon_twitter.svg");
}
.SocialNav li a.Instagram {
  background-image: url("/assets/_img/socialicon_insta_light.svg");
}
@media (min-width: 62em) {
  .SocialNav li a.Instagram {
    background-image: url("/assets/_img/socialicon_insta.svg");
  }
}
.NavHamburger {
  position: absolute;
  height: 14px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  right: 0vw;
  top: 0vw;
  margin: 8vw 6.5vw;
  z-index: 100;
  width: 10em;
  cursor: pointer;
}
.NavHamburger.Open {
  background-position: bottom center;
}
@media (min-width: 62em) {
  .NavHamburger {
    display: none;
  }
}
.NavHamburger div {
  position: absolute;
  text-align: right;
  float: right;
  width: 100%;
  cursor: pointer;
}
.NavHamburger div span {
  float: right;
  margin-right: -0.25em;
}
.NavHamburger div span:after {
  content: "";
  display: block;
  height: 1px;
}
.NavHamburger div span.Open:after {
  background-color: #272320;
  width: 3.1em;
}
.NavHamburger div span.Close:after {
  background-color: #fcfbfa;
  width: 4em;
}
.NavHamburger div:nth-child(1) {
  display: none;
}
.NavHamburger div:nth-child(0) {
  display: none;
}
.NavHamburger.Open div span {
  border-color: #fcfbfa;
  color: #fcfbfa;
}
.NavHamburger.Open div:nth-child(1) {
  display: inline;
}
.NavHamburger.Open div:nth-child(2) {
  display: none;
}
.column.FirstThing {
  margin-top: 40vh;
}
.GlobalFooter {
  padding-top: 6vw;
  padding-bottom: -10vw;
}
@media (min-width: 62em) {
  .GlobalFooter {
    margin-top: 8vw;
    padding-bottom: 5vw;
  }
}
.GlobalFooter a {
  border: none;
}
@media (min-width: 62em) {
  .FooterLine {
    background: #272320;
    height: 1px;
    width: 6.5vw;
    position: relative;
    margin-left: 0vw;
    top: -5vw;
  }
}
.RelaisLogo img {
  background: transparent;
  max-width: 150px;
}
.PageContent {
  transition: all 300ms ease-out;
  opacity: 1;
}
.PageContent.is-exiting {
  opacity: 0;
}
.Divider {
  width: 100%;
  height: 1px;
  background: #000;
}
.Lifted {
  border: 1px solid #000;
  box-shadow: 5px 5px 0px 0px #000;
}
.LoadingShell {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fcfbfa;
  z-index: 99999;
  animation: fade_out 1000ms 2000ms ease-out forwards, des_troy 1ms 3000ms ease-out forwards;
}
.logo_building {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  top: 50%;
  transform: translateY(-10) scale(2);
  opacity: 0;
  animation: fade_in 800ms ease-out forwards;
  animation-delay: 0ms;
}
@media (min-width: 62em) {
  .logo_building {
    left: 50%;
    transform: scale(2);
  }
}
.logo_building svg {
  overflow: visible;
}
.logo_building g {
  stroke: #4b5320;
}
#Stroke-1,
#Stroke-2,
#Stroke-3,
#Stroke-4,
#Stroke-5 {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: dash 5000ms cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation-iteration-count: 10;
}
.HomeHeadline {
  transform: translateY(10px);
  opacity: 0;
  animation: fade_in 800ms ease-out forwards, move_up 800ms ease-out forwards;
  animation-delay: 3500ms;
}
@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes fade_in {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade_in {
  to {
    opacity: 1;
  }
}
@-o-keyframes fade_in {
  to {
    opacity: 1;
  }
}
@keyframes fade_in {
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade_out {
  to {
    opacity: 0;
    transform: scale(1.05);
  }
}
@-webkit-keyframes fade_out {
  to {
    opacity: 0;
    transform: scale(1.05);
  }
}
@-o-keyframes fade_out {
  to {
    opacity: 0;
    transform: scale(1.05);
  }
}
@keyframes fade_out {
  to {
    opacity: 0;
    transform: scale(1.05);
  }
}
@-moz-keyframes move_up {
  to {
    transform: translateY(0px);
  }
}
@-webkit-keyframes move_up {
  to {
    transform: translateY(0px);
  }
}
@-o-keyframes move_up {
  to {
    transform: translateY(0px);
  }
}
@keyframes move_up {
  to {
    transform: translateY(0px);
  }
}
@-moz-keyframes des_troy {
  to {
    display: none;
    margin-left: 100000000px;
    left: 1000000px;
  }
}
@-webkit-keyframes des_troy {
  to {
    display: none;
    margin-left: 100000000px;
    left: 1000000px;
  }
}
@-o-keyframes des_troy {
  to {
    display: none;
    margin-left: 100000000px;
    left: 1000000px;
  }
}
@keyframes des_troy {
  to {
    display: none;
    margin-left: 100000000px;
    left: 1000000px;
  }
}
.mb0 {
  margin-bottom: 4px;
}
.mb1 {
  margin-bottom: 8px;
}
.mb2 {
  margin-bottom: 16px;
}
.mb3 {
  margin-bottom: 24px;
}
.mb4 {
  margin-bottom: 32px;
}
.mb5 {
  margin-bottom: 40px;
}
.mb6 {
  margin-bottom: 48px;
}
.mb7 {
  margin-bottom: 56px;
}
.mb8 {
  margin-bottom: 64px;
}
.mb9 {
  margin-bottom: 72px;
}
.mb10 {
  margin-bottom: 80px;
}
.mb11 {
  margin-bottom: 88px;
}
.mb12 {
  margin-bottom: 96px;
}
.mb13 {
  margin-bottom: 104px;
}
.mb14 {
  margin-bottom: 112px;
}
.mb15 {
  margin-bottom: 120px;
}
@media (min-width: 62em) {
  .d-mb0 {
    margin-bottom: 4px;
  }
  .d-mb1 {
    margin-bottom: 8px;
  }
  .d-mb2 {
    margin-bottom: 16px;
  }
  .d-mb3 {
    margin-bottom: 24px;
  }
  .d-mb4 {
    margin-bottom: 32px;
  }
  .d-mb5 {
    margin-bottom: 40px;
  }
  .d-mb6 {
    margin-bottom: 48px;
  }
  .d-mb7 {
    margin-bottom: 56px;
  }
  .d-mb8 {
    margin-bottom: 64px;
  }
  .d-mb9 {
    margin-bottom: 72px;
  }
  .d-mb10 {
    margin-bottom: 80px;
  }
  .d-mb11 {
    margin-bottom: 88px;
  }
  .d-mb12 {
    margin-bottom: 96px;
  }
  .d-mb13 {
    margin-bottom: 104px;
  }
  .d-mb14 {
    margin-bottom: 112px;
  }
  .d-mb15 {
    margin-bottom: 120px;
  }
}
.mt0 {
  margin-top: 4px;
}
.mt1 {
  margin-top: 8px;
}
.mt2 {
  margin-top: 16px;
}
.mt3 {
  margin-top: 24px;
}
.mt4 {
  margin-top: 32px;
}
.mt5 {
  margin-top: 40px;
}
.mt6 {
  margin-top: 48px;
}
.mt7 {
  margin-top: 56px;
}
.mt8 {
  margin-top: 64px;
}
.mt9 {
  margin-top: 72px;
}
.mt10 {
  margin-top: 80px;
}
@media (min-width: 62em) {
  .d-mt0 {
    margin-top: 4px;
  }
  .d-mt1 {
    margin-top: 8px;
  }
  .d-mt2 {
    margin-top: 16px;
  }
  .d-mt3 {
    margin-top: 24px;
  }
  .d-mt4 {
    margin-top: 32px;
  }
  .d-mt5 {
    margin-top: 40px;
  }
  .d-mt6 {
    margin-top: 48px;
  }
  .d-mt7 {
    margin-top: 56px;
  }
  .d-mt8 {
    margin-top: 64px;
  }
  .d-mt9 {
    margin-top: 72px;
  }
  .d-mt10 {
    margin-top: 80px;
  }
}
.pb0 {
  padding-bottom: 4px;
}
.pb1 {
  padding-bottom: 8px;
}
.pb2 {
  padding-bottom: 16px;
}
.pb3 {
  padding-bottom: 24px;
}
.pb4 {
  padding-bottom: 32px;
}
.pb5 {
  padding-bottom: 40px;
}
.pb6 {
  padding-bottom: 48px;
}
.pb7 {
  padding-bottom: 56px;
}
.pb8 {
  padding-bottom: 64px;
}
.pb9 {
  padding-bottom: 72px;
}
.pb10 {
  padding-bottom: 80px;
}
.pt0 {
  padding-top: 4px;
}
.pt1 {
  padding-top: 8px;
}
.pt2 {
  padding-top: 16px;
}
.pt3 {
  padding-top: 24px;
}
.pt4 {
  padding-top: 32px;
}
.pt5 {
  padding-top: 40px;
}
.pt6 {
  padding-top: 48px;
}
.pt7 {
  padding-top: 56px;
}
.pt8 {
  padding-top: 64px;
}
.pt9 {
  padding-top: 72px;
}
.pt10 {
  padding-top: 80px;
}
.AlignCenter {
  align-items: center;
  display: flex;
}
.AlignTop {
  align-items: flex-start;
  display: flex;
}
.ShowDesktop {
  display: none;
}
@media (min-width: 62em) {
  .ShowDesktop {
    display: inline;
  }
}
.ShowMobile {
  display: inline;
}
@media (min-width: 62em) {
  .ShowMobile {
    display: none;
  }
}
@media (min-width: 62em) {
  .col-md-offset-2 {
    margin-left: 8.3333333%;
  }
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  margin-bottom: 9vw;
}
@media (min-width: 62em) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    margin-bottom: 0px;
  }
}
.nested.col-md-1,
.nested.col-md-2,
.nested.col-md-3,
.nested.col-md-4,
.nested.col-md-5,
.nested.col-md-6,
.nested.col-md-7,
.nested.col-md-8,
.nested.col-md-9,
.nested.col-md-10,
.nested.col-md-11,
.nested.mb5 {
  margin-bottom: 4vw;
}
@media (min-width: 62em) {
  .nested.col-md-1,
  .nested.col-md-2,
  .nested.col-md-3,
  .nested.col-md-4,
  .nested.col-md-5,
  .nested.col-md-6,
  .nested.col-md-7,
  .nested.col-md-8,
  .nested.col-md-9,
  .nested.col-md-10,
  .nested.col-md-11,
  .nested.mb5 {
    margin-bottom: 16px;
  }
}
.column,
.col-xs-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
  padding-right: 2.5vw;
  padding-left: 2.5vw;
}
.row {
  padding: 2vw 4vw;
  overflow: visible;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
.row.tall {
  padding: 6vw 4vw;
}
.row .row.nested {
  padding: 0 !important;
}
.row .row.nested .column {
  padding: 0;
  padding-right: 4vw;
}
.column .row {
  padding: 0 !important;
}
.Intro {
  min-height: 90vh;
  padding-left: 7vw;
  padding-right: 7vw;
  background: #fcfbfa;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: -12vw;
}
.Intro h1 {
  align-self: center;
}
@media (min-width: 62em) {
  .Intro {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    margin-bottom: -8vw;
  }
  .Intro.Tall {
    margin-bottom: 6vw;
  }
  .Intro h1 {
    margin-left: 2vw;
  }
}
video {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  width: 120vw;
  height: 120vh;
  z-index: -100;
  background: url("//demosthenes.info/assets/images/polina.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.ReservePrompt {
  position: absolute;
  left: 4vw;
  bottom: 4vw;
  transform: rotate(-90deg);
  transform-origin: top left;
  display: none;
}
@media (min-width: 62em) {
  .ReservePrompt {
    display: block;
  }
}
.HomePhoto1 {
  position: relative;
  width: 100vw;
  margin-left: -6.5vw;
  max-width: 1000vw;
}
@media (min-width: 62em) {
  .HomePhoto1 {
    position: relative;
    width: 65vw;
    margin-left: 0;
  }
}
.HomePhoto2 {
  position: relative;
  width: 100vw;
  max-width: 1000vw;
  margin-left: -6.5vw;
}
@media (min-width: 62em) {
  .HomePhoto2 {
    position: relative;
    width: 70vw;
  }
}
.HomePhoto4,
.HomePhoto5,
.HomePhoto6 {
  max-width: 10000vw;
  width: 100vw;
  margin-left: -6.5vw;
}
@media (min-width: 62em) {
  .HomePhoto4 {
    position: relative;
    width: 60vw;
    margin-left: 0;
  }
}
@media (min-width: 62em) {
  .HomePhoto5 {
    position: relative;
    margin-top: -5%;
    z-index: 70;
    margin-left: 0;
    width: 100%;
  }
}
.HomePhoto6 {
  margin-top: -12%;
}
@media (min-width: 62em) {
  .HomePhoto6 {
    position: relative;
    margin-top: -5%;
    z-index: 60;
    width: 60vw;
    margin-left: 0;
  }
}
@media (min-width: 62em) {
  .AccoladesCard {
    top: -9vw;
  }
}
.JBLogo {
  max-width: 150px;
}
@media (min-width: 62em) {
  .PortraitCard {
    background: #fcfbfa;
    padding: 5vw 5vw 3vw 5vw;
    margin-top: 27vw;
    margin-left: -10%;
    position: relative;
    z-index: 99999;
    border: 1px solid #000;
    box-shadow: 5px 5px 0px 0px #000;
  }
  .PortraitCard.AccoladesCard {
    margin-top: 15vw;
  }
}
.Portrait {
  max-width: 10000000px;
  margin-left: -6.5vw;
  width: 100vw;
}
@media (min-width: 62em) {
  .Portrait {
    margin-left: 0px;
    width: 100%;
  }
}
@media (min-width: 62em) {
  .Portrait.Mark {
    width: 120%;
  }
  .Portrait.Brian {
    width: 120%;
    margin-left: -20%;
  }
}
.KitchenWideShot {
  background-image: url("https://ashleyzharper.files.wordpress.com/2014/10/screen-shot-2014-10-04-at-9-54-42-am.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 110vh;
  background-position: center center;
  margin-top: -2vw;
}
.LinkToStory {
  border-color: #ccc;
  border-weight: 1px;
  border-top: 1px;
  border-bottom: 1px;
  padding: 10vw 0;
  text-align: center;
}
.PrivateEventsPhoto3 {
  position: relative;
  max-width: 100000vw;
  margin-left: -6.5vw;
  width: 100vw;
}
@media (min-width: 62em) {
  .PrivateEventsPhoto3 {
    width: 130vw;
    margin-left: -85vw;
    margin-top: -3vw;
  }
}
.PrivateEventsGallery {
  width: 100vw;
  height: 133vw;
  background: #000;
  margin-left: -6.5vw;
  cursor: pointer;
}
@media (min-width: 62em) {
  .PrivateEventsGallery {
    width: 60vw;
    height: 86vw;
  }
  .PrivateEventsGallery.LeftFacing {
    margin-left: -6.5vw;
  }
  .PrivateEventsGallery.RightFacing {
    margin-left: 3.5vw;
  }
}
.PrivateEventsGalleryItem {
  width: 100vw;
  height: 133vw;
  background-position: center center;
  background-size: cover;
  transition: all 200ms ease-out;
}
@media (min-width: 62em) {
  .PrivateEventsGalleryItem {
    width: 60vw;
    height: 86vw;
  }
}
.PrivateEventsGalleryItem,
.PrivateEventsGalleryItem:focus,
.PrivateEventsGalleryItem:active {
  outline: none;
}
.PrivateEventsPhoto4 {
  position: relative;
  width: 100vw;
  max-width: 100000vw;
  margin-left: -6.5vw;
}
@media (min-width: 62em) {
  .PrivateEventsPhoto4 {
    width: 90vw;
    margin-right: -53vw;
    margin-left: 0;
  }
}
.PrivateEventsPhoto5 {
  position: relative;
  width: 100vw;
  max-width: 100000vw;
  margin-left: -6.5vw;
}
@media (min-width: 62em) {
  .PrivateEventsPhoto5 {
    width: 90vw;
    margin-left: -45vw;
  }
}
.PrivateEventsPhoto6 {
  position: relative;
  width: 100vw;
  max-width: 100000vw;
  margin-left: -6.5vw;
}
@media (min-width: 62em) {
  .PrivateEventsPhoto6 {
    width: 110vw;
    margin-right: -53vw;
    margin-left: 0;
  }
}
@media (min-width: 62em) {
  .PrivateEventsPenthousePhoto {
    margin-top: 6vw;
  }
}
.PrivateEventsOutro {
  margin: 15vw 5vw;
}
.StoryContainer {
  margin-top: 50vw;
}
@media (min-width: 62em) {
  .StoryContainer {
    margin-top: 40vh;
  }
}
.EightyFour {
  width: 100%;
  height: 0px;
  padding-bottom: 150%;
  background-image: url("/uploads/84.jpg");
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: top center;
}
@media (min-width: 62em) {
  .EightyFour {
    background-size: cover;
    padding-bottom: 70%;
  }
}
.MenuIntro {
  padding: 58vw 0 65vw 0;
  position: relative;
  z-index: 11;
}
@media (min-width: 62em) {
  .MenuIntro {
    padding: 10vw 0 10vw 0;
  }
}
@media (min-width: 100em) {
  .MenuIntro {
    padding: 18vw 0 15vw 0;
  }
}
.MenuIntro .Divider {
  height: 1px;
  background: #000;
  width: 100%;
}
.MenuHeadline {
  margin-left: -5%;
}
.DinnerPlates {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 62em) {
  .DinnerPlates {
    display: block;
  }
}
.DinnerPlates.Flipped {
  transform: rotate(180deg);
}
.DinnerPlates img {
  transform: scale(1.7);
  background: transparent;
}
.DinnerPlate1 {
  width: 50%;
  left: 45%;
  margin-top: -5%;
}
@media (min-width: 62em) {
  .DinnerPlate1 {
    display: none;
    width: 135%;
  }
}
.DinnerPlate2 {
  width: 65%;
  margin-top: 0%;
  margin-left: -10%;
}
@media (min-width: 62em) {
  .DinnerPlate2 {
    display: none;
    width: 135%;
  }
}
.DinnerPlate3 {
  width: 140%;
  margin-top: -23%;
  margin-left: 1%;
  margin-bottom: 20%;
}
@media (min-width: 62em) {
  .DinnerPlate3 {
    width: 135%;
    margin-top: -20%;
    margin-left: -3%;
    margin-bottom: 0;
  }
}
@media (min-width: 62em) {
  .DinnerPlate4 {
    width: 135%;
    margin-top: -30%;
    margin-left: -40%;
  }
}
@media (min-width: 62em) {
  .DinnerPlate5 {
    width: 135%;
    margin-top: -15%;
  }
}
@media (min-width: 62em) {
  .DinnerPlate6 {
    margin-left: -3%;
    margin-top: -10%;
    width: 90%;
  }
}
.DinnerPlate7 {
  width: 110%;
  position: relative;
  top: -14vw;
  left: 5vw;
  z-index: 9;
}
@media (min-width: 62em) {
  .DinnerPlate7 {
    width: 96%;
    position: relative;
    top: -19vw;
    left: -4vw;
  }
}
.DinnerPlate8 {
  width: 78%;
  margin-left: -13%;
  margin-top: -10vw;
  z-index: 9;
}
@media (min-width: 62em) {
  .DinnerPlate8 {
    width: 140%;
    margin-left: -1%;
    margin-top: -47vw;
  }
}
.TastingMenuDivider {
  width: 100%;
  height: 1px;
  background: #000;
  margin: 5vw 0;
}
.MenuColumn {
  margin-bottom: 15vw;
  z-index: 9;
  position: relative;
}
.MenuColumn .column {
  z-index: 19;
  position: relative;
}
@media (min-width: 62em) {
  .WineHeadline {
    margin-top: 18vh;
    margin-bottom: 5vw;
    margin-left: 25%;
  }
}
.WinePhoto1 {
  position: relative;
  width: 100vw;
  max-width: 1000vw;
  margin-left: -6.5vw;
}
@media (min-width: 62em) {
  .WinePhoto1 {
    width: 70vw;
    margin-left: -6.5vw;
  }
}
.WinePhoto2 {
  position: relative;
  width: 100vw;
  max-width: 1000vw;
  margin-left: -6.5vw;
  margin-top: -10vw;
}
@media (min-width: 62em) {
  .WinePhoto2 {
    width: 35vw;
    margin-top: -5vw;
  }
}
.WinePhoto3 {
  position: relative;
  width: 100vw;
  max-width: 1000vw;
  margin-left: -6.5vw;
}
@media (min-width: 62em) {
  .WinePhoto3 {
    width: 60vw;
    margin-left: -7vw;
  }
}
@media (min-width: 62em) {
  .StaffSection {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
}
.LoungePhoto1 {
  margin-left: -6.5vw;
  width: 100vw;
  max-width: 1000vw;
}
@media (min-width: 62em) {
  .LoungePhoto1 {
    width: 50vw;
    max-width: 1000vw;
    margin-top: -3vw;
    margin-left: -6.5vw;
    z-index: 3;
  }
}
.LoungePhoto2 {
  margin-left: -6.5vw;
  width: 100vw;
  margin-top: -10vw;
  max-width: 1000vw;
}
@media (min-width: 62em) {
  .LoungePhoto2 {
    width: 65vw;
    margin-top: 5vw;
    margin-left: -6.5vw;
    max-width: 1000vw;
  }
}
.CareersPhoto1 {
  position: relative;
  left: -40%;
  max-width: 10000px;
  width: 170%;
  height: auto;
}
@media (min-width: 62em) {
  .CareersPhoto1 {
    top: -50px;
    transform: rotate(-10deg);
  }
}
.CareersPhoto2 {
  position: relative;
  transform: rotate(10deg);
  left: -5%;
  top: -10vw;
  max-width: 10000px;
  width: 120%;
  height: auto;
  z-index: 10;
}
@media (min-width: 62em) {
  .CareersPhoto2 {
    top: 50px;
  }
}
.CareersPhoto3 {
  position: relative;
  transform: rotate(-10deg);
  right: 10%;
  top: -60px;
  max-width: 10000px;
  width: 160%;
  height: auto;
  z-index: 0;
}
@media (min-width: 62em) {
  .CareersPhoto3 {
    right: 0%;
    top: -40px;
  }
}
.CareersPhoto4 {
  position: relative;
  left: -40%;
  max-width: 10000px;
  width: 170%;
  height: auto;
}
@media (min-width: 62em) {
  .CareersPhoto4 {
    top: -50px;
    transform: rotate(-10deg);
  }
}
.CareersPhoto5 {
  position: relative;
  transform: rotate(10deg);
  left: -5%;
  top: -10vw;
  max-width: 10000px;
  width: 120%;
  height: auto;
  z-index: 10;
}
@media (min-width: 62em) {
  .CareersPhoto5 {
    top: 50px;
  }
}
.CareersPhoto6 {
  position: relative;
  transform: rotate(-10deg);
  right: 10%;
  top: -60px;
  max-width: 10000px;
  width: 160%;
  height: auto;
  z-index: 0;
}
@media (min-width: 62em) {
  .CareersPhoto6 {
    right: 0%;
    top: -40px;
  }
}
.BigPlaceholderSection {
  width: 100vw;
  height: 100vh;
  display: flex;
  background: #ccc;
  text-align: center;
  align-items: center;
  margin-bottom: 1px;
}
.BigPlaceholderSection p {
  text-align: center;
  width: 100%;
}
.BigPlaceholderSection.Small {
  height: 50vh;
}
.EventsIntro {
  margin-top: 18vw;
  position: relative;
  z-index: 11;
}
@media (min-width: 48em) {
  .EventsIntro {
    margin-top: 9.5vw;
    max-width: 75vw;
    border-top: 1px solid #000;
  }
}
@media (min-width: 48em) {
  .EventsIntro .row {
    padding: 0;
  }
}
@media (min-width: 48em) {
  .EventsTitle {
    margin-top: 5vw;
  }
}
.EventsThumb {
  margin-left: -6.5vw;
  max-width: 100vw;
  width: 100vw;
}
@media (min-width: 48em) {
  .EventsThumb {
    max-width: 120%;
    width: 120%;
  }
}
.EventsButton a {
  border: 1px solid #000;
  box-shadow: 5px 5px 0px 0px #000;
  padding: 15px;
  text-align: center;
  transition: all 200ms ease-out;
}
.EventsButton a:hover {
  background: #000;
  color: #fff;
  box-shadow: 0px 0px 0px 0px #000;
}
.EventsButton a::before {
  display: none;
}
.EventSoldOutLabel {
  padding: 15px;
  background: #000;
  color: #fff;
}
.EventsIntro h2,
.EventsIntro h3,
.EventsIntro h4 {
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "ApercuMono", Andale Mono, monospaced;
  opacity: 1;
  margin: 2em 0;
}
@media (min-width: 62em) {
  .EventsIntro h2,
  .EventsIntro h3,
  .EventsIntro h4 {
    font-size: 0.75rem;
  }
}
body.Invert a {
  color: #d6d3d0;
}
body.Invert .Intro {
  background-color: transparent;
}
body.Invert .Logo {
  background-image: url("_img/canlislogo_light.svg");
}
body.Invert .GlobalFooter,
body.Invert .GlobalFooter a {
  color: #272320;
  background-color: #fcfbfa;
}
body.Invert .BigPlaceholderSection {
  color: #272320;
}
body.Invert .PortraitCard {
  background-color: #0c0b0a;
}
.formHeadline {
  margin-bottom: 0;
  position: absolute;
  left: 55vw;
  top: 45vh;
}
.formColumn {
  margin-top: 40vh;
}
hr {
  display: none;
}
input:focus {
  border-color: #000;
  outline: none;
}
input.InputGiftAmount {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  padding: 0px 0 20px 25px;
  font-size: 45px;
  font-family: "GTSectraDisplayTrialLight", Times, Georgia, serif;
}
@media (min-width: 1024px) {
  input.InputGiftAmount {
    padding-left: 45px;
    font-size: 72px;
  }
}
.GiftAmount {
  position: relative;
}
.GiftAmount:before {
  content: "$";
  position: absolute;
  top: 0.2em;
  left: -3px;
  font-size: 45px;
  line-height: 125%;
  font-family: "GTSectraDisplayTrialLight", Times, Georgia, serif;
}
@media (min-width: 62em) {
  .GiftAmount:before {
    font-size: 72px;
  }
}
input.InputText {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 15px 0 5px 0;
  font-family: "GTSectraTrialBook", Times, Georgia, serif;
  background: transparent;
  transition: all 200ms ease-out;
  outline: none;
  height: 45px;
  z-index: 10;
  position: relative;
}
.FormItem {
  display: inline-block;
  position: relative;
  margin: 0;
/*height: 45px;*/
  margin-bottom: 15px;
  width: 100%;
}
.FormItem label.Caption {
  position: absolute;
  top: 25px;
  left: 0px;
  color: #000;
  transition: 0.1s all linear;
  cursor: text;
  text-transform: uppercase;
  z-index: 10;
}
label.error {
  position: relative;
  color: #ed5654;
  top: 10px;
  line-height: 120%;
  margin-bottom: 15px;
  display: block;
}
.FormItem.active input {
  padding-left: 0px;
}
.FormItem.active label.Caption {
  top: 0px;
  font-size: 11px;
  opacity: 0.5;
}
.FormItem.Expiration {
  width: calc(50% - 10px);
}
.FormItem.Expiration.Month {
  margin-right: 15px;
}
.ShippingPreference {
  display: block;
  overflow: auto;
  margin-top: -10px;
}
.ShippingPreference ul {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ShippingPreference ul li {
  color: #000;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 70px;
/*  border-bottom: 1px solid #ccc;
*/
  margin-bottom: 0;
}
.ShippingPreference ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.ShippingPreference ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  padding: 30px 10px 10px 40px;
  height: 70px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
}
.ShippingPreference ul li:hover label {
  color: #000;
}
.ShippingPreference ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 25px;
  left: 0px;
  z-index: 5;
  transition: border 200ms linear;
  -webkit-transition: border 300ms linear;
}
.ShippingPreference ul li:hover .check {
  border: 10px solid #000;
}
input[type=radio]:checked ~ .check {
  border: 10px solid #000;
}
input[type=radio]:checked ~ .check::before {
  background: #000;
}
input[type=radio]:checked ~ label {
  color: #000;
}
input[type=submit] {
  float: none;
/*width: 100%;*/
  background: #000;
  padding: 20px;
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 0;
}
.FormItem .StateLabel {
  top: 10;
  position: absolute;
  opacity: 0;
  font-size: 11px;
  transition: all 200ms ease-out;
}
.FormItem .StateLabel.Active {
  opacity: 0.5;
  top: 0;
}
.StateSelector {
  height: 45px;
  display: block;
}
.StateSelector select {
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
  top: 20px;
  outline: none;
}
.StateSelector select.Default {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-family: "ApercuMono", Andale Mono, monospaced;
}
.StateSelector select.Active {
  opacity: 1;
  height: auto;
}
.StateSelector label.error {
  top: 30px;
}
.FormErrorsCont {
  height: 0px;
  transition: all 200ms ease-out;
}
.FormErrorsCont.Active {
  height: 90px;
}
.FormErrors {
  opacity: 0;
  background: #fff;
  border: 1px solid #ed5654;
  padding: 16px;
  color: #ed5654;
  border-radius: 4px;
  box-shadow: 0px 0px 18px 0px #fff;
  transition: all 200ms ease-out;
  transition-delay: 100ms;
  transform: translateY(10px);
}
.FormErrors.Active {
  transform: translateY(0px);
  opacity: 1;
}
