@import url("http://fonts.googleapis.com/css?family=Open+Sans:400|Domine:700");
/*****************************************************************\
/   VENDOR IMPORTS
/*****************************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

@font-face {
  font-family: Museo;
  src: url("/assets/fonts/Museo700-Regular.otf") format("opentype");
  font-weight: bold; }

@font-face {
  font-family: Museo;
  src: url("/assets/fonts/Museo300-Regular.otf") format("opentype");
  font-weight: normal; }

/*****************************************************************\
/   GRID SETTINGS
/*****************************************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*****************************************************************\
/   INCLUDES
/*****************************************************************/
/*****************************************************************\
/   IMPORTS
/*****************************************************************/
/*****************************************************************\
/   VARIABLES
/*****************************************************************/
/*****************************************************************\
/   FUNCTIONS
/*****************************************************************/
/*****************************************************************\
/   MIXINS
/*****************************************************************/
/*****************************************************************\
/   KEYFRAMES
/*****************************************************************/
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200%); }

  50% {
    -webkit-transform: translateX(8%); }

  65% {
    -webkit-transform: translateX(-4%); }

  80% {
    -webkit-transform: translateX(4%); }

  95% {
    -webkit-transform: translateX(-2%); }

  100% {
    -webkit-transform: translateX(0%); } }

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); }

  50% {
    -webkit-transform: translateX(8%);
    -ms-transform: translateX(8%);
    transform: translateX(8%); }

  65% {
    -webkit-transform: translateX(-4%);
    -ms-transform: translateX(-4%);
    transform: translateX(-4%); }

  80% {
    -webkit-transform: translateX(4%);
    -ms-transform: translateX(4%);
    transform: translateX(4%); }

  95% {
    -webkit-transform: translateX(-2%);
    -ms-transform: translateX(-2%);
    transform: translateX(-2%); }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

/*****************************************************************\
/   BASE
/*****************************************************************/
*:focus {
  outline: 0; }

html, body {
  height: 100%;
  color: #444;
  font-size: 100%;
  font-family: "Museo", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  background-image: url("../img/HF-bg.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3/1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    html, body {
      background-image: url("../img/HF-bg@2x.png");
      -webkit-background-size: 70px 70px;
      background-size: 70px 70px; } }

a {
  color: #166BEB;
  text-decoration: none; }

img {
  margin: 30px 0;
  width: 100%;
  border-radius: 4px; }

p {
  font-size: 1em; }

em, strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, p, ul, ol, dt, pre, code {
  margin-top: 0;
  text-shadow: 0px 1px 0px #FFF; }

h1, h2, h3, h4, h5, h6, dt {
  color: #555;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.005em;
  -webkit-transition: font-size 0.2s ease-out;
  transition: font-size 0.2s ease-out; }

h3, h4, h5, h6, dt {
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }

h1 {
  font-size: 1.6em;
  line-height: 1.8em;
  margin-bottom: 0.6em; }
  @media screen and (min-width: 48em)  {
    h1 {
      font-size: 2.2em; } }

h2 {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 48em)  {
    h2 {
      font-size: 1.6em; } }

h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 0.4em; }
  @media screen and (min-width: 48em)  {
    h3 {
      font-size: 1.4em; } }

h4 {
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 0.3em; }
  @media screen and (min-width: 48em)  {
    h4 {
      font-size: 1.2em; } }

h5, h6 {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.2em; }

p, ul, ol, pre, dl {
  margin-bottom: 0.8em; }

ul, ol {
  padding-left: 1.4em;
  margin-left: 0.4em; }

dd {
  margin-left: 0.4em; }

li, dd {
  margin-bottom: 0.2em; }

pre, code {
  background: #dcdcdc;
  color: #767676;
  border: 1px solid #c2c2c2;
  font-family: "Source Code Pro", monospace; }

pre {
  border-radius: 6px;
  display: block;
  padding: 1em; }
  pre code {
    border: 0; }

code {
  font-size: 0.875em;
  border-radius: 3px;
  padding: 3px 4px; }

blockquote {
  position: relative; }
  blockquote:before {
    content: "“";
    position: absolute;
    left: -0.6em;
    top: -0.2em;
    line-height: 1;
    font-size: 3em; }

hr {
  background: green;
  border: 0;
  height: 2px; }

