html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 19px;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  height: 100%;
  min-height: 100vh;
}
body {
  color: #969ea8;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 19px;
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none) {
  body {
    height: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  color: #61686a;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #bbb;
}
h1 {
  font-size: 3.6em;
  font-weight: 400;
}
h2 {
  font-size: 3em;
  font-weight: 400;
}
h3 {
  font-size: 2.6em;
  font-weight: 300;
}
h4 {
  font-size: 1.9em;
  font-weight: 300;
}
h5 {
  font-size: 1.7em;
  line-height: 1.2;
}
h5 b {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h6 {
  font-size: 1.15em;
  line-height: 1.15;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
}
b {
  font-weight: 500;
}
p {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
p + p {
  margin-top: 1em;
}
p.large {
  font-size: 1.1em;
}
p.narrow {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.p-wrap {
  white-space: normal;
}
.page-page p {
  line-height: 1.6;
}
.page-page p + h3,
.page-page p + h5 {
  margin-top: 3rem;
}
.page-page h2 + h3,
.page-page h3 + h3,
.page-page h4 + h3,
.page-page h2 + h5,
.page-page h3 + h5,
.page-page h4 + h5 {
  margin-top: 3rem;
}
@media all and (max-width: 640px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 2.2em;
  }
  h4 {
    font-size: 1.4em;
    line-height: 1.2;
  }
  h5 {
    font-size: 1.2em;
    line-height: 1.2;
  }
  h6 {
    font-size: 1rem;
    line-height: 1.5;
  }
  p {
    line-height: 1.5;
  }
}
a {
  color: #ef815c;
  border-bottom: 1px solid #ef815c;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
  text-decoration: none;
  cursor: pointer;
}
a.no-line {
  text-decoration: none;
  border: none;
  font-size: 0.9em;
}
hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0.8rem 0;
}
hr.flat {
  border-top: 1px solid #e6e6e6;
  margin: 0;
}
ol,
ul {
  padding-left: 1em;
}
ol li,
ul li {
  line-height: 1.4;
  list-style: disc;
}
ol li b,
ul li b {
  font-weight: 600;
}
ol li h4,
ul li h4,
ol li h5,
ul li h5,
ol li h6,
ul li h6 {
  margin-bottom: 0.5rem;
}
ol li {
  list-style: decimal;
}
.up {
  text-transform: uppercase;
}
.hidden {
  display: none !important;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*-------------------------------------------------------------
Basic Layout
-------------------------------------------------------------*/
main {
  padding: 6em 0em 0em;
  display: block;
}
.page-home main {
  padding-bottom: 0;
  padding-top: 1em;
}
.touch-device.page-home main {
  padding-top: 0;
}
section.disabled {
  opacity: 0.4;
}
section.disabled input,
section.disabled select,
section.disabled .btn,
section.disabled a {
  pointer-events: none;
}
section + section {
  margin-top: 4rem;
}
section.large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  min-height: 500px;
}
section.fill {
  background: #f8f8f8;
}
@media all and (max-width: 640px) {
  .page-dashboard main {
    padding: 2em 0 0;
  }
}
/*-------------------------------------------------------------
  Layout - Box
-------------------------------------------------------------*/
.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-v,
.box--page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box--page {
  min-height: 100vh;
  height: 100%;
}
.box__main,
.box__sub {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.box__main {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-bottom: 0.5rem;
}
.box__main + .box__sub {
  margin-left: 1em;
}
.box__sub {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20%;
}
.box__sub + .box__main {
  margin-left: 1em;
}
.page-404 .box-v {
  height: 100vh;
  padding: 0;
}
.spacer,
.spacer-home {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.spacer-8 {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
}
.page-home .spacer-home {
  min-height: 3em;
}
.page-home .spacer-8 {
  min-height: 3em;
}
.page-home section p {
  font-size: 0.95em;
}
/*-------------------------------------------------------------
  Layout - Wrapper
-------------------------------------------------------------*/
.wrap {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 2em 1.5em 2.5em;
  box-sizing: border-box;
}
.wrap.no-vpad {
  padding-bottom: 0;
}
.wrap.wide {
  max-width: 860px;
}
@media all and (max-width: 460px) {
  .box-v,
  .box-main,
  .section {
    display: block;
  }
  .wrap {
    padding: 1.5em 1em;
  }
}
.page-home .wrap,
.page-page .wrap {
  max-width: 1020px;
}
.home-last {
  text-align: center;
  position: relative;
  padding-bottom: 10rem;
}
.home-last .background {
  top: 30%;
}
.break {
  height: 2em;
}
header,
.static-header {
  box-shadow: rgba(50,50,50,0.1) 0 1px 5px;
  background: #fff;
  padding: 0.7em 1em;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 42px;
}
header .sub-container,
.static-header .sub-container {
  width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .sub-container:last-child,
.static-header .sub-container:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header nav a,
.static-header nav a {
  color: #969ea8;
}
header nav a + a,
.static-header nav a + a {
  margin-left: 1rem;
}
header nav .divider,
.static-header nav .divider {
  display: inline-block;
  margin-left: 0.5rem;
  height: 13px;
  width: 1px;
  background: #ddd;
}
header nav .divider + a,
.static-header nav .divider + a {
  margin-left: 0.7rem;
}
header.off,
.static-header.off {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
.static-header {
  box-shadow: none;
  z-index: 1;
  position: absolute;
}
@media all and (max-width: 640px) {
  header {
    position: relative;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  header.off {
    -webkit-transform: none;
            transform: none;
  }
  .page-home header {
    display: none;
  }
}
footer {
  text-align: center;
  background: #f8f8f8;
  padding: 1.7em 1.25em 0.9rem;
  color: #abb1b9;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer nav {
  margin: 0.7rem 0;
}
footer nav a {
  font-size: 0.9em;
  margin: 0 0.6rem;
  color: #abb1b9;
  font-weight: 400;
  border-bottom-color: #abb1b9;
  border-bottom: none;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
footer nav a:hover {
  color: #70787a;
}
.page-404 footer {
  margin-top: -4.5em;
}
.copyright {
  color: #70787a;
  border-bottom: none;
}
.mixpanel-link {
  padding-top: 3px;
}
.mixpanel-link a {
  display: inline-block;
  border-bottom: none;
}
@media all and (max-width: 860px) {
  footer {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
  footer nav a {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }
}
.btn,
.button,
input[type="submit"] {
  padding: 0.7rem 1.1rem;
  min-width: 5rem;
  font-size: 0.9rem;
  line-height: 1em;
  text-align: center;
  background: transparent;
  color: #ef815c;
  border: 1px solid #ef815c;
  font-weight: 300;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 0.2s, border 0.2s, color 0.2s;
  transition: background 0.2s, border 0.2s, color 0.2s;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  box-sizing: content-box;
  outline: none;
}
.btn.narrow,
.button.narrow,
input[type="submit"].narrow,
.btn.narrower,
.button.narrower,
input[type="submit"].narrower {
  font-size: 0.85rem;
  line-height: 0.9rem;
  min-width: 4em;
  padding: 0.52em 0.8em 0.52em;
}
.btn.silent,
.button.silent,
input[type="submit"].silent {
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 0.45em 0.6em;
  min-width: 0;
  border: none;
}
.btn.full,
.button.full,
input[type="submit"].full {
  min-width: none;
  display: block;
}
.btn:hover,
.button:hover,
input[type="submit"]:hover {
  background-color: #ef815c;
  color: #fff;
}
.btn-loader {
  left: 50%;
}
input[type="submit"][disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.btn.selected,
.button.selected {
  border-color: #eee;
  color: #bbb;
  pointer-events: none;
}
.btn[class*="icon"],
.button[class*="icon"] {
  padding-right: 1.6rem;
  position: relative;
}
.btn[class*="icon"]:after,
.button[class*="icon"]:after {
  top: 0;
  bottom: 0;
  right: 6px;
}
.btn-container,
.button-container {
  margin-top: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn--back,
.button--back,
.btn--cancel,
.button--cancel,
.btn.neutral,
.button.neutral {
  color: #aaa;
  border-color: #aaa;
}
.btn--back:hover,
.button--back:hover,
.btn--cancel:hover,
.button--cancel:hover,
.btn.neutral:hover,
.button.neutral:hover {
  background-color: #aaa;
  color: #fff;
}
.btn--add,
.button--add {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  min-width: 0;
  background-color: transparent;
  border: none;
  vertical-align: bottom;
  margin-bottom: 0.3rem;
  margin-left: 0.2rem;
  opacity: 0.8;
}
.btn--add:after,
.button--add:after {
  content: '';
  position: absolute;
  background: url("../img/icon-add.png") no-repeat 50%;
  background-size: 20px;
  min-width: 20px;
  min-height: 20px;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.btn--add:hover,
.button--add:hover {
  opacity: 1;
  background-color: transparent;
}
p + .btn,
p + .button {
  margin-top: 1rem;
}
.btn + p,
.button + p {
  margin-top: 1em;
}
.close-btn {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/icon-close.png") no-repeat;
  background-size: cover;
  font-size: 0;
  border: none;
  opacity: 0.5;
}
.close-btn:hover {
  opacity: 1;
}
.mini-link {
  border-bottom: 1px solid #ef815c;
  color: #ef815c;
  font-size: 0.8rem;
  font-weight: 400;
  float: right;
  cursor: pointer;
}
.mini-link:hover {
  color: #ec6a3e;
  border-bottom-color: #ec6a3e;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.row.full {
  width: 100%;
}
.row.middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col.full {
  width: 100%;
}
.col.small {
  width: 360px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.col.medium {
  width: 480px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: -1.5rem;
  max-width: 100%;
}
.col.medium + .col {
  margin-left: 2rem;
}
.col + .col {
  margin-left: 1rem;
}
.col + .medium {
  margin-right: -1.5rem;
  margin-left: 2rem;
}
.fixed-col {
  width: 200px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: right;
  margin-right: 1rem;
}
@media all and (max-width: 860px) {
  .page-home .col.small {
    -webkit-flex-shrink: 0.2;
        -ms-flex-negative: 0.2;
            flex-shrink: 0.2;
    width: 300px;
  }
}
@media all and (max-width: 640px) {
  .page-home .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-home .row .col.small {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.context-input {
  display: inline-block;
  position: relative;
}
.context-input-label {
  color: #969ea8;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  padding: 1px 5px;
  border-radius: 4px;
  margin-left: -3px;
  border: none;
}
.context-input-label:after {
  content: '';
  background: url("../img/icon-arrow.png") no-repeat;
  background-size: cover;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 2px;
}
.context-input:hover .context-input-label {
  background: #eee;
  color: #858e9a;
}
.context-input-field {
  margin-left: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  opacity: 0;
}
.context-input-field input,
.context-input-field select {
  width: 100%;
  cursor: pointer;
}
.evo-container {
  margin: 10em 0;
  position: relative;
}
.evo-section {
  min-height: 240px;
  height: 50vh;
  max-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.evo-section .wrap {
  padding-left: 15em;
  padding-bottom: 4em;
  padding-top: 1em;
}
.evo-image {
  position: absolute;
  left: -1.8em;
  width: 500px;
  height: 500px;
  max-width: 38%;
  min-width: 370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.evo-image img {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  left: 0;
}
.evo-image.locked {
  position: fixed;
}
.evo-image.past {
  position: absolute;
  top: auto;
}
@media all and (min-width: 1240px) {
  .evo-image {
    left: 50%;
    margin-left: -650px;
  }
}
@media all and (max-width: 960px) {
  .evo-image {
    max-width: 45%;
    min-width: 400px;
    left: -2em;
  }
  .evo-section .wrap {
    padding-left: 19em;
    padding-bottom: 3em;
  }
}
.touch-device .evo-container {
  margin: 5em 0 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.touch-device .evo-image {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
  position: relative;
  left: auto;
  top: -2em;
  height: 460px;
  width: 460px;
  max-height: 98vw !important;
  max-width: 98vw !important;
  min-width: 0 !important;
  margin: 0 auto;
}
.touch-device .evo-section {
  min-height: 0;
  max-height: none;
  height: auto;
}
.touch-device .evo-section .wrap {
  padding-left: 1.5em;
}
.flash {
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  min-height: 36px;
  background: #f5f5f5;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
  border-bottom: 1px solid #eee;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flash p {
  text-align: center;
  font-size: 0.85rem;
  margin: 0 2rem;
}
.flash a {
  cursor: pointer;
}
.flash .close-btn {
  top: 0.4rem;
  right: 0.5rem;
}
.flash.error {
  color: #fff;
  background-color: #f38591;
  border-bottom-color: #f16c7a;
}
.flash.success {
  color: #fff;
  background-color: #94d468;
  border-bottom-color: #7ecb49;
}
@media all and (max-width: 640px) {
  .flash {
    position: absolute;
  }
}
form {
  max-width: 500px;
}
form[disabled] > * {
  opacity: 0.3;
  pointer-events: none;
}
label {
  font-size: 0.9rem;
  display: block;
  margin: 0rem 0 0.5rem;
  display: inline-block;
  width: 8.5em;
  color: #61686a;
}
select {
  font-size: 1rem;
  font-size-adjust: 0.4;
  margin-bottom: 0.4rem;
}
select option,
select optgroup {
  font-size-adjust: 0.4;
}
input:not([type="submit"]) {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 19px;
  font-weight: 400;
  font-size: 0.8rem;
  font-size-adjust: 0.4;
  margin-bottom: 0.4rem;
  padding: 0.3rem 0.4rem;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-top: none;
  border-left: none;
  border-right: none;
}
input:not([type="submit"]):focus {
  outline: none;
  border-bottom-color: #ef815c;
}
input:not([type="submit"])::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #ddd;
}
input:not([type="submit"])::-moz-placeholder {
/* Firefox 19+ */
  color: #ddd;
}
input:not([type="submit"]):-ms-input-placeholder {
/* IE 10+ */
  color: #ddd;
}
input:not([type="submit"]):-moz-placeholder {
/* Firefox 18- */
  color: #ddd;
}
form select {
  max-width: 230px;
}
.form-help {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #d1d1d1 url("../img/icon-help.png") no-repeat 50% 50%;
  background-size: 14px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-bottom: 1px;
  border: 1px solid #fff;
  cursor: pointer;
}
.form-help:hover {
  background-color: #bbb;
}
.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 3.6rem;
  text-align: left;
}
.form-row label {
  font-size: 0.8em;
}
.form-row .form-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.form-row .form-col:first-child {
  width: 36%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.form-row .form-col:first-child:last-child {
  width: 100% !important;
}
.form-row .form-col select,
.form-row .form-col input:not([type="submit"]) {
  width: 100%;
  max-width: none;
}
.form-row-spacer {
  margin-top: 2rem;
}
.form-row.narrow {
  min-height: 1rem;
  padding: 0.5rem;
}
.form-row.narrow label {
  width: auto;
  margin: 0;
}
.form-row.narrow .row {
  width: 100%;
}
.form-row.narrow .form-col.fixed {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.form-row.narrow .form-col:first-child {
  width: 18%;
}
.flipper {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
}
.flipper .center {
  margin: 0 auto;
}
.flipper .flipper-front,
.flipper .flipper-back {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  padding: 0.8rem !important;
}
.flipper .flipper-back {
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  right: 0;
  top: 0;
}
.flipper.flipped .flipper-front {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.flipper.flipped .flipper-back {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.billing-form input:not([type="submit"]) {
  width: 100%;
  box-sizing: border-box;
}
.billing-form label {
  width: auto;
}
.billing-form .form-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  min-height: 2.8rem;
}
.billing-form .form-row.center {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.billing-form > .form-row {
  margin: 0 1rem;
}
.billing-form .form-col:first-child {
  width: 100px;
}
.billing-form .form-col + .form-col {
  margin-left: 0.1rem;
}
.billing-form input[size="2"] {
  width: 40px !important;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.billing-form input[size="4"] {
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.billing-form.compact {
  padding: 0 1rem;
  max-width: none;
}
.billing-form.compact .form-row {
  min-height: 3.2rem;
}
.billing-form.compact .form-col:first-child {
  width: 110px;
}
.add-link {
  font-size: 0.7rem;
  color: #aaa;
  font-weight: 400;
  width: auto;
  border-color: #aaa;
  float: right;
  -webkit-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
}
.add-link:hover {
  color: #777;
  border-color: #777;
}
@media all and (max-width: 460px) {
  .form-row:not(.flipper-front) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-row:not(.flipper-front).first {
    margin-top: 2rem;
  }
  #paid-plan .form-row,
  .flipper-back .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #report-form .center br {
    display: none;
  }
}
.hero {
  height: 80vh;
  max-height: 900px;
  min-height: 700px;
  position: relative;
  background: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background: linear-gradient(to bottom, #fff 50%, #eee 100%);
}
.hero .wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.hero > .col {
  height: 55%;
}
.hero h4,
.hero h5,
.hero h6 {
  margin-bottom: 2rem;
}
.hero-img {
  margin-top: 0em;
  margin-bottom: -40px;
  -webkit-transition: opacity 0.5s, -webkit-transform 1s;
  transition: opacity 0.5s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.5s;
  transition: transform 1s, opacity 0.5s, -webkit-transform 1s;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 860px;
  margin-left: -430px;
  box-shadow: rgba(51,51,51,0.1) 0 15px 30px;
  overflow: hidden;
  max-height: 380px;
  min-height: 300px;
}
.hero-img.init {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.hero-img img {
  width: 100%;
}
.hero-img .medium,
.hero-img .small {
  display: none;
}
@media all and (max-width: 900px) {
  .hero-img {
    width: auto;
    left: 1rem;
    right: 1rem;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero.backfill {
  background-color: #f6f6f6;
}
.hero.last:after {
  display: none;
}
.sub-text {
  font-size: 0.8em;
}
.sub-text a {
  border: none;
  text-decoration: underline;
}
@media all and (max-width: 640px) {
  .hero > .col {
    height: 65%;
  }
  .hero-img {
    min-height: 200px;
  }
  .hero-img .full {
    display: none;
  }
  .hero-img .medium {
    display: block;
  }
}
@media all and (max-width: 460px) {
  .hero > .col {
    height: 75%;
  }
  .hero {
    height: 80vh;
    min-height: 600px;
  }
  .hero .wrap {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .hero p.large {
    font-size: 1em;
  }
  .section {
    padding: 1em 0;
  }
  .section.large {
    min-height: 0;
  }
}
.table-of-contents {
  margin: 3rem 0 4rem;
}
.table-of-contents li {
  line-height: 2;
}
.table-of-contents li a {
  color: #888;
  border-bottom-color: #c3c3c3;
}
.table-of-contents li a:hover {
  border-bottom-color: #888;
}
.help {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.help.hidden {
  display: block !important;
  opacity: 0;
}
.section-container {
  padding: 3rem 0 0rem;
}
.section-container section {
  margin: 0;
  padding: 2rem 0;
}
@media all and (max-width: 860px) {
  .break-space {
    display: inline;
  }
  .section-container .row.middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .section-container .col + .col {
    margin-left: 0;
  }
  .section-container .col.medium {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
  .section-container h4 br {
    display: none;
  }
}
.svg-icon {
  width: 20px;
  height: 20px;
}
.icon-private:after {
  content: '';
  position: absolute;
  background: url("../img/icon-private.png") no-repeat 50%;
  background-size: 24px;
  min-width: 24px;
  min-height: 24px;
}
.icon-public:after {
  content: '';
  position: absolute;
  background: url("../img/icon-public.png") no-repeat 50%;
  background-size: 24px;
  min-width: 24px;
  min-height: 24px;
}
.icon-check:after {
  content: '';
  position: absolute;
  background: url("../img/icon-check.png") no-repeat 50%;
  background-size: 20px;
  min-width: 20px;
  min-height: 20px;
}
img {
  max-width: 100%;
}
img.large {
  max-width: 820px;
}
img.medium {
  max-width: 600px;
}
img.small {
  max-width: 420px;
}
img.ex-small {
  max-width: 300px;
}
img.center {
  display: block;
  margin: 1rem auto 2rem;
  border: 2px solid #fafafa;
}
img.center + h3,
img.center + h5 {
  margin-top: 3rem;
}
img.background {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
  opacity: 0.3;
}
img.slack-hash {
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 0.3em;
  margin-bottom: -0.15em;
  margin-right: 0.1em;
}
img.slack-logo {
  width: 3.887em;
  height: 1.15em;
  display: inline-block;
  margin-left: 0.3em;
  margin-bottom: -0.23em;
  margin-right: 0.1em;
}
img.faq {
  max-width: 500px;
}
@media all and (max-width: 860px) {
  img.large {
    max-width: 100%;
  }
}
@media all and (max-width: 640px) {
  img.medium {
    max-width: 100%;
  }
}
@media all and (max-width: 460px) {
  img.small {
    max-width: 100%;
  }
}
@media all and (max-width: 400px) {
  img.ex-small {
    max-width: 100%;
  }
}
.list {
  padding: 0;
  margin-top: 1.5rem;
}
.list li {
  border: 1px solid #e3e3e3;
  margin: 0.75rem 0;
  border-radius: 3px;
  position: relative;
  text-align: left;
  list-style: none;
  -webkit-transition: background 0.15s, border 0.15s;
  transition: background 0.15s, border 0.15s;
}
.list li.disabled {
  background-color: #fafafa;
}
.list li.disabled .item-wrap {
  opacity: 0.6;
}
.list li b {
  font-weight: 500;
}
.list li .remove,
.list li .edit {
  position: absolute;
  right: 0.7rem;
  top: 0.75rem;
  width: 20px;
  height: 20px;
  background: url("../img/icon-trash.png") no-repeat;
  background-size: cover;
  border: none;
  opacity: 0.5;
  display: block;
  cursor: pointer;
}
.list li .remove:hover,
.list li .edit:hover {
  opacity: 1;
}
.list li .edit {
  background-image: url("../img/icon-edit.png");
  background-size: cover;
}
.list li nav {
  position: absolute;
  right: 0.6rem;
  top: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 3.2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list li nav a {
  margin-left: 0.5rem;
  margin-bottom: 0.7rem;
}
.list li nav .remove,
.list li nav .edit {
  position: relative;
  top: auto;
  right: 0;
}
.list.no-hpad li {
  padding-right: 0.7rem;
}
.item-wrap {
  padding: 0.7rem 0.7rem;
  padding-right: 4rem;
}
.item-title {
  color: #61686a;
  font-weight: 500;
  display: block;
}
.item-description {
  margin-top: 0.3rem;
  font-size: 0.9em;
  display: inline-block;
}
.flipper .item-warning,
.flipper .item-warning-detail {
  font-size: 0.9rem;
  padding: 0.65rem 2.5rem 0.65rem 0.7rem !important;
}
.flipper .item-warning {
  padding-right: 6rem !important;
}
.item-warning-wrap {
  border-top: #e3e3e3 1px solid;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.item-warning:before {
  content: '';
  display: inline-block;
  background: url("../img/icon-warning.png") no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
  float: left;
}
.item-warning-detail .close-btn {
  right: 0.65rem;
  top: 0.7rem;
}
.item-warning-toggle {
  margin-left: 0.3rem;
  border-bottom: none;
  position: absolute;
  right: 0.7rem;
  top: 0.68rem;
  font-size: 0.95em;
  color: #ccc;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.item-warning-toggle:hover {
  color: #969ea8;
}
.loader {
  pointer-events: none;
  position: relative;
}
.loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  right: 0;
  bottom: 0;
  z-index: 15;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.loader.fade:after {
  opacity: 0;
}
.loader.fade .spinner {
  display: none;
}
.loader .spinner {
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 16;
  margin-left: -10px;
  margin-top: -10px;
}
.logo {
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  color: #ef815c;
  padding: 0 0.1em 0.15em;
  line-height: 0.82em;
  border: none;
  font-size: 5em;
  margin-bottom: 0.1em;
}
.header-logo {
  font-family: 'Work Sans', sans-serif;
  font-weight: 200;
  color: #ef815c;
  padding: 0 0.1em 0.15em;
  line-height: 0.82em;
  border: none;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.5rem;
  border: none;
  padding-left: 2.5rem;
  background: url("/img/logo-arc-reverse.png") no-repeat 0 50%;
  background-size: 2.5rem;
}
.modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(85,85,85,0.7);
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__container {
  position: relative;
  width: 500px;
  max-width: 90%;
  padding: 1.25rem 1.5rem 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(0,0,0,0.2) 0 2px 4px;
}
.modal__container *:first-child {
  margin-top: 0;
}
.modal--warning {
  color: #61686a;
  text-align: center;
}
.modal--warning .light {
  color: #969ea8;
}
.modal .close {
  position: absolute;
  right: 1rem;
  top: 1.6rem;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/icon-close.png") no-repeat;
  background-size: cover;
  font-size: 0;
  border: none;
  opacity: 0.5;
}
.modal .close:hover {
  opacity: 1;
}
#report-modal-loader {
  position: absolute;
  z-index: 10;
  border-radius: 10px;
  background: #fff;
  background: #fff;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#report-modal-loader .spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
}
.warning-list {
  line-height: 1.8;
  text-align: center;
  with: auto;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
.warning-list > *:before {
  content: '• ';
}
#screen-loader {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.edit-label,
.error-label {
  font-weight: 600;
  display: inline-block;
  font-size: 0.84em;
  color: #61686a;
}
.error-label {
  font-weight: 400;
  font-size: 0.75em;
  color: #aaa;
  line-height: 1.2;
}
.edit-show {
  display: none;
}
.edit-mode .edit-show {
  display: inline-block;
}
.edit-mode .edit-hide {
  display: none;
}
@media all and (max-width: 460px) {
  .modal__container {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.plans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2rem 0;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan {
  width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.85rem;
  border-radius: 6px;
  box-shadow: #eee 0 5px 30px;
  margin: 0 1rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.plan hr {
  border-color: #eee;
}
.plan h4,
.plan h5,
.plan h6 {
  margin: 0.5rem;
  font-weight: 600;
}
.plan h4 + p,
.plan h5 + p,
.plan h6 + p {
  margin-top: 0.5rem;
}
.plan-info {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #d1d1d1 url("../img/icon-info-light.png") no-repeat 50% 50%;
  background-size: 16px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin-bottom: 1px;
  border: 1px solid #fff;
  cursor: pointer;
}
.plan-info:hover {
  background-color: #78abd4;
}
.plan-bullet {
  padding: 0.5rem;
}
.plan-bullet:first-child {
  padding-top: 0;
}
.plan-bullet:last-child {
  padding-bottom: 0;
}
.plan-bullet.light {
  color: #eaeaea;
}
.plan .selected-plan {
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  position: relative;
}
.plan .selected-plan:after {
  width: 24px;
  height: 24px;
  background-size: 24px;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.plan p {
  margin: 0;
}
.plan b {
  color: #61686a;
  font-size: 1.1em;
}
.plan-section {
  padding: 1rem 0.8rem;
}
.plan-section + .plan-section {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.plan-sub-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.3rem 0.8rem 2rem;
}
.plan-sub-section .plan-section {
  padding: 0;
  border-top: none;
}
.plan-sub-section .plan-section + .plan-section {
  margin-top: 0.5rem;
}
.plan .coming-soon {
  margin: 0.5rem 0 0;
  border: 1px solid #e3e3e3;
  padding: 0.5rem;
}
.plan .fixed {
  height: 50px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.plan-price {
  font-size: 1.9em;
  display: inline-block;
  color: #61686a;
}
.plan-price-text {
  display: inline-block;
  text-align: left;
  font-size: 0.95em;
}
.plan-currency {
  font-size: 0.9em;
  margin-bottom: -2px;
  color: #c4c4c4;
}
.plan #billing-form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.plan .plan-container {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.plan.flipped .plan-container {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.plan.flipped #billing-form {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#plan-expires-at {
  color: #c6c6c6;
}
.plan-faq {
  max-width: none !important;
  text-align: left;
  background: #f8f8f8;
}
.plan-faq .wrap {
  max-width: 1040px;
  padding: 1.5rem 1rem;
}
.plan-faq h5 {
  margin-top: 0;
}
.plan-faq h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 19px;
  font-size: 0.97rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.plan-faq .col {
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan-faq .col + .col {
  margin-left: 1.5rem;
}
.plan-faq .row + .row {
  margin-top: 1.5rem;
}
.plan-faq .cell {
  background: #fff;
  padding: 1.5rem 1.5rem;
  padding: 1rem 1rem;
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan-faq .cell + .cell {
  margin-left: 1.5rem;
}
.plan-faq p {
  font-size: 0.9em !important;
}
@media all and (max-width: 860px) {
  .plans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .plan {
    max-width: 90%;
  }
  .plan + .plan {
    margin-top: 2rem;
  }
  .plan-faq .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan-faq .cell {
    width: auto;
  }
  .plan-faq .cell + .cell {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.preview {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #666;
  border: 1px solid #ddd;
  padding: 0.8rem;
  padding-left: 3.5rem;
  border-radius: 2px;
  position: relative;
  margin: 0.5rem 0;
  min-height: 3em;
}
.preview .avatar {
  background: url("../img/avatar-arcbot.png") no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
}
.preview .spinner {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -10px;
}
.preview label {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 20px;
  font-size: 0.7em;
  width: auto;
  color: #aaa;
}
.preview p,
.preview .title,
.preview .bot {
  font-size: 0.8rem;
  margin: 0;
}
.preview p b,
.preview .title b,
.preview .bot b {
  font-weight: 700;
}
.preview .title {
  font-weight: 900;
  margin-bottom: 0.3rem;
}
.preview .bot {
  display: inline-block;
  background: #eee;
  font-weight: 300;
  margin-left: 0.4rem;
  font-size: 0.6rem;
  padding: 0.11rem;
  color: #777;
  margin-top: -0.1rem;
}
.preview.loading .avatar {
  display: none;
}
.preview.loading .title {
  display: none;
}
.preview.loading .spinner {
  display: block;
}
.send-to-slack {
  color: #888;
  border-bottom-color: #888;
  font-size: 0.75em;
  margin-top: -0.1rem;
  float: right;
}
.send-to-slack:hover {
  color: #929292;
}
.send-to-slack.loading {
  pointer-events: none;
  border-bottom-color: transparent;
}
@media all and (max-width: 460px) {
  .preview {
    display: none;
  }
}
.profile {
  position: relative;
}
.profile .avatar {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.profile .avatar.loading {
  opacity: 0;
}
.profile .avatar img {
  width: 100%;
  height: 100%;
}
.profile__username {
  display: inline-block;
  position: relative;
  z-index: 20;
  padding-right: 10px;
  cursor: pointer;
  line-height: 40px;
  margin-bottom: -1px;
  margin-left: 0.5rem;
  color: #61686a;
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.profile__username.loading {
  opacity: 0;
}
.profile.logged-in .profile__username:after {
  content: ' \25BE';
  color: #aaa;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.profile .mini-link {
  float: none;
  margin-top: 0.5rem;
  display: inline-block;
}
.profile .spinner {
  position: absolute;
  top: $header-height/2;
  right: 0rem;
  margin-top: -10px;
}
.profile p {
  font-size: 0.8em;
  line-height: 1.4;
  text-align: left;
}
.profile p + p {
  margin-top: 0.8em;
}
.profile__menu {
  position: absolute;
  right: -4px;
  top: 100%;
  height: 0;
  width: 220px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 19;
  overflow: hidden;
  text-align: center;
  color: #61686a;
}
.profile__menu:after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 10px;
  right: 5px;
  left: 5px;
  background: #fff;
  box-shadow: rgba(0,0,0,0.15) 0 2px 6px;
  border-radius: 4px;
  z-index: -1;
}
.profile__menu__tip {
  position: absolute;
  top: -10px;
  right: 36px;
  border: 15px solid transparent;
  border-bottom-color: #e5e5e5;
}
.profile__menu__tip:before {
  content: '';
  position: absolute;
  border: 15px solid transparent;
  border-bottom-color: #fff;
  right: -15px;
  top: -14px;
}
.profile__menu p {
  text-align: center;
}
.profile__menu p span {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profile__menu p a:not(.btn) {
  color: #ef815c;
  cursor: pointer;
}
.profile__menu p a:not(.btn):hover {
  color: #ec6a3e;
  border-bottom-color: #ec6a3e;
}
.profile__menu p .separator {
  color: #999;
  margin-top: -1px;
}
.profile__menu #team-name,
.profile__menu #team-plan-name {
  font-weight: 600;
}
.profile__menu nav {
  margin-bottom: 0.5rem;
}
.profile__menu nav a {
  display: inline-block;
  border-bottom: 0;
  padding: 10px 0;
  font-size: 0.9em;
}
.profile__menu__inner {
  padding: 35px 25px 25px;
}
.profile:hover .profile__menu {
  height: auto;
  opacity: 1;
}
.profile:hover .profile__username:after {
  opacity: 0.5;
}
.profile.unhover:hover .profile__menu {
  height: 0 !important;
  opacity: 0;
  pointer-events: none;
}
@media all and (max-width: 960px) {
  .profile__username {
    display: none;
  }
  .profile__menu {
    top: 40px;
    right: -12px;
  }
  .profile__menu__tip {
    right: 20px;
  }
}
.spinner {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: relative;
  opacity: 1 !important;
}
.spinner:after,
.spinner:before {
  content: '';
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background-color: #aaa;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0.8;
}
.spinner:after {
  background: #ef815c;
  top: auto;
  bottom: -5px;
  -webkit-animation-name: downup;
          animation-name: downup;
}
.spinner.large:after,
.spinner.large:before {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  top: -20px;
  margin-left: -10px;
}
.spinner.large:after {
  top: auto;
  bottom: -20px;
}
.spinner--center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes updown {
  0% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@-webkit-keyframes downup {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@keyframes downup {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tab {
  margin: 0 0.8rem;
  cursor: pointer;
  padding: 2px 0;
  border-bottom: transparent 2px solid;
}
.tab.selected,
.tab.selected:hover {
  border-bottom-color: #969ea8;
}
.tab-view {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-align: center;
}
.tab-view:not(#billing-view) {
  margin-bottom: 3rem;
}
.tab-view .wrap > p {
  font-size: 0.9rem;
}
@media all and (max-width: 640px) {
  .tab {
    font-size: 0.85em;
    margin: 0 0.5em;
  }
}
@media all and (max-width: 460px) {
  .tabs {
    display: none;
  }
  .tab-view {
    display: block !important;
    opacity: 1 !important;
  }
  .tab-view + .tab-view {
    margin-top: 5rem;
  }
}
.toggle {
  position: relative;
  width: 44px;
  border-bottom: none;
  cursor: pointer;
  background: #ccc;
  height: 18px;
  border-radius: 9px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  overflow: hidden;
}
.toggle:after,
.toggle:before {
  content: '';
  position: absolute;
  -webkit-transition: left 0.15s;
  transition: left 0.15s;
  left: 0;
}
.toggle:before {
  content: 'ON \00a0\00a0\00a0\00a0\00a0\00a0\00a0 OFF';
  color: #fff;
  font-size: 11px;
  font-weight: 800px;
  top: 2px;
  width: 70px;
  margin-left: -24px;
  text-align: center;
}
.toggle:after {
  margin-left: 2px;
  background: #fff;
  height: 14px;
  width: 14px;
  top: 50%;
  z-index: 1;
  border-radius: 8px;
  margin-top: -7px;
  -webkit-transition: left 0.15s;
  transition: left 0.15s;
}
.toggle.on {
  background-color: #9acc96;
}
.toggle.on:after,
.toggle.on:before {
  left: 26px;
}
.tooltip {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  margin-left: 8px;
  opacity: 0.7;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.tooltip:before {
  content: '';
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: transparent;
  border-radius: 20px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  z-index: 1;
}
.tooltip:after {
  top: 3px;
  left: 3px;
  z-index: 2;
}
.tooltip:hover {
  opacity: 1;
}
.tooltip:hover:before {
  background: #f4f4f4;
}
.tooltip--offset {
  margin-right: -24px;
}
.tooltip__popup {
  background: rgba(102,102,102,0.9);
  color: #fff;
  padding: 0.6rem 0.8rem;
  line-height: 1.2;
  position: absolute;
  pointer-events: none;
  font-size: 0.9rem;
  max-width: 320px;
  border-radius: 3px;
  box-shadow: rgba(0,0,0,0.2) 0 2px 4px;
  z-index: 31;
}
.tooltip__popup.mini,
.tooltip__popup.side,
.tooltip__popup.mini-icon {
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: none;
}
.tooltip__popup.mini:after,
.tooltip__popup.side:after,
.tooltip__popup.mini-icon:after {
  content: '';
  border: 8px solid transparent;
  border-top-color: rgba(102,102,102,0.9);
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -8px;
}
.tooltip__popup.mini-icon {
  text-align: center;
  width: auto;
  max-width: 300px;
  background: none;
}
.tooltip__popup.mini-icon:after {
  bottom: -11px;
}
.tooltip__popup.mini-icon .tooltip__inner {
  background: rgba(102,102,102,0.9);
  display: inline-block;
  padding: 8px;
  border-radius: 3px;
}
.tooltip__popup.side {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0.4rem 0.35rem;
}
.tooltip__popup.side:after {
  border-top-color: transparent;
  border-right-color: rgba(102,102,102,0.9);
  bottom: auto;
  top: 50%;
  margin-top: -8px;
  left: -8px;
  margin-eft: 0;
}
