@charset "UTF-8";

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Addresses 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
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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.
 * 4. Improves appearance and consistency in all browsers.
 */

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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

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

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

html {
  min-height: 100%;
  width: 100%;
  font-size: 100%;
}

body {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-weight: 400;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #F2F2F2;
  color: #000;
}

body.is-fixed {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 125%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}

@media screen and (max-width: 568px) {
  html {
    font-size: 75%;
  }
}

a {
  color: #189E5E;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #fff;
}

figure {
  margin: 27px 0;
}

figure:first-child {
  margin-top: 0;
}

figure:last-child {
  margin-bottom: 0;
}

figure img {
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 2.25rem 0;
  clear: both;
}

hr.small {
  margin: 1.5rem 0;
}

::-moz-selection {
  background-color: #189E5E;
  color: #fff;
}

::selection {
  background-color: #189E5E;
  color: #fff;
}

article + article {
  margin-top: 1.5rem;
}

label {
  display: block;
  margin-bottom: 0.375rem;
}

p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0;
}

h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 2.25rem 0 1rem;
}

h2,
.h2 {
  font-size: 1.6875rem;
  letter-spacing: -.5px;
  line-height: 1.1;
  margin: 2.25rem 0 1rem;
}

h2 + .subtitle,
.h2 + .subtitle {
  margin-top: -1rem;
}

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 1.6875rem 0 1rem;
}

h4,
.h4 {
  font-size: 1.1875rem;
  line-height: 1.3;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 1.5rem 0 0.375rem;
  color: #189E5E;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  margin: 1.5rem 0 0.25rem;
  color: #189E5E;
}

h6,
.h6 {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin: 1.5rem 0 0.5rem;
  opacity: .5;
}

