/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
/* Rebuild a few things */
body {
  background: #fff;
}
body,
input,
textarea {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
pre {
  font: 16px Monaco,monospace;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
code {
  font: 16px Monaco,monospace;
}
a {
  outline: none;
}
a img {
  border: none;
}
img {
  -ms-interpolation-mode: bicubic;
}
input[type="text"],
input[type="password"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  font-family: inherit;
}
textarea {
  resize: none;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.color-headline {
  color: #31302e !important;
}
.color-subhead {
  color: #989997 !important;
}
.color-body {
  color: #31302e !important;
}
.color-yellow {
  color: #ffad38 !important;
}
.color-orange {
  color: #e2962b !important;
}
.color-pink {
  color: #c36cbc !important;
}
.color-purple {
  color: #9c27b0 !important;
}
.color-blue {
  color: #4883be !important;
}
.color-green {
  color: #5fc36f !important;
}
.color-magenta {
  color: #f01c4e !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.prevent-text-breakouts {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.no-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear {
  clear: both;
}
.hide {
  display: none !important;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.btn {
  border: none;
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  padding: 9px 24px;
  border-radius: 6px;
}
.btn.btn-orange {
  background: #EA8C4F;
  color: #fff;
}
.btn.btn-orange:hover {
  background: #ed9b66;
}
.install-btn {
  height: 78px;
  background: #FF7F05;
  border-radius: 8px;
  color: #fff;
  position: relative;
  padding: 0 0 0 78px;
}
.install-btn:hover {
  background: #ff8c1f;
}
.install-btn > span {
  display: block;
}
.install-btn .btn-icon {
  width: 78px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.install-btn .icon-google {
  color: #fff;
  font-size: 34px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -17px;
}
.install-btn .icon-chrome, .install-btn .icon-safari {
  position: absolute;
  top: 0px;
  transition: all .2s ease;
}
.install-btn .icon-safari {
  right: 0px;
}
.install-button.affix-top .icon-chrome {
  width: 40px;
  margin: 19px;
  right: 51px;
}
.install-button.affix-top .icon-safari {
  width: 40px;
  margin: 19px;
}
.install-button.affix .icon-chrome {
  width: 33px;
  margin: 14px;
  right: 41px;
}
.install-button.affix .icon-safari {
  width: 33px;
  margin: 14px;
}
.install-btn .btn-label {
  padding: 25px 30px;
  line-height: 28px;
}
.install-btn .lg {
  font-size: 24px;
  color: #fff;
  margin-right: 12px;
  letter-spacing: -1px;
}
.install-btn .sm {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 420px) {
  .install-btn {
    padding-left: 0;
    display: block;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .install-btn .btn-icon {
    display: none;
  }
  .install-btn .btn-label {
    padding-left: 0;
    padding-right: 0;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ltxuh3');
  src: url('../fonts/icomoon.eot?#iefixltxuh3') format('embedded-opentype'), url('../fonts/icomoon.woff?ltxuh3') format('woff'), url('../fonts/icomoon.ttf?ltxuh3') format('truetype'), url('../fonts/icomoon.svg?ltxuh3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-google,
.icon-facebook,
.icon-twitter {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-google:before {
  content: "\e600";
}
.icon-facebook:before {
  content: "\e601";
}
.icon-twitter:before {
  content: "\e602";
}
.dot-nav {
  text-align: center;
}
.dot-nav li {
  display: inline-block;
  margin: 0 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #D2D4D2;
  cursor: pointer;
}
.dot-nav li:hover {
  border-color: #bbbebb;
}
.dot-nav li.active {
  background: #f01c4e;
  border-color: #f01c4e;
}
.crm-example-tabs {
  *zoom: 1;
  margin: 42px auto;
}
.crm-example-tabs:before,
.crm-example-tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.crm-example-tabs:after {
  clear: both;
}
.crm-example-tabs li {
  display: block;
  float: left;
  height: 74px;
  width: 14.285714286%;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
.crm-example-tabs li.red {
  background: #F75532;
}
.crm-example-tabs li.orange {
  background: #F9AB37;
}
.crm-example-tabs li.light-green {
  background: #AEDB63;
}
.crm-example-tabs li.dark-green {
  background: #00A561;
}
.crm-example-tabs li.light-blue {
  background: #9AC3E4;
}
.crm-example-tabs li.dark-blue {
  background: #4482E4;
}
.crm-example-tabs li.lime {
  background: #75D03C;
}
.crm-example-tabs span {
  display: block;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0;
}
.crm-example-tabs .number {
  font-size: 28px;
  line-height: 30px;
}
.crm-example-tabs .label {
  font-size: 12px;
}
.press-logos {
  text-align: center;
}
.press-logos img {
  height: auto;
  width: auto;
  max-height: 50px;
  max-width: 100%;
}
@media screen and (min-width: 600px) {
  .press-logos img {
    padding: 8px;
  }
  .press-logos img:first-child {
    margin-left: 0;
  }
  .press-logos img:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .press-logos img {
    display: block;
    margin: 30px auto 18px;
    max-width: 100%;
  }
  .press-logos img:last-child {
    margin-bottom: 0;
  }
}
h2 + .press-logos,
h3 + .press-logos {
  padding-top: 24px;
}
.client-logos {
  text-align: center;
}
.client-logos img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.news-list .item {
  margin-bottom: 42px;
  position: relative;
  padding-left: 60px;
  color: #898887;
  font-size: 15px;
  line-height: 20px;
}
.news-list .date {
  color: #C1C0BF;
  font-size: 13px;
  position: absolute;
  top: 3px;
  left: 0;
}
.news-list h4 a {
  color: #31302e;
  text-decoration: none;
}
.news-list h4 a:hover {
  color: #c36cbc;
}
.twitter-follow-link {
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: -1px;
}
.twitter-follow-link.color-pink:hover {
  color: #ac46a4 !important;
}
.twitter-follow-link .icon-twitter {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.app-features-list .feature {
  margin-bottom: 30px;
}
.app-features-list .feature:last-child {
  margin-bottom: 0;
}
.app-features-list h4 {
  color: #007eff;
  font-weight: 600;
  margin: 0 0 6px;
}
.app-features-list p {
  color: #898887;
  font-size: 16px;
  letter-spacing: -1px;
}
@media screen and (max-width: 649px) {
  .app-features-list p {
    max-width: 380px;
  }
}
.app-features-list.horizontal {
  text-align: center;
}
@media screen and (min-width: 630px) {
  .app-features-list.horizontal .feature {
    width: 33%;
    display: block;
    float: left;
    padding: 0 3%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 649px) {
  .app-features-list.horizontal p {
    max-width: 300px;
    margin: 0 auto;
  }
}
.avatar-testimonial blockquote {
  display: block;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 18px;
  letter-spacing: -1px;
  padding-left: 6px;
  color: #4883be;
  position: relative;
}
.avatar-testimonial blockquote:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: -24px;
  top: 0;
  background: url('../images/homepage/opening-quotes-blue@2x.png') no-repeat;
  background-size: cover;
}
.avatar-testimonial .avatar {
  display: block;
  float: left;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid #4883be;
}
.avatar-testimonial cite {
  display: block;
  margin-left: 100px;
  color: #989997;
  margin-top: 18px;
  font-size: 14px;
}
@media screen and (max-width: 990px) {
  .avatar-testimonial blockquote {
    padding-left: 30px;
  }
  .avatar-testimonial blockquote:before {
    left: 0;
  }
}
.mission-with-shapes {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: center;
  padding: 9% 0;
  background: #428bdc url('../images/homepage/mission-shapes@2x.gif') no-repeat center center;
  background-size: 75% auto;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 420px) {
  .mission-with-shapes {
    background-size: 125% auto;
  }
}
.support-email-block-link {
  display: block;
  padding: 30px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #e2962b;
  text-decoration: none;
  letter-spacing: -1px;
  text-align: center;
  border-top: 2px solid #ECEBEB;
  border-bottom: 2px solid #ECEBEB;
}
@media screen and (min-width: 520px) {
  .support-email-block-link {
    font-size: 30px;
    line-height: 30px;
  }
}
.support-email-block-link:hover {
  background: #f5f5f5;
}
.download-promo {
  text-align: center;
}
.download-promo .action {
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}
.download-promo.top-padding {
  padding-top: 30px;
}
.download-promo.bottom-padding {
  padding-bottom: 30px;
}
.team-members .team-member {
  max-width: 350px;
  margin: 0 auto 30px;
  text-align: center;
}
.team-members .avatar,
.team-members .avatar::after {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 12px;
  background: rgb(207,207,207) url(/images/streakdog.png) 50% 0%/150px no-repeat;
}

.streak__teamPhoto::after,
.team-members .avatar::after {
  content: "";
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

.streak__teamPhoto:hover::after,
.team-members .avatar:hover::after {
  opacity: 1;
}

.team-members .avatar#aleem {
  background-image: url(/assets/newTeam/aleem.jpg);
}
.team-members .avatar#omar {
  background-image: url(/assets/newTeam/omar.jpg);
}
.team-members .avatar#chris {
  background-image: url(/assets/newTeam/chris.jpg);
}
.team-members .avatar#jasen {
  background-image: url(/assets/newTeam/jasen.jpg);
}
.team-members .avatar#lucas {
  background-image: url(/assets/newTeam/lucas.jpg);
}
.team-members .avatar#andrew {
  background-image: url(/assets/newTeam/andrews.jpg);
}
.team-members .avatar#henry {
  background-image: url(/assets/newTeam/henry.jpg);
}
.team-members .avatar#mallika {
  background-image: url(/assets/newTeam/mallika.jpg);
}
.team-members .avatar#brianna {
  background-image: url(/assets/newTeam/brianna.jpg);
}
.team-members .avatar#truong {
  background-image: url(/assets/newTeam/truong.jpg);
}
.team-members .avatar#hoang {
  background-image: url(/assets/newTeam/hoang.jpg);
}
.team-members .avatar#brianc {
  background-image: url(/assets/newTeam/brianc.jpg);
}
.team-members .avatar#weston {
  background-image: url(/assets/newTeam/weston.jpg);
}
.team-members .avatar#brianw {
  background-image: url(/assets/newTeam/brianw2.png);
}
.team-members .avatar#annie {
  background-image: url(/assets/newTeam/annie2.jpg);
}
.team-members .avatar#adriana {
  background-image: url(/assets/newTeam/adriana.jpg);
}
.team-members .avatar#justine {
  background-image: url(/assets/newTeam/justine.jpg);
}
.team-members .avatar#erik {
  background-image: url(/assets/newTeam/erik.jpg);
}
.team-members .avatar#rebecca {
  background-image: url(/assets/newTeam/becca.jpg);
}
.team-members .avatar#fred {
  background-image: url(/assets/newTeam/fred.jpg);
}
.team-members .avatar#johnw {
  background-image: url(/assets/newTeam/john.jpg);
}
.team-members .avatar#ryanj {
  background-image: url(/assets/newTeam/ryan.jpg);
  background-position: -18px 0px;
  background-size: cover;
}
.team-members .avatar#jamesl {
  background-image: url(/assets/newTeam/james.jpg);
}
.team-members .avatar#sarae {
  background-image: url(/assets/newTeam/sara.jpg);
  background-size: cover;
}
.team-members .avatar#joshj {
  background-image: url(/assets/newTeam/josh.jpg);
  background-size: cover;
}
.team-members .avatar#robs {
  background-image: url(/assets/newTeam/rob.jpg);
  background-size: cover;
}
.team-members .avatar#petera {
  background-image: url(/assets/newTeam/peter.jpg);
  background-size: cover;
}
.team-members .avatar#jonathand {
  background-image: url(/assets/newTeam/jonathan.jpg);
  background-size: cover;
}
.team-members .avatar#johnnyn {
  background-image: url(/assets/newTeam/johnnyn.jpg);
  background-size: cover;
}
.team-members .avatar#kenneths {
  background-image: url(/assets/newTeam/kenneths.jpg);
  background-size: cover;
}
.team-members .avatar#mariap {
  background-image: url(/assets/newTeam/mariap.jpg);
  background-size: cover;
}
.team-members .avatar#timothyh {
  background-image: url(/assets/newTeam/timothyh.jpg);
  background-size: cover;
}
.team-members .avatar#kevinb {
  background-image: url(/assets/newTeam/kevinb.jpg);
  background-size: cover;
}
.team-members .avatar#you, .team-members .placeholder_avatar {
  opacity: 0.6;
  background-image: url(/assets/newTeam/you.png);
}

