._signup_loading {
  display: inline; /* Make the wrapper inline */
}

._signup_loading span {
  display: inline-block;
  opacity: 0; /* Start with dots invisible */
  animation: _signup_blink 1.4s infinite both;
}

._signup_loading span:nth-child(1) {
  animation-delay: 0s;
}

._signup_loading span:nth-child(2) {
  animation-delay: 0.2s;
}

._signup_loading span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes _signup_blink {
  0%, 80%, 100% {
    opacity: 0;
  }
  30%, 50% {
    opacity: 1;
  }
}



.debug {
  border: 1px solid red;
}
.narrow {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
}
.deco {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pictos {
  font-family: 'pictos';
}
.fit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.touch-input {
  font-size: 18px;
  line-height: 20px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.register-header {
  text-align: center;
  width: 90%;
  margin: 0px auto 40px auto;
}
.register-header h1 {
  text-transform: uppercase;
}
.help-inline {
  min-height: 14px;
  line-height: 14px;
  margin-left: 0;
  font-size: 12px;
  display: block;
}
.help-inline.error {
  color: #ae2a00;
}
.form-field-info {
  font-size: 13px;
  line-height: 1.4;
  color: #777;
}
.form-field-inline {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 10px);
}
.form-field-inline input {
  width: 100% !important;
  box-sizing: border-box;
  padding: 20px 12px;
}
.form-field-inline + .form-field-inline {
  margin-left: 10px;
}
.form-field-show-password {
  font-size: 12px;
  float: right;
  padding-top: 0 !important;
  text-decoration: none;
  padding-bottom: 20px;
  cursor: pointer;
}
.form-field-show-password:hover {
  text-decoration: none;
}
.form-box {
  max-width: 600px;
  width: 90%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  background: whitesmoke;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 30px auto;
  font-size: 16px;
}
.form-box h2 {
  margin-bottom: 10px;
}
.form-box .orangeRed {
  color: #f16b50;
}
.form-box .themeLightGreen {
  color: #00ae9e;
}
.form-box .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: #00ae9e;
  text-shadow: none;
}
.form-box[v-cloak] {
  display: none;
}
.form-box .text-error {
  color: #ae2a00;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.form-box .highlight {
  color: #6b4f70;
}
.form-box h4 {
  margin-bottom: 20px;
}
.form-box .btn-block {
  margin: 30px auto 0px auto;
  display: block;
  width: 200px;
}
.form-box .short-input input {
  width: 98px;
}
.form-box .short-input img {
  margin-left: 25px;
}
.form-box .control-group input + a,
.form-box .control-group input + span {
  display: inline-block;
  padding-top: 10px;
}
.form-box span.pictos {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.login .form-box {
  width: 90% !important;
  padding-top: 40px;
}
.signup .form-box {
  margin-top: 0px;
}
.signup .header-text {
  padding-top: 20px;
}
.signup #header .trial {
  display: none;
}
.signup,
.login {
  min-height: 100vh;
  padding-bottom: 100px;
  background: #00ae9e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00ae9e), color-stop(1, #00718c));
  background: -ms-linear-gradient(bottom, #00ae9e, #00718c);
  background: -moz-linear-gradient(center bottom, #00ae9e 0%, #00718c 100%);
}
.signup #top,
.login #top {
  margin-right: 0px;
}
.signup #side,
.login #side {
  display: none;
}
.signup .header-text,
.login .header-text {
  padding-top: 40px;
  color: white;
}
.signup .form-box,
.login .form-box {
  width: 100%;
}
.signup .form-box .btn,
.login .form-box .btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: #f16b50;
  text-shadow: none;
  color: white;
  width:fit-content; 

}
.signup label,
.login label {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-transform: none;
}
.signup input,
.login input {
  height: 28px;
  font-size: 16px;
  line-height: 34px;
  width: calc(100% - 30px);
}
.signup #domain,
.login #domain {
  width: 50% !important;
}
.signup #footer,
.login #footer {
  display: none !important;
}
.signup #footer *,
.login #footer * {
  color: white !important;
}
.signup .signup-plan-info {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
  position: relative;
  margin-bottom: 20px;
}
.signup .signup-plan-info li {
  line-height: 1.8;
}
.signup .signup-plan-info .badge {
  background: #00ae9e;
  font-size: 16px;
  padding: 6px 12px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-shadow: none;
}
.auth-page .logo {
  text-align: center;
  margin-top: 10px;
}
.auth-page .logo img {
  width: 220px;
}
.auth-page .box {
  margin: 20px 0 0 0;
  background-color: #f0f0f0;
  border: 1px solid #bfbfbf;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 20px;
}
.auth-page .box .title,
.auth-page .box .buttons {
  text-align: center;
}
.auth-page .box .buttons {
  padding: 10px 0;
}
.auth-page .box .info {
  padding: 15px 0;
  border-top: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
}
.auth-page .box .permissions {
  margin: 10px 0 0 0;
}
.auth-page .box .permissions .permission-title {
  font-weight: bold;
}
.auth-page .box .permissions li {
  padding: 5px 0;
}
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #333333;
}
body {
  font-size: 14px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #363945;
  padding: 0px;
  min-height: 100vh;
}
.btn,
input {
  -webkit-appearance: none;
}
.typekit-badge {
  display: none !important;
}
.grow {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
.glyph {
  box-shadow: inset 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.7);
}
.center {
  text-align: center;
}
.addthis_toolbox {
  opacity: 0;
}
.container-fluid {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-theme-light {
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: #00ae9e;
  text-shadow: none;
}
.btn-theme-light:hover {
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
}
#personas {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.fade-out {
  opacity: 0;
}
#demo-widget {
  position: relative;
  z-index: 2;
}
#demo-widget iframe {
  margin-top: -10vh;
  background: white;
}
.headline {
  text-align: left;
  padding: 30px 0;
  background: #00ae9e;
  color: white;
}
.headline h1 {
  padding: 0;
  margin: 0;
}
#header {
  position: relative;
  top: 0px;
  left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  z-index: 100;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