h6 + h1,
h6 + .h1,
h6 + h2,
h6 + .h2,
.h6 + h1,
.h6 + .h1,
.h6 + h2,
.h6 + .h2 {
  margin-top: 0;
  word-break: break-all;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

ul,
ol {
  font-size: 1rem;
  line-height: 1.4;
  padding-left: 1.5em;
  margin: 1.5rem 0 1.6875rem;
}

li {
  margin-bottom: 0.375rem;
}

blockquote {
  padding: 15px 0 15px 36px;
  margin: 27px 0;
  border-left: solid 66px #C1BFC0;
  color: #1F1F1F;
  position: relative;
}

blockquote *:last-child {
  margin: 0;
}

table {
  width: 100%;
  margin-bottom: 2.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

thead {
  color: #888888;
}

th {
  text-align: left;
  font-weight: 500;
}

th,
td {
  padding: 0.75rem 0 0.75rem 1rem;
  border-bottom: solid 1px #D9D9D9;
}

th:last-child,
td:last-child {
  padding-right: 0.75rem;
}

dl {
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0.375rem 0;
}

dl:before,
dl:after {
  content: ' ';
  display: table;
}

dl:after {
  clear: both;
}

dl dt,
dl dd {
  float: left;
  margin: 0 0 0.25rem;
}

dl dt {
  width: 60%;
  font-weight: 900;
  clear: left;
}

dl dd {
  width: 40%;
  padding-left: 36px;
}

.text--large {
  font-size: 1.1875rem;
}

.text--small {
  font-size: 0.875rem;
}

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

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

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

.text--muted {
  color: #888888;
}

.text--dark {
  color: #1F1F1F;
}

.text--white {
  color: #fff;
}

.text--dont-wrap {
  white-space: nowrap;
}

.text--bold {
  font-weight: 500;
}

.text--warning {
  color: #EA3434;
}

.text--success {
  color: #189E5E;
}

.list--unstyled {
  padding-left: 0;
  list-style: none;
}

.list--horizontal {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.list--horizontal > li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.list--horizontal > li > *:last-child {
  margin-bottom: 0;
}

.list--horizontal > li > *:first-child {
  margin-top: 0;
}

.list--horizontal.list--menu > li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.list__separate-right {
  margin-right: 36px;
}

@media screen and (max-width: 768px) {
  .list__separate-right {
    margin-right: 18px;
  }
}

.grid {
  margin-left: -18px;
  margin-right: -18px;
}

.grid:before,
.grid:after {
  content: ' ';
  display: table;
}

.grid:after {
  clear: both;
}

.grid + .grid {
  margin-top: 5.25rem;
}

.grid--multi-row .col--third:nth-child(3n+4) {
  clear: left;
}

.grid--multi-row .col--half:nth-child(2n+3) {
  clear: left;
}

.grid--space-bottom {
  margin-bottom: 2.25rem;
}

.grid--align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid--no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.grid--no-gutter > [class^='col--'] {
  padding: 0;
}

.grid__separator {
  width: 33.333%;
  height: 1px;
  margin: 0 auto 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.col--half,
.col--third,
.col--forth,
.col--fifth,
.col--sixth,
.col--two-thirds,
.col--three-forths,
.col--two-fifths,
.col--three-fifths,
.col--five-sixths,
.col--five-twelvths,
.col--seven-twelvths {
  float: left;
  padding: 0 18px;
  min-height: 1px;
}

.col--half {
  width: 50%;
}

.col--third {
  width: 33.333%;
}

.col--forth {
  width: 25%;
}

.col--fifth {
  width: 20%;
}

.col--sixth {
  width: 16.667%;
}

.col--two-thirds {
  width: 66.667%;
}

.col--three-forths {
  width: 75%;
}

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

.col--five-twelvths {
  width: 41.667%;
}

.col--seven-twelvths {
  width: 58.333%;
}

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

.col--five-sixths {
  width: 83.333%;
}

.col--order-second {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.col--right {
  float: right;
}

.push--half {
  margin-left: 50%;
}

.push--third {
  margin-left: 33.333%;
}

.push--forth {
  margin-left: 25%;
}

.push--fifth {
  margin-left: 20%;
}

.push--sixth {
  margin-left: 16.667%;
}

.push--two-thirds {
  margin-left: 66.667%;
}

.push--three-forths {
  margin-left: 75%;
}

.push--two-fifths {
  margin-left: 40%;
}

.push--three-fifths {
  margin-left: 60%;
}

.push--five-sixths {
  margin-left: 83.333%;
}

.push--twelvth {
  margin-left: 8.333%;
}

.push--eighth {
  margin-left: 12.5%;
}

.pull--half {
  margin-right: 50%;
}

.pull--third {
  margin-right: 33.333%;
}

.pull--forth {
  margin-right: 25%;
}

.pull--fifth {
  margin-right: 20%;
}

.pull--sixth {
  margin-right: 16.667%;
}

.pull--two-thirds {
  margin-right: 66.667%;
}

.pull--three-forths {
  margin-right: 75%;
}

.pull--two-fifths {
  margin-right: 40%;
}

.pull--three-fifths {
  margin-right: 60%;
}

.pull--five-sixths {
  margin-right: 83.333%;
}

.col--fixed {
  max-width: 12.5rem;
}

@media screen and (max-width: 1024px) {
  .col--lg-two-thirds {
    width: 66.667%;
  }

  .col--lg-half {
    width: 50%;
  }

  .col--lg-break {
    float: none;
    width: 100%;
  }

  .push--lg-none {
    margin-left: 0;
  }

  .grid--lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .grid--multi-row .col--third.col--md-half:nth-child(3n+4) {
    clear: none;
  }

  .grid--multi-row .col--third.col--md-half:nth-child(2n+3) {
    clear: left;
  }

  .col--md-half {
    width: 50%;
  }

  .col--md-two-thirds {
    width: 66.667%;
  }

  .col--md-push-none {
    margin-left: 0;
  }

  .col--md-break {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .push--md-none {
    margin-left: 0;
  }

  .col--md-margin {
    margin-bottom: 1.5rem;
  }

  .grid--md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 568px) {
  .col--sm-break {
    width: 100%;
    float: none;
  }

  .grid--sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .col--order-second {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .col--sm-margin {
    margin-bottom: 1.5rem;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 80.375rem;
  min-width: 320px;
  padding: 0 60px;
}

.container:before,
.container:after {
  content: ' ';
  display: table;
}

.container:after {
  clear: both;
}

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 568px) {
  .container {
    padding: 0 22px;
  }
}

.button-favorite {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  background-color: transparent;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.625rem;
  height: 1.625rem;
  margin-right: 10px;
  border: 2px solid #189E5E;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease, -webkit-transform .1s ease;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, -webkit-transform .1s ease;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .1s ease;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .1s ease, -webkit-transform .1s ease;
}

.button-favorite.is-active {
  outline: none;
  background-color: #189E5E;
}

.button {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  background-color: #C1BFC0;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.375rem 1rem;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease, -webkit-transform .1s ease;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, -webkit-transform .1s ease;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .1s ease;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .1s ease, -webkit-transform .1s ease;
}

.button:hover:enabled,
.button:focus:enabled,
.button.is-active {
  outline: none;
  background-color: #117244;
  color: #fff;
}

.button--right {
  float: right;
}

.button--primary {
  background-color: #189E5E;
  color: #fff;
}

.button--primary:disabled {
  background-color: #C1BFC0;
  cursor: not-allowed;
}

.button--primary:hover:enabled,
.button--primary:focus:enabled,
.button--primary.is-active {
  background-color: #117244;
  color: #fff;
}

.button--large {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  padding: 1rem 1.1875rem;
}

.button--inverse {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.3125rem 0.9375rem;
}

.button--inverse:focus:enabled,
.button--inverse:hover:enabled,
.button--inverse.is-active {
  border-color: transparent;
}

.button--outline {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0.3125rem 0.9375rem;
  color: #000;
}

.button--outline:focus:enabled,
.button--outline:hover:enabled,
.button--outline.is-active {
  border-color: transparent;
  color: #fff;
}

.button--full {
  width: 100%;
  display: block;
  text-align: center;
}

.button--warning {
  background-color: transparent;
  border: 1px solid #EA3434;
  padding: 0.3125rem 0.9375rem;
  color: #EA3434;
}

.button--warning:disabled {
  border: 1px solid #C1BFC0;
  color: #C1BFC0;
  cursor: not-allowed;
}

.button--warning:focus:enabled,
.button--warning:hover:enabled,
.button--warning.is-active {
  border-color: transparent;
  background-color: #EA3434;
  color: #fff;
}

.button--warning:focus:enabled .file-table__approve--warning,
.button--warning:hover:enabled .file-table__approve--warning,
.button--warning.is-active .file-table__approve--warning {
  fill: #fff;
}

.button--warning:focus:enabled .file-table__approve--success,
.button--warning:hover:enabled .file-table__approve--success,
.button--warning.is-active .file-table__approve--success {
  fill: #fff;
}

.button--warning.button--large {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  padding: 1rem 1.1875rem;
}

.button--success {
  background-color: transparent;
  border: 1px solid #189E5E;
  padding: 0.3125rem 0.9375rem;
  color: #189E5E;
}

.button--success:disabled {
  border: 1px solid #C1BFC0;
  color: #C1BFC0;
  cursor: not-allowed;
}

.button--success:focus:enabled,
.button--success:hover:enabled,
.button--success.is-active {
  border-color: transparent;
  background-color: #189E5E;
  color: #fff;
}

.button--success:focus:enabled .file-table__approve--warning,
.button--success:hover:enabled .file-table__approve--warning,
.button--success.is-active .file-table__approve--warning {
  fill: #fff;
}

.button--success:focus:enabled .file-table__approve--success,
.button--success:hover:enabled .file-table__approve--success,
.button--success.is-active .file-table__approve--success {
  fill: #fff;
}

.button--success.button--large {
  font-size: 1.1875rem;
  line-height: 1.5rem;
  padding: 1rem 1.1875rem;
}

.button-group {
  margin: 0.875rem 0 1.1875rem;
}

.button-group:first-child {
  margin-top: 0;
}

.button-group:last-child {
  margin-bottom: 0;
}

.button-group .button {
  margin: 0.25rem;
}

.button-group .button:first-child {
  margin-left: 0;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group--column {
  margin-bottom: 1.125rem;
}

.button-group--column .button {
  margin: 0 0 0.375rem;
}

.button-group--column .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.button-group--column .flex .button {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0 0.1875rem 0.375rem;
}

.button-group--column .flex .button.s2 {
  -ms-flex-negative: 2;
      flex-shrink: 2;
}

.button-group--column .flex .button:first-child {
  margin-left: 0;
}

.button-group--column .flex .button:last-child {
  margin-right: 0;
}

#copytextarea {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  top: 0;
}

.input {
  border: solid 1px #000;
  background-color: #fff;
  font-size: 1.1875rem;
  line-height: 1.5rem;
  padding: 0.5625rem 0.9375rem;
  display: inline-block;
  vertical-align: middle;
}

.input:focus {
  outline: solid 2px #189E5E;
}

.input--large {
  padding: 0.9375rem 1.125rem;
}

.input--block {
  width: 100%;
  display: block;
}

.input--search {
  padding: 0.3125rem 1.875rem 0.3125rem 0.9375rem;
  background-color: transparent;
  background-image: url(/fonts/icon-search.svg?2720195645ed9a5a9a9c7835bebc6f90);
  background-position: center right 0.625rem;
  background-repeat: no-repeat;
  background-size: auto 60%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.input--search.dark {
  background-image: url(/fonts/icon-search-dark.svg?e5911db1acb22cefda29f1d4373b5809);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.input--code {
  font-family: "Menlo", "Courier", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
  min-height: 5.325rem;
}

select.input {
  -webkit-appearance: none;
  border-radius: 0;
  background-image: url(/fonts/select-arrows.svg?954665d6fbd6ec5153e05678aec8b22d);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.25rem;
}

.checkbox {
  display: inline-block;
  vertical-align: -3px;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.checkbox.checked .checkbox__faux {
  background-color: #189E5E;
  border-color: transparent;
}

.checkbox.checked .checkbox__faux:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.checkbox__faux {
  width: 1rem;
  height: 1rem;
  display: block;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color .2s ease, background-color .2s ease;
  transition: border-color .2s ease, background-color .2s ease;
}

.checkbox__faux:after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(/fonts/checkmark.svg?106d414b896771301e9ea0001075d4c2);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.input-group {
  margin-bottom: 1.1875rem;
}

.input-group:last-child {
  margin-bottom: 0;
}

.input-group--inline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group--inline .input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 0.5rem;
}

.input-group--inline .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}

.context {
  min-height: 100vh;
  background-color: #fff;
  padding: 5.75rem 3.75rem 2.25rem;
  position: relative;
  -webkit-transition: margin .3s ease;
  transition: margin .3s ease;
}

.context--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.context__inner {
  width: 100%;
  max-width: 37.5rem;
  margin: auto;
  display: none;
}

.context__inner--full {
  max-width: 100%;
  margin-top: 0;
}

.context__inner.is-active {
  display: block;
}

.context-header {
  margin: 0 -3.75rem;
  padding: 0 3.75rem 2.25rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.context-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.context-header__title > .button-group {
  margin: 0;
}

.batch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.25rem 0 1rem;
}

.batch-wrap h2 {
  margin: 0;
  padding: 0;
}

.batch-wrap .button-group {
  padding: 0;
  margin: 0;
}

.batch-wrap span {
  color: #1F1F1F;
}

.approve-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2.25rem auto 1rem;
  max-width: 56.25rem;
}

.approve-wrap.client {
  max-width: 18.75rem;
}

.approve-wrap .button-group {
  padding: 0;
  margin: 0;
}

.approve-wrap span {
  font-weight: 700;
  vertical-align: middle;
  margin: 0 0.5rem;
}

#loading {
  position: absolute;
  width: 100%;
  z-index: 999;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

#loading.initial {
  background-color: white;
}

#loading .loader-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loading .loader,
#loading .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

#loading .loader {
  margin: 60px auto;
  font-size: 20px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(24, 158, 94, 0.2);
  border-right: 1.1em solid rgba(24, 158, 94, 0.2);
  border-bottom: 1.1em solid rgba(24, 158, 94, 0.2);
  border-left: 1.1em solid #189e5e;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.nav {
  float: left;
  height: 100vh;
  min-width: 17.5rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: min-width .3s ease;
  transition: min-width .3s ease;
}

.nav + .context {
  margin-left: 17.5rem;
}

.nav.is-client {
  min-width: 35rem;
}

.nav.is-client + .context {
  margin-left: 35rem;
}

.nav.is-client .nav__project {
  -webkit-transform: translate3d(17.5rem, 0, 0);
          transform: translate3d(17.5rem, 0, 0);
  z-index: 50;
  -webkit-transition: z-index 0s 0.3s ease, -webkit-transform .3s ease;
  transition: z-index 0s 0.3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, z-index 0s 0.3s ease;
  transition: transform .3s ease, z-index 0s 0.3s ease, -webkit-transform .3s ease;
}

.nav.is-client .nav__project .nav__overlay {
  visibility: hidden;
  opacity: 0;
}

.nav.is-project {
  min-width: 40.625rem;
}

.nav.is-project + .context {
  margin-left: 40.625rem;
}

.nav.is-project .nav__client .nav__overlay {
  visibility: visible;
  opacity: 1;
}

.nav.is-project .nav__project {
  z-index: 50;
  -webkit-transform: translate3d(5.625rem, 0, 0);
          transform: translate3d(5.625rem, 0, 0);
}

.nav.is-project .nav__version {
  -webkit-transform: translate3d(23.125rem, 0, 0);
          transform: translate3d(23.125rem, 0, 0);
  -webkit-transition: z-index 0s 0.3s ease, -webkit-transform .3s ease;
  transition: z-index 0s 0.3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, z-index 0s 0.3s ease;
  transition: transform .3s ease, z-index 0s 0.3s ease, -webkit-transform .3s ease;
}

.nav.is-version {
  min-width: 28.75rem;
}

.nav.is-version + .context {
  margin-left: 28.75rem;
}

.nav.is-version .nav__client .nav__overlay,
.nav.is-version .nav__project .nav__overlay {
  visibility: visible;
  opacity: 1;
}

.nav.is-version .nav__project {
  z-index: 50;
  -webkit-transform: translate3d(5.625rem, 0, 0);
          transform: translate3d(5.625rem, 0, 0);
}

.nav.is-version .nav__version {
  -webkit-transform: translate3d(11.25rem, 0, 0);
          transform: translate3d(11.25rem, 0, 0);
  z-index: 50;
}

.nav__client,
.nav__project,
.nav__version {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 0;
  width: 17.5rem;
  color: #fff;
  padding: 2rem;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.nav__client::-webkit-scrollbar,
.nav__project::-webkit-scrollbar,
.nav__version::-webkit-scrollbar {
  display: none;
}

.nav__client.is-secondary .nav__overlay,
.nav__client.is-active .nav__overlay,
.nav__project.is-secondary .nav__overlay,
.nav__project.is-active .nav__overlay,
.nav__version.is-secondary .nav__overlay,
.nav__version.is-active .nav__overlay {
  visibility: hidden;
  opacity: 0;
}

.nav__client.is-passive .nav__overlay,
.nav__project.is-passive .nav__overlay,
.nav__version.is-passive .nav__overlay {
  visibility: visible;
  opacity: 1;
}

.nav__client {
  background-color: #000;
  z-index: 50;
}

.nav__client .nav__overlay {
  visibility: hidden;
  opacity: 0;
}

.nav__project {
  background-color: #1F1F1F;
}

.nav__project .nav__overlay {
  visibility: hidden;
  opacity: 0;
}

.nav__project.is-secondary {
  z-index: 50;
  -webkit-transform: translate3d(5.625rem, 0, 0);
          transform: translate3d(5.625rem, 0, 0);
}

.nav__project.is-passive {
  z-index: 50;
  -webkit-transform: translate3d(5.625rem, 0, 0);
          transform: translate3d(5.625rem, 0, 0);
}

.nav__version {
  background-color: #F2F2F2;
  color: #000;
}

.nav__version.is-active {
  -webkit-transform: translate3d(23.125rem, 0, 0);
          transform: translate3d(23.125rem, 0, 0);
}

.nav__version.is-secondary {
  -webkit-transform: translate3d(11.25rem, 0, 0);
          transform: translate3d(11.25rem, 0, 0);
  z-index: 50;
}

.nav__version .nav__item {
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.nav__version .nav__item.is-active {
  background-color: rgba(24, 158, 94, 0.4);
  border-color: transparent;
}

.nav__version .nav__item:focus,
.nav__version .nav__item:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.nav__overlay:hover {
  background-color: rgba(31, 31, 31, 0.5);
  cursor: pointer;
}

.nav__list {
  padding-left: 0;
  list-style: none;
  margin: 0 -1rem;
  display: block;
}

.nav__list > li {
  margin: 0;
}

.nav__list--passive .nav__item {
  color: rgba(255, 255, 255, 0.7);
}

.nav__item {
  display: block;
  padding: 0.6875rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: border-color .1s ease, background-color .1s ease, color .1s ease;
  transition: border-color .1s ease, background-color .1s ease, color .1s ease;
}

.nav__item.is-active {
  background-color: rgba(24, 158, 94, 0.4);
  border-color: transparent;
}

.nav__item:focus,
.nav__item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
  color: #fff;
}

.top-bar {
  width: 100%;
  background-color: rgba(242, 242, 242, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.625rem 3.75rem;
}

.top-bar:before,
.top-bar:after {
  content: ' ';
  display: table;
}

.top-bar:after {
  clear: both;
}

.top-bar .path {
  float: left;
}

.top-bar .user {
  float: right;
}

.path {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.path:before,
.path:after {
  content: ' ';
  display: table;
}

.path:after {
  clear: both;
}

.path > li {
  float: left;
  margin: 0;
}

.path > li:not(:first-child):before {
  line-height: 1.375rem;
  padding: 0.4375rem;
  content: "\203A";
  float: left;
  color: #C1BFC0;
}

.path__item {
  float: left;
  padding: 0.4375rem 0;
  color: #888888;
}

.path__item:hover,
.path__item:focus {
  color: #000;
}

.user {
  color: #888888;
}

.user__active {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}

.user__icon {
  width: 0.875rem;
  height: 0.875rem;
  fill: #888888;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
}

.user__name {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.switch {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  padding: 1rem 0;
}

.switch:before,
.switch:after {
  content: ' ';
  display: table;
}

.switch:after {
  clear: both;
}

.switch__label {
  display: block;
  cursor: pointer;
}

.switch__label:hover .switch__title,
.switch__label:focus .switch__title {
  color: #117244;
}

.switch__label:hover .switch__control,
.switch__label:focus .switch__control {
  background-color: #F2F2F2;
}

.switch__title {
  float: left;
  font-size: 1.1875rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.switch__checkbox {
  visibility: hidden;
}

.switch__visual {
  float: right;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch__checked,
.switch__unchecked,
.switch__control {
  display: inline-block;
  vertical-align: middle;
}

.switch__checked,
.switch__unchecked {
  font-size: 1.1875rem;
  line-height: 1.4;
  display: inline-block;
  color: #C1BFC0;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.switch__unchecked {
  color: #000;
}

.switch__control {
  display: inline-block;
  width: 2.625rem;
  height: 1.5rem;
  border: solid 1px #000;
  border-radius: 0.75rem;
  margin: 0 0.5rem;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.switch__control:after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  margin: 0.125rem;
  border-radius: 50%;
  background-color: #888888;
  -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
  transition: background-color .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .2s ease;
  transition: transform .2s ease, background-color .2s ease, -webkit-transform .2s ease;
}

.switch__checkbox:checked + .switch__visual .switch__unchecked {
  color: #C1BFC0;
}

.switch__checkbox:checked + .switch__visual .switch__checked {
  color: #189E5E;
}

.switch__checkbox:checked + .switch__visual .switch__control:after {
  -webkit-transform: translate(1.125rem, 0);
          transform: translate(1.125rem, 0);
  background-color: #189E5E;
}

.comment {
  padding: 1rem;
  background-color: #fff;
  border: dashed 1px rgba(0, 0, 0, 0.15);
}

.comment__title {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.375rem;
}

.file-table__col-sm {
  width: 5%;
}

.file-table__col-md {
  width: 15%;
}

.file-table__col-lg {
  width: 30%;
}

.file-table__col-sm,
.file-table__col-md,
.file-table__col-lg {
  white-space: nowrap;
}

.file-table tbody > tr {
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.file-table tbody > tr.is-active,
.file-table tbody > tr:hover {
  background-color: #F2F2F2;
}

.file-table tr[data-row-expand] {
  cursor: pointer;
}

.file-table__arrow {
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: -3px;
}

.file-table__warn {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: -3px;
  margin: 0 4px;
}

.file-table__bubble {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: -3px;
  margin: 0 0.25rem;
  fill: #888888;
}

.file-table__bubble--warning {
  fill: #EA3434;
}

.file-table__bubble--success {
  fill: #189E5E;
}

.file-table__hide {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
  cursor: pointer;
  fill: #888888;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.file-table__hide--hide {
  fill: #EA3434;
}

.file-table__hide--success {
  fill: #189E5E;
}

.file-table .fade-enter-active,
.file-table .fade-leave-active {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.file-table .fade-enter,
.file-table .fade-leave-to {
  opacity: 0;
}

.file-table__approve {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.25rem 0 -0.3125rem;
  fill: #888888;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.file-table__approve--warning {
  fill: #EA3434;
}

.file-table__approve--success {
  fill: #189E5E;
}

.file-table__expand {
  display: none;
}

.file-table__expand.is-expanded {
  display: table-row;
}

.file-table__expand > td {
  background-color: #F2F2F2;
  padding: 1rem;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */

[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 15px;
  margin-bottom: 5px;
  width: auto;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */

[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

