/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Adjust the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

.content-page {
  margin-bottom: 75px; }

.content-page-overlay {
  width: 90%;
  margin-left: 5%; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  height: 100%;
  min-height: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background-color: #303C56;
  color: #FFF;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center; }

a {
  text-decoration: none;
  color: #FFF; }

li {
  padding: 0.25em 0; }

nav {
  position: absolute;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -ms-flexbox;
  display: flex;
  background: none;
  position: fixed;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  z-index: 1;
  padding: 5px 0 10px 0; }
  @media (min-width: 768px) {
    nav {
      padding-bottom: 0; } }
  nav .login {
    background: url("/public/images/reskin/login_icon.svg") no-repeat center top;
    background-size: contain;
    width: 20%;
    float: left;
    height: 24px;
    margin-top: 10px; }
  nav .logo {
    width: 60%;
    padding-top: 10px; }
    @media (min-width: 768px) {
      nav .logo {
        width: 20%;
        padding-top: 20px; } }
  nav.scroll {
    background: #222D44;
    transition: background 0.3s;
    -webkit-transition: background 0.3s; }

nav .logo img {
  height: 25px; }

nav .menu {
  width: 20%;
  padding-top: 10px; }

nav .menu input {
  display: none; }

nav .menu-content {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #222D44;
  list-style: none;
  width: 100%;
  height: 100vh;
  z-index: 2;
  padding: 0;
  text-transform: uppercase;
  margin: 0; }

nav input:checked ~ .menu-content {
  display: block; }

nav .menu-content li:first-child {
  border-top: none;
  display: -ms-flexbox;
  display: flex; }

nav .menu-content .logo {
  padding-top: 3px; }

nav .menu-content li {
  line-height: 50px;
  border-top: 1px #3B4968 solid; }

nav .nav-icon {
  display: block; }
  @media (min-width: 768px) {
    nav .nav-icon {
      display: none; } }

nav .nav-text {
  display: none;
  width: 20%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 64px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    nav .nav-text {
      display: inline; } }
  nav .nav-text img {
    margin-bottom: -4px; }

nav .menu-content-nav .close {
  width: 20%; }

nav .menu-content-icons {
  padding-top: 20px; }

nav .menu-content-icons img {
  height: 50px;
  margin: 0 5px; }

footer {
  display: none;
  margin: 20px 0; }
  @media (min-width: 768px) {
    footer {
      display: block; } }
  footer .logo {
    margin-bottom: 10px; }
  footer .icons svg {
    margin: 10px;
    height: 32px; }
  footer .menu {
    margin: 1em auto;
    min-width: 600px;
    max-width: 1280px;
    display: -ms-flexbox;
    display: flex; }
    footer .menu div {
      width: 20%;
      letter-spacing: 2px;
      font-size: 14px; }

.hero {
  background-size: cover !important;
  height: 100vh;
  min-height: 600px;
  display: inline-block;
  padding: 0 1em;
  width: 100%; }
  .hero-bg1 {
    background: url("/public/images/reskin/bg_1_tiny.jpg") no-repeat center top; }
    @media (min-width: 480px) {
      .hero-bg1 {
        background: url("/public/images/reskin/bg_1_mobile.jpg") no-repeat center top; } }
    @media (min-width: 640px) {
      .hero-bg1 {
        background: url("/public/images/reskin/bg_1_phablet.jpg") no-repeat center top; } }
    @media (min-width: 768px) {
      .hero-bg1 {
        background: url("/public/images/reskin/bg_1_tablet.jpg") no-repeat center top; } }
    @media (min-width: 980px) {
      .hero-bg1 {
        background: url("/public/images/reskin/bg_1_desktop.jpg") no-repeat center top; } }
  .hero-bg2 {
    background: url("/public/images/reskin/bg_2_tiny.jpg") no-repeat center top; }
    @media (min-width: 480px) {
      .hero-bg2 {
        background: url("/public/images/reskin/bg_2_mobile.jpg") no-repeat center top; } }
    @media (min-width: 640px) {
      .hero-bg2 {
        background: url("/public/images/reskin/bg_2_phablet.jpg") no-repeat center top; } }
    @media (min-width: 768px) {
      .hero-bg2 {
        background: url("/public/images/reskin/bg_2_tablet.jpg") no-repeat center top; } }
    @media (min-width: 980px) {
      .hero-bg2 {
        background: url("/public/images/reskin/bg_2_desktop.jpg") no-repeat center top; } }
  .hero-bg3 {
    background: url("/public/images/reskin/bg_3_tiny.jpg") no-repeat center top; }
    @media (min-width: 480px) {
      .hero-bg3 {
        background: url("/public/images/reskin/bg_3_mobile.jpg") no-repeat center top; } }
    @media (min-width: 640px) {
      .hero-bg3 {
        background: url("/public/images/reskin/bg_3_phablet.jpg") no-repeat center top; } }
    @media (min-width: 768px) {
      .hero-bg3 {
        background: url("/public/images/reskin/bg_3_tablet.jpg") no-repeat center top; } }
    @media (min-width: 980px) {
      .hero-bg3 {
        background: url("/public/images/reskin/bg_3_desktop.jpg") no-repeat center top; } }
  .hero-bg4 {
    background: url("/public/images/reskin/bg_4_tiny.jpg") no-repeat center top; }
    @media (min-width: 480px) {
      .hero-bg4 {
        background: url("/public/images/reskin/bg_4_mobile.jpg") no-repeat center top; } }
    @media (min-width: 640px) {
      .hero-bg4 {
        background: url("/public/images/reskin/bg_4_phablet.jpg") no-repeat center top; } }
    @media (min-width: 768px) {
      .hero-bg4 {
        background: url("/public/images/reskin/bg_4_tablet.jpg") no-repeat center top; } }
    @media (min-width: 980px) {
      .hero-bg4 {
        background: url("/public/images/reskin/bg_4_desktop.jpg") no-repeat center top; } }
  .hero-bg-halloween {
    background: url("/public/images/reskin/bg_halloween_phablet.jpg") no-repeat center top; }
    @media (min-width: 980px) {
      .hero-bg-halloween {
        background: url("/public/images/reskin/bg_halloween_desktop.jpg") no-repeat center top; } }

.hero-content {
  top: 10%;
  position: relative;
  min-height: 300px; }
  @media (min-width: 768px) {
    .hero-content {
      width: 60%;
      margin: 0 auto; } }
  @media (min-height: 620px) {
    .hero-content {
      top: 25%; } }
  @media (min-height: 720px) {
    .hero-content {
      top: 30%; } }
  .hero-content a {
    margin-top: 10px;
    display: inline-block; }
  .hero-content .message {
    display: none; }
    @media (min-width: 768px) {
      .hero-content .message {
        display: inline; } }
  .hero-content small {
    font-size: 0.6rem; }

small {
  font-size: 0.6rem;
  display: block;
  margin: 1em 0; }

.hero h1 {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 20px;
  font-weight: 700;
  margin: 1em 0; }

@medi (min-width: $tabletBreakpoint) {
  .hero h1 {
    font-size: 24px; } }

.scroll-widget-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 1em; }

.scroll-widget {
  margin: 0 auto; }

.scroll-widget img {
  display: inline-block;
  margin-bottom: 10px; }

.scroll-widget span {
  text-transform: uppercase; }

.features {
  margin: 0 auto;
  max-width: 1024px; }
  .features h3 {
    text-transform: uppercase;
    padding-top: 5%; }
  .features img {
    max-width: 100%; }
    @media (min-width: 768px) {
      .features img {
        max-width: 50%; } }
  .features .feature {
    width: 100%;
    max-width: 1024px;
    display: inline-block; }
    .features .feature-info {
      max-width: 100%; }
      @media (min-width: 768px) {
        .features .feature-info {
          max-width: 50%;
          float: right;
          margin-top: 20px; } }
      .features .feature-info p {
        padding: 0 15px; }
  .features > .feature:nth-of-type(even) img {
    float: right; }

.premium {
  background: url("/public/images/reskin/bg_5_tiny.jpg") no-repeat center top;
  background-size: cover !important;
  min-height: 60vh;
  display: inline-block;
  padding: 0 2em;
  width: 100%; }
  @media (min-width: 480px) {
    .premium {
      background: url("/public/images/reskin/bg_5_mobile.jpg") no-repeat center top; } }
  @media (min-width: 640px) {
    .premium {
      background: url("/public/images/reskin/bg_5_phablet.jpg") no-repeat center top; } }
  @media (min-width: 768px) {
    .premium {
      background: url("/public/images/reskin/bg_5_tablet.jpg") no-repeat center top; } }
  @media (min-width: 980px) {
    .premium {
      background: url("/public/images/reskin/bg_5_desktop.jpg") no-repeat center top; } }
  .premium-content {
    position: relative;
    min-height: 300px;
    display: inline-block; }
    @media (min-height: 420px) {
      .premium-content {
        margin-top: 50px; } }
    .premium-content h3 {
      margin: 0; }
    .premium-content ul {
      list-style: none;
      padding: 0;
      margin-top: 0.5em; }
    @media (min-width: 768px) {
      .premium-content .item {
        width: 33%;
        float: left; } }

.cta {
  padding: 0;
  margin: 0 auto;
  background: none; }
  @media (min-width: 768px) {
    .cta {
      padding: 3% 10%; } }
  .cta-content {
    margin: 0 auto;
    max-width: 320px; }
    @media (min-width: 768px) {
      .cta-content {
        width: 300px; } }
    @media (min-width: 980px) {
      .cta-content {
        min-width: 540px; } }
    .cta-content .appstore {
      display: none;
      padding: 5px; }
      @media (min-width: 768px) {
        .cta-content .appstore {
          display: block; } }
    .cta-content-break {
      display: none; }
      @media (min-width: 768px) {
        .cta-content-break {
          display: static; } }
  .cta small {
    display: inline-block;
    width: 100%; }
  .cta-scroll {
    background: #222D44;
    margin: 0 -2em;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: 1;
    transition: background 0.3s; }

.cta .button-split {
  width: 70%;
  max-width: 250px;
  float: left; }
  @media (min-width: 768px) {
    .cta .button-split {
      width: 250px;
      float: none;
      display: inline-block;
      margin-right: 10px; } }

@media (min-width: 980px) {
  .cta .button {
    float: left; } }

.cta .button-facebook-icon {
  width: 20%;
  max-width: 60px;
  margin-left: 20px;
  float: left; }
  @media (min-width: 768px) {
    .cta .button-facebook-icon {
      max-width: 275px;
      width: 275px;
      margin-left: 0;
      display: inline-block;
      float: none; } }
  .cta .button-facebook-icon img {
    margin: 0 0 -3px 0px; }
  .cta .button-facebook-icon .button-text {
    display: none; }
    @media (min-width: 768px) {
      .cta .button-facebook-icon .button-text {
        display: inline; } }

p {
  margin: 1em 0 2em; }

h2 {
  text-transform: uppercase;
  border-bottom: solid #FFE324;
  display: inline-block;
  padding: 0.5em;
  letter-spacing: 2px; }

h3 .hilight {
  color: #FF7D84; }

.button {
  background-color: #FF7D84;
  border-radius: 3px;
  margin: 5px 0;
  line-height: 60px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 14px; }

.button img {
  margin: 0 7px -2px -5px; }

.button-hero {
  min-width: 275px; }

.button-facebook {
  background-color: #405BB0; }
  .button-facebook-icon {
    width: 60px; }

.button-register-home {
  width: 275px;
  border-radius: 10px;
  font-size: 16px; }

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