iframe {
  margin-bottom: 1em;
  max-width: 100%; }

textarea {
  height: 7em; }

label {
  font-size: 0.9em; }

legend {
  padding: 2px 20px; }

button, input[type=reset], input[type=submit] {
  color: #004000;
  background: green;
  font-family: "Museo", sans-serif;
  font-size: 0.9em;
  border: none;
  padding: 0.5em 1.2em;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }
  button:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #66b266; }

input[type=text], input[type=password], select, textarea {
  border: 1px solid #BBB;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  font-size: 0.8em;
  padding: 0.8em 0.8em;
  margin-bottom: 1em;
  outline: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
    border-color: green;
    -webkit-box-shadow: 0px 0px 2px 0px green;
    box-shadow: 0px 0px 2px 0px green;
    outline: none; }

::-moz-selection {
  color: #fff;
  background: #2d75a2;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #2d75a2;
  text-shadow: none; }

/*****************************************************************\
/   HEADER
/*****************************************************************/
.header {
  padding-top: 3em;
  text-align: center;
  *zoom: 1;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }

.logo {
  background: url("../img/logo58.png");
  -webkit-background-size: 58px 58px;
  background-size: 58px 58px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 3.625em;
  height: 3.625em; }

.brand {
  font-size: 3em;
  letter-spacing: -3px;
  display: inline-block;
  line-height: 58px; }
  @media screen and (min-width: 48em)  { }

/*****************************************************************\
/   MAIN
/*****************************************************************/
section {
  padding: 0 1em;
  *zoom: 1;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto; }
  section:before, section:after {
    content: " ";
    display: table; }
  section:after {
    clear: both; }
  section article {
    padding-top: 1.5em; }
    section article h2 {
      text-align: center; }
    section article p {
      text-align: justify; }

.buttons {
  *zoom: 1; }
  .buttons:before, .buttons:after {
    content: " ";
    display: table; }
  .buttons:after {
    clear: both; }
  .buttons a {
    /*background   : #FAECC7;
    color        : $dark-gray;
    border       : 3px solid #7E6868;
    display   : block;
    margin-top: .6em;
    padding   : 1em 1.5em;
        */
    *zoom: 1; }
    .buttons a:before, .buttons a:after {
      content: " ";
      display: table; }
    .buttons a:after {
      clear: both; }
  .buttons span {
    float: left;
    margin-top: 4px;
    margin-left: 5px;
    display: block; }

.iphone {
  margin: 0 12.5%;
  width: 75%;
  height: 75%;
  -webkit-animation: slideRight 1s ease-in-out;
  animation: slideRight 1s ease-in-out; }

.google-play-icon {
  background: url("../img/google-play.png") no-repeat;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  -webkit-background-size: contain;
  background-size: contain; }

.apple-icon {
  background: url("../img/apple.png") no-repeat;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  -webkit-background-size: contain;
  background-size: contain; }

@media screen and (min-width: 48em)  {
  section aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    section aside:last-child {
      margin-right: 0; }
  section article {
    padding-top: 5em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    section article:last-child {
      margin-right: 0; }
    section article h2 {
      text-align: left; }
  .buttons {
    margin-top: 3em; }
    .buttons a {
      display: block;
      float: left; }
      .buttons a:last-child {
        margin-left: 1em; }
  .signup input[type=email] {
    width: 290px !important; }
  .signup input[type=submit] {
    width: auto !important; } }

.signup {
  *zoom: 1; }
  .signup:before, .signup:after {
    content: " ";
    display: table; }
  .signup:after {
    clear: both; }
  .signup input[type=email] {
    background: #F5F5F5;
    border: 2px solid #B2A4A4;
    border-radius: 2px;
    padding: 1em 0.6em;
    margin: 5px;
    width: 100%; }
  .signup input[type=submit] {
    font-family: "Museo", sans-serif;
    font-size: 1.5em;
    background: #f4622d;
    color: #F5F5F5;
    border: none;
    border-radius: 4px;
    margin: 5px;
    padding: 0.5em 0.7em;
    width: 100%; }
    .signup input[type=submit]:active {
      background-color: #C12F00; }

footer {
  font-size: 0.8em;
  margin: 20px;
  color: #AAA;
  text-align: center; }
