.offset-controls i {
  color: #e3e3e3;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }
  .offset-controls i:hover {
    color: #1e1e1e; }

body,
input {
  font-family: "Muli", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px; }

.offset-controls i {
  color: #e3e3e3;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }
  .offset-controls i:hover {
    color: #1e1e1e; }

body,
input {
  font-family: "Muli", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px; }

.hover-controls {
  background-color: rgba(30, 30, 30, 0.9);
  display: none;
  flex-direction: row;
  font-size: small;
  font-weight: 400;
  padding: 3px 6px;
  position: absolute;
  text-align: center;
  bottom: 100%;
  left: -1px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .hover-controls a {
    color: #bbbbbb;
    cursor: pointer;
    display: flex;
    padding: 4px 6px;
    margin-right: 5px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    white-space: nowrap; }
    .hover-controls a:last-child {
      margin-right: 0; }
    .hover-controls a:hover {
      color: white;
      text-decoration: none; }
    .hover-controls a.component-drag-handle {
      cursor: move; }
    .hover-controls a i {
      line-height: 23px; }

* {
  -webkit-font-smoothing: antialiased; }

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

a, .text-link {
  cursor: pointer;
  color: #5c5cff; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-weight: 600; }

h1 {
  font-weight: 400;
  color: #364760; }

h2 {
  color: #364760;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 0 20px;
  line-height: normal;
  margin: 0;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em; }

.flexbox {
  display: flex; }

.pull-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.affix-top {
  position: static; }

.affix-bottom {
  position: absolute; }

.remove-category {
  color: #a94442; }
  .remove-category:hover {
    color: #843534; }

.bottom-space {
  margin-bottom: 10px; }

.hint:after, [data-hint]:after {
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px; }

.dashed {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 3px dashed #e3e3e3; }
  .dashed.dashed-sm {
    border-width: 1px; }
  .dashed.dashed-lg {
    border-width: 6px; }

.inline-list {
  white-space: nowrap; }

.well {
  background-image: none; }

a.well, a.panel-body {
  display: block; }
  a.well:focus, a.well:hover, a.panel-body:focus, a.panel-body:hover {
    text-decoration: none; }

.btn {
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400; }
  .btn.btn-link {
    color: #848484;
    font-weight: 400; }
    .btn.btn-link:hover {
      color: #4c4c4c;
      text-decoration: none; }
  .btn .fa {
    margin-right: 0.5em; }
  .btn:active {
    transform: scale(0.96, 0.94);
    transition-duration: 0;
    opacity: 0.94; }

.btn-addon {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #cccccc; }

.btn-muted {
  color: #4c4c4c;
  background-color: #e3e3e3; }
  .btn-muted:hover {
    color: #4c4c4c;
    background-color: #d6d6d6; }

.btn-outline {
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  color: #848484;
  background-color: transparent;
  -webkit-transition: all, 0.15s, ease;
  -moz-transition: all, 0.15s, ease;
  -o-transition: all, 0.15s, ease;
  transition: all, 0.15s, ease; }
  .btn-outline:hover {
    border-color: #e3e3e3;
    color: white; }
  .btn-outline:hover {
    color: #4c4c4c;
    border-color: #bbbbbb; }
  .btn-outline.btn-outline-primary {
    border: 1px solid #5c5cff;
    box-shadow: inset 0 0 0 1px #5c5cff;
    color: #5c5cff;
    background-color: transparent; }
    .btn-outline.btn-outline-primary:hover {
      border-color: #5c5cff;
      color: white; }
  .btn-outline.btn-outline-success {
    border: 1px solid #06db82;
    box-shadow: inset 0 0 0 1px #06db82;
    color: #06db82;
    background-color: transparent; }
    .btn-outline.btn-outline-success:hover {
      border-color: #06db82;
      color: white; }
  .btn-outline.btn-outline-danger {
    border: 1px solid #f97416;
    box-shadow: inset 0 0 0 1px #f97416;
    color: #f97416;
    background-color: transparent; }
    .btn-outline.btn-outline-danger:hover {
      border-color: #f97416;
      color: white; }
  .btn-outline.btn-outline-warning {
    border: 1px solid #fecc00;
    box-shadow: inset 0 0 0 1px #fecc00;
    color: #fecc00;
    background-color: transparent; }
    .btn-outline.btn-outline-warning:hover {
      border-color: #fecc00;
      color: white; }

.dropdown-menu .dropdown-header {
  padding: 1rem 1rem 0.15rem;
  font-family: "Muli", "Avenir", "Futura", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #5c5cff;
  letter-spacing: 0.07em; }
  .dropdown-menu .dropdown-header:first-child {
    padding-top: 0.5rem; }
.dropdown-menu .divider {
  height: 2px;
  background-color: #f4f4f4;
  margin: 8px 0 4px; }
.dropdown-menu > li > a {
  padding: 0.25rem 1rem; }
.dropdown-menu > li:not(.dropdown-header) + li.dropdown-header {
  padding-top: 1rem; }

.fa-accent.fa-twitter, .fa-accent.fa-twitter-square {
  color: #46c0fb; }
.fa-accent.fa-facebook, .fa-accent.fa-facebook-square {
  color: #4863ae; }
.fa-accent.fa-linkedin, .fa-accent.fa-linkedin-square {
  color: #0083a8; }

.with-offset-controls {
  margin-right: 45px; }

.offset-controls {
  line-height: 30px;
  top: 1rem;
  right: -3rem;
  position: absolute;
  width: 36px;
  margin-bottom: 0; }
  .offset-controls li {
    margin-bottom: 1rem;
    max-height: 28px; }
    .offset-controls li.divider {
      border-top: 1px solid #cccccc; }

hr[data-content] {
  margin: 30px 0;
  text-align: center; }
  hr[data-content]:after {
    content: attr(data-content);
    position: relative;
    top: -1rem;
    background-color: white;
    border-radius: 0;
    border: 1px solid #eeeeee;
    padding: 1px 9px 1px;
    text-align: center;
    display: inline-block;
    font-size: 85%; }

.checkbox-toggle {
  display: none; }

input.checkbox-toggle:checked + .checkbox-toggle {
  display: block; }

.input-group .input-group-floater {
  position: absolute;
  top: 6px;
  right: 6px; }

.btn-toggle .fa-check {
  color: #e3e3e3; }
.btn-toggle.toggle-on .fa-check {
  color: #06db82; }

.fa-copy.fa-fw.fa-lg {
  font-size: 1.2em; }

.list-group-item.draggable-list-group-item {
  position: relative; }
  .list-group-item.draggable-list-group-item.sortable-ghost {
    background-color: #f8f8f8; }
    .list-group-item.draggable-list-group-item.sortable-ghost .drag-handle {
      background-color: #f8f8f8; }
  .list-group-item.draggable-list-group-item .drag-handle {
    width: 9px;
    height: 50%;
    cursor: move;
    background-color: white;
    background-image: linear-gradient(90deg, #cccccc 50%, rgba(255, 255, 255, 0.5) 50%);
    background-size: 3px 3px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 25%; }

ol.checklist li.done {
  text-decoration: line-through;
  color: #cccccc; }

table.table-layout {
  width: 100%; }
  table.table-layout td {
    vertical-align: top; }

table.table-padded {
  width: 100%; }
  table.table-padded td {
    padding: 1rem; }

.display-table {
  display: table;
  width: 100%; }
  .display-table .table-cell {
    display: table-cell; }
  .display-table .cell-space {
    padding: 0 10px; }

.radio-reveal .radio-content {
  padding-left: 20px; }

.flex-row {
  display: flex;
  margin-right: -2rem;
  flex-wrap: wrap; }

.flex-col {
  flex: 1;
  margin-right: 2rem; }

.status-dot {
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px; }
  .status-dot.status-critical {
    background-color: #f97416; }
  .status-dot.status-major {
    background-color: #f97416; }
  .status-dot.status-minor {
    background-color: #fecc00; }
  .status-dot.status-none {
    background-color: #06db82; }

.hover-controls {
  background-color: rgba(30, 30, 30, 0.9);
  display: none;
  flex-direction: row;
  font-size: small;
  font-weight: 400;
  padding: 3px 6px;
  position: absolute;
  text-align: center;
  bottom: 100%;
  left: -1px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .hover-controls a {
    color: #bbbbbb;
    cursor: pointer;
    display: flex;
    padding: 4px 6px;
    margin-right: 5px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    white-space: nowrap; }
    .hover-controls a:last-child {
      margin-right: 0; }
    .hover-controls a:hover {
      color: white;
      text-decoration: none; }
    .hover-controls a.component-drag-handle {
      cursor: move; }
    .hover-controls a i {
      line-height: 23px; }


.appcues-button[data-step='prev']:before, .appcues-button[data-step='next']:after {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 8px 10px;
  line-height: 20px; }

.appcues-button {
  background-color: #cccccc;
  cursor: pointer;
  padding: 8px 18px;
  color: white;
  font-weight: bold;
  display: inline-block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out; }
  .appcues-button:hover {
    text-decoration: none;
    color: black;
    background-color: #dedede; }
  .appcues-button.appcues-button-success {
    background-color: #5cb85c; }
    .appcues-button.appcues-button-success:hover {
      background-color: #75c375; }
    .appcues-button.appcues-button-success.disabled {
      background-color: #eaf6ea; }
    .appcues-button.appcues-button-success [contenteditable]::-moz-selection {
      background: rgba(255, 255, 255, 0.6); }
    .appcues-button.appcues-button-success [contenteditable]::selection {
      background: rgba(255, 255, 255, 0.6); }
  .appcues-button[data-step='prev'] {
    padding-left: 45px; }
    .appcues-button[data-step='prev']:before {
      left: 0;
      content: "\25C0";
      border-right: 1px solid white; }
  .appcues-button[data-step='next'] {
    padding-right: 45px; }
    .appcues-button[data-step='next']:after {
      right: 0;
      content: "\25B6";
      border-left: 1px solid white; }

#apc-react-root {
  min-height: 100vh; }

.apc-react-body .breadcrumbs.root {
  position: relative !important;
  top: unset !important;
  max-width: none !important; }

.checklists-edit .apc-react-body .breadcrumbs.root {
  padding: 0; }

.events-attributes > #apc-react-root > .apc-react-body > div > div > div > h2 {
  padding: 0 !important;
  margin: 0 !important; }

.isIFramed .container.styling-container {
  padding-top: 28px; }
.isIFramed .row {
  margin-left: 0;
  margin-right: 0; }

.account-users-list {
  padding: 0; }
  .account-users-list .table-cell {
    padding: 10px;
    vertical-align: middle; }
  .account-users-list .media .media-left {
    padding-right: 20px; }
  .account-users-list img.avatar {
    height: auto;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .account-users-list .loading-state {
    color: #e3e3e3;
    padding: 30px;
    text-align: center; }
  .account-users-list .display-table.highlight {
    background-color: #ffe7e7;
    position: relative; }
    .account-users-list .display-table.highlight:before {
      background-color: rgba(255, 255, 255, 0.5);
      color: #5c5cff;
      content: "Click to edit your profile";
      cursor: pointer;
      padding-top: 25px;
      position: absolute;
      text-align: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-out;
      -moz-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
    .account-users-list .display-table.highlight:hover:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

.appcues-window-alert.sweet-alert {
  font-family: "Muli", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px; }

body.stop-scrolling {
  overflow: inherit; }

.appcues-window-alert.sweet-alert button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }
  .appcues-window-alert.sweet-alert button.confirm {
    background-color: #5c5cff; }
    .appcues-window-alert.sweet-alert button.confirm:hover {
      background-color: #2929ff;
      border-color: #1f1fff; }
  .appcues-window-alert.sweet-alert button.cancel {
    background-color: #848484; }
    .appcues-window-alert.sweet-alert button.cancel:hover {
      background-color: #6b6b6b;
      border-color: #656565; }

.notice {
  display: block;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-top: 1.5rem; }
  .notice p {
    margin-bottom: 0;
    padding: 0px 35px 0 0;
    font-size: 16px;
    width: 100%; }
  .notice .help {
    color: #8d7102 !important;
    text-decoration: underline; }
    .notice .help:hover, .notice .help:focus, .notice .help:active {
      color: #8d7102 !important; }
  .notice .btn + .btn {
    margin-left: 0.75rem; }

.content-analytics table.dynatable thead th {
  background-color: #e3e3e3;
  font-weight: inherit; }
  .content-analytics table.dynatable thead th a {
    color: #4c4c4c; }

.flow-analytics .step-column {
  display: inline-block; }
.flow-analytics .step-users {
  color: #999999;
  font-size: small; }
.flow-analytics .step-wrapper {
  border-bottom: 1px solid #cccccc;
  height: 100px;
  margin: 5px 0;
  position: relative; }
  .flow-analytics .step-wrapper .step-bar {
    background-color: #3498db;
    position: absolute;
    bottom: 0px;
    left: 3px;
    right: 3px; }
    .flow-analytics .step-wrapper .step-bar.goal-bar {
      background-color: #06db82; }
.flow-analytics .step-duration, .flow-analytics .step-goal {
  color: #999999;
  font-size: small; }

.flow-users table.users {
  border: 0; }
  .flow-users table.users th {
    font-weight: normal;
    color: #e3e3e3;
    font-size: small;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px; }
    .flow-users table.users th a {
      color: inherit; }
  .flow-users table.users tr.user {
    cursor: pointer; }
  .flow-users table.users tr.details {
    display: none;
    font-size: small; }
    .flow-users table.users tr.details > td {
      border-top: 0; }
    .flow-users table.users tr.details .user-properties table td, .flow-users table.users tr.details .form-responses table td {
      background-color: #f9f9f9; }
    .flow-users table.users tr.details h5 {
      font-size: 15px;
      margin: 5px 0 10px; }
.flow-users .panel-footer {
  font-size: small; }

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0.01;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0.01;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInDownSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDownSmall {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDownSmall {
  -webkit-animation-name: slideInDownSmall;
  animation-name: slideInDownSmall;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideIn {
  0% {
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

.slide-in {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

@-webkit-keyframes slideDownSubtle {
  0% {
    -webkit-transform: scale(0.992);
    -moz-transform: scale(0.992);
    -ms-transform: scale(0.992);
    -o-transform: scale(0.992);
    transform: scale(0.992);
    opacity: 0; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes slideDownSubtle {
  0% {
    -webkit-transform: scale(0.992);
    -moz-transform: scale(0.992);
    -ms-transform: scale(0.992);
    -o-transform: scale(0.992);
    transform: scale(0.992);
    opacity: 0; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes slideDownSubtle {
  0% {
    -webkit-transform: scale(0.992);
    -moz-transform: scale(0.992);
    -ms-transform: scale(0.992);
    -o-transform: scale(0.992);
    transform: scale(0.992);
    opacity: 0; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes slideDownSubtle {
  0% {
    -webkit-transform: scale(0.992);
    -moz-transform: scale(0.992);
    -ms-transform: scale(0.992);
    -o-transform: scale(0.992);
    transform: scale(0.992);
    opacity: 0; }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes slideDownSubtleNav {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0; }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes slideDownSubtleNav {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0; }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes slideDownSubtleNav {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0; }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideDownSubtleNav {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0; }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

.slide-in-subtle {
  -webkit-animation-name: slideDownSubtle;
  animation-name: slideDownSubtle;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s; }

@-webkit-keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-moz-keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-ms-keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes halfspin {
  to {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); } }

.spinner {
  width: 24px;
  height: 24px;
  margin: auto;
  margin-top: 100px; }
  .spinner:before {
    display: block;
    width: 22px;
    height: 22px;
    border-top: 2px solid #bbbbbb;
    border-right: 2px solid #4c4c4c;
    border-left: 2px solid #4c4c4c;
    border-bottom: 2px solid #bbbbbb;
    content: "";
    border-radius: 100%;
    animation: halfspin 0.3s linear infinite;
    -webkit-animation: halfspin 0.3s linear infinite;
    -moz-animation: halfspin 0.3s linear infinite; }

@-webkit-keyframes rotationalLoop {
  from {
    transform: rotate(0deg) translate(-2px) rotate(0deg); }

  to {
    transform: rotate(360deg) translate(-2px) rotate(-360deg); } }

@-moz-keyframes rotationalLoop {
  from {
    transform: rotate(0deg) translate(-2px) rotate(0deg); }

  to {
    transform: rotate(360deg) translate(-2px) rotate(-360deg); } }

@-ms-keyframes rotationalLoop {
  from {
    transform: rotate(0deg) translate(-2px) rotate(0deg); }

  to {
    transform: rotate(360deg) translate(-2px) rotate(-360deg); } }

@keyframes rotationalLoop {
  from {
    transform: rotate(0deg) translate(-2px) rotate(0deg); }

  to {
    transform: rotate(360deg) translate(-2px) rotate(-360deg); } }

.offset-controls i {
  color: #e3e3e3;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }
  .offset-controls i:hover {
    color: #1e1e1e; }

body,
input {
  font-family: "Muli", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px; }

.offset-controls i {
  color: #e3e3e3;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }
  .offset-controls i:hover {
    color: #1e1e1e; }

body,
input {
  font-family: "Muli", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px; }

.hover-controls {
  background-color: rgba(30, 30, 30, 0.9);
  display: none;
  flex-direction: row;
  font-size: small;
  font-weight: 400;
  padding: 3px 6px;
  position: absolute;
  text-align: center;
  bottom: 100%;
  left: -1px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .hover-controls a {
    color: #bbbbbb;
    cursor: pointer;
    display: flex;
    padding: 4px 6px;
    margin-right: 5px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    white-space: nowrap; }
    .hover-controls a:last-child {
      margin-right: 0; }
    .hover-controls a:hover {
      color: white;
      text-decoration: none; }
    .hover-controls a.component-drag-handle {
      cursor: move; }
    .hover-controls a i {
      line-height: 23px; }

* {
  -webkit-font-smoothing: antialiased; }

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

a, .text-link {
  cursor: pointer;
  color: #5c5cff; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-weight: 600; }

h1 {
  font-weight: 400;
  color: #364760; }

h2 {
  color: #364760;
  font-size: 21px;
  font-weight: 700;
  padding: 10px 0 20px;
  line-height: normal;
  margin: 0;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em; }

.flexbox {
  display: flex; }

.pull-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.affix-top {
  position: static; }

.affix-bottom {
  position: absolute; }

.remove-category {
  color: #a94442; }
  .remove-category:hover {
    color: #843534; }

.bottom-space {
  margin-bottom: 10px; }

.hint:after, [data-hint]:after {
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px; }

.dashed {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 3px dashed #e3e3e3; }
  .dashed.dashed-sm {
    border-width: 1px; }
  .dashed.dashed-lg {
    border-width: 6px; }

.inline-list {
  white-space: nowrap; }

.well {
  background-image: none; }

a.well, a.panel-body {
  display: block; }
  a.well:focus, a.well:hover, a.panel-body:focus, a.panel-body:hover {
    text-decoration: none; }

.btn {
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400; }
  .btn.btn-link {
    color: #848484;
    font-weight: 400; }
    .btn.btn-link:hover {
      color: #4c4c4c;
      text-decoration: none; }
  .btn .fa {
    margin-right: 0.5em; }
  .btn:active {
    transform: scale(0.96, 0.94);
    transition-duration: 0;
    opacity: 0.94; }

.btn-addon {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #cccccc; }

.btn-muted {
  color: #4c4c4c;
  background-color: #e3e3e3; }
  .btn-muted:hover {
    color: #4c4c4c;
    background-color: #d6d6d6; }

.btn-outline {
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 0 0 1px #e3e3e3;
  color: #848484;
  background-color: transparent;
  -webkit-transition: all, 0.15s, ease;
  -moz-transition: all, 0.15s, ease;
  -o-transition: all, 0.15s, ease;
  transition: all, 0.15s, ease; }
  .btn-outline:hover {
    border-color: #e3e3e3;
    color: white; }
  .btn-outline:hover {
    color: #4c4c4c;
    border-color: #bbbbbb; }
  .btn-outline.btn-outline-primary {
    border: 1px solid #5c5cff;
    box-shadow: inset 0 0 0 1px #5c5cff;
    color: #5c5cff;
    background-color: transparent; }
    .btn-outline.btn-outline-primary:hover {
      border-color: #5c5cff;
      color: white; }
  .btn-outline.btn-outline-success {
    border: 1px solid #06db82;
    box-shadow: inset 0 0 0 1px #06db82;
    color: #06db82;
    background-color: transparent; }
    .btn-outline.btn-outline-success:hover {
      border-color: #06db82;
      color: white; }
  .btn-outline.btn-outline-danger {
    border: 1px solid #f97416;
    box-shadow: inset 0 0 0 1px #f97416;
    color: #f97416;
    background-color: transparent; }
    .btn-outline.btn-outline-danger:hover {
      border-color: #f97416;
      color: white; }
  .btn-outline.btn-outline-warning {
    border: 1px solid #fecc00;
    box-shadow: inset 0 0 0 1px #fecc00;
    color: #fecc00;
    background-color: transparent; }
    .btn-outline.btn-outline-warning:hover {
      border-color: #fecc00;
      color: white; }

.dropdown-menu .dropdown-header {
  padding: 1rem 1rem 0.15rem;
  font-family: "Muli", "Avenir", "Futura", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #5c5cff;
  letter-spacing: 0.07em; }
  .dropdown-menu .dropdown-header:first-child {
    padding-top: 0.5rem; }
.dropdown-menu .divider {
  height: 2px;
  background-color: #f4f4f4;
  margin: 8px 0 4px; }
.dropdown-menu > li > a {
  padding: 0.25rem 1rem; }
.dropdown-menu > li:not(.dropdown-header) + li.dropdown-header {
  padding-top: 1rem; }

.fa-accent.fa-twitter, .fa-accent.fa-twitter-square {
  color: #46c0fb; }
.fa-accent.fa-facebook, .fa-accent.fa-facebook-square {
  color: #4863ae; }
.fa-accent.fa-linkedin, .fa-accent.fa-linkedin-square {
  color: #0083a8; }

.with-offset-controls {
  margin-right: 45px; }

.offset-controls {
  line-height: 30px;
  top: 1rem;
  right: -3rem;
  position: absolute;
  width: 36px;
  margin-bottom: 0; }
  .offset-controls li {
    margin-bottom: 1rem;
    max-height: 28px; }
    .offset-controls li.divider {
      border-top: 1px solid #cccccc; }

hr[data-content] {
  margin: 30px 0;
  text-align: center; }
  hr[data-content]:after {
    content: attr(data-content);
    position: relative;
    top: -1rem;
    background-color: white;
    border-radius: 0;
    border: 1px solid #eeeeee;
    padding: 1px 9px 1px;
    text-align: center;
    display: inline-block;
    font-size: 85%; }

.checkbox-toggle {
  display: none; }

input.checkbox-toggle:checked + .checkbox-toggle {
  display: block; }

.input-group .input-group-floater {
  position: absolute;
  top: 6px;
  right: 6px; }

.btn-toggle .fa-check {
  color: #e3e3e3; }
.btn-toggle.toggle-on .fa-check {
  color: #06db82; }

.fa-copy.fa-fw.fa-lg {
  font-size: 1.2em; }

.list-group-item.draggable-list-group-item {
  position: relative; }
  .list-group-item.draggable-list-group-item.sortable-ghost {
    background-color: #f8f8f8; }
    .list-group-item.draggable-list-group-item.sortable-ghost .drag-handle {
      background-color: #f8f8f8; }
  .list-group-item.draggable-list-group-item .drag-handle {
    width: 9px;
    height: 50%;
    cursor: move;
    background-color: white;
    background-image: linear-gradient(90deg, #cccccc 50%, rgba(255, 255, 255, 0.5) 50%);
    background-size: 3px 3px;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 25%; }

ol.checklist li.done {
  text-decoration: line-through;
  color: #cccccc; }

table.table-layout {
  width: 100%; }
  table.table-layout td {
    vertical-align: top; }

table.table-padded {
  width: 100%; }
  table.table-padded td {
    padding: 1rem; }

.display-table {
  display: table;
  width: 100%; }
  .display-table .table-cell {
    display: table-cell; }
  .display-table .cell-space {
    padding: 0 10px; }

.radio-reveal .radio-content {
  padding-left: 20px; }

.flex-row {
  display: flex;
  margin-right: -2rem;
  flex-wrap: wrap; }

.flex-col {
  flex: 1;
  margin-right: 2rem; }

.status-dot {
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px; }
  .status-dot.status-critical {
    background-color: #f97416; }
  .status-dot.status-major {
    background-color: #f97416; }
  .status-dot.status-minor {
    background-color: #fecc00; }
  .status-dot.status-none {
    background-color: #06db82; }

.offset-controls i {
  color: #e3e3e3;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }
  .offset-controls i:hover {
    color: #1e1e1e; }

body,
input {
  font-family: "Muli", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px; }

#app-wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0;
  background-color: white; }

#app {
  width: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 80px; }

body {
  padding-right: 20px; }
  body:not(.isIFramed) {
    margin: 0;
    font-size: 16px;
    padding: 1rem; }
  body.isIFramed {
    padding-right: 0;
    line-height: normal; }
    body.isIFramed h1, body.isIFramed h2, body.isIFramed h3, body.isIFramed h4, body.isIFramed h5, body.isIFramed h6, body.isIFramed .h1, body.isIFramed .h2, body.isIFramed .h3, body.isIFramed .h4, body.isIFramed .h5, body.isIFramed .h6 {
      line-height: normal; }
    body.isIFramed h1 {
      font-size: 32px;
      font-weight: 500;
      color: #081731; }
    body.isIFramed .modal-backdrop.in {
      opacity: 0; }
    body.isIFramed .modal-dialog .modal-content {
      box-shadow: 0 4px 88px rgba(0, 0, 0, 0.4), 0 2px 2px 0 rgba(0, 0, 0, 0.2); }
    body.isIFramed .auth-banner {
      display: none; }
    body.isIFramed .header-container {
      margin-top: 0.5em; }
      body.isIFramed .header-container h1, body.isIFramed .header-container h2 {
        margin-top: 0; }
    body.isIFramed .container {
      padding-left: 0;
      padding-right: 0; }
    @media (min-width: 992px) {
      body.isIFramed .container {
        width: auto; } }
    @media (min-width: 768px) {
      body.isIFramed .container {
        width: auto; } }

.secondary-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #f7f7f7;
  height: 54px;
  clear: both; }
  .secondary-row > .container {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .secondary-row > .container > .row {
      flex-grow: 1; }

.page-actions {
  margin-top: 0.75rem; }
  .page-actions .create-announcement {
    margin-right: 15px; }

.main-row {
  background-color: white;
  clear: both; }
  .main-row .toggle-flow-view {
    font-size: 13px;
    color: #4c4c4c;
    cursor: pointer; }
    .main-row .toggle-flow-view:hover {
      color: #277ca0; }

#apc-react-root {
  text-align: center;
  margin-top: -12px;
  position: relative; }
  #apc-react-root .apc-react-body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 768px) {
    #apc-react-root .apc-react-body {
      width: 750px; } }
  @media (min-width: 992px) {
    #apc-react-root .apc-react-body {
      width: 970px; } }
  @media (min-width: 1200px) {
    #apc-react-root .apc-react-body {
      width: 1170px; } }
  #apc-react-root page-container {
    display: block;
    padding-top: 8px; }

.sidebar .affixed-content {
  top: 20px; }
  .sidebar .affixed-content.affix-top {
    position: static; }
  .sidebar .affixed-content > div {
    margin-bottom: 20px; }

@media (min-width: 992px) {
  .sidebar .affixed-content.affix, .sidebar .affixed-content.affix-bottom {
    width: 212px; } }
@media (min-width: 1200px) {
  .sidebar .affixed-content.affix, .sidebar .affixed-content.affix-bottom {
    width: 262.5px; } }
@media (max-width: 991px) {
  .sidebar .affixed-content.affix, .sidebar .affixed-content.affix-top, .sidebar .affixed-content.affix-bottom {
    position: static; } }
.sidebar-content {
  background-color: white;
  padding: 15px; }

.banner {
  padding: 10px 0; }

.btn-ghost {
  color: #848484;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms; }

.btn, a.label {
  transition: all 0.07s ease-out;
  font-weight: 600; }

.btn.copy {
  margin-left: 15px; }

.btn.disabled, .btn-success.disabled {
  opacity: 0.4; }

.btn.btn-sm {
  padding-top: 0.2em;
  padding-bottom: 0.2em; }

.input-group-btn .btn.btn-sm {
  padding-top: 0.4em;
  padding-bottom: 0.3em; }

.text-muted {
  font-weight: 200; }

.text-caption {
  margin-top: 0.25em;
  color: #bbbbbb;
  font-size: 13px;
  font-style: italic; }

label {
  color: #4c4c4c; }

.form-group {
  margin-bottom: 18px; }

.label {
  text-align: center;
  text-transform: uppercase;
  padding: 0.38em 1em 0.32em;
  font-weight: 600;
  font-smoothing: auto;
  -webkit-font-smoothing: auto;
  -mox-osx-font-smoothing: auto;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
  .label .fa {
    position: relative;
    top: -1px;
    font-size: 93%; }

pre {
  border: none; }

.nav-tabs > li a {
  border-width: 2px !important; }
.nav-tabs > li.active a {
  color: #4c4c4c; }
  .nav-tabs > li.active a:hover {
    color: #4c4c4c; }

.dropdown.open .btn-ghost {
  border: 1px solid #e3e3e3 !important;
  color: #848484;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px; }
.dropdown.open .dropdown-menu {
  -webkit-animation: slideDownSubtle 0.15s ease-out;
  animation: slideDownSubtle 0.15s ease-out; }

.dropdown-menu {
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  border: none; }

.background-iframe iframe {
  position: fixed;
  top: 0;
  border: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(/images/backgrounds/cubes.png) repeat center top;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .background-iframe iframe.obscured {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px); }

.full {
  width: 100%; }

.half {
  width: 50%; }

.row-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.row-flex-centered {
  align-items: center; }

.row-flex-justify {
  justify-content: space-between; }

.row-flex-right {
  justify-content: flex-end; }

.item-flex {
  flex: 1; }

.item-flex-double {
  flex: 2; }

.no-padding {
  padding: 0; }

.system-status .alert-warning, .system-status .alert-info {
  text-align: center;
  padding: 20px 0; }

.page-heading {
  display: flex;
  padding: 10px 0 20px; }
  .page-heading .page-heading-title {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .page-heading .page-heading-title h2 {
      padding: 0; }
  .page-heading .page-heading-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center; }

.bigbody {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #f6f7fb;
  z-index: 10; }

.registration-header {
  width: 100%;
  margin-bottom: 20px;
  text-align: center; }
  .registration-header h1 {
    padding-top: 50px; }

.logo-header {
  padding: 40px 0 20px; }

.auth-page.container.row-flex.flex-wrap {
  margin-left: 0;
  margin-right: 0; }

.validation-error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .validation-error .alert {
    margin: 0;
    text-align: center; }

.registration-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  padding: 10px;
  position: relative;
  z-index: 11; }
  .registration-container .panel {
    border-radius: 8px;
    border: none;
    padding: 15px 35px;
    box-shadow: rgba(28, 23, 23, 0.03) 0px 0px 16px; }
    .registration-container .panel button.btn-primary {
      background-color: #5c5cff;
      border-color: #5c5cff;
      border-radius: 8px; }
    .registration-container .panel .form-group {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .registration-container .panel .form-group label {
        color: #576784;
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: normal; }
      .registration-container .panel .form-group input.form-control {
        border: 1px solid #c0c6d9;
        border-radius: 8px; }
      .registration-container .panel .form-group.request-demo {
        flex-direction: row;
        margin-bottom: 5px;
        padding: 0 10px; }
        .registration-container .panel .form-group.request-demo [name='request_demo'] {
          width: 32px;
          height: 30px; }
        .registration-container .panel .form-group.request-demo label {
          width: 300px;
          font-size: 14px;
          text-align: left; }
      .registration-container .panel .form-group.work-email-group:last-child {
        margin-bottom: 0; }
      .registration-container .panel .form-group .single-group input:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
  .registration-container .flex-col {
    min-width: 300px; }
  .registration-container .divider {
    font-weight: 700;
    color: #979eb4;
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.06em; }
  .registration-container .panel .divider {
    color: #bbbbbb; }
  .registration-container .form-login-container {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 6px 0 15px;
    color: #576784; }
    .registration-container .form-login-container a {
      color: #5c5cff;
      font-weight: 700; }
  .registration-container .google-auth {
    display: flex;
    color: #5c5cff;
    align-items: center;
    justify-content: center;
    padding: 11px 12px 9px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border: none; }
    .registration-container .google-auth .g-logo {
      display: flex;
      margin-left: 15px;
      align-items: center; }
      .registration-container .google-auth .g-logo img {
        width: 24px; }
    .registration-container .google-auth span {
      flex-grow: 1;
      font-weight: 600; }
  .registration-container .panel .google-auth {
    margin: 24px; }
  .registration-container .single-group {
    display: flex;
    flex-direction: row;
    width: 100%; }
    .registration-container .single-group input {
      flex-grow: 1; }
    .registration-container .single-group button.btn:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 0 20px;
      margin-left: -2px; }
  .registration-container h1 {
    color: #222a37;
    font-size: 45px;
    margin-bottom: 18px;
    font-weight: 400;
    letter-spacing: -0.02em; }
  .registration-container h2 {
    font-size: 20px;
    color: #556887;
    font-weight: 400; }
  .registration-container .form-control {
    height: 46px;
    color: #4c4c4c !important; }
  .registration-container .login-text-cta {
    font-size: 15px;
    color: #979eb4; }
  .registration-container .signup-terms {
    margin: 0 auto 25px;
    padding: 0 10px;
    color: #979eb4;
    font-size: 14px;
    cursor: default; }
    .registration-container .signup-terms a {
      font-weight: 700;
      color: #979eb4; }
      .registration-container .signup-terms a:hover {
        cursor: pointer; }
  .registration-container .btn.btn-block {
    padding: 14px 20px; }
  .registration-container .registration-marketing {
    padding: 0 24px;
    font-size: 16px; }
    .registration-container .registration-marketing h2 {
      font-weight: 600;
      font-size: 19px;
      margin-bottom: 10px; }
    .registration-container .registration-marketing ul {
      line-height: 2em;
      margin-bottom: 1.5em;
      padding-left: 0; }
      .registration-container .registration-marketing ul li {
        list-style-type: none;
        padding: 0;
        color: white;
        font-weight: 300;
        font-size: 17px; }
        .registration-container .registration-marketing ul li a {
          color: white;
          font-weight: 600; }
        .registration-container .registration-marketing ul li i.fa {
          min-width: 32px;
          font-size: 16px; }
          .registration-container .registration-marketing ul li i.fa.fa-question {
            padding-left: 4px; }
    .registration-container .registration-marketing hr {
      border-color: rgba(255, 255, 255, 0.1); }
    .registration-container .registration-marketing blockquote {
      font-weight: 400;
      font-size: 16px;
      max-width: 300px;
      line-height: 1.6em;
      font-style: italic;
      color: white;
      border: none;
      padding: 0; }
    .registration-container .registration-marketing .profile {
      color: rgba(255, 255, 255, 0.7); }
      .registration-container .registration-marketing .profile img {
        width: 32px;
        border-radius: 100px;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
        float: left;
        margin-right: 10px;
        margin-top: 5px; }
      .registration-container .registration-marketing .profile strong {
        font-weight: 600; }
      .registration-container .registration-marketing .profile em {
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        display: block; }

.panel-body.register-page {
  padding: 28px;
  min-width: 300px; }

.auth-panel {
  min-width: 350px; }

.auth-form .checkbox {
  display: inline-block;
  margin: 0; }
.auth-form .checkbox + .btn-block {
  margin-top: 10px; }

.auth-banner {
  min-height: 50px;
  background-color: white;
  color: #848484;
  margin-top: 6px; }
  .auth-banner .dropdown-menu a[href] {
    color: #848484; }
  .auth-banner .dropdown-menu .divider {
    height: 2px;
    background-color: #e3e3e3; }

.auth-page .registration-body-content {
  margin: 0 auto; }
.auth-page .redirect-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 15, 30, 0.9);
  z-index: 999; }
.auth-page .redirect {
  position: absolute;
  top: 32%;
  z-index: 1000; }
  .auth-page .redirect h2 {
    color: #82d1f9;
    font-size: 22px; }
  .auth-page .redirect p:hover {
    cursor: pointer;
    color: grey; }
.auth-page .logo {
  margin-top: 20px;
  margin-bottom: 40px; }
.auth-page .well {
  color: rgba(103, 121, 126, 0.9);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background: white;
  box-shadow: rgba(28, 23, 23, 0.03) 0px 0px 16px;
  border-radius: 8px; }
  .auth-page .well a[href] {
    color: #67797e; }
  .auth-page .well:hover {
    box-shadow: rgba(28, 23, 23, 0.03) 0px 0px 16px, 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    color: #67797e; }

@media only screen and (max-width: 1040px) {
  #-LAybF61v9hx1sSmdSru {
    display: none; } }
@media only screen and (max-width: 1040px) and (min-width: 476px) {
  .auth-panel {
    min-width: 320px; }

  .full-screen-panel {
    min-width: 475px; } }
@media only screen and (max-width: 475px) {
  .auth-panel {
    min-width: 250px; }

  .reg-panel {
    max-width: 360px;
    padding-left: 0px;
    padding-right: 0px; }

  .panel-body.register-page {
    min-width: 230px; } }


.content-config {
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  max-height: 500px;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .content-config.collapsed {
    overflow: hidden;
    max-height: 0; }
  .content-config .content {
    padding: 15px 0; }


.card-icon {
  height: 1.4em;
  vertical-align: top; }

.panel.panel-plan {
  min-width: 210px;
  position: relative; }
  .panel.panel-plan .panel-heading {
    background-color: #4c4c4c;
    color: white;
    text-transform: uppercase;
    border-width: 2px;
    margin: -2px -2px 0 -2px; }
    .panel.panel-plan .panel-heading h2 {
      letter-spacing: 0.08em;
      font-weight: 300; }
  .panel.panel-plan .panel-callout {
    background-color: #e3e3e3;
    margin: 0 -2px 0 -2px;
    min-height: 100px; }
    .panel.panel-plan .panel-callout h4 {
      font-size: 3em;
      font-weight: 600;
      text-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8); }
      .panel.panel-plan .panel-callout h4 sup {
        font-size: 60%; }
      .panel.panel-plan .panel-callout h4 small {
        color: inherit;
        font-size: 50%; }
    .panel.panel-plan .panel-callout.panel-accent {
      background-color: #06db82;
      margin-top: -2px;
      color: white; }
      .panel.panel-plan .panel-callout.panel-accent h4 {
        text-shadow: 0 0 0.5em #09bb71; }
  .panel.panel-plan .btn-block {
    position: relative;
    width: 100%;
    bottom: 0; }
  .panel.panel-plan .table td {
    font-weight: 400;
    font-size: 16px; }
  .panel.panel-plan .table tr:first-child td {
    border-top: none;
    padding-top: 0; }
  .panel.panel-plan.animated[data-animation-delay='0'] {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .panel.panel-plan.animated[data-animation-delay='1'] {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .panel.panel-plan.animated[data-animation-delay='2'] {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .panel.panel-plan.animated[data-animation-delay='3'] {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .panel.panel-plan.animated[data-animation-delay='4'] {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .panel.panel-plan.animated[data-animation-delay='5'] {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }

#build-published-banner {
  min-height: 29px; }
  #build-published-banner > div {
    font-size: 14px;
    padding: 5px;
    font-weight: 400; }
    #build-published-banner > div a {
      font-weight: 500; }
    #build-published-banner > div.affix {
      top: 0;
      right: 0;
      left: 0;
      z-index: 1000; }
    #build-published-banner > div.build-published-info-content {
      background-color: #def7ff;
      border-bottom: 2px solid #00a2d1;
      color: #006d8c; }
    #build-published-banner > div.build-published-warning-content {
      background-color: #fef6d9;
      border-bottom: 2px solid #eabc00;
      color: #8d7102; }

#build-navigation {
  padding: 10px 0; }
  #build-navigation ul {
    margin-bottom: 0;
    padding: 7px 0; }
  #build-navigation .link {
    color: #bbbbbb; }
    #build-navigation .link:hover {
      color: #848484;
      text-decoration: none; }
  #build-navigation .active-link {
    font-weight: bold;
    color: #1e1e1e; }
    #build-navigation .active-link:hover {
      text-decoration: none; }
  #build-navigation .arrow {
    color: #bbbbbb; }
  #build-navigation .publish-options a.btn:not(:last-child) {
    margin-right: 5px; }

#build-location-bar {
  background-color: #f7f7f7;
  padding: 10px 0; }
  #build-location-bar h5 {
    margin: 0 0 8px; }
  #build-location-bar .input-wrapper {
    background-color: white;
    border: 1px solid #bbbbbb;
    display: table;
    padding: 3px 3px 3px 10px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    #build-location-bar .input-wrapper input {
      background: transparent;
      border: none;
      display: table-cell;
      font-size: 16px;
      outline: none;
      padding: 3px 0;
      width: 100%; }
    #build-location-bar .input-wrapper .indicator {
      display: table-cell;
      width: 24px; }
      #build-location-bar .input-wrapper .indicator a {
        display: block;
        position: relative;
        top: -1px;
        text-align: center; }
      #build-location-bar .input-wrapper .indicator .loading, #build-location-bar .input-wrapper .indicator .navigate {
        display: none; }
      #build-location-bar .input-wrapper .indicator.loading .loading, #build-location-bar .input-wrapper .indicator.navigate .navigate {
        display: inline; }

#build-preview-frame {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #1e1e1e; }
  #build-preview-frame iframe.build-frame, #build-preview-frame iframe.eager-preview-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white; }
  #build-preview-frame .steps {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

.build-bar-setting {
  color: inherit;
  display: inline-block;
  font-weight: inherit;
  margin: 0 5px;
  padding: 10px;
  vertical-align: middle; }
  .build-bar-setting:hover {
    color: inherit;
    text-decoration: none; }
  .build-bar-setting.closed:after {
    color: #e3e3e3;
    content: "\f0d7";
    font-family: "FontAwesome";
    margin-left: 5px; }
  .build-bar-setting.open:after {
    color: #e3e3e3;
    content: "\f0d8";
    font-family: "FontAwesome";
    margin-left: 5px; }
  .build-bar-setting.disabled {
    color: #848484; }

.build-bar-dropdown .build-bar-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  background-color: #f7f7f7;
  min-width: 200px;
  -webkit-box-shadow: 1px 1px 1px rgba(132, 132, 132, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(132, 132, 132, 0.5);
  box-shadow: 1px 1px 1px rgba(132, 132, 132, 0.5);
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }
  .build-bar-dropdown .build-bar-dropdown-content.grid {
    min-width: 180px; }
  .build-bar-dropdown .build-bar-dropdown-content div.window-grid {
    display: flex;
    width: 100%; }
    .build-bar-dropdown .build-bar-dropdown-content div.window-grid div.column {
      display: flex;
      flex-direction: column;
      width: 60px; }
      .build-bar-dropdown .build-bar-dropdown-content div.window-grid div.column label.square {
        display: block;
        width: 50px;
        height: 50px;
        border: 1px solid #e3e3e3;
        background-color: white;
        margin: 5px; }
        .build-bar-dropdown .build-bar-dropdown-content div.window-grid div.column label.square.disabled {
          background-color: #f7f7f7; }
        .build-bar-dropdown .build-bar-dropdown-content div.window-grid div.column label.square:not(.disabled):hover {
          border: 1px solid #5c5cff; }
        .build-bar-dropdown .build-bar-dropdown-content div.window-grid div.column label.square i {
          display: none;
          padding-top: 5px; }
        .build-bar-dropdown .build-bar-dropdown-content div.window-grid div.column label.square input[type="radio"]:checked + i {
          display: block;
          font-family: "FontAwesome";
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; }
        .build-bar-dropdown .build-bar-dropdown-content div.window-grid div.column label.square.selected {
          color: white;
          background-color: #5c5cff; }
          .build-bar-dropdown .build-bar-dropdown-content div.window-grid div.column label.square.selected.disabled {
            background-color: #bbbbbb; }
.build-bar-dropdown:hover {
  background-color: #f7f7f7; }
.build-bar-dropdown:hover .build-bar-dropdown-content {
  display: block; }
.build-bar-dropdown label {
  cursor: pointer;
  display: block;
  font-weight: inherit;
  padding: 10px 15px; }
  .build-bar-dropdown label:hover {
    background-color: #5c5cff;
    color: white; }
  .build-bar-dropdown label.disabled {
    color: #e3e3e3;
    cursor: not-allowed; }
  .build-bar-dropdown label .option-description {
    font-size: small;
    margin: 2px 0 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }
.build-bar-dropdown input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.build-bar-dropdown input[type="radio"]:checked + .option-label::before {
  content: "\f00c";
  float: right;
  font-family: "FontAwesome";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
.build-bar-dropdown .build-bar-dropdown-divider {
  height: 1px;
  width: auto;
  background-color: #dddddd;
  margin-bottom: 5px; }

#build-flow-steps, #build-hotspots {
  display: none; }
  #build-flow-steps.open, #build-hotspots.open {
    display: block; }
  #build-flow-steps .content-thumbnails, #build-hotspots .content-thumbnails {
    margin: 1rem 0; }

#build-preview-frame .skip {
  background-color: #dddddd;
  color: #888888;
  cursor: pointer;
  font-size: 22px;
  line-height: 22px;
  padding: 3px 8px 5px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }
  #build-preview-frame .skip:hover {
    color: #222222;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
#build-preview-frame .left-pattern .skip {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  top: 0; }

.build-content label input[type=radio] {
  margin-right: 10px; }
.build-content .radio:last-child, .build-content .checkbox:last-child {
  margin-bottom: 0; }
.build-content .panel-body .radio:first-child, .build-content .panel-body .checkbox:first-child {
  margin-top: 0; }
.build-content .panel-body .radio:last-child, .build-content .panel-body .checkbox:last-child {
  margin-bottom: 0; }

.category-container {
  margin: 0px; }

.category-button {
  width: 100%;
  height: 30px;
  margin: 5px 0px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: background-color, border-radius;
  -moz-transition-property: background-color, border-radius;
  -o-transition-property: background-color, border-radius;
  transition-property: background-color, border-radius;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms; }
  .category-button.category-selected {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .category-button:first-child {
    margin-top: 0px; }
  .category-button:last-child {
    margin-bottom: 0px; }
  .category-button.category-alpha {
    background-color: #fcaf79; }
    .category-button.category-alpha.category-selected, .category-button.category-alpha:hover {
      background-color: #f97416; }
  .category-button.category-beta {
    background-color: #ffe165; }
    .category-button.category-beta.category-selected, .category-button.category-beta:hover {
      background-color: #fecc00; }
  .category-button.category-gamma {
    background-color: #4dfab2; }
    .category-button.category-gamma.category-selected, .category-button.category-gamma:hover {
      background-color: #06db82; }
  .category-button.category-delta {
    background-color: #4cd7ff; }
    .category-button.category-delta.category-selected, .category-button.category-delta:hover {
      background-color: #00b2e5; }
  .category-button.category-epsilon {
    background-color: #cdb4ef; }
    .category-button.category-epsilon.category-selected, .category-button.category-epsilon:hover {
      background-color: #9460dd; }

.coachmarks-summary .thumbnails-list {
  margin: 0 1rem; }
  .coachmarks-summary .thumbnails-list .thumbnail-item {
    background-color: #f7f7f7;
    border-color: #f4f4f4;
    color: #e3e3e3;
    margin: 0.5rem 1rem 0.5rem 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .coachmarks-summary .thumbnails-list .thumbnail-item.selected {
      background-color: #8f8fff;
      color: white;
      font-weight: bold; }
      .coachmarks-summary .thumbnails-list .thumbnail-item.selected.editable {
        border-right-width: 26px !important; }
      .coachmarks-summary .thumbnails-list .thumbnail-item.selected.placeCoachmark {
        border-right-width: 2px !important; }
    .coachmarks-summary .thumbnails-list .thumbnail-item.nodeMissing {
      background-color: #fa9248;
      border-color: #f97416;
      color: white; }
      .coachmarks-summary .thumbnails-list .thumbnail-item.nodeMissing:hover {
        border-color: #f97416; }
    .coachmarks-summary .thumbnails-list .thumbnail-item span.thumb {
      display: inline-block;
      width: 26px;
      height: 26px;
      line-height: 26px;
      text-align: center; }
    .coachmarks-summary .thumbnails-list .thumbnail-item .thumbnail-controls {
      font-size: small; }

.component-preview {
  border: 1px dashed transparent;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out; }
  .component-preview.hover.editable {
    border-color: rgba(30, 30, 30, 0.9);
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px; }
    .component-preview.hover.editable .hover-controls {
      display: flex;
      z-index: 2;
      -webkit-animation-name: fadeInFromNone;
      animation-name: fadeInFromNone;
      -webkit-animation-duration: 0.2s;
      animation-duration: 0.2s;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  .component-preview.empty {
    border: 1px dashed #e3e3e3;
    display: none;
    margin-bottom: 10px; }
    .component-preview.empty .empty-component {
      color: #e3e3e3;
      cursor: pointer;
      padding: 15px 0; }
  .component-preview.empty.editable {
    display: block; }

appcues cue:hover .add-component, .step cue:hover .add-component {
  display: block; }
appcues cue .empty-state, .step cue .empty-state {
  display: none;
  text-align: center; }
appcues cue .add-component, .step cue .add-component {
  opacity: 0.8;
  transition: opacity 1s;
  margin: 5px 0 -10px;
  position: relative;
  text-align: center;
  z-index: 4;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
  appcues cue .add-component:hover, .step cue .add-component:hover {
    opacity: 1; }
  appcues cue .add-component.open .choose-component-types, .step cue .add-component.open .choose-component-types {
    display: block; }
  appcues cue .add-component .add-icon, .step cue .add-component .add-icon {
    border: 2px dashed #06db82;
    color: #06db82;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    width: 34px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    appcues cue .add-component .add-icon:hover, .step cue .add-component .add-icon:hover {
      border-color: #4c4c4c;
      color: #4c4c4c; }
  appcues cue .add-component .choose-component-types, .step cue .add-component .choose-component-types {
    display: none;
    left: -16px;
    margin-top: -3px;
    position: absolute;
    right: -16px;
    top: 100%;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
    appcues cue .add-component .choose-component-types:after, .step cue .add-component .choose-component-types:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-bottom-color: rgba(30, 30, 30, 0.95);
      border-width: 10px;
      margin-left: -10px;
      margin-bottom: -15px; }
    appcues cue .add-component .choose-component-types img.pacman-icon, .step cue .add-component .choose-component-types img.pacman-icon {
      height: 36px;
      width: 36px;
      margin-bottom: 8px; }

.choose-component-types {
  text-align: center; }
  .choose-component-types .component-types {
    background-color: rgba(30, 30, 30, 0.95);
    position: relative;
    margin: 15px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .choose-component-types .component-types h4 {
      color: inherit;
      font-weight: inherit;
      margin: 0;
      padding-top: 5px; }
    .choose-component-types .component-types a {
      color: #e3e3e3;
      cursor: pointer;
      display: block;
      padding: 15px;
      text-decoration: none;
      line-height: 1.2em;
      -webkit-transition: color 0.2s ease-out;
      -moz-transition: color 0.2s ease-out;
      -o-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
      .choose-component-types .component-types a i {
        display: block;
        font-size: 36px;
        margin-bottom: 8px;
        -webkit-transition: color 0.2s ease-out;
        -moz-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out; }
      .choose-component-types .component-types a:hover {
        color: white; }
        .choose-component-types .component-types a:hover i {
          color: #5c5cff; }

.component-editor-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(30, 30, 30, 0.8);
  z-index: 1000;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

appcues[data-position^="bottom"] .component-editor {
  bottom: 0;
  top: auto; }
appcues[data-position^="bottom"] cue .add-component .choose-component-types {
  top: auto;
  bottom: 100%;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }
  appcues[data-position^="bottom"] cue .add-component .choose-component-types:after {
    transform: rotate(180deg);
    top: 121px;
    bottom: auto; }

appcues[data-pattern-type="shorty"] .component-preview .component-editor-mask {
  display: none; }
appcues[data-pattern-type="shorty"] .component-preview .component-editor {
  margin: auto;
  top: auto;
  bottom: 0;
  box-shadow: 0px 0px 50px black; }
  appcues[data-pattern-type="shorty"] .component-preview .component-editor .preview .apc-img-wrap a img {
    max-height: 200px; }
  appcues[data-pattern-type="shorty"] .component-preview .component-editor .redactor-box .redactor-toolbar li {
    margin: 0 -4px !important; }
    appcues[data-pattern-type="shorty"] .component-preview .component-editor .redactor-box .redactor-toolbar li a {
      font-size: 8pt; }
appcues[data-pattern-type="shorty"] cue .add-component .choose-component-types {
  width: 400px;
  margin-left: -167px; }

.component-editor {
  background-color: white;
  margin: -10px -21px;
  opacity: 0.95;
  margin-bottom: 80px;
  padding: 10px 21px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1001;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }
  .component-editor [contenteditable]:focus, .component-editor [contenteditable]:active, .component-editor [contenteditable=true]:focus, .component-editor [contenteditable=true]:active {
    outline: none;
    border: none; }
  .component-editor [contenteditable][placeholder]:empty:before, .component-editor [contenteditable=true][placeholder]:empty:before {
    content: attr(placeholder);
    opacity: 0.7; }
  .component-editor.editor-component {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .component-editor .redactor-box, .component-editor .redactor-editor {
    background: transparent;
    height: 100%;
    margin: 0; }
    .component-editor .redactor-box .redactor-toolbar, .component-editor .redactor-editor .redactor-toolbar {
      background-color: rgba(30, 30, 30, 0.99);
      height: 40px;
      margin: 0 -21px !important;
      left: 0;
      padding: 0px !important;
      position: absolute;
      right: 0;
      text-align: center;
      top: -50px;
      -webkit-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -moz-border-radius-topleft: 3px;
      -webkit-border-top-left-radius: 3px;
      border-top-left-radius: 3px;
      -moz-border-radius-topright: 3px;
      -webkit-border-top-right-radius: 3px;
      border-top-right-radius: 3px; }
      .component-editor .redactor-box .redactor-toolbar li, .component-editor .redactor-editor .redactor-toolbar li {
        margin: 0 2px !important; }
        .component-editor .redactor-box .redactor-toolbar li a, .component-editor .redactor-editor .redactor-toolbar li a {
          color: #98a3ab !important;
          padding: 12px 10px !important;
          font-family: RedactorFont !important;
          -webkit-transition: background-color 0.1s ease-out;
          -moz-transition: background-color 0.1s ease-out;
          -o-transition: background-color 0.1s ease-out;
          transition: background-color 0.1s ease-out; }
          .component-editor .redactor-box .redactor-toolbar li a:hover, .component-editor .redactor-box .redactor-toolbar li a:hover i:before, .component-editor .redactor-editor .redactor-toolbar li a:hover, .component-editor .redactor-editor .redactor-toolbar li a:hover i:before {
            background-color: #4c4c4c !important;
            color: #98a3ab !important; }
    .component-editor .redactor-box textarea, .component-editor .redactor-editor textarea {
      font-family: "source-code-pro", Menlo, Monaco, Consolas, "Courier New", monospace;
      min-height: 240px;
      padding: 4px 6px;
      resize: vertical; }
  .component-editor .controls {
    background-color: rgba(247, 247, 247, 0.99);
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    padding: 5px;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    .component-editor .controls.no-animation {
      -webkit-animation-name: none;
      animation-name: none;
      -webkit-animation-duration: 0;
      animation-duration: 0; }
    .component-editor .controls .btn {
      margin-left: 5px;
      text-decoration: none; }
      .component-editor .controls .btn.btn-link-danger {
        color: #f97416; }
        .component-editor .controls .btn.btn-link-danger:hover {
          color: #a54704; }

.redactor-toolbar-tooltip {
  margin-top: 7px; }
  .redactor-toolbar-tooltip::before {
    background: transparent;
    border: 6px solid transparent;
    border-bottom-color: black;
    content: "";
    left: calc(50% - 5px);
    margin-top: -10px;
    position: absolute;
    top: 0px;
    z-index: 1053; }

.image-component form.drop-area {
  border: 2px dashed #bbbbbb;
  color: #4c4c4c;
  margin: 15px;
  padding: 40px 0;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out; }
  .image-component form.drop-area.dz-drag-hover {
    border-color: #4c4c4c; }
    .image-component form.drop-area.dz-drag-hover .divider, .image-component form.drop-area.dz-drag-hover .dropzone-btn {
      opacity: 0; }
  .image-component form.drop-area .dz-message {
    display: none; }
  .image-component form.drop-area .message {
    font-size: large; }
  .image-component form.drop-area .divider {
    color: #e3e3e3;
    display: block;
    margin: 15px 0; }
  .image-component form.drop-area .divider, .image-component form.drop-area .dropzone-btn {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
.image-component .uploading {
  color: #e3e3e3;
  padding: 50px;
  text-align: center; }
.image-component .preview {
  margin-bottom: 5px; }
.image-component .settings {
  padding: 10px; }
  .image-component .settings .row {
    margin-bottom: 5px; }

.video-component .tips {
  padding: 5px; }
  .video-component .tips ul {
    list-style: none;
    padding-left: 0; }
.video-component .embed-code label {
  font-weight: normal; }
.video-component .embed-code textarea {
  font-family: "source-code-pro", Menlo, Monaco, Consolas, "Courier New", monospace;
  resize: vertical;
  white-space: pre; }

.appcues-style {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-size: 14px; }

.content-list img.captain-cues {
  margin: 60px 0 20px; }
.content-list h4.accent {
  font-size: 18px;
  color: #5c5cff;
  margin: 10px 0 20px; }
.content-list .create-button {
  padding: 10px 40px; }
.content-list .help-section {
  margin: 60px 0 20px; }
  .content-list .help-section .well {
    box-shadow: none;
    display: inline-block;
    padding: 10px 40px;
    background-color: #f7f7f7;
    border: 0.5px solid #dddddd; }
    .content-list .help-section .well h5 {
      font-size: 16px;
      font-weight: 400; }
      .content-list .help-section .well h5 i.accent {
        font-size: 14px;
        color: #5c5cff;
        margin-right: 4px; }
    .content-list .help-section .well .list-links {
      margin: 15px 0 10px; }
      .content-list .help-section .well .list-links a {
        margin: 0 10px; }
.content-list .footer-section {
  margin-top: 30px; }

.content-group div.group-header {
  margin: 0 0 1rem;
  position: relative;
  cursor: pointer; }
  .content-group div.group-header > h4 {
    background-color: white;
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #bbbbbb;
    letter-spacing: 0.05em;
    transition: color 0.2s ease; }
  .content-group div.group-header:hover h4 {
    color: #848484; }
  .content-group div.group-header span.fa-chevron-down, .content-group div.group-header span.fa-chevron-right {
    font-size: 80%;
    vertical-align: text-top;
    line-height: 1.4em;
    margin-right: 0.5em; }
  .content-group div.group-header:before {
    content: "";
    background-color: #f4f4f4;
    height: 2px;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    border-radius: 3px; }
  .content-group div.group-header > small {
    line-height: 1.5em;
    position: relative;
    display: inline-block;
    background-color: white;
    padding-left: 10px; }
    .content-group div.group-header > small > span, .content-group div.group-header > small > a {
      border: 2px solid #e3e3e3;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      padding: 2px 8px 2px;
      font-size: 11px;
      color: #4c4c4c;
      line-height: 1rem;
      display: inline-block;
      height: 23px; }
    .content-group div.group-header > small > a {
      font-size: 16px; }
      .content-group div.group-header > small > a:hover {
        color: #5c5cff;
        text-decoration: none;
        border-color: #5c5cff; }
.content-group .drop-zone {
  display: none; }
.content-group:hover .drop-zone {
  content: "test";
  display: block;
  min-height: 100px;
  border: 3px dashed #e3e3e3;
  text-align: center; }

.hotspots-alert {
  color: #f97416; }

.content-table {
  margin-bottom: 30px;
  vertical-align: top; }
  .content-table .one-liner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block; }
  .content-table tr {
    transition: background-color 300ms;
    border-bottom: 2px solid #f4f4f4;
      border-bottom--webkit-transition: background-color 0.15s ease;
      border-bottom--moz-transition: background-color 0.15s ease;
      border-bottom--o-transition: background-color 0.15s ease;
      border-bottom-transition: background-color 0.15s ease; }
    .content-table tr:hover {
      background-color: #f4f4f4; }
    .content-table tr.deleting {
      background-color: #fff1e8; }
    .content-table tr.archiving {
      background-color: #fef6d9; }
    .content-table tr.unarchiving {
      background-color: #def7ff; }
    .content-table tr.cloning {
      background-color: #defaee; }
    .content-table tr:last-child {
      border-bottom: 0; }
    .content-table tr .on-hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .content-table tr:hover .on-hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    .content-table tr td {
      padding-top: 20px;
      padding-bottom: 20px; }
      .content-table tr td .hint--bottom:before, .content-table tr td .hint--bottom:after {
        left: 30%; }
      .content-table tr td a {
        color: inherit; }
        .content-table tr td a:hover {
          color: #5c5cff;
          text-decoration: none; }
    .content-table tr td.icon {
      padding: 0.75rem 1rem;
      text-align: center;
      width: 90px; }
    .content-table tr td.details h3 {
      font-size: 18px;
      margin: 0 0 10px; }
    .content-table tr td.details .img-avatar {
      margin-right: 8px; }
    .content-table tr td.details small {
      font-size: 13px;
      font-weight: 400; }
    .content-table tr td.stats, .content-table tr td.target, .content-table tr td.status {
      width: 115px; }
    .content-table tr td.status .label {
      display: inline-block;
      min-width: 70px; }
    .content-table tr td.action {
      width: 30px;
      font-size: 16px; }
      .content-table tr td.action a {
        color: inherit; }
        .content-table tr td.action a:hover {
          color: #5c5cff; }
      .content-table tr td.action a[data-action=archive]:hover {
        color: #973f02; }
      .content-table tr td.action .on-hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
        opacity: 0.15; }
    .content-table tr:hover td.action .on-hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

.category-areas {
  display: none; }
  .category-areas .category-area {
    background-color: #f7f7f7;
    border: 2px dashed #e3e3e3;
    min-height: 80px;
    padding: 20px 0 10px;
    width: 100%;
    position: relative;
    z-index: 999999; }
    .category-areas .category-area:before {
      color: #e3e3e3;
      content: attr(data-label);
      position: absolute;
      text-align: center;
      font-size: inherit;
      top: 10px;
      width: 100%;
      -webkit-transition: background-color 0.1s ease-out;
      -moz-transition: background-color 0.1s ease-out;
      -o-transition: background-color 0.1s ease-out;
      transition: background-color 0.1s ease-out;
      -webkit-transition: top 0.1s ease-out;
      -moz-transition: top 0.1s ease-out;
      -o-transition: top 0.1s ease-out;
      transition: top 0.1s ease-out;
      -webkit-transition: font-size 0.1s ease-out;
      -moz-transition: font-size 0.1s ease-out;
      -o-transition: font-size 0.1s ease-out;
      transition: font-size 0.1s ease-out; }
    .category-areas .category-area:empty {
      background-color: white; }
    .category-areas .category-area:empty:before {
      content: attr(data-empty-label);
      font-size: large;
      line-height: 1em;
      margin-top: -0.5em;
      top: 50%; }

.col-top-padding {
  padding-top: 7px; }

.create-content {
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-y: auto;
  text-align: center;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px; }
  .create-content .pattern-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .create-content .pattern-group .pattern-type {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: calc(20% - 20px);
      min-width: 200px;
      border: 2px solid #e3e3e3;
      background-color: white;
      border-radius: 4px;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      padding: 15px;
      margin: 0 10px 20px; }
      .create-content .pattern-group .pattern-type p {
        flex-grow: 1;
        font-weight: 200;
        line-height: 1.3em;
        margin: 0.25em 0 1.25em; }
  .create-content .close {
    font-size: 50px;
    color: #1e1e1e;
    position: absolute;
    padding: 20px;
    right: 20px;
    top: 10px;
    opacity: 0.4; }
    .create-content .close:hover {
      opacity: 1; }
  .create-content .templates {
    margin-top: 30px; }
    .create-content .templates li a {
      border: 1px solid transparent;
      border-bottom: 1px solid #e3e3e3;
      color: inherit;
      display: block;
      position: relative;
      padding: 15px; }
      .create-content .templates li a:hover, .create-content .templates li a:active, .create-content .templates li a:focus {
        border: 1px solid #5c5cff;
        background-color: #f7f7f7;
        color: inherit;
        text-decoration: none; }
        .create-content .templates li a:hover .btn-outline-primary, .create-content .templates li a:active .btn-outline-primary, .create-content .templates li a:focus .btn-outline-primary {
          border-color: #5c5cff;
          background-color: #5c5cff;
          color: white; }
      .create-content .templates li a h4 {
        margin: 0 0 5px; }
      .create-content .templates li a p {
        margin: 0; }

.edit-flow {
  height: 100%; }

.content-config {
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  max-height: 500px;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .content-config.collapsed {
    overflow: hidden;
    max-height: 0; }
  .content-config .content {
    padding: 15px 0; }

.edit-hotspots {
  height: 100%; }

.content-config {
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  max-height: 500px;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .content-config.collapsed {
    overflow: hidden;
    max-height: 0; }
  .content-config .content {
    padding: 15px 0; }

.hotspots-navigate-bar {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #b0b0b0;
  -webkit-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.5); }
  .hotspots-navigate-bar.edit-mode-off {
    background-color: #f97416;
    cursor: pointer;
    color: #e3e3e3; }
    .hotspots-navigate-bar.edit-mode-off .indicators {
      display: none; }
  .hotspots-navigate-bar.edit-mode-on {
    background-color: #1e1e1e; }
  .hotspots-navigate-bar a.where {
    color: #cacaca; }
  .hotspots-navigate-bar a.switch-to-navigate {
    color: #b0b0b0;
    font-size: 18px;
    float: right;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    .hotspots-navigate-bar a.switch-to-navigate:hover {
      color: #e3e3e3; }
  .hotspots-navigate-bar .indicators {
    display: inline-block;
    margin-left: 25px; }
    .hotspots-navigate-bar .indicators .hotspot-indicator {
      display: inline-block;
      height: 1em;
      margin: 0 3px;
      position: relative;
      top: 2px;
      width: 1em;
      -webkit-border-radius: 1em;
      -moz-border-radius: 1em;
      -ms-border-radius: 1em;
      -o-border-radius: 1em;
      border-radius: 1em;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      .hotspots-navigate-bar .indicators .hotspot-indicator.empty {
        border: 1px dotted #e3e3e3; }
      .hotspots-navigate-bar .indicators .hotspot-indicator.active {
        background-color: #ff765c; }
      .hotspots-navigate-bar .indicators .hotspot-indicator.error {
        background-color: #fecc00; }
      .hotspots-navigate-bar .indicators .hotspot-indicator .details {
        background-color: white;
        border: 1px solid #b4bcc2;
        display: none;
        font-size: 12px;
        line-height: 20px;
        padding: 5px;
        text-align: center;
        width: 150px;
        position: absolute;
        bottom: 100%;
        margin-bottom: 10px;
        left: 50%;
        margin-left: -75px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
        .hotspots-navigate-bar .indicators .hotspot-indicator .details:before {
          left: 50%;
          margin-left: -10px;
          top: 100%;
          position: absolute;
          width: 0;
          height: 0;
          content: "";
          z-index: 2;
          border-top: 10px solid #b4bcc2;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent; }
      .hotspots-navigate-bar .indicators .hotspot-indicator:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
        .hotspots-navigate-bar .indicators .hotspot-indicator:hover div.details {
          display: block; }

.edit-info {
  padding: 10px 0; }
  .edit-info header, .edit-info .buttons {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap; }
  .edit-info header {
    padding: 0;
    width: 100%; }
    .edit-info header input {
      width: 100%; }
    .edit-info header + .buttons {
      padding-left: 10px; }
  .edit-info .publish-btn-wrapper {
    display: inline-block;
    position: relative; }
    .edit-info .publish-btn-wrapper .publish-btn.with-warnings {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
      opacity: 0.65; }
    .edit-info .publish-btn-wrapper .error-count {
      background-color: #ec7364;
      border-radius: 16px;
      color: white;
      font-size: 11px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      width: 16px;
      position: absolute;
      top: -4px;
      right: -4px;
      -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-animation-duration: 0.25s;
      animation-duration: 0.25s;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }
    .edit-info .publish-btn-wrapper .error-checklist-wrapper {
      display: none;
      padding-top: 10px;
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 1100; }
    .edit-info .publish-btn-wrapper:hover .error-checklist-wrapper {
      display: block; }
    .edit-info .publish-btn-wrapper .error-checklist {
      background-color: white;
      border: 1px solid gainsboro;
      border-radius: 5px;
      position: relative;
      width: 320px;
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
      .edit-info .publish-btn-wrapper .error-checklist:after {
        bottom: 100%;
        right: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(149, 213, 164, 0);
        border-bottom-color: gainsboro;
        border-width: 10px; }
      .edit-info .publish-btn-wrapper .error-checklist ol {
        margin: 0; }
        .edit-info .publish-btn-wrapper .error-checklist ol li {
          border-top: 1px solid #eeeeee;
          padding: 10px; }
          .edit-info .publish-btn-wrapper .error-checklist ol li h5 {
            font-weight: bold;
            margin: 0 0 5px; }
          .edit-info .publish-btn-wrapper .error-checklist ol li p {
            font-size: small;
            margin: 0;
            white-space: normal; }

.content-config {
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  max-height: 500px;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .content-config.collapsed {
    overflow: hidden;
    max-height: 0; }
  .content-config .content {
    padding: 15px 0; }

.redactor-box {
  border: none; }
  .redactor-box .redactor-editor {
    padding: 0;
    line-height: inherit; }

.redactor-toolbar, .redactor-editor {
  box-shadow: none;
  border: none; }

.redactor-toolbar {
  background: none; }
  .redactor-box .redactor-toolbar {
    border: none;
    padding-left: 0 !important;
    margin-bottom: 10px !important; }
  .redactor-toolbar li.redactor-toolbar-separator {
    margin: 4px 9px !important;
    border-right: none;
    height: 24px;
    border-left: 1px solid #d8d8d8; }
  .redactor-toolbar li a {
    color: #b0b0b0;
    border: none;
    padding: 9px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color; }
    .redactor-box:hover .redactor-toolbar li a {
      color: #b0b0b0; }
    .redactor-toolbar li a:hover, .redactor-toolbar li a.redactor-act {
      background-color: aliceblue;
      color: #1e1e1e !important; }

.re-filepicker:before {
  content: "\e60f"; }

.controls {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .controls .warning-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    color: #e54531;
    opacity: 0; }

.extend-trial-container {
  text-align: center; }
  .extend-trial-container .extend-trial-message {
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px; }
    .extend-trial-container .extend-trial-message .small-text {
      font-size: 14px;
      color: #848484; }

.floating-cta {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 400px;
  -webkit-box-shadow: 0 -20px 20px white;
  -moz-box-shadow: 0 -20px 20px white;
  box-shadow: 0 -20px 20px white; }
  .floating-cta .panel {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .floating-cta .profile-info {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    text-align: center; }
    .floating-cta .profile-info img {
      margin: 0 5px;
      border: 1px solid #cccccc;
      vertical-align: top;
      background: white; }
    .floating-cta .profile-info > span {
      margin-top: 45px;
      display: inline-block; }
    .floating-cta .profile-info + .message-body {
      margin-top: 25px; }
  .floating-cta .message-body {
    margin-bottom: 20px; }
  .floating-cta .powered-by {
    position: absolute;
    bottom: 10px;
    right: 10px; }

.flow-summary {
  color: #4a5353;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  .opened.flow-summary {
    color: rgba(74, 83, 83, 0.5); }

.flow-summary .flow-setting {
  color: #4a5353;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  position: relative; }
  .flow-summary .open-panel.flow-setting {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .flow-summary .with-error.flow-setting {
    position: relative; }
    .flow-summary .with-error.flow-setting:after {
      top: 100%;
      margin-top: -5px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(179, 78, 77, 0);
      border-bottom-color: #b34e4d;
      border-width: 10px;
      margin-left: -10px; }

.flow-summary.opened .flow-setting {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: rgba(74, 83, 83, 0.5);
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .flow-summary.opened .flow-setting:hover, .flow-summary.opened .active.flow-setting {
    border-bottom-color: rgba(0, 0, 0, 0.7);
    color: #4a5353; }

.pattern-choice, .skippable-choice, .frequency-choice {
  padding: 20px;
  text-align: left; }
  .pattern-choice .choice-label, .skippable-choice .choice-label, .frequency-choice .choice-label {
    font-size: 16px;
    height: 34px;
    line-height: 34px; }
  .pattern-choice .icon, .skippable-choice .icon, .frequency-choice .icon {
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    height: 35px;
    margin-right: 15px;
    position: relative;
    width: 55px; }
    .pattern-choice .icon .fill, .skippable-choice .icon .fill, .frequency-choice .icon .fill {
      background-color: white;
      position: absolute; }

.pattern-choice .icon.pattern-icon-left .fill, .skippable-choice .icon.pattern-icon-left .fill, .frequency-choice .icon.pattern-icon-left .fill {
  bottom: 0;
  left: 0;
  right: 65%;
  top: 0; }
.pattern-choice .icon.pattern-icon-modal .fill, .skippable-choice .icon.pattern-icon-modal .fill, .frequency-choice .icon.pattern-icon-modal .fill {
  border-radius: 2px;
  bottom: 20%;
  left: 20%;
  right: 20%;
  top: 20%; }
.pattern-choice .icon.pattern-icon-full .fill, .skippable-choice .icon.pattern-icon-full .fill, .frequency-choice .icon.pattern-icon-full .fill {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.footer-container {
  background-color: #4c4c4c;
  height: 100%; }

.foot {
  color: #e3e3e3;
  padding-top: 10px;
  padding-bottom: 5px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .foot a {
    color: #e3e3e3; }
    .foot a:hover {
      color: #bbbbbb; }

.footer-stats .breadcrumb {
  background-color: transparent;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }

select, select.form-control, .selectize-control.single .selectize-input {
  background-image: url(/images/dropdown-caret-down.png);
  background-size: 0.7rem;
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand, select.form-control::-ms-expand, .selectize-control.single .selectize-input::-ms-expand {
    display: none; }
  select:active, select.dropdown-active, select.input-active, select.form-control:active, select.form-control.dropdown-active, select.form-control.input-active, .selectize-control.single .selectize-input:active, .selectize-control.single .selectize-input.dropdown-active, .selectize-control.single .selectize-input.input-active {
    background: url(/images/dropdown-caret-up.png) !important;
    background-size: 0.7rem !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important; }

.selectize-input.focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.input-colorpicker-group .input-group-addon i {
  vertical-align: middle; }

.input-rangeslider {
  width: 100%; }
  .input-rangeslider .rangeslider {
    height: 10px;
    margin-top: 10px;
    background: #e3e3e3;
    box-shadow: none;
    border-radius: 3px; }
    .input-rangeslider .rangeslider .rangeslider__fill {
      background-color: #5c5cff;
      box-shadow: none;
      border-radius: 3px; }
  .input-rangeslider .rangeslider__handle {
    height: 20px;
    top: -5px;
    border-radius: 3px;
    box-shadow: 0 0 0 2px white;
    background: #f4f4f4;
    border: 2px solid #d9d9d9; }
    .input-rangeslider .rangeslider__handle:after {
      background: 0; }

.hilighter {
  padding: 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #e3e3e3;
  color: #1e1e1e; }
  .hilighter.hilighter-success {
    background-color: #defaee;
    color: #09bb71; }
  .hilighter.hilighter-info {
    background-color: #def7ff;
    color: #006d8c; }
  .hilighter.hilighter-warning {
    background-color: #fef6d9;
    color: #8d7102; }
  .hilighter.hilighter-danger {
    background-color: #fff1e8;
    color: #f97416; }

.hotspot-summary {
  color: #4a5353;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  .opened.hotspot-summary {
    color: rgba(74, 83, 83, 0.5); }

.hotspot-summary .hotspots-setting {
  color: #4a5353;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  position: relative; }
  .hotspot-summary .open-panel.hotspots-setting {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .hotspot-summary .with-error.hotspots-setting {
    position: relative; }
    .hotspot-summary .with-error.hotspots-setting:after {
      top: 100%;
      margin-top: -5px;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(179, 78, 77, 0);
      border-bottom-color: #b34e4d;
      border-width: 10px;
      margin-left: -10px; }

.hotspot-summary.opened .hotspots-setting {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: rgba(74, 83, 83, 0.5);
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .hotspot-summary.opened .hotspots-setting:hover, .hotspot-summary.opened .active.hotspots-setting {
    border-bottom-color: rgba(0, 0, 0, 0.7);
    color: #4a5353; }

.dismissable-choice, .frequency-choice {
  padding: 20px;
  text-align: left; }
  .dismissable-choice .choice-label, .frequency-choice .choice-label {
    font-size: 16px;
    height: 34px;
    line-height: 34px; }
  .dismissable-choice .icon, .frequency-choice .icon {
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    height: 35px;
    margin-right: 15px;
    position: relative;
    width: 55px; }
    .dismissable-choice .icon .fill, .frequency-choice .icon .fill {
      background-color: white;
      position: absolute; }

.hotspots {
  height: 100%; }
  .published.hotspots .preview-area {
    margin-top: 0;
    padding-top: 0; }
    .published.hotspots .preview-area .frame-wrapper, .published.hotspots .preview-area .mask {
      top: 0; }
  .hotspots .preview-area {
    min-height: 100%;
    position: relative;
    z-index: 8; }
    .hotspots .preview-area .frame-wrapper, .hotspots .preview-area .mask {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .hotspots .preview-area .frame-wrapper iframe {
      background-color: white;
      border: none;
      width: 100%;
      height: 100%;
      display: block; }
    .hotspots .preview-area .mask {
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out;
      -webkit-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.2);
      box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.2); }
  .fullscreen-pattern.hotspots .preview-area .mask {
    background-color: #eeeeee; }

.sub-header {
  display: inline-flex;
  margin: 25px;
  color: white;
  font-size: 18px; }

.ideas-inspiration-content {
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: white; }
  .ideas-inspiration-content .article-content {
    display: block;
    width: 900px;
    margin: 30px auto; }
    .ideas-inspiration-content .article-content h3 {
      margin-bottom: 16px; }
    .ideas-inspiration-content .article-content p {
      max-width: 500px;
      margin: 10px auto 3px; }
    .ideas-inspiration-content .article-content .slideshow .button-container {
      display: inline-flex;
      margin-top: 20px; }
      .ideas-inspiration-content .article-content .slideshow .button-container.left-button {
        float: left;
        margin-left: 25px; }
      .ideas-inspiration-content .article-content .slideshow .button-container.right-button {
        float: right;
        margin-right: 25px; }
      .ideas-inspiration-content .article-content .slideshow .button-container button {
        height: 350px;
        width: 35px;
        background-color: transparent;
        border: transparent;
        color: grey;
        font-size: 26px; }
        .ideas-inspiration-content .article-content .slideshow .button-container button:hover {
          background-color: rgba(184, 184, 184, 0.35);
          cursor: pointer; }
        .ideas-inspiration-content .article-content .slideshow .button-container button:focus {
          outline: grey; }
    .ideas-inspiration-content .article-content .slideshow .img-container {
      display: inline-flex;
      padding: 16px 10px;
      max-width: 85%;
      overflow: hidden; }
      .ideas-inspiration-content .article-content .slideshow .img-container img {
        height: 400px;
        box-shadow: 2px 3px 8px 2px rgba(0, 0, 0, 0.3); }

.cta-button-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 55px; }
  .cta-button-container .apc-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 40px;
    padding: 0 20px;
    margin: 0 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer; }
    .cta-button-container .apc-button.quickstart-menu {
      width: 227px;
      border: transparent;
      background-color: #009ceb;
      color: white; }
      .cta-button-container .apc-button.quickstart-menu:hover {
        background-color: #007fbf; }
    .cta-button-container .apc-button:focus {
      outline: #007fbf; }

.install-container h3, .install-guide-section h3, .invite-dev-container h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px; }
.install-container h4, .install-guide-section h4, .invite-dev-container h4 {
  font-weight: 600; }

.guide {
  margin-bottom: 20px; }
  .guide .invite-dev-container .invite-section {
    margin: 40px 0; }
    .guide .invite-dev-container .invite-section #invite {
      display: flex;
      width: 100%;
      margin-bottom: 10px; }
      .guide .invite-dev-container .invite-section #invite .form-group {
        margin-right: 8px;
        flex-grow: 1; }
        .guide .invite-dev-container .invite-section #invite .form-group.email-group {
          flex-grow: 1.5; }
        .guide .invite-dev-container .invite-section #invite .form-group label {
          display: block;
          font-weight: 600;
          color: #848484; }
        .guide .invite-dev-container .invite-section #invite .form-group input {
          width: 100%; }
    .guide .invite-dev-container .invite-section .open-mailto {
      min-width: 213px; }
    .guide .invite-dev-container .invite-section .email-body {
      padding: 10px;
      margin-bottom: 10px; }
    .guide .invite-dev-container .invite-section p.invite-desc {
      color: #7b8a8b;
      font-size: 15px; }
    .guide .invite-dev-container .invite-section p.preview {
      display: inline;
      cursor: pointer;
      color: #35aae6; }
  .guide .invite-dev-container .share {
    margin-left: 5px;
    padding: 5px 10px;
    background-color: #f5f2f0;
    text-align: center;
    cursor: pointer; }
    .guide .invite-dev-container .share input {
      width: 305px;
      margin-left: 5px;
      border: none;
      background-color: #f5f2f0; }
  .guide .invite-dev-container .fa-check {
    margin: 3px 5px;
    opacity: 0; }
  .guide .invite-dev-container .send-instructions {
    display: flex;
    padding-bottom: 20px; }
    .guide .invite-dev-container .send-instructions .send-instructions-btn {
      width: 175px; }
  .guide .invite-dev-container .preview-backdrop {
    min-height: 400px;
    background-color: #f5f2f0;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 30px 0; }
    .guide .invite-dev-container .preview-backdrop .preview-controls {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 20px;
      cursor: pointer; }
      .guide .invite-dev-container .preview-backdrop .preview-controls .fa {
        margin-left: 5px; }
    .guide .invite-dev-container .preview-backdrop .preview-email {
      min-height: 300px;
      width: 80%;
      background-color: white;
      border: 1px solid #f5f2f0;
      border-radius: 3px;
      padding: 20px; }
      .guide .invite-dev-container .preview-backdrop .preview-email .preview-close {
        position: absolute;
        bottom: 20px;
        right: 20px; }
  .guide .invite-dev-container form#email {
    margin: 10px 0; }
  .guide .invite-dev-container .invite-section-cta {
    margin: 25px;
    padding: 12px 25px 25px;
    background-color: #f5f2f0; }
    .guide .invite-dev-container .invite-section-cta h4 {
      font-weight: 600; }
  .guide .invite-dev-container .alert-block {
    display: inline-block;
    width: 75%;
    margin-top: 10px;
    font-size: 14px;
    vertical-align: middle; }
    .guide .invite-dev-container .alert-block .error-message {
      color: red;
      font-style: italic; }
    .guide .invite-dev-container .alert-block .success-message {
      color: green;
      font-style: italic; }
  .guide .install-guide .install-guide-section {
    margin: 45px 0; }
    .guide .install-guide .install-guide-section h4.panel-title {
      margin-bottom: 10px; }
    .guide .install-guide .install-guide-section p {
      color: #7b8a8b;
      line-height: 1.5em;
      margin-bottom: 1.25em;
      max-width: 700px; }
    .guide .install-guide .install-guide-section > pre {
      margin-bottom: 1.25rem; }
      .guide .install-guide .install-guide-section > pre > code {
        padding: 1rem;
        overflow: auto !important;
        font-family: "source-code-pro", Menlo, Monaco, Consolas, "Courier New", monospace;
        color: #4e4d4c; }
    .guide .install-guide .install-guide-section code {
      margin: 0 0.2em 0 0.3em; }
  .guide .install-guide .installation-options {
    display: flex;
    justify-content: space-between; }
    .guide .install-guide .installation-options .install-options-container {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      margin-right: -10px; }
      .guide .install-guide .installation-options .install-options-container .install-option-button {
        display: flex;
        align-items: center;
        width: 47%;
        padding: 15px 10px 15px 25px;
        margin: 0 15px 15px 0;
        border: 1px solid lightgrey;
        border-radius: 4px;
        color: #7b8a8b;
        cursor: pointer; }
        .guide .install-guide .installation-options .install-options-container .install-option-button.selected-install {
          border-color: #2ca6e5;
          background-color: #2ca6e5;
          color: white; }
        .guide .install-guide .installation-options .install-options-container .install-option-button .install-icon {
          display: grid;
          font-size: 26px;
          margin-right: 10px;
          width: 25px;
          height: 25px; }

.checklist table {
  font-size: 16px; }
  .checklist table td.icon {
    text-align: center;
    width: 40px; }
  .checklist table td.description .property-keys {
    font-size: small;
    margin: 10px 0 0; }
    .checklist table td.description .property-keys ul li {
      display: inline-block; }
      .checklist table td.description .property-keys ul li span {
        background-color: #eeeeee;
        padding: 2px 8px;
        margin: 3px;
        border-radius: 2px; }

.installation-status td.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 !important;
  width: 80px; }
.installation-status td.user-details {
  padding: 15px 10px !important;
  font-size: 16px; }
.installation-status td.main {
  padding: 12px 10px 10px !important; }
  .installation-status td.main h5 {
    font-size: 16px;
    margin: 0; }
    .installation-status td.main h5 a {
      color: inherit; }
.installation-status td.stats {
  padding-top: 18px !important;
  text-align: center;
  width: 50px; }
.installation-status td.indicators {
  padding: 18px 0 !important;
  width: 80px; }
.installation-status td.published-flag {
  padding: 18px 10px !important;
  text-align: right;
  width: 70px; }

.integration-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  margin-right: -2%; }

.integration-panel {
  flex-basis: 23%;
  margin-right: 2%;
  min-height: 110px; }
  .integration-panel.enabled {
    border: 1px solid #23c74e;
    box-shadow: inset 0 0 0 2px #23c74e; }

.integration-panel-body {
  height: 100%;
  position: relative;
  padding: 0 15px; }

.integration .integration-logo img {
  padding: 0 5px; }
.integration .btn.active {
  cursor: default; }
.integration a.cancel-configuration {
  position: absolute;
  right: 0;
  top: 0; }

.integration-panel-body {
  padding: 10px !important; }
  .integration-panel-body .integration-logo {
    transition: opacity 0.3s ease; }
  .integration-panel-body .integration-action {
    position: absolute;
    left: 20px;
    right: 20px;
    width: auto;
    top: 50%;
    margin-top: -16px;
    transition: opacity 0.3s ease;
    opacity: 0; }
  .integration-panel-body:hover .integration-logo, .integration-panel-body .integration.pending .integration-logo, .integration-panel-body .integration.configuring .integration-logo {
    opacity: 0.1; }
  .integration-panel-body:hover .integration-action, .integration-panel-body .integration.pending .integration-action, .integration-panel-body .integration.configuring .integration-action {
    opacity: 1; }
  .integration-panel-body .integration.configuring {
    padding-bottom: 54px; }
    .integration-panel-body .integration.configuring .integration-action {
      top: 30px; }
  .integration-panel-body p.text-success {
    font-size: 14px; }

.list-info {
  padding: 10px 0; }
  .list-info header, .list-info .buttons {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap; }
  .list-info header {
    padding: 0;
    width: 100%; }
    .list-info header input {
      width: 100%; }
    .list-info header + .buttons {
      padding-left: 10px; }
  .list-info .publish-btn-wrapper {
    display: inline-block;
    position: relative; }
    .list-info .publish-btn-wrapper .publish-btn.with-warnings {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
      opacity: 0.65; }
    .list-info .publish-btn-wrapper .error-count {
      background-color: #ec7364;
      border-radius: 16px;
      color: white;
      font-size: 11px;
      height: 16px;
      line-height: 16px;
      text-align: center;
      width: 16px;
      position: absolute;
      top: -4px;
      right: -4px;
      -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      -webkit-animation-duration: 0.25s;
      animation-duration: 0.25s;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out; }
    .list-info .publish-btn-wrapper .error-checklist-wrapper {
      display: none;
      padding-top: 10px;
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 1100; }
    .list-info .publish-btn-wrapper:hover .error-checklist-wrapper {
      display: block; }
    .list-info .publish-btn-wrapper .error-checklist {
      background-color: white;
      border: 1px solid gainsboro;
      border-radius: 5px;
      position: relative;
      width: 320px;
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
      .list-info .publish-btn-wrapper .error-checklist:after {
        bottom: 100%;
        right: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(149, 213, 164, 0);
        border-bottom-color: gainsboro;
        border-width: 10px; }
      .list-info .publish-btn-wrapper .error-checklist ol {
        margin: 0; }
        .list-info .publish-btn-wrapper .error-checklist ol li {
          border-top: 1px solid #eeeeee;
          padding: 10px; }
          .list-info .publish-btn-wrapper .error-checklist ol li h5 {
            font-weight: bold;
            margin: 0 0 5px; }
          .list-info .publish-btn-wrapper .error-checklist ol li p {
            font-size: small;
            margin: 0;
            white-space: normal; }

.content-config {
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.1);
  max-height: 500px;
  -webkit-transition: max-height 0.2s ease-out;
  -moz-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .content-config.collapsed {
    overflow: hidden;
    max-height: 0; }
  .content-config .content {
    padding: 15px 0; }

.list-info {
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .list-info .list-filters .filters-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    .list-info .list-filters .filters-nav > li {
      white-space: nowrap;
      line-height: inherit;
      padding-right: 1rem; }
  .list-info .list-filters li.dropdown a.dropdown-toggle {
    color: #848484;
    font-weight: 600;
    display: flex;
    align-items: center;
    line-height: inherit;
    margin-left: 10px;
    padding: 0; }
    .list-info .list-filters li.dropdown a.dropdown-toggle span.filtered {
      font-weight: bold;
      color: #4c4c4c; }
    .list-info .list-filters li.dropdown a.dropdown-toggle:hover, .list-info .list-filters li.dropdown a.dropdown-toggle:focus {
      color: #1e1e1e;
      text-decoration: none; }
  .list-info .list-filters .search {
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    position: relative;
    top: 2px; }
    .list-info .list-filters .search i {
      color: #848484; }
    .list-info .list-filters .search label:hover + input {
      border-bottom: 1px dashed #e3e3e3; }
    .list-info .list-filters .search [name=nameFilter] {
      background: transparent;
      border: 0;
      border-bottom: 1px dashed transparent;
      color: #4c4c4c;
      outline: 0;
      margin-left: 5px;
      padding: 0;
      width: 200px;
      -webkit-transition: 0.25s border-bottom-color ease-out;
      -moz-transition: 0.25s border-bottom-color ease-out;
      -o-transition: 0.25s border-bottom-color ease-out;
      transition: 0.25s border-bottom-color ease-out; }
      .list-info .list-filters .search [name=nameFilter]:focus, .list-info .list-filters .search [name=nameFilter]:hover {
        border-bottom: 1px dashed #bbbbbb;
        color: #1e1e1e; }
      .list-info .list-filters .search [name=nameFilter].name-filter-active {
        border-bottom-color: #5c5cff;
        color: #5c5cff; }
  .list-info .fa-cog {
    margin-right: 8px; }





.modal-backdrop {
  transition: opacity 0.1s ease-out; }

.modal {
  transition: opacity 0.1s ease-out; }
  .modal .modal-dialog {
    transition: transform 0.1s ease-out; }
  .modal.fade .modal-dialog {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99); }
  .modal.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.modal-dialog:not(.modal-center) {
  padding-top: 0;
  margin-top: 60px; }
  .modal-dialog:not(.modal-center) .modal-content {
    border-top: none; }
.modal-dialog.modal-center {
  margin-top: 100px;
  width: 400px; }
  .modal-dialog.modal-center .modal-footer {
    text-align: initial; }
    .modal-dialog.modal-center .modal-footer.text-right {
      text-align: right; }
    .modal-dialog.modal-center .modal-footer.text-center {
      text-align: center; }
.modal-dialog .modal-title {
  margin-bottom: 0.5em; }
.modal-dialog .modal-content {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  border: none; }
  .modal-dialog .modal-content .modal-header {
    padding-bottom: 0;
    border-bottom: none; }
  .modal-dialog .modal-content .modal-footer {
    padding-top: 0;
    border-top: none; }

.content-list-modal td {
  border-top: none !important;
  border-bottom: 1px solid #dddddd; }

.close {
  color: rgba(30, 30, 30, 0.5);
  opacity: 1;
  filter: none;
  transition: color 0.15s ease; }
  .close:hover, .close:focus {
    opacity: 1;
    color: #1e1e1e; }

.navbar-brand {
  padding: 0;
  height: 50px; }
  .navbar-brand a {
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    height: 50px;
    padding: 0 15px 0 1px; }
    .navbar-brand a > *, .navbar-brand a img.logo {
      flex: 1;
      display: inline-block;
      vertical-align: middle; }
    .navbar-brand a .push {
      height: 50px; }
    .navbar-brand a.back {
      height: 36px;
      width: 36px;
      padding: 0;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px; }
  .navbar-brand .nav-header, .navbar-brand .nav-title {
    display: inline-block; }
  .navbar-brand .nav-header {
    margin: 0;
      margin-left: 15px; }
    .navbar-brand .nav-header .nav-title {
      margin: 0;
      padding: 0;
      font-size: 100%; }

body.is-spoofed {
  box-shadow: 0 -2px 0 4px #f97416; }

.navbar-nav .navbar-form.spoof {
  margin: 0;
  top: 10px;
  position: relative;
  height: auto; }
  .navbar-nav .navbar-form.spoof .btn {
    font-style: italic;
    height: 23px;
    padding: 0 5px;
    outline: none;
    background-color: #848484;
    border: none; }
  .navbar-nav .navbar-form.spoof input.form-control.input-sm {
    padding: 2px 8px;
    height: auto;
    background-color: #e3e3e3 !important;
    color: #4c4c4c !important;
    border: none !important;
    outline: none; }
    .navbar-nav .navbar-form.spoof input.form-control.input-sm::placeholder {
      color: rgba(0, 0, 0, 0.25); }
.navbar-nav .dropdown a, .navbar-nav .dropdown.open > a, .navbar-nav .dropdown.open > a:hover {
  border: none; }
.navbar-nav .label {
  padding: 0.35em 0.8em 0.45em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.75); }
  .navbar-nav .label a, .navbar-nav .label:hover, .navbar-nav .label:hover a {
    color: white; }
.navbar-nav > li {
  display: flex;
  line-height: 50px;
  align-items: center; }
  .navbar-nav > li.separator {
    width: 2px;
    margin: 20px 0px 0 20px;
    background-color: #e3e3e3;
    border-radius: 2px;
    height: 14px; }
  .navbar-nav > li .dropdown-menu {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: -0.25rem; }
    .navbar-nav > li .dropdown-menu i {
      margin-right: 10px; }
  .navbar-nav > li p.navbar-text > a > small {
    vertical-align: middle; }
  .navbar-nav > li p.navbar-text .navbar-flows-shown-module {
    background-color: #f4f4f4;
    padding: 0px 0px 4px 10px;
    border-radius: 3px; }
    .navbar-nav > li p.navbar-text .navbar-flows-shown-module .label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .navbar-nav > li p.navbar-text .navbar-flows-shown {
    font-size: 12px;
    margin-right: 10px; }
    .navbar-nav > li p.navbar-text .navbar-flows-shown:hover {
      color: #4c4c4c; }
    .navbar-nav > li p.navbar-text .navbar-flows-shown strong {
      font-weight: 500; }
    .navbar-nav > li p.navbar-text .navbar-flows-shown .divide {
      margin-left: 1px;
      margin-right: 1px; }
    .navbar-nav > li p.navbar-text .navbar-flows-shown .muted {
      opacity: 0.8; }
  .navbar-nav > li p.navbar-text .navbar-flows-shown-beacon .navbar-flows-shown-tooltip {
    z-index: 1000;
    display: none;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    margin-top: 25px;
    top: 18px;
    color: black;
    width: 250px;
    left: -12px;
    padding: 16px;
    background-color: white;
    border-radius: 6px;
    border: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2); }
    .navbar-nav > li p.navbar-text .navbar-flows-shown-beacon .navbar-flows-shown-tooltip .flows-shown-header {
      font-weight: 700;
      display: block;
      margin-bottom: 10px; }
    .navbar-nav > li p.navbar-text .navbar-flows-shown-beacon .navbar-flows-shown-tooltip .flows-shown-section {
      margin-bottom: 5px;
      display: block; }
  .navbar-nav > li p.navbar-text .navbar-flows-shown-beacon:hover .navbar-flows-shown-tooltip {
    display: block; }
  .navbar-nav > li > p.navbar-text {
    font-family: "Muli", "Source Sans Pro", "Lucida Grande", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
    line-height: 49px;
    padding: 0;
    margin: 0 10px; }
  .navbar-nav > li a {
    color: #848484;
    transition: color 0.15s ease; }
    .navbar-nav > li a:hover {
      color: #5c5cff;
      text-decoration: none; }
  .navbar-nav > li > a {
    padding: 0.75em 0;
    margin: 0 0 0 20px;
    font-family: "Muli", "Source Sans Pro", "Lucida Grande", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    position: relative;
    user-select: none; }
    .navbar-nav > li > a.secondary {
      padding: 1.05em 0;
      font-size: 17px; }
    .navbar-nav > li > a#taco .appcues-widget-icon {
      font-size: 21px; }
    .navbar-nav > li > a:before {
      content: "";
      width: 100%;
      border-radius: 6px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .navbar-nav > li > a.dropdown-toggle {
      margin-right: 0px !important; }
      .navbar-nav > li > a.dropdown-toggle:hover {
        text-decoration: none; }
      .navbar-nav > li > a.dropdown-toggle:active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
      .navbar-nav > li > a.dropdown-toggle i.fa {
        padding-right: 0;
        margin-right: 6px; }
    .navbar-nav > li > a.with-img {
      padding: 12px 0; }
      .navbar-nav > li > a.with-img .dropdown-text {
        padding: 0 10px; }
      .navbar-nav > li > a.with-img img {
        margin: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
        .navbar-nav > li > a.with-img img + .caret {
          margin-left: 8px; }
    .navbar-nav > li > a i.fa {
      margin-top: 1px;
      vertical-align: middle; }
    .navbar-nav > li > a img.avatar {
      margin-left: 8px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px;
      border-radius: 40px;
      transition: box-shadow 0.2s ease; }
    .navbar-nav > li > a:hover {
      text-decoration: none; }
      .navbar-nav > li > a:hover img.avatar {
        margin-left: 8px;
        box-shadow: 0 0 0 2px white, 0 0 0 4px #5c5cff !important; }
    @media (max-width: 992px) {
      .navbar-nav > li > a {
        font-size: 17px;
        line-height: 24px;
        vertical-align: middle;
        margin-left: 18px; }
        .navbar-nav > li > a.secondary {
          padding: 0.95em 0;
          font-size: 16px; } }
    @media (max-width: 768px) {
      .navbar-nav > li > a {
        font-size: 16px;
        vertical-align: middle;
        margin-left: 12px; }
        .navbar-nav > li > a.secondary {
          padding: 0.85em 0;
          font-size: 15px; } }
  .navbar-nav > li.active > a {
    color: #5c5cff; }
    .navbar-nav > li.active > a:before {
      content: "";
      height: 4px;
      bottom: 0;
      background-color: #5c5cff;
      -webkit-animation: slideDownSubtleNav 0.15s ease-out;
      animation: slideDownSubtleNav 0.15s ease-out; }
.navbar-nav.navbar-right > li > a {
  margin-left: 20px; }

.navbar-nav {
  margin: inherit !important;
  float: left !important; }
  .navbar-nav.navbar-right {
    float: right !important; }
  .navbar-nav > li {
    float: left !important; }
  .navbar-nav .label {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color; }
    .navbar-nav .label:hover.label-primary {
      background-color: #2929ff; }
    .navbar-nav .label:hover.label-success {
      background-color: #05a965; }
    .navbar-nav .label:hover.label-info {
      background-color: #008ab2; }
    .navbar-nav .label:hover.label-warning {
      background-color: #cba300; }
    .navbar-nav .label:hover.label-danger {
      background-color: #d65c06; }
    .navbar-nav .label:hover a {
      text-decoration: none; }

.navbar-header {
  float: left !important; }
  .navbar-header .nav-title {
    min-width: 50px; }

.new-tooltip {
  display: block;
  color: white;
  font-size: 9px;
  cursor: default;
  margin-left: 8px;
  position: relative;
  bottom: 5px;
  line-height: 1em;
  padding: 4px 6px;
  border-radius: 6px 6px 6px 0px;
  background-color: #2cb4ff;
  letter-spacing: 1.5px;
  font-weight: 900; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    left: -160px;
    margin-top: -3px;
    background-color: white;
    border: 0;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2); }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
      line-height: 22px; }
      .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }

.navigation-bar {
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 5px 4px;
  position: relative; }
  .navigation-bar input {
    padding-left: 2.5em; }
  .navigation-bar .inset-label {
    position: absolute;
    left: 10px;
    width: 1em;
    line-height: 34px;
    z-index: 2; }

input.form-control.ninja-edit-field:not(.show-input) {
  outline: none;
  border: 2px solid transparent;
  padding: 4px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  input.form-control.ninja-edit-field:not(.show-input):hover, input.form-control.ninja-edit-field:not(.show-input):focus {
    outline: inherit;
    border: 2px solid #dce4ec; }
  input.form-control.ninja-edit-field:not(.show-input):focus {
    border-color: #3498db; }

header input.form-control.ninja-edit-field {
  font-size: 22px;
  width: 100%;
  height: 40px; }

.panel {
  border-width: 2px;
  border-color: #e3e3e3;
  box-shadow: none; }
  .panel .panel-title {
    font-weight: 400; }
    .panel .panel-title.caps-title {
      text-transform: uppercase;
      letter-spacing: 0.08em; }

.panel .panel-heading, .panel.panel-default .panel-heading {
  background-color: #f4f4f4;
  border-bottom: 2px solid #e3e3e3; }

.panel-muted {
  border: 2px solid #f4f4f4;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .panel-muted.panel-hover .panel-body {
    color: #1e1e1e;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0; }
    .panel-muted.panel-hover .panel-body:before, .panel-muted.panel-hover .panel-body:after {
      content: none;
      clear: none;
      display: block; }
    .panel-muted.panel-hover .panel-body:after {
      width: 120%;
      height: 0;
      top: 50%;
      left: 50%;
      background: #e3e3e3;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .panel-muted.panel-hover .panel-body a, .panel-muted.panel-hover .panel-body .text-link {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .panel-muted.panel-hover:hover {
    border-color: #e3e3e3; }
    .panel-muted.panel-hover:hover .panel-body {
      color: white; }
      .panel-muted.panel-hover:hover .panel-body:after {
        height: 400%;
        opacity: 1; }
      .panel-muted.panel-hover:hover .panel-body a, .panel-muted.panel-hover:hover .panel-body .text-link {
        color: white;
        text-decoration: underline; }

.panel-primary {
  border: 2px solid #f4f4f4;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .panel-primary.panel-hover .panel-body {
    color: #1e1e1e;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0; }
    .panel-primary.panel-hover .panel-body:before, .panel-primary.panel-hover .panel-body:after {
      content: none;
      clear: none;
      display: block; }
    .panel-primary.panel-hover .panel-body:after {
      width: 120%;
      height: 0;
      top: 50%;
      left: 50%;
      background: #5c5cff;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .panel-primary.panel-hover .panel-body a, .panel-primary.panel-hover .panel-body .text-link {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .panel-primary.panel-hover:hover {
    border-color: #5c5cff; }
    .panel-primary.panel-hover:hover .panel-body {
      color: white; }
      .panel-primary.panel-hover:hover .panel-body:after {
        height: 400%;
        opacity: 1; }
      .panel-primary.panel-hover:hover .panel-body a, .panel-primary.panel-hover:hover .panel-body .text-link {
        color: white;
        text-decoration: underline; }

.panel-success {
  border: 2px solid #f4f4f4;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .panel-success.panel-hover .panel-body {
    color: #1e1e1e;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0; }
    .panel-success.panel-hover .panel-body:before, .panel-success.panel-hover .panel-body:after {
      content: none;
      clear: none;
      display: block; }
    .panel-success.panel-hover .panel-body:after {
      width: 120%;
      height: 0;
      top: 50%;
      left: 50%;
      background: #06db82;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .panel-success.panel-hover .panel-body a, .panel-success.panel-hover .panel-body .text-link {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .panel-success.panel-hover:hover {
    border-color: #06db82; }
    .panel-success.panel-hover:hover .panel-body {
      color: white; }
      .panel-success.panel-hover:hover .panel-body:after {
        height: 400%;
        opacity: 1; }
      .panel-success.panel-hover:hover .panel-body a, .panel-success.panel-hover:hover .panel-body .text-link {
        color: white;
        text-decoration: underline; }

.panel-info {
  border: 2px solid #f4f4f4;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .panel-info.panel-hover .panel-body {
    color: #1e1e1e;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0; }
    .panel-info.panel-hover .panel-body:before, .panel-info.panel-hover .panel-body:after {
      content: none;
      clear: none;
      display: block; }
    .panel-info.panel-hover .panel-body:after {
      width: 120%;
      height: 0;
      top: 50%;
      left: 50%;
      background: #00b2e5;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .panel-info.panel-hover .panel-body a, .panel-info.panel-hover .panel-body .text-link {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .panel-info.panel-hover:hover {
    border-color: #00b2e5; }
    .panel-info.panel-hover:hover .panel-body {
      color: white; }
      .panel-info.panel-hover:hover .panel-body:after {
        height: 400%;
        opacity: 1; }
      .panel-info.panel-hover:hover .panel-body a, .panel-info.panel-hover:hover .panel-body .text-link {
        color: white;
        text-decoration: underline; }

.panel-danger {
  border: 2px solid #f4f4f4;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .panel-danger.panel-hover .panel-body {
    color: #1e1e1e;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0; }
    .panel-danger.panel-hover .panel-body:before, .panel-danger.panel-hover .panel-body:after {
      content: none;
      clear: none;
      display: block; }
    .panel-danger.panel-hover .panel-body:after {
      width: 120%;
      height: 0;
      top: 50%;
      left: 50%;
      background: #f97416;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .panel-danger.panel-hover .panel-body a, .panel-danger.panel-hover .panel-body .text-link {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .panel-danger.panel-hover:hover {
    border-color: #f97416; }
    .panel-danger.panel-hover:hover .panel-body {
      color: white; }
      .panel-danger.panel-hover:hover .panel-body:after {
        height: 400%;
        opacity: 1; }
      .panel-danger.panel-hover:hover .panel-body a, .panel-danger.panel-hover:hover .panel-body .text-link {
        color: white;
        text-decoration: underline; }

.panel-warning {
  border: 2px solid #f4f4f4;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .panel-warning.panel-hover .panel-body {
    color: #1e1e1e;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0; }
    .panel-warning.panel-hover .panel-body:before, .panel-warning.panel-hover .panel-body:after {
      content: none;
      clear: none;
      display: block; }
    .panel-warning.panel-hover .panel-body:after {
      width: 120%;
      height: 0;
      top: 50%;
      left: 50%;
      background: #fecc00;
      opacity: 0;
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .panel-warning.panel-hover .panel-body a, .panel-warning.panel-hover .panel-body .text-link {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .panel-warning.panel-hover:hover {
    border-color: #fecc00; }
    .panel-warning.panel-hover:hover .panel-body {
      color: white; }
      .panel-warning.panel-hover:hover .panel-body:after {
        height: 400%;
        opacity: 1; }
      .panel-warning.panel-hover:hover .panel-body a, .panel-warning.panel-hover:hover .panel-body .text-link {
        color: white;
        text-decoration: underline; }

.panel-sm .panel-body {
  padding: 5px; }

.panel-default .panel-body {
  padding: 25px; }
  .panel-default .panel-body.insights {
    display: flex;
    flex-direction: column;
    height: 271px; }
    .panel-default .panel-body.insights p {
      flex-grow: 1; }

.panel-heading-active h3 {
  color: #4c4c4c; }

.panel-choose-install, .panel-heading-instructions, .panel-heading-verify {
  cursor: pointer; }

.preview-frame {
  border: none;
  border-top: 1px solid #bbbbbb; }

.appcues-preview-frame-message-container {
  position: absolute;
  left: 50%;
  top: 320px; }
  .appcues-preview-frame-message-container .appcues-preview-frame-message {
    position: relative;
    left: -50%;
    width: 700px;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #eeeeee;
    padding: 0 30px 30px 30px; }
    .appcues-preview-frame-message-container .appcues-preview-frame-message .img-container {
      text-align: center; }

.powered-by-container {
  position: fixed;
  bottom: 16px;
  left: 16px;
  padding: 1px 6px;
  border-radius: 3px;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  color: #858585;
  background-color: white;
  display: table;
  opacity: 0.8;
  z-index: 9999999;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); }
  .powered-by-container svg {
    height: 1.4em; }
  .powered-by-container a {
    text-decoration: none; }
  .powered-by-container .powered-by-content {
    display: table-row;
    transition: opacity 0.3s ease;
    padding-left: 2px; }
    .powered-by-container .powered-by-content .logo-container, .powered-by-container .powered-by-content .powered-by-text {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .powered-by-container .powered-by-content .logo-container {
      padding-right: 0.2em;
      padding-left: 0.2em;
      padding-top: 0.4em; }
    .powered-by-container .powered-by-content .poweredby-text-top {
      font-size: 6px;
      padding: 8px 0px 0px 3px;
      line-height: 0.5;
      text-transform: uppercase; }
    .powered-by-container .powered-by-content .poweredby-text-bottom {
      padding: 0px 3px 3px 3px;
      font-size: 12px; }
    .powered-by-container .powered-by-content .powered-by-text-logo {
      font-size: 1.1em; }
  .powered-by-container .subscription-info {
    display: block;
    position: absolute;
    font-size: 10px;
    line-height: 1.3;
    left: 0;
    opacity: 0;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-color: #4baad4;
    text-align: center;
    background-color: rgba(195, 195, 195, 0.1);
    padding: 2.7px 0px 0px 0px;
    transition: opacity 0.3s ease; }
  .powered-by-container:hover .powered-by-content {
    opacity: 0; }
  .powered-by-container:hover .subscription-info {
    opacity: 1; }

.preview-steps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .preview-steps .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    border: none;
    background-color: #222222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 42px;
    z-index: 10005;
    color: #e3e3e3;
    line-height: 42px; }
  .preview-steps .navbar-btn-block {
    height: 42px;
    padding: 0 15px; }
  .preview-steps .btn-primary {
    cursor: pointer; }
  .preview-steps .navbar-nav, .preview-steps .navbar-nav > li {
    height: 42px; }
  .preview-steps .navbar-nav > li {
    border-left: 1px solid #323232;
    border-right: 1px solid black; }
    .preview-steps .navbar-nav > li:first-child {
      border-left: none; }
    .preview-steps .navbar-nav > li:last-child {
      border-right: none; }
    .preview-steps .navbar-nav > li > a, .preview-steps .navbar-nav > li > span {
      line-height: 42px;
      color: inherit;
      text-shadow: none;
      margin: 0;
      padding: 0 10px;
      display: block; }
    .preview-steps .navbar-nav > li > a {
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      -o-transition-property: color;
      transition-property: color; }
      .preview-steps .navbar-nav > li > a:hover {
        color: white;
        background-color: initial; }
    .preview-steps .navbar-nav > li .checkbox {
      margin: 0; }
      .preview-steps .navbar-nav > li .checkbox input[type='checkbox'] {
        margin-top: 14px; }
  .preview-steps .preview-form input {
    margin: 0 0 0 10px;
    padding: 5px 8px;
    line-height: 1.2em;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #1e1e1e;
    background-color: #e3e3e3; }
  .preview-steps .preview-form button {
    padding: 5px 8px;
    margin-bottom: 3px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  @media (min-width: 1082px) {
    .preview-steps .preview-form input {
      width: 190px; } }
  @media (max-width: 992px) {
    .preview-steps .preview-form {
      display: none !important;
      visibility: hidden !important; } }
  .preview-steps > iframe {
    padding-top: 42px;
    border: none; }

.preview-steps .navbar-nav > li .pattern-icon-container {
  padding-top: 9px;
  padding-bottom: 9px; }

.pattern-icon {
  width: 32px;
  height: 24px;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color; }
  .pattern-icon:hover .pattern-inside, li.active .pattern-icon .pattern-inside {
    background-color: white; }
  .pattern-icon .pattern-inside {
    width: 100%;
    height: 100%;
    background-color: #979797;
    background-clip: content-box;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color; }
  .pattern-icon.pattern-modal {
    border: 1px solid #979797; }
    .pattern-icon.pattern-modal:hover, li.active .pattern-icon.pattern-modal {
      border-color: white; }
    .pattern-icon.pattern-modal .pattern-inside {
      padding: 20%; }
  .pattern-icon.pattern-left {
    border: 1px solid #979797; }
    .pattern-icon.pattern-left:hover, li.active .pattern-icon.pattern-left {
      border-color: white; }
    .pattern-icon.pattern-left .pattern-inside {
      padding-right: 25%; }

@-webkit-keyframes blastOff {
  0%, 10%, 20% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }

  5%, 15% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  30% {
    -webkit-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -moz-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -ms-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -o-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg); }

  50% {
    opacity: 1;
    -webkit-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -moz-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -ms-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -o-transform: translateX(300%) translateY(-300%) skewX(10deg);
    transform: translateX(300%) translateY(-300%) skewX(10deg); }

  51% {
    opacity: 0; }

  52% {
    -webkit-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -moz-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -ms-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -o-transform: translateX(-300%) translateY(300%) skewX(10deg);
    transform: translateX(-300%) translateY(300%) skewX(10deg); }

  53% {
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0) translateY(0) skewX(0deg);
    -moz-transform: translateX(0) translateY(0) skewX(0deg);
    -ms-transform: translateX(0) translateY(0) skewX(0deg);
    -o-transform: translateX(0) translateY(0) skewX(0deg);
    transform: translateX(0) translateY(0) skewX(0deg); } }

@-moz-keyframes blastOff {
  0%, 10%, 20% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }

  5%, 15% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  30% {
    -webkit-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -moz-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -ms-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -o-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg); }

  50% {
    opacity: 1;
    -webkit-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -moz-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -ms-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -o-transform: translateX(300%) translateY(-300%) skewX(10deg);
    transform: translateX(300%) translateY(-300%) skewX(10deg); }

  51% {
    opacity: 0; }

  52% {
    -webkit-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -moz-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -ms-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -o-transform: translateX(-300%) translateY(300%) skewX(10deg);
    transform: translateX(-300%) translateY(300%) skewX(10deg); }

  53% {
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0) translateY(0) skewX(0deg);
    -moz-transform: translateX(0) translateY(0) skewX(0deg);
    -ms-transform: translateX(0) translateY(0) skewX(0deg);
    -o-transform: translateX(0) translateY(0) skewX(0deg);
    transform: translateX(0) translateY(0) skewX(0deg); } }

@-ms-keyframes blastOff {
  0%, 10%, 20% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }

  5%, 15% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  30% {
    -webkit-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -moz-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -ms-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -o-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg); }

  50% {
    opacity: 1;
    -webkit-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -moz-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -ms-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -o-transform: translateX(300%) translateY(-300%) skewX(10deg);
    transform: translateX(300%) translateY(-300%) skewX(10deg); }

  51% {
    opacity: 0; }

  52% {
    -webkit-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -moz-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -ms-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -o-transform: translateX(-300%) translateY(300%) skewX(10deg);
    transform: translateX(-300%) translateY(300%) skewX(10deg); }

  53% {
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0) translateY(0) skewX(0deg);
    -moz-transform: translateX(0) translateY(0) skewX(0deg);
    -ms-transform: translateX(0) translateY(0) skewX(0deg);
    -o-transform: translateX(0) translateY(0) skewX(0deg);
    transform: translateX(0) translateY(0) skewX(0deg); } }

@keyframes blastOff {
  0%, 10%, 20% {
    opacity: 1;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }

  5%, 15% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }

  30% {
    -webkit-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -moz-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -ms-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    -o-transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg);
    transform: translateX(-25%) translateY(25%) skewX(-10deg) rotate(0deg); }

  50% {
    opacity: 1;
    -webkit-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -moz-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -ms-transform: translateX(300%) translateY(-300%) skewX(10deg);
    -o-transform: translateX(300%) translateY(-300%) skewX(10deg);
    transform: translateX(300%) translateY(-300%) skewX(10deg); }

  51% {
    opacity: 0; }

  52% {
    -webkit-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -moz-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -ms-transform: translateX(-300%) translateY(300%) skewX(10deg);
    -o-transform: translateX(-300%) translateY(300%) skewX(10deg);
    transform: translateX(-300%) translateY(300%) skewX(10deg); }

  53% {
    opacity: 1; }

  100% {
    -webkit-transform: translateX(0) translateY(0) skewX(0deg);
    -moz-transform: translateX(0) translateY(0) skewX(0deg);
    -ms-transform: translateX(0) translateY(0) skewX(0deg);
    -o-transform: translateX(0) translateY(0) skewX(0deg);
    transform: translateX(0) translateY(0) skewX(0deg); } }

.quickstart-page {
  padding: 40px 0; }
  .quickstart-page h1 {
    color: #0098c2;
    font-size: 30px; }
  .quickstart-page h2 {
    font-size: 18px;
    color: #5c5cff;
    font-weight: 400;
    margin: 5px 0 35px 0; }
  .quickstart-page label {
    font-weight: normal;
    float: left;
    color: #848484;
    font-size: 88%;
    font-weight: 600; }
  .quickstart-page .logo {
    margin-bottom: 40px; }
  .quickstart-page .form-control {
    color: #4c4c4c !important; }
    .quickstart-page .form-control.form-control-danger {
      border-color: #fecc00; }
  .quickstart-page .form-control-feedback {
    position: relative;
    width: 100%;
    font-style: italic;
    height: auto;
    font-size: 14px;
    padding-top: 8px;
    line-height: 20px;
    color: #fecc00; }
  .quickstart-page .btn.btn-success {
    padding: 14px 20px;
    font-family: "Muli", "Avenir", "Futura", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
    letter-spacing: 0.07em; }


.rules {
  margin-right: 3rem;
  position: relative; }
  .rules .rule-summary {
    font-size: 16px;
    margin: 15px;
    text-align: center; }
  .rules .properties-summary {
    background-color: #e3e3e3;
    padding: 15px 15px 5px; }
  .rules .rule-attribute {
    border-bottom: 1px dotted #4c4c4c;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500; }
  .rules .edit-rule {
    cursor: pointer; }
  .rules .offset-controls {
    top: 3px; }
    .rules .offset-controls li {
      height: 34px;
      max-height: 34px; }
      .rules .offset-controls li .fa {
        line-height: 34px; }
    .rules .offset-controls.rules-controls {
      cursor: normal;
      color: #bbbbbb; }

form .form-well {
  line-height: 32px;
  text-align: center; }
  form .form-well div {
    background-color: #e3e3e3;
    color: #848484;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.06em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin: 0 -15px; }
    @media (max-width: 991px) {
      form .form-well div {
        margin: 10px auto;
        width: 20%; } }

form .input-group.buttonless .form-control:first-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }
form .input-group.buttonless .form-control:not(:last-child) {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
form .input-group.buttonless .input-group-btn {
  text-align: right; }
  form .input-group.buttonless .input-group-btn .btn {
    padding-left: 0;
    padding-right: 0;
    margin-left: 7px; }

form.form-horizontal.rule-form .form-group {
  margin-left: 0;
  margin-right: 0; }

.rule-domains .panel {
  margin-bottom: 10px; }
.rule-domains .checkbox {
  margin: 0;
  padding-left: 0;
  padding-top: 0; }
  .rule-domains .checkbox label {
    display: block;
    padding: 7px 12px 7px 32px; }

form .property-filter {
  margin-bottom: 5px; }
  form .property-filter + .form-well {
    position: absolute; }
    form .property-filter + .form-well div {
      margin: 0;
      width: 42px; }
    form .property-filter + .form-well + .property-filter .col-sm-4:first-child {
      padding-left: 66px; }
  form .property-filter .remove-rule-property {
    color: #973f02;
    position: absolute;
    top: 0;
    right: 0; }
    form .property-filter .remove-rule-property:hover {
      color: #f97416; }
  form .property-filter .input-group.buttonless .remove-rule-property {
    position: relative; }
  form .property-filter .input-group.buttonless *:nth-last-child(0n+2) {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    form .property-filter .input-group.buttonless *:nth-last-child(0n+2).rule-property-value-label {
      border-left: 0; }

.path-property .selectize-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.fa-check.saving-icons {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.autocomplete-suggestions {
  border: 1px solid #999999;
  background: white;
  overflow: auto; }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 3px 12px;
    overflow: hidden; }
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      cursor: pointer; }
  .autocomplete-suggestions .autocomplete-selected {
    background: #428bca;
    color: white; }
  .autocomplete-suggestions .autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff; }
  .autocomplete-suggestions .autocomplete-group {
    padding: 2px 5px; }
  .autocomplete-suggestions .autocomplete-group strong {
    display: block;
    border-bottom: 1px solid black; }

.build-flow #build-preview-frame iframe.cocoon {
  top: 0; }
.build-flow #build-preview-frame .preview-area.sandboxed {
  margin-top: 0;
  padding-top: 0; }

.step-container .appcues-backdrop[data-pattern-type='fullscreen'], .step-container .appcues-backdrop[data-pattern-type='modal'], .step-container .appcues-backdrop[data-pattern-type='shorty'], .step-container .appcues-backdrop[data-pattern-type='left'] {
  z-index: 5;
  animation: none; }
.step-container appcues[data-pattern-type='modal'].active, .step-container appcues[data-pattern-type='left'].active, .step-container appcues[data-pattern-type='fullscreen'].active, .step-container appcues[data-pattern-type='shorty'].active {
  animation: none;
  z-index: 6; }
.step-container appcues[data-pattern-type='left'].active {
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  z-index: 11; }
.step-container appcues[data-pattern-type='shorty'] modal-container {
  box-shadow: 2px 3px 9px 0px rgba(0, 0, 0, 0.3); }
  .step-container appcues[data-pattern-type='shorty'] modal-container cue section {
    margin-bottom: 35px !important;
    position: relative; }
    .step-container appcues[data-pattern-type='shorty'] modal-container cue section div.add-component {
      position: absolute;
      left: 50%;
      margin-left: -17px;
      bottom: -40px; }
.step-container appcues div[contenteditable=true]:focus {
  outline: none; }
.step-container appcues .btn-muted {
  color: #7b8a8b;
  background-color: #ecf0f1; }
  .step-container appcues .btn-muted:hover {
    color: #7b8a8b;
    background-color: #dde4e6; }
.step-container appcues .redactor-box {
  margin: 0;
  border: none;
  padding: 0; }
  .step-container appcues .redactor-box .redactor-editor {
    margin: 0;
    border: none;
    padding: 0;
    overflow: inherit; }
.step-container appcues:not(.cue-step-0) cue .appcues-button[data-step="prev"] {
  display: inline-block; }
.step-container appcues .form-field .col-md-6 {
  padding: 0; }
.step-container appcues .form-field .row {
  margin: 0; }

body {
  background: none; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px white;
  box-shadow: inset 0 0 12px 4px white; }
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden; }
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #1e1e1e;
  opacity: 0.4; }
  .selectize-dropdown-header-close:hover {
    color: #1e1e1e; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control {
  position: relative; }
  .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important; }
    .selectize-control.plugin-remove_button [data-value] .remove {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: inline-block;
      width: 17px;
      padding: 1px 0 0 0;
      font-size: 12px;
      font-weight: bold;
      color: inherit;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      border-left: 1px solid rgba(0, 0, 0, 0);
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .selectize-control.plugin-remove_button [data-value] .remove:hover {
        background: rgba(0, 0, 0, 0.05); }
    .selectize-control.plugin-remove_button [data-value].active .remove {
      border-left-color: rgba(0, 0, 0, 0); }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: rgba(77, 77, 77, 0); }
    .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
      background: none; }

.selectize-dropdown {
  font-size: 16px;
  -webkit-font-smoothing: inherit;
  line-height: 20px;
  color: #1e1e1e; }

.selectize-input {
  font-size: 16px;
  -webkit-font-smoothing: inherit;
  color: #4c4c4c;
  display: inline-block;
  cursor: text;
  background: white; }
  .selectize-input input {
    font-size: 16px;
    -webkit-font-smoothing: inherit;
    line-height: 20px;
    color: #1e1e1e; }

.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: white; }

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  overflow: hidden;
  border: 2px solid #dce4ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px; }

.selectize-input.full {
  background-color: white; }
.selectize-input.disabled {
  cursor: default !important; }
  .selectize-input.disabled * {
    cursor: default !important; }
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  padding: 1px 3px;
  margin: 0 3px 3px 0;
  color: #1e1e1e;
  cursor: pointer;
  background: #efefef;
  border: 0 solid rgba(0, 0, 0, 0); }
  .selectize-control.multi .selectize-input > div.active {
    color: white;
    background: #428bca;
    border: 0 solid rgba(0, 0, 0, 0); }
.selectize-control.multi .selectize-input.disabled > div {
  color: gray;
  background: white;
  border: 0 solid rgba(77, 77, 77, 0); }
  .selectize-control.multi .selectize-input.disabled > div.active {
    color: gray;
    background: white;
    border: 0 solid rgba(77, 77, 77, 0); }

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important; }
  .selectize-input > input:focus {
    outline: none !important; }
.selectize-input::after {
  display: block;
  clear: left;
  content: " "; }
.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: white;
  content: " "; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: white;
  border: 2px solid #dce4ec;
  border-top: 0 none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown [data-selectable] {
    overflow: hidden;
    cursor: pointer;
    padding: 3px 12px; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(255, 237, 40, 0.4);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
  .selectize-dropdown .optgroup-header {
    padding: 3px 12px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #999999;
    cursor: default;
    background: white; }
  .selectize-dropdown .active {
    color: white;
    background-color: #428bca; }
    .selectize-dropdown .active.create {
      color: white; }
  .selectize-dropdown .create {
    color: rgba(51, 51, 51, 0.5); }

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.selectize-control.single .selectize-input {
  cursor: pointer;
  height: 34px; }
  .selectize-control.single .selectize-input input {
    cursor: pointer; }
  .selectize-control.single .selectize-input.input-active {
    cursor: text; }
    .selectize-control.single .selectize-input.input-active input {
      cursor: text; }
  .selectize-control.single .selectize-input:after {
    position: absolute;
    top: 52%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-color: transparent transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    content: " "; }
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-color: transparent transparent transparent transparent;
    border-width: 0 5px 5px 5px; }
.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 17px; }
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }
.selectize-control .selectize-input.disabled {
  background-color: white;
  opacity: 0.5; }

.selectize-dropdown, .autocomplete-suggestions {
  z-index: 1000;
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  background: white;
  border: 2px solid #dce4ec;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .selectize-dropdown.form-control, .autocomplete-suggestions.form-control {
    z-index: 1000;
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    background: white;
    border: 2px solid #dce4ec;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .selectize-dropdown .optgroup-header, .autocomplete-suggestions .optgroup-header {
    font-size: 12px;
    line-height: 1.42857; }
  .selectize-dropdown .optgroup:first-child:before, .autocomplete-suggestions .optgroup:first-child:before {
    display: none; }
  .selectize-dropdown .optgroup:before, .autocomplete-suggestions .optgroup:before {
    display: block;
    height: 1px;
    margin: 9px 0;
    margin-right: -12px;
    margin-left: -12px;
    overflow: hidden;
    background-color: #e5e5e5;
    content: " "; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s ease;
  -moz-transition: border-color 0.15s ease;
  -o-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease; }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .selectize-input.dropdown-active::before {
      display: none; }
  .selectize-input.focus {
    border-color: #5c5cff;
    outline: 0; }

.selectize-control.multi .selectize-input.has-items {
  padding-right: 9px;
  padding-left: 9px; }
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.form-control.selectize-control {
  height: auto;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control .label, .selectize-control .caption {
  display: block;
  color: #4c4c4c;
  text-align: left; }
.selectize-control .label {
  padding: 0;
  border-radius: 0;
  line-height: 1;
  font-weight: normal;
  font-size: 16px; }
.selectize-control .caption {
  font-size: 12px;
  color: #848484; }
.selectize-control .selectize-input .label, .selectize-control .selectize-input .caption {
  display: inline-block; }
.selectize-control .selectize-input .label {
  position: absolute;
  right: 43px;
  top: 4px;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #e3e3e3;
  max-width: 110px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block; }
.selectize-control .selectize-input .caption {
  font-size: 13px;
  max-width: 250px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block; }
.selectize-control .selectize-dropdown-content div:hover .label, .selectize-control .selectize-dropdown-content div:hover .caption, .selectize-control .selectize-dropdown-content div.active .label, .selectize-control .selectize-dropdown-content div.active .caption {
  color: white; }

ol.sequence > li + li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\00a0\f105\00a0"; }

.setting-panel:last-child {
  margin-bottom: 150px; }
.setting-panel .panel-heading {
  border: none;
  cursor: pointer;
  padding: 10px 15px; }
  .setting-panel .panel-heading .title {
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: color 0.1s ease-out;
    -moz-transition: color 0.1s ease-out;
    -o-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out; }
  .setting-panel .panel-heading .summary {
    float: right;
    line-height: 24px;
    color: #09bb71; }
.setting-panel.open .title, .setting-panel:hover .title {
  color: #1e1e1e; }
.setting-panel .panel-body {
  display: none;
  padding: 15px; }
  .setting-panel .panel-body .radio, .setting-panel .panel-body .checkbox {
    margin: 10px 0; }
    .setting-panel .panel-body .radio:last-child, .setting-panel .panel-body .checkbox:last-child {
      margin-bottom: 0px; }
    .setting-panel .panel-body .radio input[type=radio], .setting-panel .panel-body .radio input[type=checkbox], .setting-panel .panel-body .checkbox input[type=radio], .setting-panel .panel-body .checkbox input[type=checkbox] {
      position: absolute;
      left: -9999px; }
    .setting-panel .panel-body .radio input[type=radio] + span, .setting-panel .panel-body .radio input[type=checkbox] + span, .setting-panel .panel-body .checkbox input[type=radio] + span, .setting-panel .panel-body .checkbox input[type=checkbox] + span {
      background-color: white;
      border: 1px solid #cccccc;
      content: "";
      display: inline-block;
      height: 18px;
      margin: 4px 10px 0 -20px;
      position: relative;
      vertical-align: -0.25em;
      width: 18px;
      -webkit-transition: border-color 0.1s ease-out;
      -moz-transition: border-color 0.1s ease-out;
      -o-transition: border-color 0.1s ease-out;
      transition: border-color 0.1s ease-out; }
    .setting-panel .panel-body .radio input[type=radio]:disabled + span, .setting-panel .panel-body .radio input[type=checkbox]:disabled + span, .setting-panel .panel-body .checkbox input[type=radio]:disabled + span, .setting-panel .panel-body .checkbox input[type=checkbox]:disabled + span {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
      opacity: 0.6;
      cursor: not-allowed; }
    .setting-panel .panel-body .radio input[type=radio]:checked + span::before, .setting-panel .panel-body .checkbox input[type=radio]:checked + span::before {
      background-color: #666666;
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -4px;
      margin-left: -4px;
      height: 8px;
      width: 8px;
      -webkit-transition: background-color 0.1s ease-out;
      -moz-transition: background-color 0.1s ease-out;
      -o-transition: background-color 0.1s ease-out;
      transition: background-color 0.1s ease-out; }
    .setting-panel .panel-body .radio input[type=checkbox]:checked + span::before, .setting-panel .panel-body .checkbox input[type=checkbox]:checked + span::before {
      color: #666666;
      content: "\f00c";
      display: inline-block;
      font-family: FontAwesome;
      font-size: 15px;
      height: 15px;
      left: 50%;
      margin-top: -10px;
      margin-left: -7px;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 15px; }
    .setting-panel .panel-body .radio input[type=radio]:focus + span, .setting-panel .panel-body .checkbox input[type=radio]:focus + span {
      border-color: #5c5cff; }
      .setting-panel .panel-body .radio input[type=radio]:focus + span::before, .setting-panel .panel-body .checkbox input[type=radio]:focus + span::before {
        background-color: #5c5cff; }
    .setting-panel .panel-body .radio input[type=radio] + span, .setting-panel .panel-body .checkbox input[type=radio] + span {
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      -o-border-radius: 18px;
      border-radius: 18px; }
    .setting-panel .panel-body .radio input[type=radio]:checked + span::before, .setting-panel .panel-body .checkbox input[type=radio]:checked + span::before {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; }
    .setting-panel .panel-body .radio input[type=checkbox] + span, .setting-panel .panel-body .checkbox input[type=checkbox] + span {
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
    .setting-panel .panel-body .radio input[type=checkbox]:checked + span::before, .setting-panel .panel-body .checkbox input[type=checkbox]:checked + span::before {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      height: 10px;
      width: 10px; }
    .setting-panel .panel-body .radio input[type=checkbox]:focus + span, .setting-panel .panel-body .checkbox input[type=checkbox]:focus + span {
      border-color: #5c5cff; }
      .setting-panel .panel-body .radio input[type=checkbox]:focus + span::before, .setting-panel .panel-body .checkbox input[type=checkbox]:focus + span::before {
        color: #5c5cff; }
    .setting-panel .panel-body .radio .subtext, .setting-panel .panel-body .checkbox .subtext {
      color: #888888;
      margin-bottom: 5px;
      margin-left: 4px; }
  .setting-panel .panel-body .content {
    display: none;
    margin: 10px 0;
    padding-left: 25px; }
  .setting-panel .panel-body .active > .content,
  .setting-panel .panel-body .content.active {
    display: block; }
    .setting-panel .panel-body .active > .content:last-child,
    .setting-panel .panel-body .content.active:last-child {
      margin-bottom: 0; }
    .setting-panel .panel-body .active > .content > *:last-child,
    .setting-panel .panel-body .content.active > *:last-child {
      margin-bottom: 0; }
.setting-panel.open .panel-body {
  display: block; }

.setting-panel .select-domains {
  margin-top: 0 !important; }
  .setting-panel .select-domains .checkbox {
    margin: 0 0 5px; }

.selectize-control .content-option .content-name, .selectize-control .content-option .content-id, .selectize-control .content-option .content-status- {
  display: inline-block;
  padding: 1px 0; }
.selectize-control .content-option .content-id {
  color: #fcfcfc;
  margin-left: 0.5em; }
.selectize-control .content-option .content-status {
  float: right;
  text-align: right; }
  .selectize-control .content-option .content-status.text-success {
    color: #64a71a; }

.prehook-editor {
  min-height: 320px; }

.setup-page {
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 60px; }
  .setup-page > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .setup-page > .container .template-welcome {
      display: flex;
      flex-direction: column;
      max-width: 620px;
      align-items: center; }
      .setup-page > .container .template-welcome h1 {
        margin-top: 0;
        margin-bottom: 20px; }
      .setup-page > .container .template-welcome p {
        margin-bottom: 32px; }
      .setup-page > .container .template-welcome .create-flow-btn {
        min-width: 210px; }
    .setup-page > .container .template-selection-container {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      margin: 0 0 32px; }
      .setup-page > .container .template-selection-container .select-template-button {
        display: flex;
        flex-direction: column;
        flex: 1;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        border: 2px solid #e6e5e3;
        padding: 28px;
        cursor: pointer; }
        .setup-page > .container .template-selection-container .select-template-button:hover {
          border-color: #2ca6e5; }
          .setup-page > .container .template-selection-container .select-template-button:hover:active, .setup-page > .container .template-selection-container .select-template-button:hover:focus {
            border-color: #138dcb; }
        .setup-page > .container .template-selection-container .select-template-button + .select-template-button {
          margin-left: 30px; }
        .setup-page > .container .template-selection-container .select-template-button * {
          cursor: pointer; }
        .setup-page > .container .template-selection-container .select-template-button h2 {
          font-size: 18px;
          font-weight: 600;
          color: #4e4d4c;
          margin-bottom: 6px; }
        .setup-page > .container .template-selection-container .select-template-button .template-description {
          color: #7f7d7c;
          font-size: 14px;
          font-weight: 400;
          text-align: center;
          line-height: 19px; }
    .setup-page > .container .template-next-steps {
      width: 100%;
      margin: 64px 0 32px;
      color: #bbbbbb;
      text-transform: uppercase;
      font-weight: 900;
      text-align: center; }

* {
  box-sizing: border-box; }

input:focus, input[type=text]:focus {
  outline: none; }

.hidden {
  display: none; }

.standaloneContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .standaloneContainer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 22;
    transition: opacity 0.4s ease;
    pointer-events: none;
    opacity: 0; }
  .standaloneContainer.blocked:after {
    pointer-events: auto;
    opacity: 1; }
  .standaloneContainer.frameBlurred .previewFrame {
    filter: blur(8px); }
  .standaloneContainer.frameBlurred .previewFrameOverlay:before {
    opacity: 1; }
  .standaloneContainer a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none; }
    .standaloneContainer a:hover {
      color: rgba(255, 255, 255, 0.8); }
  .standaloneContainer .previewFrameOverlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-family: Open Sans, Lucida Grande, Segoe UI, Calibri, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    z-index: 2; }
    .standaloneContainer .previewFrameOverlay:before {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5;
      width: 100%;
      transition: opacity ease-in 0.4s;
      z-index: -1; }
    .standaloneContainer .previewFrameOverlay .templateSelectionContainer {
      display: flex;
      flex-direction: row;
      flex-shrink: 0;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 10px 0 13px; }
      .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 366px;
        padding: 28px;
        margin: 5px 10px;
        overflow: hidden;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.8);
        transition: background ease-in 0.1s;
        cursor: pointer; }
        .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton:not(.mutedSelectTemplateButton):hover {
          background: rgba(255, 255, 255, 0.9); }
        .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton.mutedSelectTemplateButton {
          background: rgba(255, 255, 255, 0.3);
          cursor: default; }
          .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton.mutedSelectTemplateButton * {
            cursor: default; }
          .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton.mutedSelectTemplateButton img {
            filter: opacity(50%); }
          .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton.mutedSelectTemplateButton h1, .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton.mutedSelectTemplateButton h2 {
            opacity: 0.7; }
          .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton.mutedSelectTemplateButton:hover {
            background: rgba(255, 255, 255, 0.5); }
            .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton.mutedSelectTemplateButton:hover .selectTemplateButtonContentContainer {
              transform: translateY(-10px); }
        .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton * {
          cursor: pointer; }
        .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton h2 {
          font-size: 18px;
          font-weight: 600;
          color: #4e4d4c;
          margin-bottom: 6px; }
        .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton .templateDescription {
          color: #7f7d7c;
          font-size: 14px;
          font-weight: 400;
          text-align: center;
          line-height: 19px; }
        .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton .templateImageContainer {
          display: flex;
          height: 79px;
          align-items: center;
          justify-content: center;
          margin-bottom: 18px; }
        .standaloneContainer .previewFrameOverlay .templateSelectionContainer .selectTemplateButton .selectTemplateButtonContentContainer {
          display: flex;
          flex-direction: column;
          flex-grow: 1;
          justify-content: center;
          align-items: center;
          transform: translateY(0);
          transition: transform ease-in 0.2s; }
    .standaloneContainer .previewFrameOverlay .modal.domainModal {
      width: 480px; }
    .standaloneContainer .previewFrameOverlay .modal.colorModal .colorSwatchContainer {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      max-width: 450px;
      margin: 5px 0; }
      .standaloneContainer .previewFrameOverlay .modal.colorModal .colorSwatchContainer .colorContainer {
        display: flex;
        margin: 5px;
        border-radius: 4px;
        border: 2px solid transparent;
        cursor: pointer;
        opacity: 0.8;
        transition: opacity ease-in 0.1s; }
        .standaloneContainer .previewFrameOverlay .modal.colorModal .colorSwatchContainer .colorContainer:hover, .standaloneContainer .previewFrameOverlay .modal.colorModal .colorSwatchContainer .colorContainer:active, .standaloneContainer .previewFrameOverlay .modal.colorModal .colorSwatchContainer .colorContainer:focus {
          opacity: 1; }
        .standaloneContainer .previewFrameOverlay .modal.colorModal .colorSwatchContainer .colorContainer .innerColor {
          display: flex;
          width: 75px;
          height: 50px;
          border-radius: 4px;
          border: 2px solid white;
          cursor: pointer; }
  .standaloneContainer .modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    max-width: 100%;
    border-radius: 8px;
    padding: 30px 40px 25px;
    color: white;
    font-size: 16px;
    font-family: "Source Sans Pro", "Lucida Grande", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
    overflow: auto; }
    .standaloneContainer .modal.centered h2 {
      text-align: center; }
    .standaloneContainer .modal h1 {
      font-weight: 200;
      font-size: 36px;
      font-family: "Source Sans Pro", "Lucida Grande", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
      color: white;
      text-shadow: rgba(0, 0, 0, 0.3) 0 0 40px;
      margin-top: 0;
      margin-bottom: 16px;
      text-align: center;
      line-height: 43px; }
    .standaloneContainer .modal h2 {
      font-weight: 400;
      font-size: 16px;
      font-family: "Source Sans Pro", "Lucida Grande", "Segoe UI", "Calibri", Helvetica, Arial, sans-serif;
      color: white;
      text-shadow: rgba(0, 0, 0, 0.2) 0 0 40px;
      max-width: 595px;
      width: 100%;
      line-height: 24px;
      margin-top: 0;
      margin-bottom: 22px; }
    .standaloneContainer .modal input {
      display: flex;
      padding: 10px;
      margin-top: 5px;
      border-radius: 2px;
      border: 1px solid #dddddd;
      line-height: 24px;
      font-size: 17px;
      color: #666666;
      text-align: center; }
    .standaloneContainer .modal btn span {
      font-weight: 500;
      font-size: 18px; }
    .standaloneContainer .modal .form {
      display: flex;
      flex-direction: row;
      width: 100%;
      margin-top: 5px; }
    .standaloneContainer .modal .inputButtonGroup input {
      margin: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border: none;
      flex-grow: 1; }
    .standaloneContainer .modal .inputButtonGroup button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      text-align: center;
      cursor: pointer;
      color: white;
      font-size: 18px;
      font-weight: 400; }
    .standaloneContainer .modal .inputButtonGroup .success {
      background-color: #277ca0;
      border-color: transparent; }
    .standaloneContainer .modal .inputButtonGroup .btn {
      margin: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      padding: 10px 25px; }
  .standaloneContainer .myAppcuesFrame {
    display: none; }
  .standaloneContainer .previewFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    transition: filter ease-in 0.2s; }
    .standaloneContainer .previewFrame:not(.loaded) {
      pointer-events: none; }
      .standaloneContainer .previewFrame:not(.loaded) * {
        pointer-events: none; }
  .standaloneContainer .liveFooter {
    padding-top: 55px; }

.stat-panel {
  border-top-width: 3px;
  border-top-style: solid;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }
  .stat-panel li:first-child, .stat-panel .panel {
    border-top: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }
  .stat-panel.stat-panel-default {
    border-top-color: #848484; }
  .stat-panel.stat-panel-primary {
    border-top-color: #5c5cff; }
  .stat-panel.stat-panel-success {
    border-top-color: #06db82; }
  .stat-panel.stat-panel-info {
    border-top-color: #00b2e5; }
  .stat-panel.stat-panel-warning {
    border-top-color: #fecc00; }
  .stat-panel.stat-panel-danger {
    border-top-color: #f97416; }
  .stat-panel p {
    margin-bottom: 0; }

.step-action-form .control-link, .component-preview .control-link, .step-action-form .field-action, .component-preview .field-action {
  color: #e3e3e3;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }
  .step-action-form .control-link:hover, .component-preview .control-link:hover, .step-action-form .field-action:hover, .component-preview .field-action:hover {
    color: #1e1e1e; }

.step-action-form .control-link, .component-preview .control-link, .step-action-form .field-action, .component-preview .field-action {
  color: #e3e3e3;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color; }
  .step-action-form .control-link:hover, .component-preview .control-link:hover, .step-action-form .field-action:hover, .component-preview .field-action:hover {
    color: #1e1e1e; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px white;
  box-shadow: inset 0 0 12px 4px white; }
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden; }
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #1e1e1e;
  opacity: 0.4; }
  .selectize-dropdown-header-close:hover {
    color: #1e1e1e; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none; }
  .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none; }
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control {
  position: relative; }
  .selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important; }
    .selectize-control.plugin-remove_button [data-value] .remove {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: inline-block;
      width: 17px;
      padding: 1px 0 0 0;
      font-size: 12px;
      font-weight: bold;
      color: inherit;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      border-left: 1px solid rgba(0, 0, 0, 0);
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .selectize-control.plugin-remove_button [data-value] .remove:hover {
        background: rgba(0, 0, 0, 0.05); }
    .selectize-control.plugin-remove_button [data-value].active .remove {
      border-left-color: rgba(0, 0, 0, 0); }
  .selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: rgba(77, 77, 77, 0); }
    .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
      background: none; }

.selectize-dropdown {
  font-size: 16px;
  -webkit-font-smoothing: inherit;
  line-height: 20px;
  color: #1e1e1e; }

.selectize-input {
  font-size: 16px;
  -webkit-font-smoothing: inherit;
  color: #4c4c4c;
  display: inline-block;
  cursor: text;
  background: white; }
  .selectize-input input {
    font-size: 16px;
    -webkit-font-smoothing: inherit;
    line-height: 20px;
    color: #1e1e1e; }

.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: white; }

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  overflow: hidden;
  border: 2px solid #dce4ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px; }

.selectize-input.full {
  background-color: white; }
.selectize-input.disabled {
  cursor: default !important; }
  .selectize-input.disabled * {
    cursor: default !important; }
.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  padding: 1px 3px;
  margin: 0 3px 3px 0;
  color: #1e1e1e;
  cursor: pointer;
  background: #efefef;
  border: 0 solid rgba(0, 0, 0, 0); }
  .selectize-control.multi .selectize-input > div.active {
    color: white;
    background: #428bca;
    border: 0 solid rgba(0, 0, 0, 0); }
.selectize-control.multi .selectize-input.disabled > div {
  color: gray;
  background: white;
  border: 0 solid rgba(77, 77, 77, 0); }
  .selectize-control.multi .selectize-input.disabled > div.active {
    color: gray;
    background: white;
    border: 0 solid rgba(77, 77, 77, 0); }

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important; }
  .selectize-input > input:focus {
    outline: none !important; }
.selectize-input::after {
  display: block;
  clear: left;
  content: " "; }
.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: white;
  content: " "; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: white;
  border: 2px solid #dce4ec;
  border-top: 0 none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .selectize-dropdown [data-selectable] {
    overflow: hidden;
    cursor: pointer;
    padding: 3px 12px; }
    .selectize-dropdown [data-selectable] .highlight {
      background: rgba(255, 237, 40, 0.4);
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px; }
  .selectize-dropdown .optgroup-header {
    padding: 3px 12px; }
  .selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none; }
  .selectize-dropdown .optgroup-header {
    color: #999999;
    cursor: default;
    background: white; }
  .selectize-dropdown .active {
    color: white;
    background-color: #428bca; }
    .selectize-dropdown .active.create {
      color: white; }
  .selectize-dropdown .create {
    color: rgba(51, 51, 51, 0.5); }

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto; }

.selectize-control.single .selectize-input {
  cursor: pointer;
  height: 34px; }
  .selectize-control.single .selectize-input input {
    cursor: pointer; }
  .selectize-control.single .selectize-input.input-active {
    cursor: text; }
    .selectize-control.single .selectize-input.input-active input {
      cursor: text; }
  .selectize-control.single .selectize-input:after {
    position: absolute;
    top: 52%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-color: transparent transparent transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    content: " "; }
  .selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-color: transparent transparent transparent transparent;
    border-width: 0 5px 5px 5px; }
.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 17px; }
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }
.selectize-control .selectize-input.disabled {
  background-color: white;
  opacity: 0.5; }

.selectize-dropdown, .autocomplete-suggestions {
  z-index: 1000;
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  background: white;
  border: 2px solid #dce4ec;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .selectize-dropdown.form-control, .autocomplete-suggestions.form-control {
    z-index: 1000;
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    background: white;
    border: 2px solid #dce4ec;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .selectize-dropdown .optgroup-header, .autocomplete-suggestions .optgroup-header {
    font-size: 12px;
    line-height: 1.42857; }
  .selectize-dropdown .optgroup:first-child:before, .autocomplete-suggestions .optgroup:first-child:before {
    display: none; }
  .selectize-dropdown .optgroup:before, .autocomplete-suggestions .optgroup:before {
    display: block;
    height: 1px;
    margin: 9px 0;
    margin-right: -12px;
    margin-left: -12px;
    overflow: hidden;
    background-color: #e5e5e5;
    content: " "; }

.selectize-dropdown-content {
  padding: 5px 0; }

.selectize-dropdown-header {
  padding: 6px 12px; }

.selectize-input {
  height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s ease;
  -moz-transition: border-color 0.15s ease;
  -o-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease; }
  .selectize-input.dropdown-active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .selectize-input.dropdown-active::before {
      display: none; }
  .selectize-input.focus {
    border-color: #5c5cff;
    outline: 0; }

.selectize-control.multi .selectize-input.has-items {
  padding-right: 9px;
  padding-left: 9px; }
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.form-control.selectize-control {
  height: auto;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control .label, .selectize-control .caption {
  display: block;
  color: #4c4c4c;
  text-align: left; }
.selectize-control .label {
  padding: 0;
  border-radius: 0;
  line-height: 1;
  font-weight: normal;
  font-size: 16px; }
.selectize-control .caption {
  font-size: 12px;
  color: #848484; }
.selectize-control .selectize-input .label, .selectize-control .selectize-input .caption {
  display: inline-block; }
.selectize-control .selectize-input .label {
  position: absolute;
  right: 43px;
  top: 4px;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #e3e3e3;
  max-width: 110px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block; }
.selectize-control .selectize-input .caption {
  font-size: 13px;
  max-width: 250px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: inline-block; }
.selectize-control .selectize-dropdown-content div:hover .label, .selectize-control .selectize-dropdown-content div:hover .caption, .selectize-control .selectize-dropdown-content div.active .label, .selectize-control .selectize-dropdown-content div.active .caption {
  color: white; }

.step-action-form .form-field, .component-preview .form-field {
  background-color: white;
  margin: 0 0 10px; }
.step-action-form .field-type-buttons, .component-preview .field-type-buttons {
  display: table;
  width: 100%; }
.step-action-form .field-type-btn, .component-preview .field-type-btn {
  display: table-cell;
  padding: 0px 5px;
  text-align: center; }
.step-action-form .field-label, .component-preview .field-label {
  display: table;
  width: 100%; }
.step-action-form .field-actions, .component-preview .field-actions {
  display: table-cell;
  width: 66px; }
.step-action-form .field-action, .component-preview .field-action {
  margin: 0 2px;
  padding: 0 3px; }
  .step-action-form .field-action:focus, .component-preview .field-action:focus {
    outline: none; }
.step-action-form .field-drag-handle, .component-preview .field-drag-handle {
  cursor: move; }
.step-action-form .field-actions .btn.active, .component-preview .field-actions .btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.step-action-form input.label-value, .component-preview input.label-value {
  border: none;
  display: table-cell;
  font-weight: bold;
  margin: 5px 0;
  outline: none;
  width: 100%; }
.step-action-form label.label-display, .component-preview label.label-display {
  border: none;
  display: table-cell;
  font-weight: bold;
  margin: 5px 0;
  outline: none;
  width: 100%; }
.step-action-form input.placeholder-value, .component-preview input.placeholder-value {
  border: 1px solid #dddddd;
  color: #aaaaaa;
  padding: 6px 10px;
  width: 100%; }
.step-action-form input.placeholder-display, .component-preview input.placeholder-display {
  border: 1px solid #dddddd;
  padding: 6px 10px;
  width: 100%; }
.step-action-form textarea.placeholder-value, .component-preview textarea.placeholder-value {
  color: #aaaaaa;
  border: 1px solid #dddddd;
  font-size: 14px;
  padding: 6px 10px;
  width: 100%; }
.step-action-form textarea.placeholder-display, .component-preview textarea.placeholder-display {
  border: 1px solid #dddddd;
  font-size: 14px;
  padding: 6px 10px;
  width: 100%; }
.step-action-form .rating-options, .component-preview .rating-options {
  display: table;
  width: 100%; }
.step-action-form .rating-option, .component-preview .rating-option {
  cursor: pointer;
  display: table-cell;
  font-weight: normal;
  text-align: center;
  width: 9%; }
  .step-action-form .rating-option span, .component-preview .rating-option span {
    background-color: white;
    border: 1px solid white;
    display: block;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .step-action-form .rating-option span:hover, .component-preview .rating-option span:hover {
      background-color: #888888;
      border: 1px solid #777777;
      color: white; }
  .step-action-form .rating-option input, .component-preview .rating-option input {
    display: none; }
.step-action-form label.field-option, .component-preview label.field-option {
  background-color: white;
  display: block;
  font-weight: normal;
  margin: 5px 0;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .step-action-form label.field-option input[type="radio"], .component-preview label.field-option input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .step-action-form label.field-option input[type="radio"] + span::before, .component-preview label.field-option input[type="radio"] + span::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    vertical-align: -0.05em;
    border: 0.125em solid white;
    margin-right: 0.7em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em;
    -webkit-box-shadow: 0 0 0 0.15em #888888;
    -moz-box-shadow: 0 0 0 0.15em #888888;
    box-shadow: 0 0 0 0.15em #888888;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all; }
  .step-action-form label.field-option input[type="radio"]:checked + span::before, .component-preview label.field-option input[type="radio"]:checked + span::before {
    background: #5cb85c;
    -webkit-box-shadow: 0 0 0 0.25em #888888;
    -moz-box-shadow: 0 0 0 0.25em #888888;
    box-shadow: 0 0 0 0.25em #888888; }
  .step-action-form label.field-option input.option-value, .component-preview label.field-option input.option-value {
    border: none;
    background-color: inherit;
    display: inline-block;
    width: 95%; }
    .step-action-form label.field-option input.option-value:focus, .component-preview label.field-option input.option-value:focus {
      outline: none; }
  .step-action-form label.field-option .option-drag-handle, .component-preview label.field-option .option-drag-handle {
    cursor: move;
    margin-right: 5px;
    opacity: 0.4; }
.step-action-form .add-field-option, .component-preview .add-field-option {
  color: #e3e3e3;
  cursor: pointer;
  display: block;
  font-size: small;
  margin-top: 10px;
  margin-left: 8px;
  text-decoration: none; }
.step-action-form .add-field, .component-preview .add-field {
  clear: both;
  margin-top: 10px;
  text-decoration: none; }

appcues[data-pattern-type='shorty'] .component-editor {
  padding: 0; }
  appcues[data-pattern-type='shorty'] .component-editor .build-form-fields {
    overflow-y: auto;
    height: 300px;
    padding: 0 10px 10px 10px; }
    appcues[data-pattern-type='shorty'] .component-editor .build-form-fields .field-type-buttons .field-type-btn {
      display: block;
      float: left;
      width: 20%;
      padding: 0; }
      appcues[data-pattern-type='shorty'] .component-editor .build-form-fields .field-type-buttons .field-type-btn .choose-field-type span {
        display: none; }

.select-field-type .selectize-control {
  float: left;
  width: calc(100% - 30px); }
  .select-field-type .selectize-control .icon {
    float: left;
    margin-right: 10px; }
  .select-field-type .selectize-control .text {
    float: left; }
.select-field-type .remove {
  width: 20px;
  float: left; }

div.step > .step-action, cue.step-action {
  min-height: 400px;
  padding-bottom: 60px;
  position: relative; }
  div.step > .step-action > .dashed, cue.step-action > .dashed {
    padding: 2em; }
  div.step > .step-action .beta-label, cue.step-action .beta-label {
    padding: 0.4em 0.7em;
    position: absolute;
    top: 0px;
    right: 15px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0; }
  div.step > .step-action .video-placeholder, cue.step-action .video-placeholder {
    background: url("../images/video-placeholder.jpg") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 300px;
    color: rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    cursor: pointer; }
    div.step > .step-action .video-placeholder:hover, cue.step-action .video-placeholder:hover {
      color: rgba(255, 255, 255, 0.9); }
    div.step > .step-action .video-placeholder .fa, cue.step-action .video-placeholder .fa {
      font-size: 100px;
      line-height: 300px; }
  div.step > .step-action .image-uploader, cue.step-action .image-uploader {
    width: 100%;
    cursor: pointer;
    padding: 50px;
    text-align: center;
    border: 3px dashed transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition-property: color, border-color;
    -moz-transition-property: color, border-color;
    -o-transition-property: color, border-color;
    transition-property: color, border-color;
    height: 250px;
    color: #8f8fff;
    overflow: hidden; }
    div.step > .step-action .image-uploader:after, cue.step-action .image-uploader:after {
      position: absolute;
      top: -1%;
      right: -1%;
      bottom: -1%;
      left: -1%;
      content: "";
      background-image: url("../images/henry-ford.jpg");
      background-size: cover;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      -webkit-transition-property: top, right, bottom, left;
      -moz-transition-property: top, right, bottom, left;
      -o-transition-property: top, right, bottom, left;
      transition-property: top, right, bottom, left;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
      opacity: 0.1; }
    div.step > .step-action .image-uploader:hover, cue.step-action .image-uploader:hover {
      border-color: #dddddd;
      color: #5c5cff; }
      div.step > .step-action .image-uploader:hover:after, cue.step-action .image-uploader:hover:after {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  div.step > .step-action .redactor_editor, div.step > .step-action textarea.redactor, cue.step-action .redactor_editor, cue.step-action textarea.redactor {
    min-height: 320px; }
    div.step > .step-action .redactor_editor.small, div.step > .step-action .redactor_editor.redactor_small, div.step > .step-action textarea.redactor.small, div.step > .step-action textarea.redactor.redactor_small, cue.step-action .redactor_editor.small, cue.step-action .redactor_editor.redactor_small, cue.step-action textarea.redactor.small, cue.step-action textarea.redactor.redactor_small {
      min-height: 100px; }
  div.step > .step-action .ace-editor, cue.step-action .ace-editor {
    min-height: 400px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  div.step > .step-action i.fa, cue.step-action i.fa {
    font-family: FontAwesome !important; }

div.step .step-action-content {
  height: 100%; }
  div.step .step-action-content img {
    max-width: 100%;
    width: auto; }

.step-action-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  .step-action-buttons .appcues-button[data-step='prev']:before, .step-action-buttons .appcues-button[data-step='next']:after {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 8px 10px;
    line-height: 20px; }
  .step-action-buttons .appcues-button {
    background-color: #cccccc;
    cursor: pointer;
    padding: 8px 18px;
    color: white;
    font-weight: bold;
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out; }
    .step-action-buttons .appcues-button:hover {
      text-decoration: none;
      color: black;
      background-color: #dedede; }
    .step-action-buttons .appcues-button.appcues-button-success {
      background-color: #5cb85c; }
      .step-action-buttons .appcues-button.appcues-button-success:hover {
        background-color: #75c375; }
      .step-action-buttons .appcues-button.appcues-button-success.disabled {
        background-color: #eaf6ea; }
      .step-action-buttons .appcues-button.appcues-button-success [contenteditable]::-moz-selection {
        background: rgba(255, 255, 255, 0.6); }
      .step-action-buttons .appcues-button.appcues-button-success [contenteditable]::selection {
        background: rgba(255, 255, 255, 0.6); }
    .step-action-buttons .appcues-button[data-step='prev'] {
      padding-left: 45px; }
      .step-action-buttons .appcues-button[data-step='prev']:before {
        left: 0;
        content: "\25C0";
        border-right: 1px solid white; }
    .step-action-buttons .appcues-button[data-step='next'] {
      padding-right: 45px; }
      .step-action-buttons .appcues-button[data-step='next']:after {
        right: 0;
        content: "\25B6";
        border-left: 1px solid white; }
  .step-action-buttons .row:after {
    content: none; }
  .steps .step.first .step-action-buttons .appcues-button[data-step="prev"] {
    display: none; }
  .steps .step.last .step-action-buttons .appcues-button[data-step="next"] {
    display: none; }
  .steps .step.last .step-action-buttons .appcues-button[data-step="end"] {
    display: inline-block; }
  .step-action-buttons .add-icon {
    border: 1px dashed #e3e3e3;
    color: #e3e3e3;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    width: 80px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
    .step-action-buttons .add-icon:hover {
      border-color: #5c5cff;
      color: #5c5cff; }
  .step-action-buttons.editable-buttons .color-picker-button-container {
    display: flex;
    align-items: center; }
    .step-action-buttons.editable-buttons .color-picker-button-container span.editableValue {
      display: none;
      background-color: rgba(0, 0, 0, 0.3);
      font-family: monospace;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      padding: 0 10px;
      margin-right: 4px;
      line-height: 26px;
      height: 26px;
      color: #888888; }
      .step-action-buttons.editable-buttons .color-picker-button-container span.editableValue:focus, .step-action-buttons.editable-buttons .color-picker-button-container span.editableValue:hover {
        outline: none; }
      .step-action-buttons.editable-buttons .color-picker-button-container span.editableValue.show, .step-action-buttons.editable-buttons .color-picker-button-container span.editableValue.has-focus {
        display: inline; }
  .step-action-buttons.editable-buttons .step-button {
    position: relative; }
  .step-action-buttons.editable-buttons .step-button:hover + .hover-controls, .step-action-buttons.editable-buttons .hover-controls:hover {
    display: flex;
    z-index: 2;
    right: 0;
    left: initial;
    -webkit-animation-name: fadeInFromNone;
    animation-name: fadeInFromNone;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
    .step-action-buttons.editable-buttons .step-button:hover + .hover-controls .color-picker-button, .step-action-buttons.editable-buttons .hover-controls:hover .color-picker-button {
      position: relative; }
    .step-action-buttons.editable-buttons .step-button:hover + .hover-controls .colorpicker, .step-action-buttons.editable-buttons .hover-controls:hover .colorpicker {
      margin-top: -124px; }
      .step-action-buttons.editable-buttons .step-button:hover + .hover-controls .colorpicker:before, .step-action-buttons.editable-buttons .step-button:hover + .hover-controls .colorpicker:after, .step-action-buttons.editable-buttons .hover-controls:hover .colorpicker:before, .step-action-buttons.editable-buttons .hover-controls:hover .colorpicker:after {
        display: none; }
      .step-action-buttons.editable-buttons .step-button:hover + .hover-controls .colorpicker .colorpicker-alpha, .step-action-buttons.editable-buttons .hover-controls:hover .colorpicker .colorpicker-alpha {
        display: none; }
  .step-action-buttons.editable-buttons .appcues-button {
    padding: 0;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    user-select: initial; }
    .step-action-buttons.editable-buttons .appcues-button.step-button:after, .step-action-buttons.editable-buttons .appcues-button.step-button:before {
      cursor: default; }
    .step-action-buttons.editable-buttons .appcues-button [contenteditable] {
      padding: 6px 18px;
      margin: 2px; }
      .step-action-buttons.editable-buttons .appcues-button [contenteditable]:focus, .step-action-buttons.editable-buttons .appcues-button [contenteditable]:hover {
        outline: none;
        cursor: text;
        border: 1px dashed white;
        padding: 5px 17px; }
    .step-action-buttons.editable-buttons .appcues-button[data-step="prev"] {
      padding-left: 34px; }
      .step-action-buttons.editable-buttons .appcues-button[data-step="prev"] [contenteditable] {
        padding-left: 10px; }
        .step-action-buttons.editable-buttons .appcues-button[data-step="prev"] [contenteditable]:focus, .step-action-buttons.editable-buttons .appcues-button[data-step="prev"] [contenteditable]:hover {
          padding-left: 9px; }
    .step-action-buttons.editable-buttons .appcues-button[data-step="next"] {
      padding-right: 34px; }
      .step-action-buttons.editable-buttons .appcues-button[data-step="next"] [contenteditable] {
        padding-right: 10px; }
        .step-action-buttons.editable-buttons .appcues-button[data-step="next"] [contenteditable]:focus, .step-action-buttons.editable-buttons .appcues-button[data-step="next"] [contenteditable]:hover {
          padding-right: 9px; }
    .step-action-buttons.editable-buttons .appcues-button + .appcues-button {
      margin-left: 7px; }

.step-settings ul {
  margin: 0;
  z-index: 1600;
  font-size: 16px; }
  .step-settings ul li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .step-settings ul li a {
      color: #7c8a94;
      display: block;
      padding: 8px;
      margin-top: 1px; }
      .step-settings ul li a:hover {
        color: #444444;
        background-color: aliceblue; }

h1.editable-title[contenteditable] {
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px dashed transparent;
  -webkit-transition-property: border-bottom-color, color;
  -moz-transition-property: border-bottom-color, color;
  -o-transition-property: border-bottom-color, color;
  transition-property: border-bottom-color, color;
  -webkit-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  cursor: text;
  position: relative;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.5em; }
  h1.editable-title[contenteditable]:after {
    opacity: 0;
    content: "\f040";
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 70%;
    bottom: 4px;
    left: 100%;
    margin-left: 5px;
    white-space: nowrap;
    color: #bbbbbb;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }
  h1.editable-title[contenteditable]:hover {
    color: #1f1fff; }
  h1.editable-title[contenteditable]:active, h1.editable-title[contenteditable]:focus {
    color: #5c5cff;
    border-bottom-color: #e3e3e3; }
  h1.editable-title[contenteditable]:hover:after, h1.editable-title[contenteditable]:active:after, h1.editable-title[contenteditable]:focus:after {
    opacity: 1; }

.step {
  background-color: white;
  color: #666666;
  margin: 0;
  padding: 1rem;
  position: relative;
  width: 100%; }
  .step cue {
    display: block; }
  .step ul.redactor_toolbar {
    background-color: #e5e5e5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    color: #7d8a94;
    text-align: center; }
  .step header {
    margin-bottom: 2rem; }
    .step header h2 {
      text-align: center;
      font-weight: 200;
      margin: 1rem 0;
      font-size: 18px;
      color: #222222; }
  .step .well {
    cursor: pointer;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out; }
    .step .well:hover {
      color: #222222;
      background-color: #ececec; }
  .step + .step {
    margin-top: 2rem; }
    .step + .step:before {
      content: "";
      position: absolute;
      top: -2rem;
      width: 0;
      left: 50%;
      height: 2rem;
      border-right: 2px dashed #cccccc; }

.appcues-responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  display: block; }
  .appcues-responsive-embed iframe, .appcues-responsive-embed object, .appcues-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.steps {
  height: 100%; }
  .published.steps .preview-area {
    margin-top: 0;
    padding-top: 0; }
    .published.steps .preview-area .frame-wrapper, .published.steps .preview-area .mask {
      top: 0; }
  .steps .preview-area {
    min-height: 100%;
    position: relative;
    z-index: 8; }
    .steps .preview-area .frame-wrapper, .steps .preview-area .mask {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .steps .preview-area .frame-wrapper iframe {
      background-color: white;
      border: none;
      width: 100%;
      height: 100%;
      display: block; }
    .steps .preview-area .mask {
      background-color: rgba(0, 0, 0, 0.7);
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out;
      -webkit-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.2);
      box-shadow: inset 1px 5px 10px -6px rgba(0, 0, 0, 0.2); }
  .fullscreen-pattern.steps .preview-area .mask {
    background-color: #eeeeee; }

.steps .preview-area.has-navigate .mask, .steps .preview-area.has-navigate .flow-steps {
  display: none; }
.steps.published .toolbar {
  display: none; }
.steps .flow-steps {
  margin: 0 auto;
  max-width: 650px;
  min-width: 400px;
  padding: 60px 0; }
.steps .close {
  position: absolute;
  top: 5px;
  right: 5px; }
.steps.left-pattern .flow-steps {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0; }
  @media (min-width: 992px) {
    .steps.left-pattern .flow-steps {
      width: 650px; } }
.steps.left-pattern .step {
  height: 100%;
  overflow-y: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.steps.left-pattern .step-action {
  min-height: 100%; }

.styling-container .row::before, .styling-container .row::after {
  display: none; }
.styling-container .new-theme-section .form-group {
  display: flex;
  justify-content: space-between; }
.styling-container .new-theme-section input.form-control {
  flex-basis: 100%;
  margin-right: 8px; }
.styling-container .panel {
  border: none; }
  .styling-container .panel .panel-heading {
    background: none;
    border: none;
    padding: 8px 0; }
    .styling-container .panel .panel-heading .panel-title-row {
      display: flex;
      justify-content: space-between;
      margin: 0 15px; }
      .styling-container .panel .panel-heading .panel-title-row .panel-title {
        flex-basis: 90%; }
    .styling-container .panel .panel-heading .panel-title {
      font-weight: 600;
      font-size: 24px; }
      .styling-container .panel .panel-heading .panel-title.divider-title {
        font-family: "Muli", "Avenir", "Futura", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
        font-weight: 600;
        font-size: 16px;
        color: #848484;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
  .styling-container .panel .panel-body {
    padding: 0; }
.styling-container .theme-id-section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.7em; }
  .styling-container .theme-id-section strong {
    margin-right: 5px; }
  .styling-container .theme-id-section .theme-id {
    border-radius: 5px;
    opacity: 0.7;
    background-color: #e3e3e3;
    font-family: Monospace;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center; }

.styling-panel {
  border: none; }
  .styling-panel .styling-panel-body {
    padding: 0; }
  .styling-panel .nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 8px; }
    .styling-panel .nav li {
      flex-basis: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      position: relative; }
      .styling-panel .nav li a {
        color: #848484; }
        .styling-panel .nav li a:hover {
          color: #5c5cff; }
    .styling-panel .nav li.active a, .styling-panel .nav li.active a:hover {
      text-decoration: none;
      color: #5c5cff; }
    .styling-panel .nav li.active::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      background: #5c5cff;
      height: 4px;
      border-radius: 4px; }
    .styling-panel .nav::before, .styling-panel .nav::after {
      display: none; }
  .styling-panel .nav-tabs {
    margin-bottom: 15px; }
  .styling-panel .tab-pane {
    margin-top: 8px;
    position: relative; }
    .styling-panel .tab-pane .expand {
      position: absolute;
      right: 0;
      top: 10px; }
  .styling-panel .ace-editor {
    height: 600px;
    width: 100%;
    margin-bottom: 15px; }
  .styling-panel .divider {
    position: relative;
    margin-bottom: 12px;
    margin-top: 8px; }
    .styling-panel .divider:first-child {
      margin-top: 0; }
    .styling-panel .divider span {
      background-color: white;
      display: inline-block;
      position: relative;
      margin-bottom: 4px;
      font-family: "Muli", "Avenir", "Futura", "Avant Garde", "Century Gothic", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      color: #848484;
      letter-spacing: 0.06em; }
  .styling-panel label .help-text {
    margin-left: 10px; }
  .styling-panel .help-block {
    font-style: italic;
    font-size: 13px; }

.unsaved-changes {
  position: relative;
  padding-right: 30px; }

.styling-preview-panel {
  background: #f4f4f4;
  height: 1300px; }
  .styling-preview-panel a {
    color: #bbbbbb; }
    .styling-preview-panel a:hover {
      color: #4c4c4c; }
  .styling-preview-panel .styling-preview-frame {
    height: 550px;
    width: 100%; }
    .styling-preview-panel .styling-preview-frame.styling-preview-frame-hotspots {
      height: 200px; }

.flex-between {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  margin-bottom: 36px;
  justify-content: space-between;
  margin-right: -20px; }
  .flex-between .select-template-button-option {
    display: flex;
    flex: 1;
    max-width: 48%;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #e3e3e3;
    margin-right: 20px;
    padding: 10px 30px 10px 5px;
    cursor: pointer; }
    .flex-between .select-template-button-option:hover {
      border-color: #00b2e5; }
      .flex-between .select-template-button-option:hover:active, .flex-between .select-template-button-option:hover:focus {
        border-color: #006d8c; }
    .flex-between .select-template-button-option .option-section-left {
      margin: 0 25px;
      font-size: 40px;
      color: #e3e3e3; }
    .flex-between .select-template-button-option .option-section-right {
      text-align: left; }
    .flex-between .select-template-button-option h3 {
      font-size: 17px;
      font-weight: 600;
      color: #4c4c4c;
      margin-top: 1em; }
    .flex-between .select-template-button-option p {
      color: #848484;
      font-size: 15px; }
  .flex-between .optionSelected {
    border-color: #00b2e5;
    background-color: #00b2e5;
    color: white; }
    .flex-between .optionSelected p, .flex-between .optionSelected h3 {
      color: white; }

.radio-button-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .radio-button-form input.radio-button {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden; }
  .radio-button-form label.radio-button-selector {
    padding: 10px;
    border: 2px solid #f4f4f4;
    border-radius: 4px;
    color: inherit;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    flex-basis: 50%;
    transition: border 0.3s ease, background 0.3s ease, color 0.3s ease; }
    .radio-button-form label.radio-button-selector:hover, .radio-button-form label.radio-button-selector span:hover, .radio-button-form label.radio-button-selector img:hover {
      cursor: pointer; }
  .radio-button-form input.radio-button:checked + label.radio-button-selector {
    border: 2px solid #00b2e5;
    background: #00b2e5;
    color: white; }
  .radio-button-form img.radio-button-image {
    width: 70px;
    margin-bottom: 8px;
    height: auto; }

.click-through-container {
  font-style: italic; }

.settings-panel {
  background-color: #e8e8e8;
  border: 1px solid gainsboro;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px; }
  .settings-panel h4 {
    font-size: 16px;
    margin: 0 0 15px; }

.content-thumbnails {
  margin: 1rem 0 0; }
  .content-thumbnails .thumbnails-list {
    margin-left: 0;
    margin-bottom: 0; }
    .content-thumbnails .thumbnails-list .thumbnail-item.dashed.add-step:hover {
      color: inherit;
      border-color: #888888;
      opacity: 1;
      cursor: pointer; }

.thumbnails-list-sequence .thumbnail-item.sequential:after {
  content: "\f105";
  font-size: 20px;
  line-height: 20px;
  color: #999999;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -10px; }
.thumbnails-list-sequence .thumbnail-item.sequential:last-child:after {
  content: ""; }

.thumbnails-list .thumbnail-item {
  border-width: 2px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
    margin-right: 22px;
  padding: 5px 3px;
  position: relative;
  -webkit-transition-property: border-color, border-width;
  -moz-transition-property: border-color, border-width;
  -o-transition-property: border-color, border-width;
  transition-property: border-color, border-width;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); }
  .thumbnails-list .thumbnail-item:hover {
    border-color: rgba(52, 152, 219, 0.5); }
  .thumbnails-list .thumbnail-item.selected {
    border: 2px solid #3498db;
    border-right-width: 32px; }
    .thumbnails-list .thumbnail-item.selected:after {
      right: -47px; }
    .thumbnails-list .thumbnail-item.selected .thumbnail-controls {
      display: block; }
  .thumbnails-list .thumbnail-item.dashed {
    opacity: 0.4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #e3e3e3;
    cursor: default; }
  .thumbnails-list .thumbnail-item .thumbnail-controls {
    display: none;
    position: absolute;
    top: 0;
    left: 100%; }
    .thumbnails-list .thumbnail-item .thumbnail-controls a {
      color: white;
      display: block;
      margin: 6px 3px;
      padding: 3px;
      opacity: 0.5;
      transition: opacity 0.3s ease-in-out; }
      .thumbnails-list .thumbnail-item .thumbnail-controls a:hover {
        opacity: 1; }


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