code, pre {
  font-family: Menlo, Monaco, monospace, sans-serif;
}

div, p, ul, ol, table, dl, blockquote, pre {
  font-size: 14px;
  line-height: 1.6em;
}

a[href], a[data-step] {
  color: #15c;
  text-decoration: none;
  cursor: pointer;
}

object, embed, video, img {
  max-width: 100%;
  width: auto;
}

video, img {
  height: auto;
}

p, ul, ol, table, dl, figure, blockquote, pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}

hr {
  margin-bottom: 15px;
}

blockquote {
  margin-left: 1.6em !important;
  padding-left: 0;
  color: #777;
  font-style: italic;
}

ul, ol {
  padding-left: 2em;
}

ul ul, ol ol, ul ol, ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
table td, table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
table thead td, table th {
  font-weight: bold;
  border-bottom-color: #888;
}

code {
  background-color: #d8d7d7;
}

pre {
  overflow: auto;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  white-space: pre;
  font-size: 90%;
  color: #888;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em 0;
}

h1, h2, h3, h4 {
  line-height: 1.3;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
  margin-bottom: 0.7em;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
  text-transform: uppercase;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  margin: -1px;
}

.appcues-button {
  background-color: #ccc;
  cursor: pointer;
  padding: 8px 18px;
  color: white;
  font-weight: bold;
  display: inline-block;
  position: relative;
  -webkit-font-smoothing: auto;
  text-decoration: none;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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;
  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;
  text-decoration: unset;
}
.appcues-button.appcues-button-success.disabled {
  background-color: #eaf6ea;
}
.appcues-button[data-step], .appcues-button[href] {
  color: white;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  line-height: 1;
  box-shadow: none;
  opacity: 1;
  box-sizing: content-box;
  outline: none;
  border-radius: 0;
  overflow-x: visible;
  overflow-y: visible;
  overflow: hidden;
}

body {
  background: none;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.3;
}

