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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@font-face {
  font-family: "Cursive";
  src: url("../f/cursive.eot");
  src: url("../f/cursive.eot?#iefix") format("embedded-opentype"), url("../f/cursive.woff") format("woff"), url("../f/cursive.ttf") format("truetype"), url("../f/cursive.svg#1d8e38112e70bf013af74adc7e114e8d") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "entypo";
  src: url("../f/entypo.eot");
  src: url("../f/entypo.eot?#iefix") format("embedded-opentype"), url("../f/entypo.woff") format("woff"), url("../f/entypo.ttf") format("truetype"), url("../f/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-appearance: none;
}

.mobile body.blur .container, .mobile body.blur header, .mobile body.blur footer, .mobile body.blur p.fancy {
  -webkit-transition: 750ms ease-out all;
  -moz-transition: 750ms ease-out all;
  -o-transition: 750ms ease-out all;
  transition: 750ms ease-out all;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gecko .deetz .actions a {
  margin-right: 9px;
}
.gecko .email {
  width: 70%;
  padding: 7.4px 12px;
}

body {
  font-size: 13px;
  font-family: "Sentinel A", "Sentinel B";
  font-weight: 500;
  font-style: normal;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.blur .container, body.blur header, body.blur footer, body.blur p.fancy {
  -webkit-transition: 750ms ease-out all;
  -moz-transition: 750ms ease-out all;
  -o-transition: 750ms ease-out all;
  transition: 750ms ease-out all;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-radial-gradient(rgba(61, 43, 58, 0.85) 400px, #3d2b3a);
  background: -moz-radial-gradient(rgba(61, 43, 58, 0.85) 400px, #3d2b3a);
  background: -o-radial-gradient(rgba(61, 43, 58, 0.85) 400px, #3d2b3a);
  background: radial-gradient(rgba(61, 43, 58, 0.85) 400px, #3d2b3a);
  display: none;
}

.close {
  position: relative;
  z-index: 9999;
}
.close a {
  color: white;
  font-size: 30px;
  font-family: "Tungsten Cond A", "Tungsten Cond B";
  text-transform: uppercase;
  display: block;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 5px;
  text-decoration: none;
}
.close a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#main {
  width: 100%;
}

.container {
  width: 1050px;
  margin: 0 auto;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .container {
    width: 700px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}

a {
  -webkit-transition: 150ms ease-out all;
  -moz-transition: 150ms ease-out all;
  -o-transition: 150ms ease-out all;
  transition: 150ms ease-out all;
}

em {
  font-style: italic;
}

h1 {
  font-family: "Tungsten Cond A", "Tungsten Cond B" !important;
  font-weight: 700;
  font-style: normal;
  font-size: 171px;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
  top: 7px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  h1 {
    font-size: 110px;
    top: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 138px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 75px;
    top: 0;
  }
}

header {
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 635px;
  background: #fe6e6b;
}
@media (max-width: 320px) {
  header {
    height: 1205px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  header {
    height: 795px;
  }
}
header a {
  color: white;
  text-decoration: none;
  font-family: "Sentinel A", "Sentinel B";
  font-weight: 800;
  font-style: normal;
  padding: 0 2px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
header a:hover {
  border-bottom: 1px solid white;
  padding-bottom: 0;
}
header nav {
  float: right;
  display: inline;
  position: relative;
  top: 3px;
}
header nav a {
  font-family: "Tungsten Cond A", "Tungsten Cond B" !important;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-right: 18px;
}
header nav a:last-child {
  margin-right: 0;
}

.topbar {
  background: rgba(61, 43, 58, 0.1);
  padding: 36px;
  text-transform: uppercase;
}

.phone {
  padding-top: 60px;
  width: 340px;
  float: left;
  display: inline;
  padding-right: 82px;
  position: relative;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .phone {
    width: 250px;
    padding-right: 25px;
  }
  .phone img {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .phone {
    float: none;
    display: block;
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .phone img {
    display: none;
  }
}
.phone video {
  position: absolute;
  margin-top: 94px;
  margin-left: 30px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .phone video {
    width: 197px;
    height: 349px;
    margin-top: 69px;
    margin-left: 26px;
  }
}
@media (max-width: 480px) {
  .phone video {
    position: relative;
    width: 197px;
    height: 349px;
    margin-left: 0;
    margin-top: 0;
  }
}

.deetz {
  width: 612px;
  float: left;
  display: inline;
  margin-top: 25px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .deetz {
    width: 400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .deetz {
    width: 500px;
  }
}
@media (max-width: 480px) {
  .deetz {
    width: 85%;
    float: none;
    display: block;
    padding: 0 20px;
    margin-top: 10px;
  }
}
.deetz .fancy {
  font-family: "Cursive";
  font-weight: normal;
  font-size: 62px;
  line-height: 1.1em;
  background: #fe6e6b;
  text-align: center;
  width: 330px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  top: 38px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .deetz .fancy {
    top: 45px;
  }
}
@media (max-width: 480px) {
  .deetz .fancy {
    font-size: 40px;
    width: auto;
    background: none;
    top: 0;
    text-align: left;
    line-height: 1em;
    text-align: center;
    overflow: auto;
  }
}
.deetz p {
  font-size: 17px;
  line-height: 2em;
  padding-left: 5px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .deetz p {
    line-height: 1.6em;
  }
}
@media (max-width: 480px) {
  .deetz p {
    line-height: 1.6em;
  }
}
.deetz .actions a {
  background: #3d2b3a;
  border-bottom: none;
  padding: 22px 0;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Tungsten Cond A", "Tungsten Cond B" !important;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  margin-right: 10px;
  width: 32%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  .deetz .actions a {
    width: 48%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .deetz .actions a {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .deetz .actions a {
    width: 32%;
    margin-bottom: 8px;
    margin-right: 2px;
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .deetz .actions a {
    width: 100%;
    font-size: 27px;
    margin-bottom: 5px;
  }
}
.deetz .actions a:last-child {
  margin-right: 0;
}
.deetz .actions a:hover {
  border-bottom: none;
  background: #5b4056;
}
.deetz .actions a span {
  font-size: 30px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.divider {
  height: 1px;
  background: white;
  width: 100%;
}
@media (max-width: 480px) {
  .divider {
    display: none;
  }
}

.email, .button {
  float: left;
  display: inline;
  -webkit-appearance: none;
}

.email {
  border-left: 3px solid #fe6e6b;
  border-top: 3px solid #fe6e6b;
  border-bottom: 3px solid #fe6e6b;
  border-right: none;
  color: #fe6e6b;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Tungsten Cond A", "Tungsten Cond B" !important;
  letter-spacing: 1px;
  padding: 6px 12px;
  width: 70.7%;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .email {
    width: 64%;
    padding: 11px 12px;
    font-size: 28px;
  }
}
@media (max-width: 320px) {
  .email {
    width: 49%;
    font-size: 27px;
  }
}
.email::-webkit-input-placeholder {
  color: #fe6e6b;
}
.email:-moz-placeholder {
  color: #fe6e6b;
}
.email::-moz-placeholder {
  color: #fe6e6b;
}
.email:-ms-input-placeholder {
  color: #fe6e6b;
}

.button {
  background: #fe6e6b;
  color: white;
  padding: 13px 40px;
  font-size: 30px;
  font-family: "Tungsten Cond A", "Tungsten Cond B" !important;
  text-transform: uppercase;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  position: relative;
  right: 3px;
  -webkit-transition: 150ms ease-out all;
  -moz-transition: 150ms ease-out all;
  -o-transition: 150ms ease-out all;
  transition: 150ms ease-out all;
}
@media (max-width: 320px) {
  .button {
    padding: 12px 30px;
    font-size: 22px;
  }
}
.button:hover {
  cursor: pointer;
  background: #fe3c38;
}

#mc_embed_signup {
  margin-bottom: 20px;
  overflow: hidden;
}

footer {
  color: #888888;
  width: 612px;
  float: left;
  display: inline;
  margin-top: 30px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  footer {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  footer {
    width: 500px;
  }
}
@media (max-width: 320px) {
  footer {
    width: 90%;
    padding-left: 15px;
  }
}
footer p {
  margin-top: 10px;
}
@media (max-width: 320px) {
  footer p {
    width: 90%;
  }
}

.download-modal {
  display: none;
  z-index: 1000;
  width: 450px;
  height: 220px;
  margin-top: -110px;
  margin-left: -225px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -moz-animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -ms-animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -o-animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  font-size: 60px;
  font-family: "Tungsten Cond A", "Tungsten Cond B" !important;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  line-height: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.1);
}
.download-modal .clear {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.fee, .tweet {
  font-family: "entypo";
  font-size: 55px;
  color: white;
}

.callout {
  width: 50%;
  float: left;
  display: inline;
  padding: 20px 0 10px;
  text-align: center;
  -webkit-transition: 100ms ease-out all;
  -moz-transition: 100ms ease-out all;
  -o-transition: 100ms ease-out all;
  transition: 100ms ease-out all;
  -webkit-border-radius: 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  font-size: 28px;
  -webkit-animation: fadeInUp 1s 150ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -moz-animation: fadeInUp 1s 150ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -ms-animation: fadeInUp 1s 150ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -o-animation: fadeInUp 1s 150ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  animation: fadeInUp 1s 150ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  color: white;
}
.callout.first {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  -webkit-animation: fadeInUp 1s 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -moz-animation: fadeInUp 1s 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -ms-animation: fadeInUp 1s 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -o-animation: fadeInUp 1s 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  animation: fadeInUp 1s 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
}
.callout:hover {
  background: rgba(255, 255, 255, 0.2);
}

.license {
  display: none;
  z-index: 1000;
  width: 650px;
  height: 495px;
  margin-top: -247.5px;
  margin-left: -325px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -moz-animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -ms-animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  -o-animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  animation: fadeInUp 750ms 50ms both cubic-bezier(0.075, 0.82, 0.165, 1) normal;
  font-size: 14px;
  color: white;
  font-weight: 300;
  line-height: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: fixed;
  background: rgba(255, 255, 255, 0.2);
}
.license .close {
  font-family: "Tungsten Cond A", "Tungsten Cond B";
  color: white;
  text-decoration: none;
  font-size: 26px;
}
.license .close:hover {
  color: #6a4b65;
}
.license div {
  padding: 50px;
}
.license p {
  margin-bottom: 20px;
  line-height: 1.6em;
}