.team-members .avatar#aleem::after {
  background-image: url(/assets/newTeam/aleemAlt.jpg);
}
.team-members .avatar#omar::after {
  background-image: url(/assets/newTeam/omarAlt.jpg);
}
.team-members .avatar#chris::after {
  background-image: url(/assets/newTeam/chrisAlt.jpg);
}
.team-members .avatar#jasen::after {
  background-image: url(/assets/newTeam/jasenAlt.jpg);
}
.team-members .avatar#lucas::after {
  background-image: url(/assets/newTeam/lucasAlt.jpg);
}
.team-members .avatar#andrew::after {
  background-image: url(/assets/newTeam/andrewsAlt.jpg);
}
.team-members .avatar#henry::after {
  background-image: url(/assets/newTeam/henryAlt.jpg);
}
.team-members .avatar#mallika::after {
  background-image: url(/assets/newTeam/mallikaAlt.jpg);
}
.team-members .avatar#brianna::after {
  background-image: url(/assets/newTeam/briannaAlt.jpg);
}
.team-members .avatar#truong::after {
  background-image: url(/assets/newTeam/truongAlt.jpg);
}
.team-members .avatar#hoang::after {
  background-image: url(/assets/newTeam/hoangAlt.jpg);
}
.team-members .avatar#brianc::after {
  background-image: url(/assets/newTeam/briancAlt.jpg);
}
.team-members .avatar#weston::after {
  background-image: url(/assets/newTeam/westonAlt.jpg);
}
.team-members .avatar#brianw::after {
  background-image: url(/assets/newTeam/brianw2Alt.png);
}
.team-members .avatar#annie::after {
  background-image: url(/assets/newTeam/annie2ALT.jpg);
}
.team-members .avatar#adriana::after {
  background-image: url(/assets/newTeam/adrianaALT.jpg);
}
.team-members .avatar#justine::after {
  background-image: url(/assets/newTeam/justineALT.jpg);
}
.team-members .avatar#erik::after {
  background-image: url(/assets/newTeam/erikALT.jpg);
}
.team-members .avatar#rebecca::after {
  background-image: url(/assets/newTeam/beccaALT.jpg);
}
.team-members .avatar#fred::after {
  background-image: url(/assets/newTeam/fredALT.jpg);
}
.team-members .avatar#johnw::after {
  background-image: url(/assets/newTeam/johnAlt.jpg);
}
.team-members .avatar#ryanj::after {
  background-image: url(/assets/newTeam/ryanAlt.jpg);
  background-position: -18px 0px;
  background-size: cover;
}
.team-members .avatar#jamesl::after {
  background-image: url(/assets/newTeam/jamesAlt.jpg);
}
.team-members .avatar#sarae::after {
  background-image: url(/assets/newTeam/saraAlt.jpg);
  background-size: cover;
}
.team-members .avatar#joshj::after {
  background-image: url(/assets/newTeam/joshAlt.jpg);
  background-size: cover;
}
.team-members .avatar#robs::after {
  background-image: url(/assets/newTeam/robAlt.jpg);
  background-size: cover;
}
.team-members .avatar#petera::after {
  background-image: url(/assets/newTeam/peterAlt.jpg);
  background-size: cover;
}
.team-members .avatar#jonathand::after {
  background-image: url(/assets/newTeam/jonathanAlt.jpg);
  background-size: cover;
}
.team-members .avatar#johnnyn::after {
  background-image: url(/assets/newTeam/johnnynAlt.jpg);
  background-size: cover;
}
.team-members .avatar#kenneths::after {
  background-image: url(/assets/newTeam/kennethsAlt.jpg);
  background-size: cover;
}
.team-members .avatar#mariap::after {
  background-image: url(/assets/newTeam/mariapAlt.jpg);
  background-size: cover;
}
.team-members .avatar#timothyh::after {
  background-image: url(/assets/newTeam/timothyhAlt.jpg);
  background-size: cover;
}
.team-members .avatar#kevinb::after {
  background-image: url(/assets/newTeam/kevinbAlt.jpg);
  background-size: cover;
}
.team-members .avatar#you::after, .team-members .placeholder_avatar::after {
  background-image: url(/assets/newTeam/you.png);
  transform: rotate(-30deg);
}

