@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.5em;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button,
input {
  border: 1px solid;
  outline: none;
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
strong {
  font-weight: bold;
}

/* Slideshow container */
.slideshow-container {
  max-width: 830px;
  margin-top: 41px !important;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




::selection {
  background: #38c3ef;
  color: white;
}
::-moz-selection {
  background: #38c3ef;
  color: white;
}
.full {
  float: left;
  width: 100%;
}
.center {
  margin: 0px auto;
  width: 1020px;
}
.center.col-4 {
  width: 900px;
  padding-left: 60px;
  padding-right: 60px;
}
.center.col-4 .col {
  float: left;
  width: 195px;
  margin-right: 40px;
}
.center.col-4 .col.last {
  margin-right: 0;
}
.center.col-2 {
  width: 832px;
}
.center.col-2 .col {
  float: left;
  width: 370px;
}
.center.col-2 .col.last {
  float: right;
}
.center.c-align {
  text-align: center;
}
.row {
  float: left;
  width: 100%;
  clear: both;
}
.row.spacer {
  margin-bottom: 10px;
}
nav {
  background: #272e3a;
}
nav li {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.5em;
}
nav li a {
  float: left;
  color: #FFFFFF;
  padding: 13px 0 13px 0;
  margin-right: 20px;
  position: relative;
  z-index: 0;
}
nav li a:link,
nav li a:visited {
  color: #FFF;
}
nav li a.active {
  position: relative;
  z-index: 0;
}
nav li a.active::before {
  background: #38c3ef;
}
nav li a::before {
  z-index: -1;
  position: absolute;
  content: "&nbsp;";
  width: 100%;
  height: 2px;
  background: transparent;
  overflow: hidden;
  top: 28px;
  left: 0;
  text-indent: -9000px;
}
nav li a:hover::before {
  background: #38c3ef;
}
nav li a.button {
  color: #b4e46a;
  border: 2px solid #a1de41;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 11px 15px 11px 15px;
}
nav li a.button::before {
  display: none;
}
nav li a.button:hover {
  color: white;
}
nav li a.button:active {
  padding: 12px 15px 10px 15px;
}
nav li.right {
  float: right;
}
nav li .last {
  margin-right: 0;
}
nav #home a {
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
}
nav #home a::before {
  display: none;
}
nav #home a:active {
  width: 36px;
  height: 36px;
  padding: 2px;
}
nav #home a:active img {
  height: 34px;
  width: 34px;
}
#masthead {
  background: #272e3a;
  margin: 0 0 90px 0;
}
#masthead nav {
  margin: 40px 0 45px;
}
#masthead.sticky {
  height: 125px;
}
#masthead.sticky nav {
  margin: 0;
  padding: 40px 0 45px;
  position: fixed;
  transition: padding 0.4s ease-in-out;
  z-index: 10;
}
#masthead.sticky nav.scroll {
  padding: 15px 0;
}
.headline {
  width: 600px;
  margin: 0 auto 60px;
  text-align: center;
}
.headline.wide {
  width: 870px;
}
.headline h1,
.headline h2 {
  opacity: 1;
  transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 3.23em;
  letter-spacing: 0.015em;
  line-height: 1.2em;
}



.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 20px;
}



.showcase h1,
.showcase h2 {
  opacity: 1;
  transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -webkit-transition: opacity 0.15s ease-in;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 3.23em;
  letter-spacing: 0.015em;
  line-height: 1.2em;
}
.headline h1.large,
.headline h2.large {
  font-size: 3.6em;
}
.showcase h1.large,
.showcase h2.large {
  font-size: 2.6em;
  color: black;
}
.headline h2 {
  font-size: 2.15em;
  color: #99a1ad;
  margin-top: 10px;
}
.headline a.primary {
  display: inline-block;
  *display: inline;
  font-size: 1.4em;
  letter-spacing: 0.03em;
  margin: 30px 0 0 0;
  color: #b4e46a;
  border: 2px solid #a1de41;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 40px;
}
.headline a.primary:hover {
  color: white;
}
.headline a.primary:active {
  padding-top: 21px;
  padding-bottom: 19px;
}
html.wf-loading h1.preload,
html.wf-loading h2.preload {
  opacity: 0;
}
#devices {
  float: left;
  position: relative;
  width: 100%;
  height: 578px;
  margin: 0 0 -85px 0;
}
#devices .screen {
  float: left;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
