@import url("o2/o2.css");
@import url("o2/o2-fonts.css");
.header::after {
  content: "";
  clear: both;
  display: table; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td, th {
  padding: 0; }

/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black; }

/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */ }

.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */ }

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */ }

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap; }

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  box-sizing: content-box; }

.CodeMirror-guttermarker {
  color: black; }

.CodeMirror-guttermarker-subtle {
  color: #999; }

/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black; }

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver; }

.CodeMirror.cm-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7; }

.CodeMirror.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1; }

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite; }

@-webkit-keyframes blink {
  0% {
    background: #7e7; }
  50% {
    background: none; }
  100% {
    background: #7e7; } }
@keyframes blink {
  0% {
    background: #7e7; }
  50% {
    background: none; }
  100% {
    background: #7e7; } }
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute; }

/* DEFAULT THEME */
.cm-s-default .cm-keyword {
  color: #708; }

.cm-s-default .cm-atom {
  color: #219; }

.cm-s-default .cm-number {
  color: #164; }

.cm-s-default .cm-def {
  color: #00f; }

.cm-s-default .cm-variable-2 {
  color: #05a; }

.cm-s-default .cm-variable-3 {
  color: #085; }

.cm-s-default .cm-comment {
  color: #a50; }

.cm-s-default .cm-string {
  color: #a11; }

.cm-s-default .cm-string-2 {
  color: #f50; }

.cm-s-default .cm-meta {
  color: #555; }

.cm-s-default .cm-qualifier {
  color: #555; }

.cm-s-default .cm-builtin {
  color: #30a; }

.cm-s-default .cm-bracket {
  color: #997; }

.cm-s-default .cm-tag {
  color: #170; }

.cm-s-default .cm-attribute {
  color: #00c; }

.cm-s-default .cm-header {
  color: blue; }

.cm-s-default .cm-quote {
  color: #090; }

.cm-s-default .cm-hr {
  color: #999; }

.cm-s-default .cm-link {
  color: #00c; }

.cm-negative {
  color: #d44; }

.cm-positive {
  color: #292; }

.cm-header, .cm-strong {
  font-weight: bold; }

.cm-em {
  font-style: italic; }

.cm-link {
  text-decoration: underline; }

.cm-strikethrough {
  text-decoration: line-through; }

.cm-s-default .cm-error {
  color: #f00; }

.cm-invalidchar {
  color: #f00; }

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0; }

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22; }

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3); }

.CodeMirror-activeline-background {
  background: #e8f2ff; }

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white; }

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
  box-sizing: content-box; }

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
  box-sizing: content-box; }

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none; }

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll; }

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0; }

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0; }

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3; }

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  box-sizing: content-box;
  display: inline-block;
  margin-bottom: -30px;
  /* Hack to make IE7 behave */
  *zoom: 1;
  *display: inline; }

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  height: 100%; }

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4; }

.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */ }

.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent; }

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal; }

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto; }

.CodeMirror-code {
  outline: none; }

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.CodeMirror-measure pre {
  position: static; }

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  border-right: none;
  width: 0; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3; }

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible; }

.CodeMirror-selected {
  background: #d9d9d9; }

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0; }

.CodeMirror-crosshair {
  cursor: crosshair; }

.CodeMirror ::-moz-selection {
  background: #d7d4f0; }

.CodeMirror ::selection {
  background: #d7d4f0; }

.CodeMirror ::-moz-selection {
  background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4); }

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span {
  *vertical-align: text-bottom; }

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden; } }
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none; }

.cm-s-airbnb {
  background: #f5f5f5; }

.cm-s-airbnb.CodeMirror {
  width: 100%; }

.cm-s-airbnb .CodeMirror-gutters {
  background-color: transparent;
  border: none; }

.cm-s-airbnb .CodeMirror-scroll {
  padding-bottom: 0; }

.cm-s-airbnb .CodeMirror-linenumber {
  color: #9ca299;
  text-align: center; }

.cm-s-airbnb .cm-comment {
  color: #9ca299; }

.cm-s-airbnb .cm-string, .cm-s-airbnb .cm-tag {
  color: #ff5a5f; }

.cm-s-airbnb .cm-bracket {
  color: #00d1c1; }

.cm-s-airbnb .cm-attribute, .cm-s-airbnb .cm-qualifier {
  color: #7b0051; }

.cm-s-airbnb .cm-keyword {
  color: #ffaa91; }

.cm-s-airbnb .cm-variable {
  color: #007a87; }

.cm-s-airbnb .cm-property, .cm-s-airbnb .cm-number, .cm-s-airbnb .cm-atom {
  color: #ffb400; }

* {
  box-sizing: border-box; }

html {
  height: 100%;
  width: 100%; }

body {
  height: 100%;
  width: 100%; }

#playground {
  height: 100%; }

.application {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  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;
  height: 100%; }

.content {
  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-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease; }

.content--hidden {
  opacity: 0; }

.content--layout-left .editor, .content--layout-right .editor {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.content--layout-left .preview, .content--layout-right .preview {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.content--layout-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.content--layout-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.content--layout-top .editor, .content--layout-bottom .editor {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.content--layout-top .preview, .content--layout-bottom .preview {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.content--layout-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em; }

.header__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0; }

.header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.header__list-item {
  margin-right: 0.5em; }

.header__list-item:last-child {
  margin-right: 0; }

.editor {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.content--layout-right .editor, .content--layout-left .editor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.editor-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative; }

.editor-pane__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #4f5254;
  background-color: #565a5c;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em; }

.editor-pane__input {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 1px solid #edefed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease; }

.editor-pane__input--hidden {
  opacity: 0; }

.preview {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.content--layout-left .preview, .content--layout-right .preview {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.preview::before {
  content: '';
  position: absolute; }

.content--layout-top .preview::before {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), transparent);
  background: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
  height: 30px;
  left: 0;
  right: 0;
  top: 0; }

.content--layout-right .preview::before {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), transparent);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
  bottom: 0;
  right: 0;
  top: 0;
  width: 30px; }

.content--layout-bottom .preview::before {
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
  bottom: 0;
  height: 30px;
  left: 0;
  right: 0; }

.content--layout-left .preview::before {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), transparent);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  bottom: 0;
  top: 0;
  width: 30px; }

.preview__iframe {
  border: none;
  width: 100%; }

.toolbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #565a5c;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.toolbar__version {
  color: white;
  text-decoration: underline; }

.spinner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: fadeBackground 0.25s ease;
  animation: fadeBackground 0.25s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20; }

.spinner__icon {
  -webkit-animation: fadeOpacity 0.25s ease-in-out;
  animation: fadeOpacity 0.25s ease-in-out;
  background: white;
  border-radius: 5px;
  padding: 20px; }

.spinner__icon svg {
  -webkit-animation: spin 0.5s ease-in-out 0.25s infinite;
  animation: spin 0.5s ease-in-out 0.25s infinite;
  fill: #FF5A5F;
  padding: 0; }

@-webkit-keyframes fadeBackground {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@keyframes fadeBackground {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-webkit-keyframes fadeOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); } }
.layout-selector {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.layout-selector__label {
  margin-right: 0.5em; }

.layout-selector__icon {
  display: inherit;
  margin-left: 0.5em; }

.layout-selector__icon svg {
  fill: rgba(255, 255, 255, 0.5);
  height: 25px;
  -webkit-transition: 0.5s fill ease;
  transition: 0.5s fill ease;
  width: 25px; }

.layout-selector__icon--selected svg {
  fill: white; }

.layout-selector__icon--right svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.layout-selector__icon--bottom svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.layout-selector__icon--left svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.listing-card {
  background-image: url("http://lorempixel.com/1200/400/city/4/");
  height: 300px; }

.office-hero {
  height: 300px !important;
  text-align: center !important; }

.col-sm-4 {
  background-color: #ccc;
  border: 1px solid #f1f1f1;
  height: 300px;
  padding: 10px; }

.va-container {
  height: 100%;
  width: 100%; }

.bgphoto {
  background-size: cover;
  background-repeat: no-repeat; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .bgphoto {
    background-position-y: -20px !important; } }
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  .bgphoto {
    background-position-y: -40px !important; } }
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  .bgphoto {
    background-position-y: -120px !important; } }
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .bgphoto {
    background-position-y: -400px !important; } }
.office-hero {
  height: 300px; }

@media (min-width: 768px) {
  .office-hero {
    height: 300px; } }
.office-hero-appendix {
  margin-top: -42.5px; }

.who-works-here-container {
  min-height: 250px; }

.who-works-here-container h3 {
  font-size: 22px; }

.date-date-date-placeholder {
  background-color: #00d1c1; }

.office-date-btn {
  color: #fff;
  border: none;
  background: rgba(0, 0, 0, 0.1); }

.office-date-btn:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2); }

.btn-semi-transparent {
  background: rgba(0, 0, 0, 0.5);
  border-style: none; }

a.btn-semi-transparent:hover {
  background: rgba(255, 255, 255, 0.5);
  border-style: none; }

.dept-title {
  padding-top: 40px;
  margin-bottom: 10px !important;
  letter-spacing: -.02em; }

.city-title {
  margin-top: 0px !important; }

.js-show-how-it-works {
  margin-top: 15px; }

.no-margin-b {
  margin-bottom: 0px !important; }

.innerpd {
  margin-top: 10px !important;
  margin-bottom: 30px !important; }

.colorr {
  color: #ff5a5f; }

p.emaillink {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: green;
  width: 200px !important;
  border-radius: 10px;
  height: 40px;
  text-align: center !important;
  background-color: #ff5a5f;
  color: #fff;
  position: fixed;
  top: -20px;
  left: 20px;
  z-index: 10000;
  padding-top: 15px; }
  p.emaillink a {
    color: #fff; }

p.feedbacklink {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: green;
  width: 200px !important;
  border-radius: 10px;
  height: 40px;
  text-align: center !important;
  background-color: #00d1c1;
  color: #fff;
  position: fixed;
  bottom: -20px;
  right: 20px;
  z-index: 10000;
  padding-top: 5px;
  padding-bottom: 3px; }
  p.feedbacklink a {
    color: #fff; }

.img-team {
  width: 184px; }

.row-team p {
  margin-top: 10px; }

.smalltext {
  font-size: 14px !important; }

.lightbg {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px; }

.darkbg {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px; }

.collection-color {
  background-color: #00d1c1; }

.white-header {
  color: #fff; }

.fun-color {
  background-color: #007a87; }

.insta-color-0 {
  background-color: #00d1c1; }

.insta-color-1 {
  background-color: #9ca299; }

.insta-color-2 {
  background-color: #aaacad; }

.recent-updates-row, .fun-color, .insta-color-1, insta-color-2, insta-color-0 {
  color: #fff; }
  .recent-updates-row a, .fun-color a, .insta-color-1 a, insta-color-2 a, insta-color-0 a {
    color: #fff;
    font-weight: bold; }
  .recent-updates-row p, .fun-color p, .insta-color-1 p, insta-color-2 p, insta-color-0 p {
    margin-bottom: 10px !important;
    padding-top: 10px;
    border-top: solid thin white; }

ul#airbnbparis, ul#offsiteTag, ul#airbneat, ul#designairinsta {
  list-style-type: none;
  padding: 0px;
  margin: 0 auto;
  width: 837px;
  margin-top: 20px; }
  ul#airbnbparis li, ul#offsiteTag li, ul#airbneat li, ul#designairinsta li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    overflow: hidden; }
  ul#airbnbparis a, ul#offsiteTag a, ul#airbneat a, ul#designairinsta a {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    width: 279px;
    height: 279px;
    border: none;
    overflow: hidden; }
  ul#airbnbparis img, ul#offsiteTag img, ul#airbneat img, ul#designairinsta img {
    display: block;
    width: 306px;
    height: 306px;
    margin: 0 !important;
    border: none;
    display: block !important;
    border-image: none; }

#load-more, #load-more-zero, #load-more-two {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  margin-right: -.4em;
  text-decoration: none;
  font-weight: bold;
  color: #fff; }
  #load-more:hover, #load-more-zero:hover, #load-more-two:hover {
    cursor: pointer;
    background-color: #bba9a4; }

.rowsuper img, .rowdeptwiki img {
  margin-right: 8px; }

.rowsuper, .rowdeptwiki {
  line-height: 35px; }

.btn_work {
  /* 	background-color:#fff; */
  color: #565a5c !important;
  width: 100%; }

.selectoractive {
  background-color: #00d1c1;
  color: #fff;
  border-radius: 6px; }

.btn_option {
  background-color: #fff;
  border-radius: 6px; }

.overlaystyle {
  background-color: #565a5c;
  color: #fff;
  border-radius: 6px; }

.subtext {
  padding: 15px;
  font-size: 14px; }

fieldset {
  border: none;
  margin: 0px;
  padding: 0px; }

/* border: 1px solid #c0c0c0; */
/* margin: 0 2px; */
/* padding: 0.35em 0.625em 0.75em; */
.btn_selected {
  background-color: #007a87;
  color: #fff !important;
  font-weight: bold; }

a.btn_selected {
  color: #fff; }

select {
  height: 36px !important; }

.jfk-button {
  margin-top: 20px; }

.expandrow {
  margin-bottom: 40px;
  margin-top: 20px;
  display: none; }

ul.ss-choices {
  list-style-type: none;
  padding-left: 0px; }

#boxgrid_2 a, #boxgrid a {
  color: #565a5c;
  text-decoration: none; }

#boxgrid_2 {
  margin-bottom: 40px; }

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

.fun-color ul, .linklist-color ul {
  background: #fff;
  padding-left: 0px;
  display: block;
  color: #565a5c;
  margin-bottom: 0px !important;
  list-style-type: none; }

.linklist-color a {
  color: #565a5c; }

.fun-color ul li, .linklist-color ul li {
  margin-bottom: 8px;
  line-height: 16px; }

.fun-color ul li a, .linklist-color ul li a {
  color: #565a5c;
  font-weight: normal; }

.text-light-gray {
  color: #cacccd !important; }

.fun-color ul {
  padding: 10px;
  padding-left: 15px; }

.departmentrow ul, .fun-color ul {
  border-radius: 6px; }

.departmentrow ul {
  padding-left: 0px !important;
  padding-top: 0px !important; }

.departmentrow ul li {
  margin-right: 35px;
  margin-bottom: 0px !important; }

h4 {
  margin-bottom: 8px; }

.internalbox {
  background-color: #f5f5f5;
  height: 200px;
  border-radius: 6px;
  width: 100%; }

.icontitle {
  position: absolute;
  bottom: 18px;
  width: 100%; }

.internalbox:hover {
  opacity: 1 !important; }

.templatelinks {
  display: none;
  margin-top: 20px; }
  .templatelinks ul li {
    margin-bottom: 5px; }

.typeheader {
  font-size: 16px;
  color: #00d1c1;
  margin-bottom: 10px; }

.linkblock {
  margin-bottom: 8px; }
