/*

*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-bdmliu");
  src: url("../fonts/icomoon.eot?#iefix-bdmliu") format("embedded-opentype"), url("../fonts/icomoon.woff?-bdmliu") format("woff"), url("../fonts/icomoon.ttf?-bdmliu") format("truetype"), url("../fonts/icomoon.svg?-bdmliu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  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-arrow-right:before, section .product-text .more:after {
  content: "\e600"; }

body, input {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2 {
  font-size: 32px;
  font-weight: 300; }

h2 {
  font-size: 24px; }

h3, h4 {
  font-size: 20px; }

header {
  background: rgba(255, 255, 255, 0.15);
  padding: 1.5em;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%; }
  header #logo {
    background-image: url(../images/logo-mark.png);
    background-size: 100%;
    float: left;
    height: 37px;
    margin-bottom: -10px;
    margin-right: 14px;
    margin-top: -13px;
    width: 36px; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
      header #logo {
        background-image: url(../images/logo-mark@2x.png); } }
  header a {
    color: white;
    margin-right: 12px;
    text-decoration: none;
    text-transform: uppercase; }
    header a.active {
      border-bottom: 1px solid; }
    header a:hover {
      border-bottom: 1px solid; }
  @media screen and (max-width: 400px) {
    header nav > a {
      display: block;
      text-indent: -9999px;
      float: left; } }
  @media screen and (min-width: 1100px) {
    header {
      padding-left: 0;
      padding-right: 0; }
      header nav {
        margin: 0 auto;
        width: 1024px; } }

section {
  background: #3894ce;
  color: white;
  padding-top: 72px;
  overflow: hidden; }
  @media screen and (min-width: 1100px) {
    section .wrapper {
      margin: 0 auto;
      width: 1024px; } }
  section#pill-prompter {
    background: #9c27b0;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzljMjdiMCIgc3RvcC1vcGFjaXR5PSIwLjg4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2E4MzViZCIgc3RvcC1vcGFjaXR5PSIwLjg4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YzI3YjAiIHN0b3Atb3BhY2l0eT0iMC44OCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(156, 39, 176, 0.88) 0%, rgba(168, 53, 189, 0.88) 50%, rgba(156, 39, 176, 0.88) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(156, 39, 176, 0.88)), color-stop(50%, rgba(168, 53, 189, 0.88)), color-stop(100%, rgba(156, 39, 176, 0.88)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(156, 39, 176, 0.88) 0%, rgba(168, 53, 189, 0.88) 50%, rgba(156, 39, 176, 0.88) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(156, 39, 176, 0.88) 0%, rgba(168, 53, 189, 0.88) 50%, rgba(156, 39, 176, 0.88) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(156, 39, 176, 0.88) 0%, rgba(168, 53, 189, 0.88) 50%, rgba(156, 39, 176, 0.88) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(156, 39, 176, 0.88) 0%, rgba(168, 53, 189, 0.88) 50%, rgba(156, 39, 176, 0.88) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09c27b0', endColorstr='#e09c27b0',GradientType=0 );
    /* IE6-8 */
    padding-top: 136px; }
    section#pill-prompter a.button:hover {
      color: #9c27b0; }
    section#pill-prompter .product-shot {
      background-image: url(../images/iPhone-5s-Vert-Slvr.png); }
  section#tipt {
    background: #6bc269; }
    section#tipt a.button:hover {
      color: #6bc269; }
  section#drop-shot {
    background: #8653d7; }
    section#drop-shot a.button:hover {
      color: #8653d7; }
  section .product-text {
    float: left;
    padding-top: 124px;
    margin-left: 72px;
    margin-right: 32px;
    width: 320px; }
    section .product-text h1 {
      margin-bottom: 24px; }
    section .product-text h2 {
      line-height: 32px;
      margin-bottom: 16px; }
    section .product-text .more {
      text-decoration: none; }
      section .product-text .more:after {
        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;
        font-size: 20px;
        vertical-align: sub; }
      section .product-text .more:hover {
        border-bottom: 1px solid; }
      section .product-text .more:active {
        color: white; }
    section .product-text .button {
      border: 1px solid;
      border-radius: 6px;
      color: white;
      font-weight: 300;
      float: left;
      font-size: 24px;
      margin-top: 32px;
      padding: 18px 32px;
      text-decoration: none;
      transition: all .2s ease-out; }
    section .product-text a.button:hover {
      background: white;
      transition: all .2s ease-out; }
    @media screen and (min-width: 1100px) {
      section .product-text {
        margin-left: 0; } }
    @media screen and (max-width: 1100px) {
      section .product-text {
        float: none;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 32px;
        text-align: center;
        width: 570px; }
        section .product-text .button {
          display: inline-block;
          float: none; } }
    @media screen and (max-width: 712px) {
      section .product-text {
        box-sizing: border-box;
        padding-left: 24px;
        padding-right: 24px;
        width: 100%; } }
  section span.button {
    opacity: 0.4; }
  section .product-shots {
    margin-bottom: -240px;
    position: relative;
    float: left; }
    section .product-shots .product-shot {
      background: url(../images/iPhone-5s-Vert-SpaceGray.png) no-repeat;
      background-size: 414px 875px;
      display: block;
      float: left;
      height: 875px;
      position: relative;
      width: 414px;
      z-index: 2; }
      section .product-shots .product-shot:nth-child(2) {
        margin-left: -160px;
        z-index: 1; }
    section .product-shots img {
      position: relative;
      width: 348px;
      left: 35px;
      top: 128px; }
    @media screen and (max-width: 1100px) {
      section .product-shots {
        float: none;
        width: 670px;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 712px) {
      section .product-shots {
        margin-bottom: -360px;
        width: 300px; }
        section .product-shots .product-shot:nth-child(2) {
          display: none; }
        section .product-shots .product-shot {
          background-size: 100%;
          width: 100%; }
          section .product-shots .product-shot img {
            left: 9%;
            top: 10.9%;
            width: 83.3%; } }
  section img {
    width: 280px; }

footer {
  background: #29221d;
  padding: 88px 0; }
  @media screen and (max-width: 961px) {
    footer {
      padding: 72px 0; } }
  footer h3 {
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
    text-transform: uppercase; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      border-bottom: 1px solid; }
  footer ul {
    margin-top: 20px; }
  footer li a {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase; }
  footer #footer-wrapper {
    margin: 0 auto;
    width: 961px; }
    @media screen and (max-width: 961px) {
      footer #footer-wrapper {
        width: 400px; } }
    @media screen and (max-width: 400px) {
      footer #footer-wrapper {
        width: 100%; } }
  footer #about, footer #social {
    float: left;
    width: 400px; }
  footer #about {
    border-left: 1px solid #443d38;
    padding-left: 80px;
    margin-left: 80px; }
    footer #about a {
      float: left;
      margin-top: -18px;
      margin-right: 12px;
      line-height: 24px; }
      footer #about a:last-of-type {
        margin-right: 0; }
    footer #about p {
      color: rgba(255, 255, 255, 0.2);
      float: left;
      line-height: 1.5em;
      margin-top: -18px;
      margin-bottom: 44px; }
    @media screen and (max-width: 961px) {
      footer #about {
        border-left: none;
        border-top: 1px solid #443d38;
        padding-left: 0;
        padding-top: 32px;
        margin-left: 0;
        margin-top: 32px;
        text-align: center; }
        footer #about a {
          float: none;
          text-transform: uppercase; }
        footer #about p {
          margin-bottom: 32px; } }
  footer #social ul {
    float: left;
    width: 270px; }
  footer #social li {
    color: rgba(255, 255, 255, 0.12);
    float: left;
    list-style: disc;
    margin-right: 32px;
    margin-left: 0;
    padding-left: 0; }
    footer #social li:first-of-type {
      list-style: none; }
    footer #social li:last-of-type {
      margin-right: 0; }
    footer #social li a {
      font-size: 16px; }
  @media screen and (max-width: 961px) {
    footer #social {
      margin-top: 24px;
      text-align: center; }
      footer #social ul {
        float: none;
        margin-left: auto;
        margin-right: auto; }
      footer #social #mc_embed_signup {
        float: none;
        margin-left: auto;
        margin-right: auto; }
        footer #social #mc_embed_signup:after {
          content: " ";
          display: block;
          height: 0;
          clear: both; } }
  @media screen and (max-width: 400px) {
    footer #social #mc_embed_signup {
      width: 88%; }
      footer #social #mc_embed_signup form input[type="email"] {
        width: 64%;
        box-sizing: border-box; }
      footer #social #mc_embed_signup form input[type="submit"] {
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 35%; } }
  @media screen and (max-width: 400px) {
    footer #social, footer #about {
      margin-left: 6%;
      margin-right: 6%;
      width: 88%; } }