#devices .screen img {
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
  display: none;
}
#devices img.device {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#devices #laptop {
  float: left;
  width: 910px;
  height: 550px;
}
#devices #laptop .screen {
  position: relative;
  z-index: 1;
  width: 730px;
  height: 462px;
  margin: 38px 0 0 90px;
  background: url('desktop.png') top left no-repeat #f4f4f5;
  background-size: 730px 462px;
}
#devices #laptop ul {
  float: left;
  width: 100%;
  margin: 123px 0 0 190px;
}
#devices #laptop ul li {
  float: left;
  width: 152px;
  height: 85px;
  background: white;
  overflow: hidden;
  margin: 0 13px 0 0;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#devices #laptop ul.projects {
  margin-top: 104px;
}
#devices #laptop ul.projects li {
  margin-bottom: 49px;
}
#devices #laptop ul.projects li:last-child {
  clear: both;
}
#devices #phone {
  position: absolute;
  left: 779px;
  bottom: 0px;
  width: 241px;
  height: 499px;
  z-index: 2;
}
#devices #phone::before,
#devices #phone::after {
  content: "";
  position: absolute;
  z-index: 3;
  background: #272e3a;
  width: 4px;
  height: 4px;
  overflow: hidden;
}
#devices #phone::before {
  width: 2px;
  left: 69px;
  top: -4px;
}
#devices #phone::after {
  height: 2px;
  left: -4px;
  bottom: 51px;
}
#devices #phone .screen {
  position: relative;
  z-index: 3;
  width: 215px;
  height: 380px;
  margin: 59px 0 0 13px;
  background: url('mobile.png') top left no-repeat #f4f4f5;
  background-size: 215px auto;
}
#devices #phone ul {
  float: left;
  margin: 149px 0 0 29px;
}
#devices #phone ul li {
  float: left;
  width: 156px;
  height: 87px;
  margin: 0 0 25px 0;
  overflow: hidden;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#features h2,
#more h2 {
  float: left;
  width: 100%;
  padding-top: 100px;
  margin: 0 0 12px 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 2.4em;
  color: #272e3a;
}
#features h2::before,
#more h2::before {
  content: "&nbsp;";
  width: 48px;
  height: 48px;
  float: left;
  margin-top: -65px;
  background-image: url('../_gfx/illustrations.svg');
  background-position: -10px -12px;
  text-indent: -9000px;
  overflow: hidden;
}
#features p,
#more p {
  font-size: 1.3em;
  color: #8297a7;
  line-height: 1.7em;
}
#features {
  margin-bottom: 80px;
}
#features h2.organise::before {
  background-position: -10px -60px;
}
#features h2.share::before {
  background-position: -10px -106px;
}
#features h2.feedback::before {
  background-position: -10px -158px;
}
#masthead ol {
  float: left;
  width: 100%;
  margin: 60px 0 65px 0;
}
#masthead ol li.plan1,
#masthead ol li.plan2,
#masthead ol li.plan3 {
  float: left;
  width: 40%;
  background: white;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 33px 30px;
  margin: 0 5px;
}
#masthead ol li.plan1 h3,
#masthead ol li.plan2 h3,
#masthead ol li.plan3 h3 {
  float: left;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 2em;
  color: #272e3a;
  margin: 0 0 8px 0;
}
#masthead ol li.plan1 h3::before,
#masthead ol li.plan2 h3::before,
#masthead ol li.plan3 h3::before {

}
#masthead ol li.plan2 h3::before {
}
#masthead ol li.plan3 {
  float: right;
}
#masthead ol li.plan3 h3::before {
}
#masthead ol .price {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 2em;
}
#masthead ol .price strong {
  font-size: 1.5em;
  font-weight: 300;
}
#masthead ol a.cta {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  border: 2px solid #86ba35;
  color: #809c17;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 18px 0px;
  font-size: 1.4em;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
}
#masthead ol a.cta:hover {
  background: #f8fbf3;
}
#masthead ol a.cta:active {
  padding: 19px 0 17px;
}
#masthead ol li.plan1 .price {
  color: #38c3ef;
}
#masthead ol li.plan1 .price strong {
  color: #00aadd;
}
#masthead ol li.plan1 a.cta {
  color: #00aadd;
  border-color: #38c3ef;
}
#masthead ol li.plan1 a.cta:hover {
  background: #f5fcfe;
}
#masthead ol li.plan2 .price {
  color: #7e52b5;
}
#masthead ol li.plan2 .price strong {
  color: #7e52b5;
}
#masthead ol li.plan2 a.cta {
  border-color: #c9afe6;
  color: #7e52b5;
}
#masthead ol li.plan2 a.cta:hover {
  background: #fbf9fd;
}
#masthead ol li.plan3 .price {
  color: #9abb1c;
}
#masthead ol li.plan3 .price strong {
  color: #8fae1a;
}
#masthead ol ul {
  margin-top: 15px;
}
#masthead ol ul li {
  width: 100%;
  font-size: 1.4em;
  margin: 0 0 8px 0;
  color: #8297a7;
}
#masthead ol ul li strong {
  color: #2f353e;
  font-weight: 500;
}
#pricing {
  background: #272e3a;
  margin: 0 0 30px 0;
}
#pricing nav {
  margin: 40px 0 45px;
}
#pricing.sticky {
  height: 125px;
}
#pricing.sticky nav {
  margin: 0;
  padding: 40px 0 45px;
  position: fixed;
  transition: padding 0.4s ease-in-out;
  z-index: 10;
}
#pricing.sticky nav.scroll {
  padding: 15px 0;
}
#pricing ol {
  float: left;
  width: 100%;
  margin: 60px 0 65px 0;
}
#pricing ol li.plan1,
#pricing ol li.plan2,
#pricing ol li.plan3 {
  float: left;
  width: 30%;
  background: white;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 33px 30px;
  margin: 0 5px;
}
#pricing ol li.plan1 h3,
#pricing ol li.plan2 h3,
#pricing ol li.plan3 h3 {
  float: left;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 2em;
  color: #272e3a;
  margin: 0 0 8px 0;
}
#pricing ol li.plan1 h3::before,
#pricing ol li.plan2 h3::before,
#pricing ol li.plan3 h3::before {

}
#pricing ol li.plan2 h3::before {
}