#nav.open .goals:before {
  content: none;
}
#nav.open .goals:after {
  content: '»';
  font-size: 16px;
}
#nav .goals:before {
  content: '«';
  font-size: 16px;
}
#sub-header {
  transform: translate3d(100vw, 0, 0px);
  -webkit-transform: translate3d(100vw, 0, 0px);
  position: absolute;
  background: whiteSmoke;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 5px solid #ccc;
  left: 0;
  right: 0;
  top: 68px;
  -webkit-transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
#sub-header:before {
  background: whiteSmoke;
  content: '';
  height: 18px;
  width: 18px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 54px;
  top: -10px;
}
#sub-header.open {
  transform: translate3d(0vw, 0, 0);
  -webkit-transform: translate3d(0vw, 0, 0);
}
#sub-header .container {
  padding: 20px;
}
#sub-header .trial {
  background: white;
}
#sub-header .span3 {
  position: relative;
  margin-top: 40px;
}
#sub-header .span3 .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}
#sub-header .span3 a {
  font-size: 1.2;
  border: 1px solid #00ae9e;
  background: white;
  padding: 3px 8px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #00ae9e !important;
}
#sub-header .span3 a:hover {
  background-color: rgba(0, 174, 158, 0.1);
  text-decoration: none;
}
#sub-header .span3 a span {
  margin-right: 5px;
  vertical-align: 2px;
}
#logo {
  display: block;
  float: left;
}
#logo img {
  height: 2em;
  width: auto;
}
#logo span:first-child {
  color: #00ae9e;
}
#logo span:last-child {
  color: #00718c;
}
#nav,
#logo,
#nav-right {
  display: inline-block;
  line-height: 44px;
}
#nav .btn-group,
#nav-right .btn-group {
  vertical-align: middle;
}
#nav {
  margin-left: 10px;
}
#nav-right {
  float: right;
}
.nav-items {
  margin: 0;
}
.nav-items li {
  display: inline-block;
  margin-left: 20px;
}
.nav-items li a {
  text-decoration: none;
  color: #8B9DA4;
  text-shadow: none;
  padding-bottom: 4px;
  font-size: 16px;
}
.nav-items li a.active {
  border-bottom: 2px solid #f16b50;
}
.red {
  color: #ae2a00 !important;
}
.purple {
  color: #6b4f70;
}
.light-green {
  color: #00ae9e;
}
.dark-green {
  color: #00718c;
}
.purple-bg {
  background: #6b4f70;
  color: #ffffff;
}
.orange.red {
  color: #f16b50;
}
.trial {
  border: 1px solid #f16b50;
  padding: 10px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #f16b50 !important;
}
.trial:hover {
  text-decoration: none !important;
  border-bottom: 2px solid #f16b50;
  background-color: rgba(241, 107, 80, 0.1);
}
#banner {
  background: black url(../img/site/screens/iphone-masked.jpg);
  background-size: cover;
  height: calc(100vh - 91px);
  min-height: 400px;
  max-height: 1000px;
  top: 0px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#banner.tour {
  background: url('../img/site/iphone.jpg') no-repeat right top;
}
#banner .banner-screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#banner .banner-wrapper {
  position: relative;
  top: 0;
  left: 0;
  padding: 30vh 0;
  width: 100%;
}
#banner h1,
#banner h3 {
  color: whiteSmoke;
  padding: 0;
  text-shadow: 2px 5px 20px rgba(0, 0, 0, 0.8), 0 1px 2px black;
}
#banner h1 {
  font-size: 48px;
  padding-bottom: 10px;
  line-height: 1.2em;
  letter-spacing: -1px;
  font-weight: 800;
}
#banner h3 {
  font-size: 22px;
  width: 80%;
  font-weight: 600;
}
#banner a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background: #f16b50;
  text-shadow: none;
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  padding: 8px 12px;
}
#demo-video-container {
  margin: 32px auto 0 auto;
  width: 70vw;
  position: relative;
}
@media (max-width: 800px) {
  #demo-video-container {
    width: 90vw;
  }
}
#close-demo {
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 24px;
  color: white;
  text-shadow: 0 1px 2px black;
  cursor: pointer;
  z-index: 1000;
}
#demo-screen {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
#trusted-by {
  text-align: center;
  padding: 40px;
  background: url('../img/bg-stripes.png');
}
#trusted-by .logo {
  list-style: none;
  display: inline-block;
  text-indent: -9999px;
  height: 29px;
  padding: 20px;
  padding-left: 0px;
}
.big-highlight {
  text-shadow: #FF0 0 0 60px;
}
.max-1k {
  max-width: 1000px;
}
#uvp {
  padding: 0 !important;
}
#uvp .uvp-top {
  padding: 15vh 0 0 0;
  background-color: rgba(242, 249, 254, 0.9);
  position: relative;
}
#uvp .header-container {
  margin: 30px auto 0px auto;
  max-width: 1000px;
}
#uvp .uvp-left {
  text-align: left;
}
#uvp h1,
#uvp h2 {
  color: #363945;
}
#uvp h1 {
  letter-spacing: -1px;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
}
#uvp h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 19px;
  font-weight: normal;
}
#uvp .uvp-underline {
  font-weight: bolder;
  color: #4c5162;
  border-bottom: 1px solid rgba(54, 57, 69, 0.3);
}
#uvp .sub-head {
  display: inline-block;
}
#uvp .btn.watch-video,
#uvp .see-sample {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: inherit;
  margin-top: 20px;
}
#uvp .btn.watch-video:focus,
#uvp .see-sample:focus {
  outline: none;
}
#uvp .btn.watch-video {
  background: transparent;
  border: 1px solid #00ae9e;
  box-shadow: none;
  margin-right: 10px;
}
#uvp .btn.watch-video:hover {
  color: white;
  background: #00ae9e;
}
#uvp .uvp-right {
  position: relative;
}
#uvp .watch-video.pictos {
  font-size: 50px;
  color: #000;
  box-shadow: 0 1px 50px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 40%;
  background: white;
  height: 50px;
  width: 50px;
  margin: 0;
  padding: 4px 2px 0px 2px;
  /* vertical-align: bottom; */
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 800px) {
  #uvp .uvp-left,
  #uvp .uvp-right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #uvp .uvp-top {
    padding-top: 0px;
    background-image: none;
  }
  #uvp h1 {
    font-size: 28px;
  }
  #uvp h2 {
    font-size: 18px;
  }
  #uvp h1,
  #uvp h2 {
    text-align: left;
    line-height: 1.5;
  }
}
.registration-bar {
  padding: 30px 10px;
  text-align: center;
}
.registration-bar input {
  border: none;
}
.registration-bar .btn,
.registration-bar input {
  margin-bottom: 10px;
  font-size: 18px;
}
.registration-bar .btn {
  color: rgba(0, 0, 0, 0.9);
}
#press img {
  display: block;
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
  height: auto;
}
#sms {
  background: #00718c;
  padding-bottom: 15vh;
}
#sms .contrast * {
  color: #ffffff;
}
#sms td,
#sms th,
#sms tr {
  border: none;
}
#sms tr:hover td,
#sms tr:hover th {
  background: transparent;
}
#feature-summary {
  text-align: center;
}
#feature-summary p {
  padding: 20px;
  font-size: 22px;
  line-height: 36px;
}
.features-summary-icon {
  width: 100px;
  height: auto;
}
#interactive {
  background-color: whiteSmoke;
}
.testimonials {
  position: relative;
  z-index: 2;
  background: #2d3236;
  padding-bottom: 20px;
}
.testimonials .profile-bio {
  color: #ffffff;
  margin-top: -30px;
}
.testimonials .row-fluid {
  margin-top: -46px;
}
.testimonial {
  text-align: center;
}
.testimonial .profile {
  display: block;
  height: 160px;
  width: 160px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: 5px auto;
}
.testimonial h3 {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .testimonial h1 {
    font-size: 18px;
  }
}
.sms-messages {
  margin: 5vh auto 0 auto;
  min-height: 300px;
  text-align: center;
  z-index: 100;
  padding-top: 20px;
  position: relative;
  display: none;
}
.sms-messages.shown {
  display: block;
}
.sms-messages.shown:before {
  content: '';
  height: 20px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  position: absolute;
  top: 0;
  left: 14.5%;
  width: 71%;
  box-sizing: border-box;
}
.sms-messages.shown:after {
  position: absolute;
  width: 1px;
  height: 5vh;
  background: white;
  margin-top: -5vh;
  top: 0;
  left: 25%;
}
.sms-thread {
  position: relative;
  display: inline-block;
  width: calc(25% - 20px);
  vertical-align: top;
}
.sms-thread:before {
  content: '';
  height: 20px;
  width: 1px;
  background: white;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  margin-top: -20px;
}
.sms-thread:first-child:before,
.sms-thread:last-child:before {
  height: 0;
  width: 0;
}
@media (max-width: 800px) {
  .sms-thread {
    width: calc(50% - 20px);
  }
}
.sms-message {
  background: white;
  display: none;
  vertical-align: top;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 1.5;
  font-size: 1em !important;
  color: #777 !important;
  margin-bottom: 5px;
  width: 80%;
  position: relative;
  clear: both;
}
.sms-message p {
  font-size: 1em !important;
}
.sms-message.shown {
  display: block;
}
.sms-message:after {
  position: absolute;
  left: -5px;
  background: white;
  bottom: 15px;
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}
.sms-link {
  color: #1d93fd !important;
}
.sms-message-reply {
  float: right;
  margin-right: 10px;
}
.sms-message-reply:after {
  border-left: none;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  left: auto;
  right: -6px;
}
.intro h2 {
  font-size: 36px;
  line-height: 52px;
  font-weight: 700;
}
.intro h2.flush {
  margin-top: 0;
}
.intro h3 {
  margin-top: 40px;
  font-weight: 600;
  line-height: 1.8em;
}
.intro h3.flush {
  margin-top: 0;
}
.intro p {
  font-size: 1.2em;
  line-height: 1.8em;
}
.intro.theme-dark-green * {
  color: #ffffff;
}
.carousel-control {
  text-align: center;
}
.carousel-control span {
  display: inline-block;
  line-height: 29px;
}
.carousel-control.right span {
  margin-left: 3px;
}
.carousel-control.left span {
  margin-right: 3px;
}
.section {
  overflow: hidden;
  padding: 10vh 0 0 0;
}
.section.p-bottom {
  padding-bottom: 15vh;
}
.section .spaced {
  padding-top: 5vh;
}
.section:first-child {
  padding-top: 5vh;
}
.section.alt {
  padding-bottom: 0px;
  background: #f5f5f5;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.section header {
  text-align: center;
  margin-bottom: 40px;
}
.section .padded {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.section .p-right {
  padding-right: 20px;
}
.section .jumbo-header {
  font-size: 4em;
  margin: 30px;
}
.section-header p {
  font-size: 22px;
  color: #666;
}
.theme-dark-green {
  background: #00718c;
  color: #ffffff;
}
.quote-bubble {
  position: relative;
  font-style: italic;
  background: white;
  padding: 20px;
  box-shadow: 0 -1px 50px rgba(0, 0, 0, 0.2);
}
.quote-bubble p {
  position: relative;
  z-index: 2;
}
.quote-bubble:before {
  position: absolute;
  content: '';
  background: white;
  width: 50px;
  height: 50px;
}
.quote-bubble.left:before {
  left: -25px;
  -webkit-transform: rotate(-45deg);
}
.quote-bubble.left.full-arrow:before {
  border-left: 1px solid #2d3236;
}
.quote-bubble.right:before {
  right: -26px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
}
.quote-bubble.small:before {
  width: 25px;
  height: 25px;
}
.quote-bubble.small.left:before {
  left: -15px;
}
.quote-bubble.small.right:before {
  right: 15px;
}
#footer {
  background: #2d3236;
  margin: 0;
  margin-top: 100px;
  padding: 40px 0;
}
#footer .sitemap {
  margin-top: 0px;
  font-size: 11px;
  color: #999;
}
#footer .sitemap a {
  line-height: 3em;
  color: #999;
  font-size: 16px;
  padding-right: 10px;
  padding-top: 10px;
}
#footer .sitemap a:not(.trial) {
  display: inline-block;
}
#footer .sitemap a:active {
  text-decoration: underline;
}
.popover-title {
  position: relative;
}
.popover-title .close {
  position: absolute;
  top: 5px;
  right: 10px;
}
@media (min-width: 1500px) {
  #banner h1 {
    font-size: 64px;
  }
  #banner h2 {
    font-size: 34px;
  }
  #banner .btn {
    font-size: 18px;
  }
}
.browser-window {
  background: #E9EDF0 url(../svg/browser-buttons.svg) no-repeat 7px 7px;
  padding-top: 22px;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 1px solid #D9DEE1;
  position: relative;
}
.browser-window.no-border {
  border: none;
}
.browser-window.rounded {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.browser-window .browser-overlay {
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.browser-window .browser-overlay.shown {
  opacity: 1;
}
.browser-window .viewport {
  height: 500px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.browser-window .frame {
  min-width: 611px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
}
.browser-window.scroll {
  overflow-x: hidden;
}
.browser-window.scroll:after {
  content: 'Scroll ⌵';
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 3;
}
@media (max-width: 1200px) {
  #banner {
    background-position: center bottom;
  }
}
@media (min-width: 1101px) {
}
@media (max-width: 1100px) {
  #side {
    display: none;
  }
  #top {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .too-tall {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header {
    padding: 10px;
  }
  #header li {
    line-height: 38px;
    margin: 0 5px;
  }
  #nav {
    padding-top: 0px;
    margin-left: 0px;
    float: right;
  }
  #nav-right {
    float: none;
  }
  #top-content {
    background: none;
  }
  #bullets > div {
    display: none;
  }
  #sub-header .span3 h3 {
    min-height: inherit;
    margin-top: 20px;
  }
  .intro h3.flush,
  .intro h2.flush {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .section {
    padding-top: 50px !important;
  }
  .section.spaced {
    margin-top: 20px;
  }
  .quote-bubble {
    margin-top: 20px;
  }
  .quote-bubble img {
    display: none;
  }
  .quote-bubble iframe {
    padding-right: 0;
    margin-right: 50px;
    display: block !important;
    margin-bottom: 10px;
  }
  .quote-bubble.left:before,
  .quote-bubble.right:before {
    top: -13px !important;
    left: 50% !important;
    margin-left: -12px;
    width: 25px !important;
    height: 25px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none !important;
    -webkit-transform: rotate(45deg) !important;
  }
  #banner {
    text-align: center;
    height: auto;
  }
  #banner h1,
  #banner h3 {
    text-align: center;
  }
  #banner h1 {
    line-height: 38px;
    font-size: 36px;
  }
  #banner h3 {
    width: 100%;
    font-size: 16px;
  }
  #banner a {
    text-align: justify;
    margin-bottom: 20px;
  }
  #or {
    display: none;
  }
  .intro .headlines {
    padding-right: 0;
  }
  .intro .section,
  .intro .section.spaced {
    padding-top: 20px;
  }
  .intro h2 {
    line-height: 1.5;
    font-size: 24px;
    font-weight: 700;
  }
  .features-summary-icon {
    margin-top: 20px;
  }
  #feature-summary small {
    display: none;
  }
  #interactive img {
    margin-bottom: 20px;
  }
  .browser-window {
    margin-top: 20px;
  }
  #interactive {
    background-image: none;
  }
}
@media (max-width: 400px) {
  .browser-window .viewport {
    overflow-y: hidden;
  }
  .browser-window:after {
    display: none;
  }
}
