.icofont {
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.verticalalign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.main {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 36em) {
  header.main {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #ccc;
  }
  #wrapper {
    padding-bottom: 0;
    padding-top: 5.4em;
  }
}
#header-slice {
  background: #e3dedb url(/images/site/home-bg-jan-alt.jpg) 0 100% repeat-x;
  text-align: center;
  padding: 1.6em 1em;
  position: relative;
}
.value-proposition h1 {
  font-size: 2.2em;
  max-width: 10em;
  line-height: 1.1;
  margin: 0 auto 0.451em;
  color: #000;
}
.value-proposition h2 {
  font-size: 1.125em;
  max-width: 12em;
  margin: 0 auto 1.618em;
  font-family: "myriad-pro", Arial, Helvetica, Calibri, sans-serif;
  font-weight: 400;
}
.value-proposition span.drop {
  display: none;
}
.value-proposition p.try-it-now {
  color: #666;
}
.value-proposition p.try-it-now a:nth-of-type(1) {
  max-width: 10em;
  margin: 0 auto 0.5em;
  display: block;
  padding: 0.7em 2em;
  font-size: 130%;
  vertical-align: middle;
  margin-top: -6px;
}
.value-proposition p.try-it-now a:nth-of-type(2) {
  font-size: 110%;
  margin-left: 0.5em;
  color: #666;
}
.value-proposition p.try-it-now a:nth-of-type(2):hover {
  color: #212121;
}
.features-video {
  display: none;
}
.button.play-again:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url(/images/site/play-again.png);
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5em;
  margin-left: -0.4em;
}
@media screen and (min-width: 36em) {
  .value-proposition h2 {
    max-width: 33em;
    line-height: 1.4;
  }
  .value-proposition span.drop {
    display: inline;
  }
}
@media screen and (max-width: 45em) {
  .video-actions {
    display: none !important;
  }
}
@media screen and (min-width: 47.5em) {
  #header-slice {
    padding: 4.236em 0 3.418em 0.9em;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  .value-proposition h1 {
    max-width: 11em;
    font-size: 3.6em;
  }
  .value-proposition p.try-it-now a.button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 0.5em;
    margin-bottom: 0;
  }
  .features-video {
    display: block;
    -webkit-box-shadow: 0em 0em 1em rgba(0,0,0,0.5);
    -moz-box-shadow: 0em 0em 1em rgba(0,0,0,0.5);
    box-shadow: 0em 0em 1em rgba(0,0,0,0.5);
    background: url(/images/site/features-video-fallback.gif) no-repeat 0 2.48em;
    background-size: 100%;
    position: relative;
    width: 50em;
    height: 30.625em;
    bottom: -2em;
    margin: 0 auto -1.618em;
  }
  .features-video img {
    display: block;
  }
  .features-video video {
    vertical-align: bottom;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    transition: opacity 200ms;
  }
  .features-video .video-container {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
  }
  .features-video .video-actions {
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    background: rgba(44,23,4,0.8);
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    transition: background 1s;
    text-align: center;
    padding-top: 11em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .features-video .video-actions h3 {
    max-width: 100%;
    width: 50vw;
    margin: inherit auto inherit auto;
  }
  .features-video .video-actions p {
    max-width: 100%;
  }
  .features-video .video-actions p a {
    margin: 0 0.5em;
  }
  .features-video :after {
    content: "";
    display: block;
    background: white;
    height: 1em;
    width: 100%;
    position: absolute;
    bottom: -12px;
    -webkit-box-shadow: 0 0 2em rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2em rgba(0,0,0,0.3);
    box-shadow: 0 0 2em rgba(0,0,0,0.3);
  }
}
@media screen and (min-width: 64.5625em) {
  .value-proposition h1 {
    max-width: 10em;
    font-size: 4.6em;
    line-height: 1.15;
    margin-bottom: 0.35em;
  }
  .value-proposition h2 {
    font-size: 1.5em;
  }
  .features-video {
    bottom: -2em;
  }
}
@media screen and (min-width: 64em) and (max-height: 48em) {
  .value-proposition {
    margin-top: 1em;
  }
  .features-video {
    min-height: 300px;
    bottom: 0;
  }
}
@media screen and (min-width: 64em) and (max-width: 120em) and (max-height: 56.25em) {
  #header-slice {
    padding: 2em 5% 0;
  }
  .value-proposition {
    float: left;
    width: 40%;
    text-align: left;
    margin-right: 5%;
    margin-top: 2em;
  }
  .value-proposition h1 {
    font-size: 2.6em;
    max-width: 10em;
    margin-left: 0;
  }
  .value-proposition h2 {
    margin-left: 0;
    font-size: 1.2em;
  }
  .value-proposition p.try-it-now {
    font-size: 1em;
  }
  .value-proposition p.try-it-now a.button {
    font-size: 1.2em;
    padding: 0.7em 1.6em;
  }
  .features-video {
    float: right;
    width: 50%;
    height: auto;
    min-height: none;
    margin-left: 5%;
    margin: 0;
    bottom: -2em;
  }
}
@media screen and (min-width: 87.5em) and (max-height: 56.25em) {
  #header-slice {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .value-proposition h1 {
    font-size: 2.75em;
  }
}
@media screen and (min-width: 105em) and (max-height: 56.25em) {
  #header-slice {
    padding-left: 10%;
    padding-right: 10%;
  }
  .value-proposition h1 {
    font-size: 3.5em;
  }
  .value-proposition h2 {
    font-size: 1.5em;
  }
  .value-proposition p.try-it-now {
    font-size: 1.2em;
  }
  .value-proposition p.try-it-now a.button {
    padding: 0.7em 3em;
  }
}
@media screen and (max-width: 87.5em) and (max-height: 56.25em) {
  .value-proposition span.drop {
    display: none;
  }
  .features-video .video-actions {
    padding-top: 5.5em;
  }
}
.slice {
  text-align: center;
}
.slice h3 {
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.14;
  margin-bottom: 0.75em;
}
.slice h4 {
  font-size: 1.25em;
  font-weight: 300;
  font-style: italic;
  color: #666;
  margin-bottom: 0;
}
.slice p.lead {
  font-size: 1.125em;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.slice ul.bullets {
  margin-bottom: 1.618em;
}
.slice ul.bullets li {
  color: #666;
  line-height: 1.2;
  margin-bottom: 0.618em;
}
.slice .float-image-text .copy {
  margin-top: 1.5em;
}
#brand-personality.slice ul.font-providers {
  margin: 1em -1em;
}
#brand-personality.slice p {
  color: #666;
}
#brand-personality.slice a.button {
  font-size: 0.9em;
  font-weight: 400;
  padding: 1em 2em;
  line-height: 1;
}
#want-to-read.slice span.or {
  padding: 0 0.5em;
  display: block;
}
@media screen and (min-width: 36em) {
  .slice {
    padding-top: 6em;
    padding-bottom: 3em;
  }
  .slice h3 {
    font-size: 2.5em;
    margin: 0 auto 1em;
    line-height: 1.04;
  }
  .slice p.lead {
    font-size: 1.3em;
    max-width: 30em;
    margin: 0 auto 1.5em;
  }
  .slice p {
    font-size: 1.125em;
  }
  .slice ul.bullets {
    margin-bottom: 1.618em;
  }
  .slice ul.bullets li {
    font-size: 1.125em;
    margin-bottom: 1em;
  }
  #brand-personality.slice h3 {
    max-width: 15em;
    margin-bottom: 0.5em;
  }
  #brand-personality.slice a.button {
    font-size: 1.375em;
  }
  #want-to-read.slice span.or {
    display: inline;
  }
}
@media screen and (min-width: 67.5em) {
  .slice {
    padding-top: 3.75em;
  }
  .slice h3 {
    font-size: 3.25em;
  }
  .slice ul.bullets {
    list-style: disc;
    margin-left: 1.618em;
  }
  .slice .float-image-text {
    text-align: left;
  }
  .slice .float-image-text img {
    width: 54%;
  }
  .slice .float-image-text .copy {
    width: 42%;
    margin-top: 2.5em;
  }
  .slice .float-left-right img {
    float: left;
  }
  .slice .float-left-right .copy {
    float: right;
  }
  .slice .float-right-left img {
    float: right;
  }
  .slice .float-right-left .copy {
    float: left;
  }
  #brand-personality section {
    max-width: 90em;
  }
  #want-to-read img {
    margin-bottom: 0;
  }
  #want-to-read section,
  #working-prototypes section,
  #bridge-gap section {
    max-width: 72em;
  }
  #want-to-read section,
  #working-prototypes section {
    padding-bottom: 5em;
  }
  #bridge-gap section h2 {
    max-width: 15em;
  }
}
#jamie-demo-popup {
  display: none;
}
#jamie-demo-popup .typecast-lightbox-content {
  margin: 0;
  min-width: none;
  top: 20%;
  left: 0;
  right: 0;
  padding: 2em;
}
#jamie-demo-popup p.caption {
  text-align: center;
  font-style: italic;
  margin: 1.618em auto 0;
}
@media screen and (min-width: 36em) {
  #jamie-demo-popup .typecast-lightbox-content {
    left: 5%;
    right: 5%;
  }
}
@media screen and (min-width: 67.5em) {
  #jamie-demo-popup .typecast-lightbox-content {
    left: 50%;
    top: 50%;
    width: 60em;
    margin-left: -32em;
    margin-top: -18.875em;
  }
}
#try-it-now-footer {
  background: #303030;
  color: #fff;
  border-bottom: none;
}
#try-it-now-footer section {
  padding: 2em 1em 0.01em;
}
#try-it-now-footer h4 {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0.5em;
  text-align: center;
}
#try-it-now-footer .simple-registration p.simple-reg-terms {
  color: #fff;
}
#try-it-now-footer .simple-registration p.simple-reg-terms a {
  color: #fff;
}
#try-it-now-footer .simple-registration p.simple-reg-terms label {
  text-align: left;
  margin-left: 30px;
  line-height: 1.2;
}
#try-it-now-footer .simple-registration p.simple-reg-terms label span.checkbox {
  margin-left: -22px;
}
#try-it-now-footer .simple-registration #js-reg-loader-footer h4,
#try-it-now-footer .simple-registration #js-reg-loader-footer p.reg-load-msg {
  float: none;
  text-align: center;
  color: #FFF;
}
#try-it-now-footer ul.used-by {
  display: none;
}
@media screen and (min-width: 36em) {
  #try-it-now-footer section {
    max-width: 50em;
    padding-top: 4em;
  }
  #try-it-now-footer h4 {
    font-size: 2em;
    padding-left: 10px;
    text-align: left;
  }
  #try-it-now-footer .simple-registration {
    max-width: none;
    clear: both;
  }
  #try-it-now-footer .simple-registration fieldset {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #try-it-now-footer .simple-registration fieldset.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #try-it-now-footer .simple-registration fieldset input[type=email] {
    padding: 1em;
    font-size: 22px;
    min-width: 24em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #try-it-now-footer .simple-registration fieldset input[type=submit] {
    font-size: 22px;
    padding: 1em 2em;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1px;
  }
}
@media screen and (min-width: 50em) {
  #try-it-now-footer .simple-registration fieldset {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
@media screen and (min-width: 67.5em) {
  #try-it-now-footer section {
    max-width: 64em;
  }
  #try-it-now-footer .simple-registration fieldset input[type=email] {
    width: 34em;
  }
  #try-it-now-footer ul.used-by {
    display: block;
    margin: 4em auto 1em;
    width: 600px;
  }
}