#pricing ol li.plan3 h3::before {
}
#pricing ol .price {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 2em;
}
#pricing ol .price strong {
  font-size: 1.5em;
  font-weight: 300;
}
#pricing ol a.cta {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  border: 2px solid #86ba35;
  color: #809c17;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 18px 0px;
  font-size: 1.4em;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
}
#pricing ol a.cta:hover {
  background: #f8fbf3;
}
#pricing ol a.cta:active {
  padding: 19px 0 17px;
}
#pricing ol li.plan1 .price {
  color: #38c3ef;
}
#pricing ol li.plan1 .price strong {
  color: #00aadd;
}
#pricing ol li.plan1 a.cta {
  color: #00aadd;
  border-color: #38c3ef;
}
#pricing ol li.plan1 a.cta:hover {
  background: #f5fcfe;
}
#pricing ol li.plan2 .price {
  color: #7e52b5;
}
#pricing ol li.plan2 .price strong {
  color: #7e52b5;
}
#pricing ol li.plan2 a.cta {
  border-color: #c9afe6;
  color: #7e52b5;
}
#pricing ol li.plan2 a.cta:hover {
  background: #fbf9fd;
}
#pricing ol li.plan3 .price {
  color: #9abb1c;
}
#pricing ol li.plan3 .price strong {
  color: #8fae1a;
}
#pricing ol ul {
  margin-top: 15px;
}
#pricing ol ul li {
  width: 100%;
  font-size: 1.4em;
  margin: 0 0 8px 0;
  color: #8297a7;
}
#pricing ol ul li strong {
  color: #2f353e;
  font-weight: 500;
}
#faq {
  padding: 80px 0 150px;
}
#faq h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  color: #272e3a;
  margin-bottom: 75px;
  position: relative;
}
#faq h4::before {
  position: absolute;
  width: 48px;
  left: 50%;
  margin-left: -24px;
  top: -88px;
  content: "";
  height: 66px;
  background-image: url('../_gfx/illustrations.svg');
  background-position: -10px -274px;
  text-indent: -9000px;
  overflow: hidden;
}
#faq h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 2em;
  margin-bottom: 13px;
  color: #2f353e;
}
#faq p {
  color: #8297a7;
  font-size: 1.4em;
  line-height: 1.7em;
}
#faq p.spaceTop {
  float: left;
  width: 100%;
  margin-top: 30px;
}
#faq p strong {
  color: #3d5567;
  font-weight: 500;
}
#faq p .wow {
  display: inline-block;
  background: #e2f0cb;
  padding: 0 6px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #758f15;
}
#faq p a {
  color: #00aadd;
  display: inline-block;
  *display: inline;
  padding: 0 0 2px 0;
  border-bottom: 2px solid #c6eefa;
}
#faq p a:hover {
  border-color: #38c3ef;
}
#faq .row.spacer {
  margin-bottom: 50px;
}
.showcase {
  text-align: center;
}
.showcase .center {
  width: 510px;
}
.showcase h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 3.9em;
  color: #272e3a;
  margin: 0 0 20px 0;
}
.showcase h3 strong {
  font-weight: 400;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.showcase h3 strong::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #38c3ef;
  height: 2px;
  overflow: hidden;
  left: 0;
  bottom: 2px;
  z-index: -1;
}
.showcase p {
  color: #8297a7;
  font-size: 1.45em;
  line-height: 1.7em;
}
#present {
  display: table;
  height: 588px;
  min-height: 588px;
  background: url('browsers.svg') top center no-repeat;
  margin: 100px 0 60px 0;
}
#present .valign {
  display: table-cell;
  vertical-align: middle;
}
#present .center {
  width: 550px;
}
#present a.cta {
  display: inline-block;
  margin: 30px 0 0 0;
  border: 2px solid #86ba35;
  color: #809c17;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 18px 30px;
  font-size: 1.4em;
  box-sizing: border-box;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
}
#present a.cta:hover {
  background: #f8fbf3;
}
#present a.cta:active {
  padding-top: 19px;
  padding-bottom: 17px;
}
#present.inview .center {
  -webkit-animation-name: come-in;
  -webkit-animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: .6s;
  -moz-animation-name: come-in;
  -moz-animation-duration: .8s;
  -moz-animation-fill-mode: both;
  -o-animation-name: come-in;
  -o-animation-duration: .8s;
  -o-animation-fill-mode: both;
  animation-name: come-in;
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-delay: .6s;
}
#share {
  padding: 90px 0 130px 0;
  background: #f1f4f7;
  border-top: 4px solid #ecf0f4;
}
#share .illustration {
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
  min-height: 238px;
  background: url('../_gfx/flourishes.svg') top center no-repeat;
}
#share .project {
  display: inline-block;
  background: white;
  padding: 3px 5px 0 3px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(150, 166, 168, 0.5);
  box-shadow: 0px 0px 0px 4px rgba(60, 63, 66, 0.05);
  margin: 122px 0 0 0;
}
#share .project .image {
  float: left;
  width: 225px;
  height: 126px;
  background: url('../_gfx/project.svg') top center no-repeat;
}
#share .project .title {
  float: left;
  clear: both;
  padding: 15px 0;
  font-size: 1.3em;
  color: #afbcc7;
  width: 225px;
}
#share.inview .project {
  -webkit-animation-name: project;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-transition: ease-in;
  -moz-animation-name: project;
  -moz-animation-duration: 1.2s;
  -moz-animation-fill-mode: both;
  -o-animation-name: project;
  -o-animation-duration: 1.2s;
  -o-animation-fill-mode: both;
  animation-name: project;
  animation-delay: 0.5s;
  animation-duration: 1.2s;
  animation-fill-mode: both;
  animation-transition: ease-in;
}
#discuss {
  padding: 100px 0;
  background: #4f1d7b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4f1d7b 0%, #a24384 50%, #f4698c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4f1d7b), color-stop(50%, #a24384), color-stop(100%, #f4698c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #4f1d7b 0%, #a24384 50%, #f4698c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #4f1d7b 0%, #a24384 50%, #f4698c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #4f1d7b 0%, #a24384 50%, #f4698c 100%);
  /* IE10+ */
  background: linear-gradient(to right, #4f1d7b 0%, #a24384 50%, #f4698c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f1d7b', endColorstr='#f4698c', GradientType=1);
  /* IE6-9 */
  -webkit-box-shadow: inset 0px -5px 10px 0px rgba(162, 67, 132, 0.3);
  -moz-box-shadow: inset 0px -5px 10px 0px rgba(162, 67, 132, 0.3);
  box-shadow: inset 0px -5px 10px 0px rgba(162, 67, 132, 0.3);
}
#discuss h3,
#discuss p {
  color: white;
}
#discuss h3 {
  -webkit-font-smoothing: antialiased;
}
#discuss h3 strong::after {
  background: #d063a5;
}
#discuss .annotations {
  float: left;
  width: 100%;
  padding: 0 0 150px 0;
  margin: 0 0 40px 0;
  position: relative;
}
#discuss .annotations .comment {
  float: left;
  width: 231px;
  background: white;
  padding: 23px 27px 19px 20px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 3px 0px rgba(103, 38, 112, 0.35);
  -moz-box-shadow: 0px 5px 3px 0px rgba(103, 38, 112, 0.35);
  box-shadow: 0px 5px 3px 0px rgba(103, 38, 112, 0.35);
  position: relative;
  margin: 0 0 0 115px;
}
#discuss .annotations .comment:after {
  top: 100%;
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 6px;
  margin-left: 6px;
}
#discuss .annotations .comment .avatar,
#discuss .annotations .comment .greeking {
  overflow: hidden;
  background: #e0e5e9;
}
#discuss .annotations .comment .avatar {
  float: left;
  width: 40px;
  height: 40px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}
