/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 17, ../sass/screen.scss */
::selection {
  background-color: #f26522;
  color: #fff;
}

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

/* line 30, ../sass/screen.scss */
body {
  background: #48a0b6;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  position: relative;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  /* line 30, ../sass/screen.scss */
  body {
    overflow: scroll;
  }
}

/* line 49, ../sass/screen.scss */
#background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  background: url("../img/background.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

/* line 66, ../sass/screen.scss */
#page {
  position: relative;
  z-index: 98;
  margin-left: 90px;
  width: 460px;
}
@media screen and (max-width: 640px) {
  /* line 66, ../sass/screen.scss */
  #page {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 78, ../sass/screen.scss */
#page #sticker {
  width: 496px;
  height: 461px;
  background: url("../img/sprite.png") -6px -9px no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: -45px;
}
@media screen and (max-width: 640px) {
  /* line 78, ../sass/screen.scss */
  #page #sticker {
    display: none;
  }
}
/* line 91, ../sass/screen.scss */
#page #explanation {
  background: url("../img/box-gradient.png") top right no-repeat #48a0b6;
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 458px;
  border: 1px solid #3e8a9c;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset;
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset;
}
@media screen and (max-width: 640px) {
  /* line 91, ../sass/screen.scss */
  #page #explanation {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: auto;
    top: 50px;
    bottom: 0px;
  }
}
/* line 110, ../sass/screen.scss */
#page #explanation .content {
  padding: 25px 25px 0 25px;
  position: relative;
  z-index: 9999;
  margin-bottom: 0;
}
/* line 117, ../sass/screen.scss */
#page #explanation:before {
  content: "";
  display: block;
  background: url("../img/sprite.png") -529px -127px no-repeat;
  width: 516px;
  height: 343px;
  position: absolute;
  top: 5px;
  left: -29px;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  /* line 117, ../sass/screen.scss */
  #page #explanation:before {
    width: 0;
    height: 0;
    display: none;
  }
}
/* line 135, ../sass/screen.scss */
#page #explanation hgroup {
  position: relative;
  height: 65px;
}
/* line 139, ../sass/screen.scss */
#page #explanation hgroup h1#logo {
  position: absolute;
  top: -54px;
  right: -60px;
  background: url("../img/sprite.png") -529px -1px no-repeat;
  display: block;
  width: 172px;
  height: 96px;
  text-indent: -9999px;
}
@media screen and (max-width: 640px) {
  /* line 139, ../sass/screen.scss */
  #page #explanation hgroup h1#logo {
    right: auto;
    left: 50%;
    margin-left: -86px;
  }
}
/* line 156, ../sass/screen.scss */
#page #explanation hgroup h2 {
  display: block;
  font-family: 'UbuntuTitlingBold';
  font-size: 1.5em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: right;
  margin-right: 130px;
  padding: 0;
  line-height: 1;
  position: relative;
  top: 17px;
}
@media screen and (max-width: 640px) {
  /* line 156, ../sass/screen.scss */
  #page #explanation hgroup h2 {
    display: none;
  }
}
/* line 173, ../sass/screen.scss */
#page #explanation hgroup h2 strong {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 640px) {
  /* line 175, ../sass/screen.scss */
  #page #explanation hgroup h2 .dynamo {
    display: none;
  }
}
/* line 181, ../sass/screen.scss */
#page #explanation hgroup h2 .dynamo div {
  text-align: right;
  text-shadow: 0px -1px 1px #2b606d;
}
/* line 189, ../sass/screen.scss */
#page #explanation p {
  margin-bottom: 1.65em;
  text-shadow: 0px -1px 1px #2b606d;
}
/* line 193, ../sass/screen.scss */
#page #explanation p strong {
  font-weight: bold;
}
/* line 196, ../sass/screen.scss */
#page #explanation #subscribe {
  border: 7px solid #dbe3e5;
  border-bottom: none;
  background: #fff;
  padding: 20px 25px;
  margin-left: -25px;
  width: 395px;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 196, ../sass/screen.scss */
  #page #explanation #subscribe {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    border-bottom: 7px solid #dbe3e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 213, ../sass/screen.scss */
#page #explanation #subscribe #mce-email {
  border: 1px solid #caced1;
  font-size: 1.125em;
  width: 348px;
  padding: 10px 20px;
  outline: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 3px 3px 5px #dadada inset;
  -moz-box-shadow: 3px 3px 5px #dadada inset;
  box-shadow: 3px 3px 5px #dadada inset;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
}
@media screen and (max-width: 640px) {
  /* line 213, ../sass/screen.scss */
  #page #explanation #subscribe #mce-email {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 227, ../sass/screen.scss */
#page #explanation #subscribe #mce-email:focus {
  border-color: #48a0b6;
}
/* line 232, ../sass/screen.scss */
#page #explanation #subscribe #mc-embedded-subscribe {
  width: 28px;
  height: 28px;
  background: url("../img/sprite.png") -1040px -1px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 30px;
  right: 38px;
  cursor: pointer;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  transition: 0.1s all linear;
}
/* line 244, ../sass/screen.scss */
#page #explanation #subscribe #mc-embedded-subscribe:hover {
  -webkit-transform: scale(1.125, 1.125);
  -moz-transform: scale(1.125, 1.125);
  -ms-transform: scale(1.125, 1.125);
  -o-transform: scale(1.125, 1.125);
  transform: scale(1.125, 1.125);
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  transition: 0.1s all linear;
}
/* line 250, ../sass/screen.scss */
#page #explanation #subscribe p {
  text-shadow: none;
  font-family: 'UbuntuTitlingBold';
  color: #222;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 0;
}
/* line 258, ../sass/screen.scss */
#page #explanation #subscribe p.error {
  color: #f26522;
}

/* line 264, ../sass/screen.scss */
.ketchup-error {
  background: #f26522;
  font-family: 'UbuntuTitlingBold';
  padding: 0.5em 1em;
  color: #fff;
  position: absolute;
  z-index: 9998;
  border: 4px solid #fff;
  margin: -29px 0 0 -277px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 1px 2px 10px -2px rgba(0, 0, 10, 0.45);
  -moz-box-shadow: 1px 2px 10px -2px rgba(0, 0, 10, 0.45);
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 10, 0.45);
}
/* line 276, ../sass/screen.scss */
.ketchup-error span {
  display: block;
  width: 34px;
  height: 21px;
  background: url("../img/sprite.png") -776px -3px no-repeat;
  position: absolute;
  z-index: 9999;
  left: 50%;
  margin-left: -17px;
  bottom: -21px;
  content: "";
}