small {
  font-size: 85%;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

.text-muted {
  color: #888;
}

.appcues-skip, a.appcues-skip[data-step] {
  font-size: 11px;
  cursor: pointer;
  color: #888;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.appcues-skip:hover, a.appcues-skip[data-step]:hover {
  color: #4baad4;
}

.tooltip {
  display: table;
  width: 100%;
  overflow-wrap: break-word;
}
.tooltip p {
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 14px;
  border: none;
  background: none;
  box-shadow: none;
}
.tooltip p:last-child {
  margin-bottom: 0;
}

.content {
  color: #333;
  display: table-cell;
}
.content.content-top {
  text-align: center;
  vertical-align: bottom;
}
.content.content-top .panel {
  margin-bottom: 15px;
}
.content.content-top .panel:before {
  top: 100%;
  left: 50%;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-top: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
}
.content.content-top-right {
  text-align: left;
  vertical-align: bottom;
}
.content.content-top-right .panel {
  margin-bottom: 15px;
}
.content.content-top-right .panel:before {
  top: 100%;
  left: 10px;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-top: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.content.content-top-left {
  text-align: right;
  vertical-align: bottom;
}
.content.content-top-left .panel {
  margin-bottom: 15px;
}
.content.content-top-left .panel:before {
  top: 100%;
  right: 10px;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-top: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.content.content-right {
  text-align: left;
  vertical-align: bottom;
}
.content.content-right .panel {
  margin-left: 15px;
}
.content.content-right .panel:before {
  top: 50%;
  right: 100%;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-right: 10px solid #ddd;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  margin-top: -10px;
}
.content.content-right-top {
  text-align: left;
  vertical-align: bottom;
}
.content.content-right-top .panel {
  margin-left: 15px;
}
.content.content-right-top .panel:before {
  right: 100%;
  bottom: 10px;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-right: 10px solid #ddd;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.content.content-right-bottom {
  text-align: left;
  vertical-align: bottom;
}
.content.content-right-bottom .panel {
  margin-left: 15px;
}
.content.content-right-bottom .panel:before {
  top: 10px;
  right: 100%;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-right: 10px solid #ddd;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.content.content-bottom {
  text-align: center;
  vertical-align: top;
}
.content.content-bottom .panel {
  margin-top: 15px;
}
.content.content-bottom .panel:before {
  bottom: 100%;
  left: 50%;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
}
.content.content-bottom-right {
  text-align: left;
  vertical-align: bottom;
}
.content.content-bottom-right .panel {
  margin-top: 15px;
}
.content.content-bottom-right .panel:before {
  bottom: 100%;
  left: 10px;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.content.content-bottom-left {
  text-align: right;
  vertical-align: bottom;
}
.content.content-bottom-left .panel {
  margin-top: 15px;
}
.content.content-bottom-left .panel:before {
  right: 10px;
  bottom: 100%;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.content.content-left {
  text-align: right;
  vertical-align: bottom;
}
.content.content-left .panel {
  margin-right: 15px;
}
.content.content-left .panel:before {
  top: 50%;
  left: 100%;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-left: 10px solid #ddd;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  margin-top: -10px;
}
.content.content-left-top {
  text-align: right;
  vertical-align: bottom;
}
.content.content-left-top .panel {
  margin-right: 15px;
}
.content.content-left-top .panel:before {
  bottom: 10px;
  left: 100%;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-left: 10px solid #ddd;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.content.content-left-bottom {
  text-align: right;
  vertical-align: bottom;
}
.content.content-left-bottom .panel {
  margin-right: 15px;
}
.content.content-left-bottom .panel:before {
  top: 10px;
  left: 100%;
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  z-index: 2;
  border-left: 10px solid #ddd;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.content img {
  max-width: 100%;
}
.content .panel {
  display: inline-block;
  min-width: 250px;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}

.panel {
  border: 1px solid #ddd;
  background-color: white;
  padding: 5px;
}
.panel.panel-default {
  box-shadow: 3px 2px 0 rgba(238, 238, 238, 0.6);
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 2px;
  border-radius: 3px;
}
.panel .panel-content {
  padding: 5px;
}
.panel .panel-content-actions {
  display: table;
  width: 100%;
  padding: 0;
}
.panel .panel-content-actions .appcues-actions-right, .panel .panel-content-actions .appcues-actions-left {
  display: table-cell;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.panel .panel-content-actions .appcues-actions-left {
  text-align: left;
  font-size: 13px;
  padding-left: 5px;
}
.panel .panel-content-actions .appcues-actions-right {
  text-align: right;
  padding-right: 5px;
}
.panel .panel-content-actions .appcues-skip {
  cursor: pointer;
  color: #888;
  opacity: 0.5;
  overflow-wrap: normal;
}
.panel .panel-content-actions .appcues-skip:hover {
  opacity: 1;
}
.panel .panel-content-actions .appcues-button {
  font-size: 85%;
  padding: 5px 14px;
}

.appcues-powered-by-text {
  text-align: right;
  padding: 5px;
  line-height: 1;
}
.appcues-powered-by-text a {
  font-family: Helvetica Neue, Helvetica, sans-serif !important;
  cursor: pointer !important;
  text-decoration: none !important;
  color: #888 !important;
  font-size: 10px !important;
}
.appcues-powered-by-text a svg {
  vertical-align: bottom;
}
.appcues-powered-by-text a svg > g, .appcues-powered-by-text a span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.appcues-powered-by-text a span {
  position: relative;
  margin-left: 3px;
}
.appcues-powered-by-text a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  visibility: hidden;
  background: #4baad4;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.appcues-powered-by-text a:hover, .appcues-powered-by-text a:active, .appcues-powered-by-text a:focus {
  color: #4baad4;
}
.appcues-powered-by-text a:hover svg > g, .appcues-powered-by-text a:active svg > g, .appcues-powered-by-text a:focus svg > g {
  fill: #4baad4;
}
.appcues-powered-by-text a:hover span:before, .appcues-powered-by-text a:active span:before, .appcues-powered-by-text a:focus span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.appcues-powered-by-badge {
  font-family: Helvetica Neue, Helvetica, sans-serif !important;
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  bottom: 16px;
  left: 16px;
  padding: 6px 8px 7px;
  border-radius: 3px;
  border: 1px solid transparent;
  display: block;
  z-index: 2147483547;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.appcues-powered-by-badge:before {
  background-color: white;
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  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);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.appcues-powered-by-badge:hover {
  border-color: #4baad4;
}
.appcues-powered-by-badge:hover:before {
  height: 90px;
  opacity: 1;
}
.appcues-powered-by-badge:hover .appcues-powered-by-content {
  color: #4baad4 !important;
}
.appcues-powered-by-badge:hover .appcues-powered-by-content svg > g {
  fill: #4baad4;
}
.appcues-powered-by-badge a {
  cursor: pointer !important;
  text-decoration: none !important;
}
.appcues-powered-by-badge .appcues-powered-by-content {
  font-family: Helvetica Neue, Helvetica, sans-serif !important;
  display: table-row;
  color: #555555 !important;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.appcues-powered-by-badge .appcues-powered-by-content svg > g {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.appcues-powered-by-badge .appcues-powered-by-content .logo-container, .appcues-powered-by-badge .appcues-powered-by-content .text-container {
  display: table-cell;
  vertical-align: middle;
  height: 20px;
}
.appcues-powered-by-badge .appcues-powered-by-content .logo-container {
  text-align: center;
  width: 20px;
}
.appcues-powered-by-badge .appcues-powered-by-content .text-container {
  font-size: 12px !important;
  padding-left: 3px;
  line-height: 1;
}
.appcues-powered-by-badge .appcues-powered-by-content .text-container > small {
  font-size: 6px !important;
  text-transform: uppercase;
  display: block;
}

.exit-tooltip-container {
  position: absolute;
  top: 0;
  right: 10px;
}
.exit-tooltip-container .exit-tooltip {
  color: #888;
  cursor: pointer;
  opacity: 0.5;
}
.exit-tooltip-container .exit-tooltip:hover {
  opacity: 1;
}