#discuss .annotations .comment .avatar img {
  float: left;
  width: 42px;
  height: 42px;
  margin: 1px 0 0 -1px;
}
#discuss .annotations .comment .greeking {
  float: right;
  width: 170px;
  height: 6px;
  text-indent: -9000px;
  margin: 0 0 5px 0;
}
#discuss .annotations .comment .greeking.half {
  width: 85px;
  margin-right: 85px;
}
#discuss .annotations .area {
  position: absolute;
  border: 2px solid white;
  width: 120px;
  height: 70px;
  background: rgba(255, 255, 255, 0.15);
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(55, 16, 90, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(55, 16, 90, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(55, 16, 90, 0.2);
  top: 100px;
  left: 115px;
  text-indent: -9000px;
  overflow: hidden;
}
#discuss .annotations .area.two {
  width: 60px;
  height: 60px;
  top: 150px;
  left: 212px;
}
#discuss .annotations .area.three {
  width: 50px;
  height: 30px;
  right: 35px;
  left: auto;
}
#discuss.inview .annotations .comment {
  -webkit-animation-name: come-in;
  -webkit-animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: .3s;
  -moz-animation-name: come-in;
  -moz-animation-duration: .8s;
  -moz-animation-fill-mode: both;
  -o-animation-name: come-in;
  -o-animation-duration: .8s;
  -o-animation-fill-mode: both;
  animation-name: come-in;
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-delay: .3s;
}
#more {
    padding-top: 0px;
    height: 325px;
}
#more h2 {
  font-size: 2.1em;
}
#more h2.feature1::before {
  background-position: -10px -216px;
}
#more h2.feature2::before {
  background-position: -152px -20px;
}
#more h2.feature3::before {
  background-position: -150px -74px;
}
#more h2.feature4::before {
  background-position: -147px -132px;
}
#more h2.feature5::before {
  width: 68px;
  background-position: -134px -186px;
}
#more h2.feature6::before {
  background-position: -146px -240px;
}
#more h2.feature7::before {
  background-position: -78px -19px;
}
#more h2.feature8::before {
  background-position: -78px -73px;
}
#more p {
  width: 85%;
}
#more #brands {
  text-align: center;
}
#more #brands h3 {
  float: left;
  width: 75%;
  margin-top: 110px;
  margin-left: 12.5%;
  margin-right: 12.5%;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 2.45em;
  line-height: 1.3em;
  color: #8297a7;
}
#more #brands ol {
  float: left;
  width: 100%;
  margin: 55px 0 120px 0;
}
#more #brands ol li {
  display: inline-block;
  *display: inline;
}
#more #brands ol li a {
  float: left;
  height: 40px;
  background-image: url('../_gfx/agencies.svg');
  background-position: 0 0;
  text-indent: -9000px;
  overflow: hidden;
  opacity: .8;
}
#more #brands ol li a:hover {
  opacity: 1;
}
#more #brands ol li.agency1 a {
  width: 206px;
  background-position: -7px -32px;
}
#more #brands ol li.agency2 a {
  width: 98px;
  background-position: -213px -32px;
}
#more #brands ol li.agency3 a {
  width: 158px;
  background-position: -311px -32px;
}
#more #brands ol li.agency4 a {
  width: 131px;
  background-position: -469px -32px;
}
section.textHeavy {
  float: left;
  width: 100%;
  margin: 0 0 100px 0;
}
section.textHeavy .center {
  width: 700px;
}
section.textHeavy h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 3.6em;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
  color: #272e3a;
}
section.textHeavy h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 2.6em;
  float: left;
  width: 100%;
  text-align: left;
  margin: 40px 0 20px 0;
  color: #272e3a;
}
section.textHeavy h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 1.7em;
  float: left;
  width: 100%;
  text-align: left;
  margin: 10px 0 10px 0;
  color: #272e3a;
}
section.textHeavy h3 a {
  color: #00aadd;
  font-size: .8em;
}
section.textHeavy h3 a:hover {
  text-decoration: underline;
}
section.textHeavy .col {
  float: left;
  width: 50%;
  margin: 0;
}
section.textHeavy .col p {
  width: 90%;
}
section.textHeavy .division {
  float: left;
  width: 100%;
  margin: 50px 0 30px;
  text-align: center;
}
section.textHeavy .division.close {
  margin-top: 0;
}
section.textHeavy .division hr {
  width: 50px;
  border: none;
  height: 2px;
  background: #d9d9dd;
}
section.textHeavy .colgroup {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
section.textHeavy blockquote {
  float: left;
  width: 90%;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 2.7em;
  line-height: 1.25em;
  margin: 0 0 20px 0;
  color: #667e90;
}
section.textHeavy p {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  color: #272e3a;
  font-size: 1.4em;
  line-height: 1.8em;
}
section.textHeavy p strong {
  font-weight: 500;
  color: #272e3a;
}
section.textHeavy p.lead {
  font-size: 1.5em;
}
section.textHeavy p.caption {
  color: #8297a7;
  font-size: 1.3em;
  margin-top: 5px;
}
section.textHeavy p a {
  color: #00aadd;
  display: inline-block;
  *display: inline;
  padding: 0 0 2px 0;
  border-bottom: 2px solid #c6eefa;
}
section.textHeavy p a:hover {
  border-color: #38c3ef;
}
section.textHeavy p a.sublink {
  color: #272e3a;
  padding: 0 0 1px 0;
  border-color: #96dff7;
}
section.textHeavy p a.sublink:hover {
  color: #00aadd;
}
section.textHeavy p span.date {
  display: inline-block;
  padding: 0 4px;
  position: relative;
  z-index: 2;
}
section.textHeavy p span.date:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #edf4dc;
  z-index: -1;
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
section.textHeavy ol.screenshots {
  float: left;
  width: 100%;
  margin: 10px 0 40px 0;
}
section.textHeavy ol.screenshots li {
  float: left;
  width: 33%;
  margin: 0 0.3% 0.3% 0;
}
section.textHeavy ol.screenshots li img {
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
  transition: all 0.1s ease-in-out;
}
section.textHeavy ol.screenshots li a:hover img {
  position: relative;
  z-index: 10;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: scale(1.1);
}
section.textHeavy ol.logos {
  float: left;
  width: 100%;
}
section.textHeavy ol.logos li {
  float: left;
  width: 45%;
  margin: 0 5px 5px 0;
}
section.textHeavy ol.logos li img {
  width: 100%;
  height: auto;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.1s ease-in-out;
}
section.textHeavy ol.logos li a:hover img {
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: scale(1.1);
}
section.textHeavy ol.logos li.transparent {
  background: url(../_gfx/chequered.png) top left;
  background-size: 18px 18px;
  background-color: #efeff0;
}
section.textHeavy ol.logos li.transparent:hover {
  background-image: none;
}
section.textHeavy ol.colorblock {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 5px 5px 0;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
section.textHeavy ol.colorblock li {
  float: left;
  height: 100%;
  width: 50%;
  overflow: hidden;
  text-indent: -900px;
  transition: all 0.1s ease-in-out;
}
section.textHeavy ol.colorblock li:hover {
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: scale(1.15);
}
section.textHeavy ol.colorblock.multiple li.single,
section.textHeavy ol.colorblock.multiple li.single {
  height: 50%;
}
section.textHeavy ol.colorblock.multiple li.double {
  float: right;
}
section.singleText .center {
  width: 800px;
}
section.singleText h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 3em;
  color: #272e3a;
  margin: 0 0 30px 0;
}
section.singleText h3 {
  float: left;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 2.4em;
  color: #272e3a;
  margin: 60px 0 30px 0;
}
section.singleText p {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  color: #8297a7;
  font-size: 1.4em;
  line-height: 1.7em;
}
section.singleText p.indent {
  margin: 20px 0 35px;
  width: 98%;
  padding: 0 0 0 2%;
  color: #667e90;
}
section.singleText p a {
  color: #00aadd;
}
section.singleText p a:hover {
  color: #0083aa;
}
#signup {
  background: #1c2129;
  padding: 160px 0;
}
#signup h1,
#signup h2 {
  text-align: center;
}
#signup h1 {
  color: white;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 3.8em;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}