#mc_embed_signup {
  float: left;
  margin-top: -12px;
  width: 386px; }
  #mc_embed_signup form label[for="mce-EMAIL"] {
    display: none; }
  #mc_embed_signup form input[type="email"], #mc_embed_signup form input[type="submit"] {
    background: transparent;
    border: 1px solid #5e544d;
    border-radius: 4px 0 0 4px;
    color: white;
    float: left;
    font-size: 16px;
    padding: 14px 20px;
    margin: 0;
    transition: background .2s ease-out; }
    #mc_embed_signup form input[type="email"]::-webkit-input-placeholder, #mc_embed_signup form input[type="submit"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.2);
      text-transform: uppercase; }
    #mc_embed_signup form input[type="email"]:-moz-placeholder, #mc_embed_signup form input[type="submit"]:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.2);
      text-transform: uppercase; }
    #mc_embed_signup form input[type="email"]::-moz-placeholder, #mc_embed_signup form input[type="submit"]::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.2);
      text-transform: uppercase; }
    #mc_embed_signup form input[type="email"]:-ms-input-placeholder, #mc_embed_signup form input[type="submit"]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.2);
      text-transform: uppercase; }
  #mc_embed_signup form input[type="email"] {
    width: 240px; }
  #mc_embed_signup form input[type="submit"] {
    border-left: none;
    border-radius: 0 4px 4px 0;
    text-transform: uppercase; }
    #mc_embed_signup form input[type="submit"]:hover {
      background: #5e544d;
      transition: background .2s ease-out; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clearfix:after, section .product-text:after, section .product-shots:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

/*# sourceMappingURL=main.css.map */