.streak__teamPhoto_container {
  position: relative;
  margin: 0px auto 80px;
  width: 0px;
  max-height: 650px;
  margin-top: -30px;
}
.streak__teamPhoto_heightSetter {
  display: block;
  width: 100vw;
  visibility: hidden;
  margin-left: -50vw;
}

.streak__teamPhoto,
.streak__teamPhoto::after {
  display: block;
  height: 100%;
  width: 100vw;
  background: transparent url(/assets/newTeam/streakCrew.jpg) 50% 50%/100% no-repeat;
  position: absolute;
  top: 0px;
  left: -50vw;
}
.streak__teamPhoto::after {
  left: 0px;
  background-image: url(/assets/newTeam/streakCrewAlt.jpg);
}

.streak__about_investors {
  text-align: center;
}

.team-members .name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #31302e;
}
.team-members .bio {
  color: #989997;
  font-size: 16px;
  line-height: 23px;
}
@media screen and (min-width: 550px) {
  .team-members .team-member {
    width: 33.333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .team-members .team-member:nth-child(3n+1) {
    clear: both;
  }
}
.jobs-list {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  font-size: 18px;
  line-height: 30px;
}
.jobs-list h3.job-title {
  cursor: pointer;
  font-size: 20px;
}
.jobs-list h3.job-title.open .icon-caret {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.jobs-list h4 {
  font-size: 18px;
  font-weight: 600;
  color: #31302e;
}
.jobs-list .icon-caret {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border-right: 2px solid #31302e;
  border-bottom: 2px solid #31302e;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 16px;
  position: relative;
  top: -2px;
  -webkit-transition: -webkit-transform 220ms ease;
          transition: transform 220ms ease;
}
.jobs-list .job-details {
  display: none;
  padding-bottom: 30px;
}
.jobs-list .job-listing {
  margin-bottom: 30px;
}
.jobs-list .job-listing.visible .job-details {
  display: block;
}
.jobs-list .description {
  margin-bottom: 30px;
}
.jobs-list .details .group {
  margin-bottom: 18px;
}
.jobs-list .details .group:last-child {
  margin-bottom: 0;
}
.jobs-list ul {
  list-style: disc outside;
}
.jobs-list ul li {
  margin-left: 20px;
  padding-left: 6px;
}
.jobs-list ul li b {
  margin-right: 5px;
}
.jobs-list ul li li {
  list-style-type: circle;
}

.hard-problems {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
}

.hard-problems .problem {
  flex: 1;
  margin-right: 16px;
}

.hard-problems .problem p {
  font-size: 80%;
}

.benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.benefits .benefit {
  max-width: fit-content;
  min-width: 250px;
  flex: 1;
  margin-right: 50px;
  margin-top: 20px;
}


@media screen and (min-width: 660px) {
  .jobs-list .flex-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .jobs-list .flex-columns > div {
    float: left;
  }
  .jobs-list .description {
    width: 67%;
    padding-right: 30px;
    margin: 0;
  }
  .jobs-list .details {
    width: 33%;
    border-left: 1px solid #dfdfdf;
    padding-left: 30px;
  }
  .jobs-list .details .group {
    margin-bottom: 30px;
  }
  .jobs-list .details .group:last-child {
    margin-bottom: 0;
  }
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: opacity 0.5s ease-in-out;
          transition: opacity 0.5s ease-in-out;
  left: 0;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  opacity: 1;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next,
.carousel-inner > .prev,
.carousel-inner > .active.left,
.carousel-inner > .active.right {
  opacity: 0;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  opacity: 1;
}
body {
  font-family: 'Karla', 'Helvetica', 'Arial', sans-serif;
  color: #30383A;
  font-size: 16px;
  line-height: 24px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-54 {
  font-size: 54px;
}
.font-size-60 {
  font-size: 60px;
}
.line-height-14 {
  line-height: 14px;
}
.line-height-16 {
  line-height: 16px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-42 {
  line-height: 42px;
}
.font-weight-light {
  font-weight: 200;
}
.font-weight-medium {
  font-weight: 400;
}
.font-weight-heavy {
  font-weight: 600;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
a,
.fake_link {
  color: #f01c4e;
  text-decoration: underline;
}
a.hover_underline,
.fake_link.hover_underline {
  text-decoration: none;
}
a.hover_underline:hover,
.fake_link.hover_underline:hover {
  text-decoration: underline;
}
a.icon-link,
.fake_link.icon-link {
  text-decoration: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #31302e;
}
h1,
.h1 {
  font-size: 56px;
  line-height: 50px;
  color: #31302e;
  margin-bottom: 18px;
  letter-spacing: -4px;
}
@media screen and (max-width: 420px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -3px;
  }
}
h2,
.h2 {
  font-size: 34px;
  line-height: 40px;
  color: #31302e;
  margin-bottom: 18px;
  letter-spacing: -2px;
}
h2.smaller,
.h2.smaller {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -1px;
}
h3,
.h3 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 18px;
  letter-spacing: -1px;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #31302e;
  letter-spacing: -1px;
}
h3.caps {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
hr {
  height: 2px;
  width: 100%;
  background: #eee;
  border: none;
  margin: 30px 0;
}
/*
 * Icon header - left-floating icon with a headline and subtext
 */
.section-icon-header {
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}
.section-icon-header i {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 35px;
  height: 35px;
}
.section-icon-header i.icon-apple-orange {
  background-image: url('../images/homepage/icon-apple-orange@2x.png');
  background-size: 35px 35px;
}
.section-icon-header i.icon-feed-pink {
  background-image: url('../images/homepage/icon-feed-pink@2x.png');
  background-size: 35px 35px;
}
.section-icon-header h3 {
  font-size: 28px;
  line-height: 32px;
  margin: 0;
}
.section-icon-header .subhead {
  opacity: .6;
  letter-spacing: -1px;
}
@media screen and (max-width: 420px) {
  .section-icon-header h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
p.lead {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 12px;
  letter-spacing: -1px;
}
.block-title {
  margin-bottom: 48px;
}
body {
  background: #fff;
}
body.flexbox-stickyfooter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.flexbox-stickyfooter .site-content {
  -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
          flex-grow: 1;
}
.container {
  max-width: 990px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
#site-header {
  height: 60px;
  width: 100%;
  background-image: -webkit-linear-gradient(0deg, #f9083e, #ff8900);
  background-image: linear-gradient(90deg, #f9083e, #ff8900);
  color: #fff;
  position: relative;
  letter-spacing: 0;
  overflow: hidden;
  padding-left: 10px;
}
#site-header.bg-yellow {
  background: #ffad38;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#site-header.bg-yellow .message {
  color: rgba(255, 255, 255, 0.7);
}
#site-header.bg-purple {
  background: #9c27b0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#site-header.bg-purple .message {
  color: rgba(255, 255, 255, 0.7);
}
#site-header.bg-dark {
  background: #191919;
  border-bottom-color: transparent;
}
#site-header.bg-dark .logo a:hover {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05));
  opacity: .7;
}
#site-header .mobile-menu-toggle {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
#site-header i.icon-mobile-menu {
  width: 30px;
  height: 30px;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
}
#site-header i.icon-mobile-menu:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
}
#site-header i.icon-mobile-menu:after {
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 5px;
  left: 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#site-header .logo {
  width: 200px;
  height: 59px;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
#site-header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding-top: 14px;
  padding-left: 15px;
}
#site-header .logo a:hover {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04));
}
#site-header .logo img {
  width: 134px;
  height: 29px;
  display: block;
}
#site-header .menu {
  font-size: 18px;
  letter-spacing: -1px;
  float: left;
  margin: 16px 0 0 30px;
}
#site-header .menu li {
  display: inline-block;
  margin-left: 14px;
  height: 24px;
}
#site-header .menu li:first-child {
  margin-left: 0;
}
#site-header .menu a {
  color: #fff;
  text-decoration: none;
  line-height: 24px;
  padding: 0 8px;
}
#site-header .menu a:hover {
  opacity: 0.7;
}
#site-header .social {
  height: 18px;
  position: absolute;
  top: 21px;
  right: 20px;
  display: none;
}
#site-header .social li {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #D0FEDF;
  margin-left: 12px;
}
#site-header .social li:first-child {
  margin-left: 0;
}
#site-header .message {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #FBD0C6;
}
#site-header .message strong {
  color: #fff;
  margin-right: 6px;
}
@media screen and (max-width: 700px) {
  #site-header .menu {
    display: none;
  }
  #site-header .mobile-menu-toggle {
    display: block;
  }
}
#site-footer {
  background: #2C2C2C;
  padding: 40px 25px;
  color: #757575;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
}
#site-footer p {
  margin-bottom: 4px;
}
#site-footer p:last-child {
  margin-bottom: 0;
}
#site-footer p.inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
#site-footer .links {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
}
#site-footer .links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
#site-footer .links li:last-child {
  margin-right: 0;
}
#site-footer .links a {
  color: #8C8C8C;
  font-weight: 600;
  text-decoration: none;
}
#site-footer .links a:hover {
  color: #eee;
}
.block.tinted {
  background: #F9FBF9;
}
.block.top-border {
  border-top: 1px solid #E8E8E8;
}
.block.bottom-border {
  border-bottom: 1px solid #E8E8E8;
}
.block.top-padding {
  padding-top: 60px;
}
.block.bottom-padding {
  padding-bottom: 60px;
}
.block.bottom-margin {
  margin-bottom: 30px;
}
.block.bg-yellow {
  background: #ffad38;
}
.block.bg-orange {
  background: #e2962b;
}
.block.bg-purple {
  background: #9c27b0;
}
.block.bg-pink {
  background: #c36cbc;
}
@media screen and (max-width: 500px) {
  .block.top-padding {
    padding-top: 30px;
  }
  .block.bottom-padding {
    padding-bottom: 30px;
  }
}
.hero-block {
  position: relative;
}
.hero-block .install-button {
  height: 78px;
  position: absolute;
  left: 0;
  bottom: -39px;
  width: 100%;
  text-align: center;
}
.hero-block .install-button .install-btn {
  -webkit-transition: height .2s ease, padding .2s ease;
          transition: height .2s ease, padding .2s ease;
}
.hero-block .install-button .install-btn .btn-icon,
.hero-block .install-button .install-btn .btn-label,
.hero-block .install-button .install-btn .lg,
.hero-block .install-button .install-btn .small {
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
@media screen and (min-width: 769px) {
  .hero-block .install-button.affix {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    z-index: 98;
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    height: auto;
    padding: 18px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .hero-block.useCase-true .install-button.affix {
    background: #9c27b0;
  }
  .hero-block.emailTool-true .install-button.affix {
    background: #ffad38;
  }
  .hero-block .install-button.affix .install-btn {
    height: 60px;
    padding-left: 60px;
  }
  .hero-block .install-button.affix .install-btn .btn-icon {
    width: 60px;
    height: 60px;
  }
  .hero-block .install-button.affix .install-btn .btn-label {
    padding: 16px 24px;
  }
  .hero-block .install-button.affix-top .install-btn .btn-label {
  }
  .hero-block .install-button.affix .install-btn .lg {
    font-size: 22px;
  }
  .hero-block .install-button.affix .install-btn .sm {
    font-size: 14px;
  }
}
.home-hero-block {
  background: #F9FBF9;
  padding-top: 30px;
  border-bottom: 1px solid #DBDCDB;
  margin-bottom: 39px;
  position: relative;
  z-index: 80;
}
.home-hero-block h1 {
  margin-bottom: 24px;
}
.home-hero-block .features-list {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 24px;
  max-width: 320px;
}
.home-hero-block .features-list.yellow {
  border-color: #ffad38;
}
.home-hero-block .features-list.yellow a {
  color: #ffad38;
}
.home-hero-block .features-list.purple {
  border-color: #9c27b0;
}
.home-hero-block .features-list.purple a {
  color: #9c27b0;
}
.home-hero-block .features-list h3 {
  font-weight: 600;
  color: #31302e;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
.home-hero-block .features-list ul li {
  margin-bottom: 3px;
}
.home-hero-block .slides {
  padding-top: 18px;
}
.home-hero-block .column {
  display: block;
  overflow: hidden;
  text-align: center;
}
.home-hero-block .browser-window {
  background: #F5F5F5;
  border: 1px solid #DEDEDD;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #F3F3F3;
  position: relative;
  max-width: 560px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.home-hero-block .browser-window .buttons {
  text-align: right;
  padding: 6px 6px 0 0;
}
.home-hero-block .browser-window .buttons li {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border: 1px solid #D2D4D2;
  border-radius: 50%;
}
.home-hero-block .browser-screenshots img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) {
  .home-hero-block .slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-align: stretch;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-hero-block .column {
    float: left;
    width: 50%;
    padding-bottom: 39px;
    text-align: left;
  }
  .home-hero-block .column.copy {
    padding-left: 40px;
  }
  .home-hero-block .column.browser {
    width: 45%;
    padding-right: 30px;
  }
  .home-hero-block .browser-window {
    float: right;
    width: 700px;
  }
  .home-hero-block .features-list {
    border-left: 5px solid #aaa;
    padding: 6px 0 6px 24px;
    text-align: left;
    margin: 0 0 24px;
  }
  .home-hero-block .features-list ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .home-hero-block .features-list ul li {
    max-width: 150px;
  }
}
@media screen and (max-width: 799px) {
  .home-hero-block .slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-hero-block .column:last-child {
    padding-bottom: 30px;
  }
  .home-hero-block .features-list {
    width: 50%;
    float: left;
    margin-bottom: 36px;
  }
  .home-hero-block .features-list li {
    letter-spacing: -1px;
  }
}
.general-hero-block {
  text-align: center;
  padding: 48px 0 70px;
  position: relative;
  z-index: 80;
}
.general-hero-block.page-title-hero {
  padding: 48px 15px;
}
.general-hero-block h1,
.general-hero-block h2 {
  color: #fff;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
.general-hero-block .lead {
  font-size: 32px;
  line-height: 46px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -2px;
  max-width: 760px;
  margin: 0 auto 30px;
}
.general-hero-block .lead:last-child {
  margin-bottom: 0;
}
.general-hero-block .sublead {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -1px;
}
.general-hero-block .client-portfolio hr {
  border: none;
  height: 3px;
  width: 40px;
  background: #fff;
  margin: 0 auto 30px;
}
.general-hero-block .client-portfolio p {
  color: #fff;
  font-size: 18px;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
.general-hero-block .client-portfolio .client-logos {
  padding: 0;
}
.general-hero-block.bg-yellow .lead {
  color: #B0FFCB;
}
.general-hero-block.bg-yellow .dark {
  color: #D27510;
}
.general-hero-block.bg-purple .lead {
  color: #B0B4D3;
}
.general-hero-block.bg-purple hr {
  background: #ADA8F2;
}
.general-hero-block.bg-orange {
  background: #EA8C4F;
}
.general-hero-block.bg-orange .lead {
  color: #F5EFE0;
}
@media screen and (max-width: 420px) {
  .general-hero-block {
    padding: 42px 15px 60px;
  }
  .general-hero-block.page-title-hero {
    padding: 42px 15px;
  }
  .general-hero-block .lead {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
  }
  .general-hero-block .press-logos img {
    margin: 0 15px 30px;
    display: inline-block;
    vertical-align: top;
  }
}
.bucket-block {
  text-align: center;
  padding: 30px 0 80px;
}
.bucket-block h2 {
  margin-bottom: 54px;
}
.bucket-block .bucket {
  color: #898887;
}
.bucket-block .bucket h3 {
  margin-bottom: 12px;
}
.bucket-block .bucket p {
  line-height: 22px;
  letter-spacing: -1px;
}
.bucket-block img.graphic {
  width: 106px;
  height: 106px;
  display: inline-block;
  margin-bottom: 18px;
}
@media screen and (min-width: 650px) {
  .bucket-block .bucket {
    width: 30.416666667%;
    float: left;
    margin-left: 4.375%;
  }
  .bucket-block .bucket:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 649px) {
  .bucket-block .bucket {
    max-width: 360px;
    margin: 0 auto 42px;
  }
  .bucket-block .bucket:last-child {
    margin-bottom: 0;
  }
  .bucket-block .bucket p {
    max-width: 300px;
    margin: 0 auto;
  }
}
.testimonials-block {
  position: relative;
  background: #263850;
}
.testimonials-block .dot-nav {
  width: 200px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -100px;
  z-index: 40;
}
.testimonials-block .dot-nav li {
  border-color: rgba(255, 255, 255, 0.5);
}
.testimonials-block .dot-nav .active {
  background: #fff;
  border-color: #fff;
}
.testimonials-block .slide {
  background-color: #243852;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
}
.testimonials-block .slide.slide-chris {
  background-image: url('../images/homepage/testimonial-chris@2x.jpg');
}
.testimonials-block .slide.slide-bo {
  background-image: url('../images/homepage/testimonial-bo@2x.png');
}
.testimonials-block .box {
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
.testimonials-block .box h3.caps {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 18px;
}
.testimonials-block .box h2 {
  color: #fff;
}
.testimonials-block p {
  margin-bottom: 6px;
}
.testimonials-block p.lead {
  margin-bottom: 18px;
}
.testimonials-block .links {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 440px;
  letter-spacing: 0;
}
.testimonials-block .links li {
  margin-top: 6px;
}
.testimonials-block .links a {
  color: #96E7BF;
  text-decoration: none;
}
.testimonials-block .links a:hover {
  text-decoration: underline;
}
.testimonials-block .logo {
  height: 120px;
  text-align: center;
}
.testimonials-block .logo img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 670px) {
  .testimonials-block .box {
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    padding: 42px 42px 100px;
  }
  .testimonials-block .box:before,
  .testimonials-block .box:after {
    display: block;
    content: "";
    position: absolute;
    height: 6px;
    bottom: -6px;
    background: rgba(255, 255, 255, 0.3);
    width: 180px;
  }
  .testimonials-block .box:before {
    left: -6px;
  }
  .testimonials-block .box:after {
    right: -6px;
  }
  .testimonials-block .logo {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
  }
  .testimonials-block .slide {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 669px) {
  .testimonials-block .box {
    padding: 0 20px;
  }
  .testimonials-block .logo {
    margin-top: 30px;
  }
  .testimonials-block .slide {
    padding-bottom: 60px;
  }
}
/*
 * Side-by-side panel block
 */
.panel-block .panel {
  padding: 40px 0 0;
  position: relative;
}
.panel-block .iphone-app-preview {
  text-align: center;
}
.panel-block .iphone-app-preview img {
  width: 280px;
  height: 374px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .panel-block .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-align: stretch;
  }
  .panel-block .panel {
    width: 50%;
    padding: 40px 0;
    position: relative;
  }
  .panel-block .panel:nth-child(1) {
    padding-right: 40px;
  }
  .panel-block .panel:nth-child(2) {
    padding-left: 40px;
  }
  .panel-block.middle-border .panel:nth-child(1) {
    border-right: 1px solid #E8E8E8;
  }
  .panel-block .iphone-app-preview {
    margin-bottom: -47px;
  }
  .panel-block .iphone-app-preview img {
    width: 280px;
    height: 374px;
    display: inline;
    margin: 0;
  }
}
@media screen and (max-width: 759px) {
  .panel-block .container {
    padding-left: 0;
    padding-right: 0;
  }
  .panel-block .panel {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .panel-block.middle-border .panel:nth-child(1) {
    border-bottom: 1px solid #E8E8E8;
  }
  .panel-block .text-center-sm {
    text-align: center;
  }
}
/*
 * Body copy block, used for text-based pages
 */
.body-copy-block {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1px;
}
.body-copy-block .container {
  max-width: 1100px;
  position: relative;
}
.body-copy-block .module {
  margin-bottom: 42px;
}
@media screen and (min-width: 420px) {
  .body-copy-block .text-pad {
    padding-left: 7%;
    padding-right: 7%;
  }
  .body-copy-block .image-container img {
    width: 100%;
    margin-bottom: 30px;
  }
  .body-copy-block .icon-link {
    margin: 5px;
  }
}
.body-copy-block h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
.body-copy-block h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.body-copy-block p {
  margin-bottom: 30px;
}
.body-copy-block p:last-child {
  margin-bottom: 0;
}
.body-copy-block a {
  color: #e2962b;
}
.body-copy-block a:hover {
  text-decoration: none;
}
.body-copy-block ul.bullets {
  list-style: disc outside;
  margin-bottom: 30px;
}
.body-copy-block ul.bullets li {
  margin-left: 20px;
  padding-left: 6px;
}
.block--crm-future img {
  width: 100%;
  box-shadow: 0 0 15px -5px black;
}
/*
 * Individual block adjustments
 */
@media screen and (max-width: 630px) {
  .block--crm-future {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .block--client-portfolio.top-padding,
  .block--press-features.top-padding {
    padding-top: 42px;
  }
  .block--client-portfolio.bottom-padding,
  .block--press-features.bottom-padding {
    padding-bottom: 42px;
  }
  .block--client-portfolio h3.h2.smaller,
  .block--press-features h3.h2.smaller {
    font-size: 24px;
    line-height: 30px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
 * Styles for individual product pages (Scheduler, CRM, etc)
 */
.scheduler-demo {
  margin-bottom: 30px;
}
.scheduler-demo img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 700px) {
  .nav-slide-element {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100%;
  width: 260px;
  z-index: 5;
  background: #333;
  -webkit-transition: all 620ms cubic-bezier(0.23, 1, 0.32, 1);
          transition: all 620ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  overflow: scroll;
  display: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mobile-menu .menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 18px;
  letter-spacing: -1px;
}
.mobile-menu .menu li {
  border-bottom: 1px solid #444;
}
@media screen and (max-width: 700px) {
  #wraparound {
    width: 100%;
    position: relative;
  }
  body.mobile-nav-visible {
    overflow: hidden;
  }
  body.mobile-nav-visible #wraparound {
    height: 100%;
  }
  body.mobile-nav-visible .nav-slide-element {
    -webkit-transform: translate(-260px, 0);
        -ms-transform: translate(-260px, 0);
            transform: translate(-260px, 0);
  }
  body.mobile-nav-visible .mobile-menu {
    -webkit-transform: translate(-260px, 0);
        -ms-transform: translate(-260px, 0);
            transform: translate(-260px, 0);
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu {
    display: block;
  }
  .nav-slide-element {
    -webkit-transition: all 620ms cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 620ms cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.feature-description-image {
  margin-bottom: 30px;
}
.feature-description-image img {
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 0 15px -5px black;
}

.carousel .browser-frame img {
  width: 100%;
  vertical-align: middle;
}


/* @group Popup */

#overlay, #overlayVersion, #overlaySafariVersion, #overlayMobile {
  background: rgba(255, 255, 255, 0.65);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#popup, #popupVersion, #popupSafariVersion, #popupMobile {
  background: #fff;
  border: 2px solid #ff980d;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 50%;
  margin-top: -115px;
  margin-left: -200px;
  width: 400px;
  height: 270px;
  z-index: 4;
}

#popupMobile {
  margin-left: -43%;
  width: 86%;
  margin-top: -50%;
}

#popupVersion, #popupSafariVersion, #popupMobile {
  height: auto;
}

#popup h2, #popupVersion h2, #popupSafariVersion h2, #popupMobile h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

#notify {
  background-image:
    -webkit-linear-gradient(
      90deg,
      #dc7f27,
      #ff980d
    );
  background-image:
    -moz-linear-gradient(
      90deg,
      #dc7f27,
      #ff980d
    );
  background-image:
    linear-gradient(
      90deg,
      #dc7f27,
      #ff980d
    );
  border: 1px solid #cb7524;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  margin: 10px auto 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #9d5c0c;
}

#notify:hover {
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.45);
}

#notify:active {
  box-shadow: inset 0 0 4px #9d5c0c;
}

#close, .close {
  background-color: #fff;
  border: 2px solid #ff980d;
  border-radius: 30px;
  box-shadow: 0px 1px 1px #555;
  color: #ff980d;
  display: block;
  font-weight: bold;
  line-height: 18px;
  overflow: hidden;
  position: absolute;
  top: -12px;
  left: -12px;
  width: 23px;
  height: 23px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

#email {
  box-shadow:
    inset 0 1px 1px #888;
  border: 1px solid #878787;
  border-radius: 3px;
  display: block;
  line-height: 1;
  margin-top: 20px;
  padding: 4px 10px;
  width: 340px;
}

/* @end */



/* safari help overlay */
#safari_overlay {
  -webkit-transition: 0.5s opacity;
      transition: 0.5s opacity;
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

#help_area {
  -webkit-transform: scale3d(0.8, 0.8, 0.93);
      transform: scale(0.8);
  -webkit-transition: none;
      transition: none;
  position: absolute;
  top: 115px;
  right: 200px;
  z-index: 101;
  font-size: 20px;
  background-color: white;
  border-radius: 20px;
  padding: 30px;
}

  #upArrow {
    position: absolute;
    top: -10px;
    right: 125px;
  }
    #safariStep2 {
      margin-top: 15px;
    }

    #safariDownloadMenu {
      display: block;
      margin: 0px auto;
      margin-top: 10px;
      margin-bottom: 30px;
    }

    #safariDownloadButton {
      vertical-align: middle;
      margin-top: -5px;
    }

    .streak__paywall_plans {
      display: flex;
      display: -webkit-flex;
      flex-flow: row;
      -webkit-flex-flow: row;
      -webkit-justify-content: center;
    }

    .streak__paywall_plans > * {
      flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
    }

    .streak__paywall_plans > .streak__plans_wrapper {
      flex: 1 1;
      -webkit-flex: 1 1;
    }

    .streak__plans_wrapper {
      display: flex;
      display: -webkit-flex;
      flex-flow: row;
      -webkit-flex-flow: row;
    }

    .streak__plans_wrapper .streak__paywall_plan_shadow {
      flex: 1 1;
      -webkit-flex: 1 1;
      margin-left: 5px;
      margin-right: 5px;
      margin-top:20px;
      margin-bottom:20px;
      height: 690px;
    }

    .streak__paywall_plan_shadow {
      border: 3px solid;
      border-color: #f1f1f1;
    }

    .streak__paywall_plan {
      position: relative;
      border: 1px solid;
      border-top-width: 0;
      border-color: #D9D9D9;
      height:100%;
    }
    .streak__paywall_plan > *, .streak__paywall_plan > .streak__plan_bottom > * {
      margin-left: auto;
      margin-right: auto;
    }
    .streak__plan_summary {
      display: flex;
      display: -webkit-flex;
      flex-flow: column;
      -webkit-flex-flow: column;
      background-color: #f9f9f9;
      padding-bottom: 0px;

      border-bottom: 1px solid #eaeaea;
    }

    .streak__plan_button_getting_started {
      text-decoration: none;
      text-align: center;
      background: #4986E7;
      border-radius: 16px;
      width: 180px;
      font-size: 14pt;
      color: white;
      padding: 5px;
      cursor: pointer;
    }

    .streak__plan_button_request_trial{
      text-decoration: none;
      text-align: center;
      background: #00974A;
      border-radius: 16px;
      width: 180px;
      font-size: 14pt;
      color: white;
      padding: 5px;
      cursor: pointer;
    }


    .streak__plan_summary_color_bar {
      height: 7px;
      background-color: #00A551;
      margin-bottom: 20px;
      display: none;
    }

    .streak__plan_summary_color_bar_popular {
      height: 27px;
      margin-bottom: 0px;
      color: white;
      font-size: 11pt;
      text-align: center;
    }

    .streak__plan_name {
      text-align: center;
      font-size: 17pt;

      font-weight: bold;
      color: #666;
      padding-top: 5px;
    }
    .streak__plan_price_container {
      display: flex;
      display: -webkit-flex;
      flex-flow: row;
      -webkit-flex-flow: row;
      height: 46px; /* Needed for .streak__plan_price_label_container height to work */
      padding-top: 10px;
    }

    .streak__plan_price_container2 {
      text-align: center;
      font-size: 11pt;
      font-weight: bold;
      color: #666;
    }

    .streak_contact_sales {
      text-align: center;
font-size: 18pt;
font-weight: bold;
padding-left: 200px;
padding-top: 30px;

    }

    .streak__plan_price_spacer, .streak__plan_price_label_container {
      flex: 1 1;
      -webkit-flex: 1 1;
    }
    .streak__plan_price {
      font-size: 48px;

      font-weight: bold;
      color: #666;
    }
    .streak__plan_price_label {
      font-size: 11px;

      font-weight: bold;
      color: #666;
      line-height: 12px;
    }
    .streak__paywall_plan .streak__plan_discount {
      color: #c43845;
      font-size: 10pt;
      line-height: 12px;
    }

    .streak__plan_details {
      flex: 1 1;
      -webkit-flex: 1 1;
    }

    .streak__plans_feature_descriptions {
      margin-top: 162px; /* Extremely magic number */
    }

    .streak__plans_feature_descriptions, .streak__plan_details {
      padding-top: 8px;
      padding-bottom: 20px;
      height: 455px;
    }

    div.streak__thin_hr {
      margin:auto;
      height: 0px;
      border-top: 1px solid #ddd;
      max-width: 105px;
    }

    .streak__plans_feature_descriptions > .streak__feature_description, .streak__plan_details > .streak__feature {
      font-weight: bold;
      color: #666;
      font-size: 11pt;
      margin-bottom: 10px;
      margin-top: 10px;
      text-align: center;
    }

    .streak__plans_feature_descriptions > :not(.streak__thin_hr), .streak__plan_details > :not(.streak__thin_hr) {
      height: 17px;
    }

    .streak__plans_feature_descriptions > .streak__feature_description {
      margin-left: 20px;
      margin-right: 20px;
    }

    .streak__plan_details > .streak__feature {
      display: none;
      margin-left: 20px;
      margin-right: 20px;
    }

    .streak__plan_details .streak__feature_yes, .streak__plan_details .streak__feature_no {
      margin: auto;
    }

    .streak__plan_details > .streak__feature.streak__feature_show_initially {
      display: block;
    }

    .streak__plans_feature_descriptions > .streak__feature_description .feature_description_light {
      font-weight: normal;
    }

    .streak__plan_bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }
    .streak__trialPeriod_text, .streak__refund_text {
      text-align: center;
      font-weight: bold;
      font-size: 11pt;
      color: #7091C9;
      margin-bottom: 10px;
    }
    .streak__upgrade_button {
      margin-top: 5px;
      margin-bottom: 5px;
      text-align: center;
    }
    .streak__upgrade_button > div { /* the actual button */
      margin: 0 auto;
      min-width: 150px;
    }
    .streak__learn_more_wrapper {
      text-align: center;
      margin-bottom: 20px;
    }
    .streak__learn_more {
      margin-top: 5px;
      margin-bottom: 5px;
      visibility: hidden;

      color: blue;
      cursor: pointer;
      font-size: small;
    }

    .streak__feature_yes {
      visibility: visible;
      background: transparent url(/images/okgreen.png) no-repeat;
      background-size: 14px;
      height: 14px;
      width: 17px;
    }

    .streak__feature_no {
      visibility: visible;
      background: transparent url(/images/okgrey.png) no-repeat;
      background-size: 14px;
      height: 14px;
      width: 17px;
    }

    .streak__upgrade_button .bbButton {
      font-size: 14px;
    }

    .streak__plans_currentFreePlan {
      margin: 0px 20px 20px 20px;
      background-color: #eee;
      padding: 10px;
      font-size: 80%;
    }

    .streak__plans_currentFreePlan h3 {
      margin: 0px;
      padding: 0px;
    }

    .streak__plans_currentFreePlan h3 b {
      color: green;
    }

    .streak__plans_currentFreePlan p {
      margin: 5px 0px 0px 0px;
    }

    .streak__strikethrough {
      text-decoration: line-through;
    }

    .pricing-button {
      box-shadow: none;
      box-shadow: none;
      background-color: #4d90fe;
      background-image: linear-gradient(top,#4d90fe,#4787ed);
      background-image: linear-gradient(top,#4d90fe,#4787ed);
      border: 1px solid #3079ed;
      color: #fff;
      border-radius: 2px;
      border-radius: 2px;
      cursor: default;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      white-space: nowrap;
      margin-right: 16px;
      height: 37px;
      line-height: 27px;
      min-width: 54px;
      outline: 0;
      padding: 0 8px;
      cursor: pointer;
    }

    .pricing-install-btn {

    }

    .request-form-container {
      padding-top: 25px;
width: 800px;
padding-left: 200px;
    }

    .pricing_header {
      text-align: center;
      font-size: 16pt;
      padding-top: 40px;
      padding-bottom: 80px;
    }

    .hidden {
      display: none;
    }

.toasty {
  position: absolute;
	bottom: -111px;
	left: 0px;
}

/* @end */