#signup h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 2.3em;
  letter-spacing: 0.005em;
  color: #99a1ad;
  margin-bottom: 57px;
}
#signup h2 strong {
  font-weight: 300;
  color: white;
}
#signup form {
  width: 320px;
  margin: 0px auto;
}
#signup form #response p,
#signup form label,
#signup form input,
#signup form button {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
#signup form #response {
  float: left;
  width: 100%;
}
#signup form #response p {
  float: left;
  width: 100%;
  padding: 10px;
  background: #ffefac;
  color: #a07d00;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.3em;
  text-align: center;
  margin: 0 0 30px 0;
}
#signup form label {
  font-size: 1.3em;
  color: #abb3bf;
}
#signup form input {
  float: left;
  margin: 5px 0 11px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #272e3a;
  padding: 11px 10px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#signup form input:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #38c3ef;
  -moz-box-shadow: 0 0 0 1px #38c3ef;
  box-shadow: 0 0 0 1px #38c3ef;
  border: 1px solid #12b0e2;
}
#signup form input.highlight {
  -webkit-animation-name: pulse;
  -webkit-animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-transition: ease-in-out;
  -moz-animation-name: pulse;
  -moz-animation-duration: .8s;
  -moz-animation-fill-mode: both;
  -o-animation-name: pulse;
  -o-animation-duration: .8s;
  -o-animation-fill-mode: both;
  animation-name: pulse;
  animation-duration: .8s;
  animation-fill-mode: both;
  animation-transition: ease-in-out;
}
#signup form button {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin: 12px 0 0 0;
  color: #9abb1c;
  border: 2px solid #9abb1c;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 0;
  background: #1c2129;
  text-shadow: 0 0;
}
#signup form button:hover {
  color: #badf2b;
  border-color: #badf2b;
}
#signup form button:active {
  padding-top: 16px;
  padding-bottom: 14px;
}
#signup form button:disabled {
  color: #5b7181;
  border-color: #516472;
}
#footer {
  background: #161c23;
  padding: 45px 0 55px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.35em;
  color: #465268;
}
#footer.nosignup {
  margin-top: 100px;
}
#footer .center {
  width: 900px;
}
#footer .colspan1 {
  float: left;
  width: 225px;
}
#footer .colspan2 {
  float: right;
  width: 450px;
  position: relative;
}
#footer .colspan2 a.home {
  position: absolute;
  content: "Prevue";
  background-image: url('../_gfx/illustrations.svg');
  background-position: -83px -385px;
  text-indent: -9000px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
  top: 0;
  right: 0;
}
#footer h5 {
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
}
#footer .sub {
  display: block;
  margin-top: 30px;
  font-size: .9em;
  font-weight: 800;
  line-height: 1.4em;
}
#footer a {
  display: block;
  width: 100%;
  color: white;
  padding: 5px 0;
}
#footer a:hover {
  color: #38c3ef;
}
#footer h4 {
  font-size: 1.1em;
  width: 80%;
}
#footer p {
  display: block;
  width: 80%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.8em;
  color: #8297a7;
}
#footer p a {
  font-family: inherit;
  display: inline;
}
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes come-in {
  0% {
    -webkit-transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
@-o-keyframes come-in {
  0% {
    -webkit-transform: translateY(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  10% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  10% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-o-keyframes pulse {
  10% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  10% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes project {
  10% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2) rotate(3deg);
  }
  75% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes project {
  10% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2) rotate(3deg);
  }
  75% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-o-keyframes project {
  10% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2) rotate(3deg);
  }
  75% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes project {
  10% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.2) rotate(3deg);
  }
  75% {
    transform: scale(0.9) rotate(-3deg);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 1038px) {
  #present {
    background-size: 90% auto;
    min-height: 0px;
    height: auto;
    -webkit-box-shadow: inset 0px -10px 10px 0px #ffffff;
    -moz-box-shadow: inset 0px -10px 10px 0px #ffffff;
    box-shadow: inset 0px -10px 10px 0px #ffffff;
  }
  #present .valign {
    padding: 10% 0 0;
  }
  #present .center {
    width: 60%;
    background: white;
  }
  #present a.cta {
    margin-bottom: 20px;
  }
  #share .center {
    width: 100%;
  }
  #share h3,
  #share p {
    float: none;
    display: inline-block;
    margin-left: 10%;
    margin-right: 10%;
    max-width: 420px;
  }
  #discuss .center {
    width: 80%;
    max-width: 420px;
  }
  #discuss .center .annotations .comment {
    width: 70%;
    margin: 0 10%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0;
  }
  #discuss .center .annotations .comment .avatar {
    margin-bottom: 25px;
  }
  #discuss .center .annotations .comment .greeking {
    float: left;
    width: 70%;
    margin-left: 5%;
    margin-right: 0;
  }
  #discuss .center .annotations .comment:after {
    left: 50%;
    margin-left: -6px;
  }
  .center {
    width: 80%;
  }
  .center.col-4 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }
  .center.col-4 .col {
    width: 22%;
    margin-right: 4%;
  }
  .center.col-2 {
    width: 80%;
  }
  .center.col-2 .col {
    width: 46%;
    margin-right: 2%;
  }
  .center.col-2 .col.last {
    margin-right: 0;
  }
  .row.spacer {
    float: left;
  }
  #features {
    background: #272e3a;
    padding-bottom: 60px;
    margin-bottom: 55px;
  }
  #features h2 {
    color: white;
    font-weight: 300;
  }
  #features p {
    color: #99a1ad;
  }
  #masthead.home {
    margin-bottom: 0;
  }
  #masthead.home .headline {
    width: 70%;
    margin-bottom: 20px;
  }
  #pricing.home {
    margin-bottom: 0;
  }
  #pricing.home .headline {
    width: 70%;
    margin-bottom: 20px;
  }

  #footer {
    text-align: center;
  }
  #footer .center {
    width: 80%;
  }
  #footer .colspan1 {
    float: none;
    width: auto;
    display: inline-block;
  }
  #footer .colspan1 li {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #footer .colspan1 li:first-child,
  #footer .colspan1 li.sub {
    display: none;
  }
  #footer .colspan2 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 60px 0 30px;
    border-bottom: 2px solid #2a3542;
  }
  #footer .colspan2 h5 {
    display: none;
  }
  #footer .colspan2 h4,
  #footer .colspan2 p {
    margin-left: 20%;
    width: 60%;
  }
  #footer .colspan2 a.home {
    right: 50%;
    margin-right: -20px;
  }
  section.singleText .center,
  section.textHeavy .center {
    width: 80%;
  }
  #devices {
    display: none;
  }
  .headline,
  .headline.wide {
    width: 100%;
  }
  #masthead ol li.plan1,
  #masthead ol li.plan2,
  #masthead ol li.plan3 {
    float: none;
    display: inline-block;
    width: 25%;
    margin: 0 1%;
    padding: 3%;
  }
  #masthead ol li.plan1 h3,
  #masthead ol li.plan2 h3,
  #masthead ol li.plan3 h3 {
    position: relative;
    padding-top: 65px;
  }
  #masthead ol li.plan1 h3::before,
  #masthead ol li.plan2 h3::before,
  #masthead ol li.plan3 h3::before {


  }

  #pricing ol li.plan1,
  #pricing ol li.plan2,
  #pricing ol li.plan3 {
    float: none;
    display: inline-block;
    width: 25%;
    margin: 0 1%;
    padding: 3%;
  }
  #pricing ol li.plan1 h3,
  #pricing ol li.plan2 h3,
  #pricing ol li.plan3 h3 {
    position: relative;
    padding-top: 65px;
  }
  #pricing ol li.plan1 h3::before,
  #pricing ol li.plan2 h3::before,
  #pricing ol li.plan3 h3::before {


  }
}
@media screen and (max-width: 750px) {
  nav {
    text-align: center;
  }
  nav li#home {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  nav li#home a {
    float: none;
    display: inline-block;
    margin: 0;
  }
  nav li,
  nav li.right,
  nav li a {
    float: none;
    display: inline-block;
    width: auto;
  }
  nav li.right a,
  nav li a {
    margin: 0 10px;
  }
  nav li a.button {
    padding-left: 0;
    padding-right: 0;
    color: white;
    border: 0;
  }
  nav li a.button::before {
    display: block;
  }
  #masthead.sticky {
    height: auto;
  }
  #masthead.sticky nav {
    position: relative;
  }
  #masthead.sticky nav.scroll {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  #pricing.sticky {
    height: auto;
  }
  #pricing.sticky nav {
    position: relative;
  }
  #pricing.sticky nav.scroll {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .row {
    float: none;
    clear: none;
    margin: 0;
  }
  #masthead.home .headline {
    width: 100%;
  }
  #pricing.home .headline {
    width: 100%;
  }
  #present .center {
    width: 70%;
  }
  #present .valign {
    display: block;
    vertical-align: top;
    padding-top: 50px;
  }
  #present p {
    width: 80%;
    margin-left: 10%;
  }
  #masthead ol {
    margin-top: 40px;
  }
  #masthead ol li.plan1,
  #masthead ol li.plan2,
  #masthead ol li.plan3 {
    width: 70%;
    max-width: 200px;
    padding: 20px 8%;
  }
  #masthead ol li.plan2,
  #masthead ol li.plan3 {
    margin-top: 20px;
  }

  #pricing ol {
    margin-top: 40px;
  }
  #pricing ol li.plan1,
  #pricing ol li.plan2,
  #pricing ol li.plan3 {
    width: 70%;
    max-width: 200px;
    padding: 20px 8%;
  }
  #pricing ol li.plan2,
  #pricing ol li.plan3 {
    margin-top: 20px;
  }
  #more {
    padding-top: 0px;
    height: 270px;
  }
  #more #brands ol {
    margin-bottom: 100px;
  }
  #more #brands ol li {
    margin-bottom: 20px;
  }
  .center.col-2 .col {
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 45px;
  }
  .center.col-2 .col.last {
    float: left;
  }
  .row.spacer {
    float: none;
  }
  .center.col-4 .col {
    width: 45%;
    margin-right: 0;
  }
  .center.col-4 .col:nth-child(even) {
    float: right;
    clear: right;
  }
  .center.col-4 .col:nth-child(odd) {
    clear: left;
  }
  .center.col-4 .col p {
    width: 100%;
  }
  #signup h1 {
    margin-bottom: 40px;
  }
  #signup h2 {
    display: none;
  }
  #footer .colspan2 {
    padding-top: 80px;
  }
  #footer .colspan2 h3,
  #footer .colspan2 p {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  section.textHeavy blockquote {
    width: 100%;
    font-size: 2.1em;
    font-weight: 400;
  }
  section.textHeavy ol.screenshots,
  section.textHeavy ol.logos {
    margin-bottom: 20px;
  }
  section.textHeavy ol.screenshots li,
  section.textHeavy ol.logos li {
    width: 49.5%;
    margin: 0 0 1% 0;
  }
  section.textHeavy ol.screenshots li:nth-child(even),
  section.textHeavy ol.logos li:nth-child(even) {
    float: right;
  }
  section.textHeavy .col {
    width: 100%;
  }
  section.textHeavy .colgroup {
    margin: 0;
  }
  section.textHeavy .col ol.colorblock {
    width: 50%;
    margin: 0;
    height: auto;
  }
  section.textHeavy .col ol.colorblock li,
  section.textHeavy .col ol.colorblock li.single,
  section.textHeavy .col ol.colorblock li.double {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 420px) {
  nav .center {
    width: 100%;
  }
  #masthead nav {
    margin-bottom: 30px;
  }
  #present {
    background-size: 100% auto;
    overflow: hidden;
  }
  #present .valign {
    display: block;
    vertical-align: top;
    padding-top: 50px;
  }
  #present .center {
    width: 80%;
    background: none;
  }
  #present p {
    -webkit-box-shadow: 0px 0px 10px 10px white;
    -moz-box-shadow: 0px 0px 10px 10px white;
    box-shadow: 0px 0px 10px 10px white;
    background: white;
  }
  #present a.cta {
    width: 100%;
  }
  .headline h1 {
    font-weight: 300;
  }
  #masthead.home .headline h1 {
    font-size: 2.8em;
  }
  #masthead.home .headline a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  #masthead h2 {
    font-size: 2em;
  }

  #pricing.home .headline h1 {
    font-size: 2.8em;
  }
  #pricing.home .headline a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  #pricing h2 {
    font-size: 2em;
  }
  #features h2,
  #more h2 {
    position: relative;
  }
  #features h2::before,
  #more h2::before {
    position: absolute;
    top: 0;
    margin: 30px 0 0 -24px;
    left: 50%;
  }
  #more h2.feature2::before {
    margin-left: -18px;
  }
  #more h2.feature5::before {
    margin-left: -35px;
  }
  #more #brands h3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    font-size: 2.2em;
  }
  #more #brands ol {
    margin-bottom: 50px;
  }
  .center.col-4 {
    width: 70%;
  }
  .center.col-4 .col {
    width: 100%;
    text-align: center;
  }
  .center.col-4 .col p {
    width: 100%!important;
  }
  #faq {
    padding: 50px 0 80px 0;
  }
  #signup {
    padding: 100px 0;
  }
  #signup h1 {
    font-size: 3em;
    font-weight: 300;
  }
  #signup form {
    width: 100%;
  }

}

/* Custom CSS for Prevue v2.0*/

.privacy-policy ul {
  list-style: square;
  float: left;
  width: 100%;
  margin: 0px 0 10px 0;
  color: #8297a7;
  font-size: 1.4em;
  line-height: 1.4em;
  height: auto;
}

.privacy-policy li {
  line-height: 1.7em;
  list-style-position: inside;
  margin: 0px 0 10px 20px;
  text-indent: -1.4em;
}

.privacy-policy strong, .cookie-policy strong {
  color: #272e3a;
  font-weight: bold;
  display: inline-block;
  margin: 20px 0 0 0;
}