/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
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; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name: Framework
Author: Tone

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/

@font-face {
  font-family: 'FuturaNowHeadline-Bd';
  src: url("../font/FuturaNowHeadline-Bd.woff2") format("woff2"), url("../font/FuturaNowHeadline-Bd.woff") format("woff");
}

@font-face {
  font-family: 'FuturaNowHeadline';
  src: url("../font/FuturaNowHeadline.woff2") format("woff2"), url("../font/FuturaNowHeadline.woff") format("woff");
}

@font-face {
  font-family: 'FuturaNowHeadlineBlack';
  src: url("../font/FuturaNowHeadlineBlack.woff2") format("woff2"), url("../font/FuturaNowHeadlineBlack.woff") format("woff");
}
@font-face {
  font-family: 'FuturaNowHeadlineBold';
  src: url("../font/FuturaNowHeadlineBold.woff2") format("woff2"), url("../font/FuturaNowHeadlineBold.woff") format("woff");
}
@font-face {
  font-family: 'FuturaNowHeadlineExtraBlack';
  src: url("../font/FuturaNowHeadlineExtraBlack.woff2") format("woff2"), url("../font/FuturaNowHeadlineExtraBlack.woff") format("woff");
}
@font-face {
  font-family: 'FuturaNowHeadlineLight';
  src: url("../font/FuturaNowHeadlineLight.woff2") format("woff2"), url("../font/FuturaNowHeadlineLight.woff") format("woff");
}
@font-face {
  font-family: 'FuturaNowHeadlineMedium';
  src: url("../font/FuturaNowHeadlineMedium.woff2") format("woff2"), url("../font/FuturaNowHeadlineMedium.woff") format("woff");
}
@font-face {
  font-family: 'FuturaNowHeadlineThin';
  src: url("../font/FuturaNowHeadlineThin.woff2") format("woff2"), url("../font/FuturaNowHeadlineThin.woff") format("woff");
}



span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

    


/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: Framework
Author: Tone

Stylesheet: Base Mobile Stylesheet

******************************************************************/
a:focus {
  outline: none; }

.mobmargin {
  margin-top: 20px; }

.tabify {
  display: none; }

/*********************
GENERAL STYLES
*********************/
body {
  overflow-x: hidden !important;
  font-family: 'FuturaNowHeadlineMedium', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: #0A2B34;
  line-height: 1.4;
  color: #0C0C0C;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  }

html, body {
  overflow-x: hidden; }
  html.menu-open, body.menu-open {
    overflow: hidden; }

strong {
  font-weight: bold; }

img {
  height: auto;
  }

.bands {
  padding: 50px 0;
  }
  .bands h2 {
    padding-bottom: 25px; }
  .bands h3 {
    padding-bottom: 0;
    color: #3F6D7F; }

.new-odd {
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  }

.old-odd {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem; }

.title-bar h3 {
  color: #0C0C0C;
  font-size: 1.6em;
  font-weight: 100;
  }
  .title-bar h3::after {
    display: block;
    content: "";
    width: 40px;
    height: 4px;
    background: #fcf852;
    margin: 20px auto 25px auto;
    }

.title-bar h3.noafter::after {
  display: none; }

.title-bar.dark h3 {
  color: #fff; }

.title-bar.center {
  text-align: center; }

.title-bar p {
  font-weight: 400;
  letter-spacing: 0.02em;
  }

a.feefo {
  max-width: 120px;
  right: 0;
  top: 15px;
  position: absolute;
  display: none; }

.format-copy {
  overflow: hidden; }
  .format-copy ul {
    list-style: outside disc;
    margin-left: 0; }
  .format-copy ol {
    margin-left: 5px;
    list-style: outside decimal; }
  .format-copy li {
    margin-bottom: 5px;
    position: relative;
    left: 1em;
    padding-right: 10px; }
  .format-copy h2 {
    font-size: 1.5em;
    margin-top: 1em;
    font-weight: 700; }
  .format-copy h3 {
    font-size: 1.4em;
    margin-top: 1em;
    font-weight: 700; }
  .format-copy h4 {
    font-size: 1.3em;
    margin-top: 1em;
    font-weight: 700;
    margin-top: 0; }
  .format-copy h5 {
    font-size: 1.2em;
    margin-top: 1em;
    font-weight: 700; }
  .format-copy h6 {
    font-size: 1.1em;
    margin-top: 1em;
    font-weight: 700; }
  .format-copy p:first-of-type {
    font-size: 1em;
    margin-top: 0;
    font-weight: 500; }
  .format-copy p:last-of-type {
    margin-bottom: 0; }
  .format-copy blockquote {
    position: relative;
    display: block;
    margin: 30px 0 40px 0;
    border-left: 3px solid #50ABD1;
    padding-left: 20px; }
    .format-copy blockquote p, .format-copy blockquote p:first-of-type {
      padding: 0;
      border-bottom: 1px dotted #999;
      display: inline;
      font-size: 1.2em;
      line-height: 2.4em;
      padding-bottom: 12px;
      border-bottom: 1px dotted #ccc; }
  .format-copy a {
    font-weight: 500; }
  .format-copy img.alignright {
    margin: 1em 0 1em 0;
    max-width: 100%; }
  .format-copy img.alignleft {
    margin: 1em 0 1em 0;
    max-width: 100%; }
  .format-copy img.aligncenter {
    margin: 1em 0 1em 0;
    max-width: 100%; }
  .format-copy a img.alignright {
    margin: 1em 0 1em 0;
    max-width: 100%; }
  .format-copy a img.alignleft {
    margin: 1em 0 1em 0;
    max-width: 100%; }
  .format-copy a img.aligncenter {
    margin: 1em 0 1em 0;
    max-width: 100%; }

/* end snide carousel */
.hide {
  display: none; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  margin: 0 auto; }

   .payment-icons {
  padding: 5px;
  display: inline-block;
}

.compliance-icons {
  padding: 5px;
  display: inline-block;
}

.keep-it-fun{
  max-width: 110px;
  height: auto;
  padding-top: 10px;
}

.first-fun-logo {
  height: 52px !important;
}

/*********************
LINK STYLES
*********************/
a.button {
  margin: 18px 0 0 0;
  display: inline-block;
  text-align: center;
  padding: 16px 20px 12px;
  background: #fcf852;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2em;
  font-weight: 600;
  color: #08252B;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  font-family: 'FuturaNowHeadlineBlack';
  }
  a.button.secondary {
    margin-top: 40px
  }
  a.button.yellow {
    background: #edc11c;
    color: #fff; }
  a.button.purple {
    background: #8C2257;
    color: #fff; }
  a.button:hover {
    background: #479294;
    color: #fff; }
  a.button.smaller {
    padding: 12px 16px;
    letter-spacing: 1px;
    font-size: 1.2em; }

a {
  color: #ffffff;
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  /* on hover */
  }
  a:hover, a:focus {
    color: #26414c;
    outline: none; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: 'FuturaNowHeadlineBold', Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  padding: 0;
  font-weight: normal;
  margin: 0;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  width: 100%; }
  .header #inner-header {
    position: relative; }
    .header #inner-header a.login {
      position: absolute;
      top: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.3);
      letter-spacing: 1px;
      text-decoration: none;
      color: white;
      padding: 10px 20px;
      font-size: 0.9em;
      font-weight: 500;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px; }
      .header #inner-header a.login:hover {
        background: #50ABD1;
        color: #fff; }
      .header #inner-header a.login img {
        height: auto;
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: -2px;
        margin-right: 6px; }

.logo {
  text-align: left;
  padding: 0px;
  font-size: 0;
  margin-top: 15px; }
  .logo a {
    display: inline-block; }
  .logo img {
    /* max-height: 70px; */
    margin-top: 0px;
    margin-right: 10px;
    display: inline-block;
    height: 54px;
    }

.paid-in-cash-tab {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 100px;
  z-index: 9999999; }

.legal {
  background: #000;
  color: white;
  font-size: 0.8em; }
  .legal .term-holder {
    padding: 20px;
    border: 1px solid #444;
    margin-bottom: 0;
    color: #ccc; }
    .legal .term-holder h3 {
      color: #fff; }
    .legal .term-holder p {
      margin-bottom: 10px; }
  .legal h3, .legal h2 {
    font-size: 1.2em; }

.terms-toggle {
  padding: 0;
  border: 1px solid #444;
  margin-bottom: 25px;
  color: #fff;
  position: relative; }
  .terms-toggle .open-icon {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: white;
    background-image: url(../images/plus.png);
    background-size: cover; }
  .terms-toggle.open .open-icon {
    background: #EABF00;
    background-image: url(../images/minus.png);
    background-size: cover; }
  .terms-toggle.open h2 {
    color: #EABF00; }
  .terms-toggle.open:hover .open-icon {
    background: #EABF00;
    background-image: url(../images/minus.png);
    background-size: cover; }
  .terms-toggle:hover .open-icon {
    background: #EABF00;
    background-image: url(../images/plus.png);
    background-size: cover; }
  .terms-toggle h2 {
    padding: 0;
    padding: 20px;
    cursor: pointer; }
  .terms-toggle #terms-list {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px; }
    .terms-toggle #terms-list p:first-of-type {
      margin-top: 0; }
  .terms-toggle table {
    margin: 1em 0 2em;
    border: 1px solid #444; }
    .terms-toggle table td {
      padding: 10px 15px; }
    .terms-toggle table th {
      padding: 10px 15px;
      text-align: left; }
.white-header {
  color: #fff;
  font-family: 'FuturaNowHeadlineBlack';
  letter-spacing: normal;
}
.reviews {
  text-align: center;
  background: #f3f3f3; }
  .reviews .title-bar {
    margin-bottom: 40px; }
    .reviews .title-bar h3:after {
      margin-left: auto;
      margin-right: auto; }
  .reviews .quick-review {
    min-height: 250px;
    background: white;
    padding: 30px;
    text-align: left;
    position: relative; }
    .reviews .quick-review p {
      margin: 0;
      padding: 0; }
    .reviews .quick-review p.author {
      border-bottom: 1px solid #eee;
      padding-bottom: 20px;
      margin-bottom: 18px;
      font-size: 0.75em;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #777;
      font-weight: 500;
      margin-top: -5px; }
      .reviews .quick-review p.author img {
        height: auto;
        display: inline-block;
        width: 13px;
        vertical-align: -2px;
        margin-right: 6px; }
    .reviews .quick-review p.quote {
      font-size: 1.4em;
      line-height: 1.3em;
      margin-bottom: 25px;
      font-weight: 500; }
    .reviews .quick-review p.rating {
      font-size: 0.75em;
      font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
      .reviews .quick-review p.rating img {
        height: auto;
        display: inline-block;
        width: 32px;
        vertical-align: -2px;
        margin-right: 6px; }
    .reviews .quick-review .feefo-logo {
      position: absolute;
      bottom: 30px;
      right: 30px; }
      .reviews .quick-review .feefo-logo img {
        max-width: 50px; }

.parallax-window, .mobile-window {
  min-height: 200px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*********************
NAVIGATION STYLES
*********************/
.bottom-footer {
  padding: 20px 0;
  text-align: center;
  background: #f3f3f3; }
  .bottom-footer .fourcol {
    text-align: center;
    font-size: 0; }
  .bottom-footer img {
    max-height: 60px;
    opacity: 0.75;
    margin: 0 auto;
    margin-bottom: 25px; }
    .bottom-footer img.matchroom {
      margin-right: 20px; }
  .bottom-footer ul {
    margin: 0; }
    .bottom-footer ul.twelvecol {
      margin: 0;
      padding: 0; }

    .additional-tc-holder img {
    height: 18px;
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

/*********************
FOOTER STYLES
*********************/
.row {
  max-width: 1240px;
  margin: 0 auto; }

.row .row {
  margin-left: -30px;
  margin-right: -30px; }

.row .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.title-bar {
  margin: 30px auto;
  max-width: 600px;
  }

  .cookie-message-block {
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    background: #343131;
    padding: 10px 30px 20px;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 275;
    font-size: 1rem;
    }
  
  .cookie-message-container {
    max-width: 900px;
    margin: 0 auto; }
  
  .cookie-message-text {
    color: #ffffff; }
  
  .cookie-got-it-btn {
    border-radius: 8px;
    background-color: #02cd70;
    border: 3px solid #02cd70;
    color: #001418;
    font-weight: 700;
    font-size: .65rem;
    padding: 12px 20px;
    outline: none;
    cursor: pointer;
    vertical-align: center;
    }
    .cookie-got-it-btn:hover {
      background: #50abd100;
      color: #02cd70;
      border: 3px solid #02cd70;}

.offer-font {
  font-family: 'FuturaNowHeadlineBlack';
  font-size: 1.6em;
  max-width: 340px;
  margin: 0 auto;
}

/* Ordit */
.home-video {
  }

.lead-banner {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0 0;
  background-image: url(../images/320-bg.jpg);
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  text-align: center;
  position: relative;
  width: 100%;
  }
  .lead-gradient {
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 210px;
    bottom: 0;
    background: linear-gradient(0deg, #00000075 38%, #00000000 100%);
  }
  .lead-banner p {
    font-size: 0.85em;
    margin: -1.5px auto;
    color:#000000;
    text-transform: uppercase;
    }
  .lead-banner .after-link {
    display: block;
    width: 100%;
    float: left; }
  .lead-banner .over {
    z-index: 101;
    position: relative;
    color: #fcf852;
    }
  .lead-banner .inner-align {
    height: 607px;
    position: relative;
    z-index: 20;
    }
    .lead-banner .inner-align .v-align {
      top: 34px;
      position: relative;
      }
      .lead-banner .inner-align .v-align .overinfo {
        margin: 0;
        }
  .lead-banner h1.header-title {
    font-size: 1.35rem;
    text-transform: uppercase;
    letter-spacing: 0.188rem;
    font-weight: 200;
    font-weight: 700;
    padding: 15px;
    margin: 70px auto 30px  auto;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    background-color: rgba(6, 14, 26, 0.9);
    border: 1px solid #fff;
    width: 75%; }
  .lead-banner .lead-container {
    margin-bottom: 1em;
    }
    .lead-banner .lead-container .lead-header {
      text-align: center;
      position: relative;
      z-index: 2;
      }
      .lead-banner .lead-container .lead-header h1 {
        font-size: 1.15rem;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        font-weight: 500;
        margin: 0 0 6px 0;
        }
        .lead-banner .lead-container .lead-header h1 strong {
          font-weight: 700; }
        .lead-banner .lead-container .lead-header h1:nth-of-type(2) {
          margin: 6px 0 0 0;
          }
      .lead-header h2 {
        color: white;
        font-weight: 200;
        letter-spacing: 0rem;
        font-size: 1.2rem;
        text-transform: uppercase;
        padding: 10px 1rem;
        }
        .lead-header .sub-header {
          font-family: 'FuturaNowHeadlineBlack';
          font-size: 1.4rem;
          padding: 0;
          margin: 10px 0 0 0;
                  margin-top: 2px
        }
        .yellow-text {
          color: #fcf852;
        }



.lead-header img {
  width:100%;
}
        .lead-banner .lead-container .lead-body a:after {
          content: "";
/*          background-image: url("../images/arrow-right.svg");*/
          height: 15px;
          width: 15px;
          vertical-align: middle;
          line-height: 28px;
          background-size: contain;
          display: inline-block;
          background-repeat: no-repeat;
          position: relative;
          right: 0;
          top: -2px;
          left: 7px; }
        .lead-banner .lead-container .lead-body a:hover {
          background-color: #367072;
          color: #fff; }
          .lead-banner .lead-container .lead-body a:hover:after {
            content: "";
            background-image: url("../images/arrow-right-hover.svg"); }
.lead-compliance.desktop {
  display: none;
}
.lead-compliance {
    margin-bottom: 20px;
}
.lead-compliance .key-terms {
  color: #fff;
  font-size: 0.65rem;
}
.lead-compliance-logos {
  display: inline-flex;
  justify-content: center;
  margin: 10px 0 0 0;
}
.lead-compliance-logos img {
  height: 26px;
  width: 100%;
  padding: 4px;
}
.how-it-works {
  color: white;
  background: #000;
  text-align: center;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat; }
  .how-it-works .title-bar h3 {
    color: white;
    text-transform: uppercase;
    }
  .how-it-wadditionalorks .fourcol {
    margin-bottom: 2em; }
    .how-it-works .fourcol .step-header {
      text-transform: uppercase;
      border: 2px solid white;
      padding: 0.95rem; }
      .how-it-works .fourcol .step-header h4 {
        color: white;
        font-weight: 600;
        font-size: 1.625em;
        display: inline-block; }
      .how-it-works .fourcol .step-header span {
        font-size: 1.625em;
        display: inline-block;
        padding-right: 2rem; }
    .how-it-works .fourcol:first-of-type .step-header span {
      color: #fcf852;
      }
    .how-it-works .fourcol:nth-of-type(2) .step-header span {
      color: #fcf852;
      }
    .how-it-works .fourcol:last-of-type {
      margin-bottom: none; }
      .how-it-works .fourcol:last-of-type .step-header span {
        color: #fcf852;
        }
    .how-it-works .fourcol .step-body {
      padding: 1.5rem;
      border: 1px solid rgba(255, 255, 255, 0.25);
      background-color: rgba(0, 0, 0, 0.25);
      color: white;
      text-transform: uppercase; }
      .how-it-works .fourcol .step-body p {
        margin: 0; }
  .how-it-works a img {
    border: 3px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: 250ms all ease;
    -ms-transition: 250ms all ease;
    -o-transition: 250ms all ease;
    -moz-transition: 250ms all ease;
    transition: 250ms all ease; }
  .how-it-works a:hover img {
    border: 3px solid rgba(255, 255, 255, 0.9); }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 375px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 375px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  .lead-banner .lead-container .lead-header h1 {
    font-size: 1.2rem;
    }

  .lead-compliance {}
  .lead-header .sub-header {
    font-size: 1.6rem;
            margin-top: 2px
  }
    .lead-banner .inner-align {
    height: 689px;
    }
  .lead-banner .lead-container .lead-body .sub-line {
    font-size: 0.8em; }
  .lead-banner .link-holder span {
    font-size: 0.85rem; }
  .new-odd, .old-odd {
    font-size: 20px;
    }
      .lead-banner .inner-align .v-align {
      top: 34px;
      }
  .how-it-works .fourcol .step-body {
    padding: 2rem; } }
@media only screen and (min-width: 425px) {
  .lead-compliance {
}
.lead-compliance .key-terms {
  color: #fff;
  font-size: 0.65rem;
}
.lead-compliance-logos {
  display: inline-flex;
  justify-content: center;
  margin: 10px 0 0 0;
}
.lead-compliance-logos img {
  height: 26px;
  width: 100%;
  padding: 4px;
}

  .lead-banner .inner-align {
  height: 590px;
  }
  .lead-compliance {
}
  .lead-banner .inner-align {
    height: 722px;
    position: relative;
    z-index: 20;
    }

      .lead-banner .inner-align .v-align {
      top: 32px;
      }}

@media only screen and (min-width: 481px) {

  .lead-banner .inner-align {
    height: 746px;
    }
  .lead-header img {
  width:400px;
}
  .new-.new-odd, .old-odd {
    font-size: 2rem; }
  a.button {
  margin: 18px 0 0 0;
  display: inline-block;
  text-align: center;
  padding: 16px 20px 12px;
  background: #fcf852;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.2em;
  font-weight: 600;
  color: #08252B;
  text-transform: uppercase;
  cursor: pointer;
  width: 288px;
  font-family: 'FuturaNowHeadlineBlack';
  }}

/*
TABLET Portrait
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 4.66666666667%; }
  .twocol {
    width: 13.3333333333%; }
  .threecol {
    width: 22.0%; }
  .fourcol {
    width: 30.6666666667%; }
  .fivecol {
    width: 39.3333333333%; }
  .sixcol {
    width: 48.0%; }
  .sevencol {
    width: 56.6666666667%; }
  .eightcol {
    width: 65.3333333333%; }
  .ninecol {
    width: 74.0%; }
  .tencol {
    width: 82.6666666667%; }
  .elevencol {
    width: 91.3333333333%; }
  .twelvecol {
    margin-left: 0;
    width: 100%; }
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .fifthcol {
    position: relative;
    float: left;
    margin-left: 4%; }
  .first {
    margin-left: 0; }
  .last {
    float: right; }
  /******************************************************************
Site Name: Framework
Author: Tone

Stylesheet: Tablet & Small Desktop Stylesheet


******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    line-height: 1.5;
    overflow-x: auto;
    font-size: 17px; }
  .parallax-window {
    min-height: 400px; }
  a.button {
    margin-top: 12px;
    font-size: 1.5em;
    width: 402px;
    }
    a.button.smaller {
      padding: 12px 16px;
      letter-spacing: 1px;
      font-size: 1em; }
  a.feefo {
    display: block; }
  .tabify {
    display: block; }
  .mobify {
    display: none; }
  .mobmargin {
    margin-top: 0; }
  .header #inner-header a.login {
    font-size: 1em; }
  .bands {
    padding: 40px 0;
    }
  .bands.error-page {
    padding: 50px 0; }
    .bands.error-page h2 {
      font-size: 56px;
      font-weight: 500; }
    .bands.error-page p {
      font-size: 24px;
      color: #5F767F; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1240px; }
  .wrap {
    width: 92%; }
  /*********************
HEADER STYLES
*********************/
  .header {
    margin-top: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 250;
    height: auto;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease; }
    .header #inner-header {
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      transition: all 500ms ease; }
    .header .logo {
      z-index: 10;
      margin-top: 30px; }
      .header .logo img {
        margin: 0;
        width: auto;
        display: inline-block;
        margin-top: 0;
        margin-right: 20px;
        height: 110px;
        }
  .paid-in-cash-tab {
    top: 23px;
    right: 0px;
    width: 175px; }
  .title-bar h3 {
    font-size: 1.6em;
    }
  /*********************
NAVIGATION STYLES
*********************/
  .bottom-footer {
    text-align: left;
    padding: 30px 0; }
    .bottom-footer .fourcol {
      text-align: right; }
    .bottom-footer img {
      opacity: 1;
      float: right;
      margin-bottom: 0;
      display: inline-block; }
    .bottom-footer p {
      margin-top: 30px; }
  .format-copy li {
    left: 22px;
    padding-right: 0; }
  .format-copy p:first-of-type {
    font-size: 1.2em;
    line-height: 1.4em; }
  .format-copy h2 {
    color: #50ABD1; }
  .format-copy h3 {
    color: #50ABD1; }
  .format-copy h4 {
    font-size: 1.4em;
    color: #50ABD1; }
  .format-copy h5 {
    color: #50ABD1; }
  .format-copy img.alignright {
    float: right; }
  .format-copy img.alignleft {
    float: left; }
  .format-copy img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    
  .format-copy a img.alignright {
    float: right; }
  .format-copy a img.alignleft {
    float: left; }
  .format-copy a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .format-copy.about-copy h2 {
    margin-top: 0; }
  .legal, .terms {
    background: #000;
    color: white;
    font-size: 0.75em; }
    .legal .term-holder, .terms .term-holder {
      padding: 30px;
      min-height: 250px; }
      .legal .term-holder h3, .terms .term-holder h3 {
        color: #fff; }
      .legal .term-holder p, .terms .term-holder p {
        margin-bottom: 10px; }
    .legal h3, .legal h2, .terms h3, .terms h2 {
      font-size: 1.4em; }
  .terms-toggle {
    margin-bottom: 50px; }
    .terms-toggle .open-icon {
      top: 25px;
      right: 30px;
      width: 34px;
      height: 34px; }
    .terms-toggle h2 {
      padding: 30px;
      cursor: pointer; }
    .terms-toggle #terms-list {
      padding-left: 30px;
      padding-bottom: 20px;
      padding-right: 30px; }
  /*********************
FOOTER STYLES
*********************/

  #inner-footer.wrap {
    width: 90%; }

  .how-it-works {
    background-position: top right;
    background-size: 50%;
    background-repeat: no-repeat;
    }
    .how-it-works .fourcol {
      margin-bottom: 0em; }
      .how-it-works .fourcol .step-header h4 {
        font-size: 1.25em; }
      .how-it-works .fourcol .step-header span {
        font-size: 1.25em;
        padding-right: 0.5rem; }
      .how-it-works .fourcol .step-body {
        min-height: 170px; }
  .lead-banner {
    background-image: url(../images/768-bg.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    position: relative;
    overflow: hidden;
    height: 1224px;
    }
    .lead-compliance.desktop {
  display: block;
  margin-top: 24px;
}
  .lead-compliance-logos img {
  height: 30px;
  width: 100%;
  padding: 4px;
}

.cookie-message-block {
  padding: 10px 30px 20px;
  text-align: left; }
.cookie-message-block p {
  max-width: 50%;
  margin: 10px auto;
  float: left; }
.cookie-got-it-btn {
  font-size: .75rem;
  outline: none;
  /* cursor: pointer; */
  float: right;
  margin: 20px auto 0;
  }

      .lead-compliance.desktop p {
        font-size: 0.7rem;
      }
  .lead-compliance .key-terms {
    max-width: 472px;
  }
    .lead-compliance {
      display: none;
}
    .lead-banner img.mob {
      width: 100%;
      height: auto;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      max-height: 570px;
      min-height: 525px; }
    .lead-banner video {
      display: none; }
    .lead-banner .usp-bar img {
      max-width: 50px; }
    .lead-banner .inner-align {
      }
    .lead-banner .inner-align .v-align {
      top: 65px;
      }
      .lead-banner .inner-align {
    height: 922px;
    }
    .lead-header img {
  width: 100%;
  max-width: 75%;
}
    .lead-header .sub-header {
    font-size: 2.3rem;
  }
      .lead-banner .inner-align .v-align .overinfo {
        margin: 0; }
    .lead-banner h1.header-title {
      font-size: 2rem;
      text-transform: uppercase;
      padding: 15px;
      margin: 100px auto 30px  auto;
      width: 75%; }
    .lead-banner .lead-container {
      width: 90%;
      float: none;
      margin: 0 auto 2em;
      display: inline-block; }
      .lead-banner .link-holder {
        width: 90%;
        float: none;
        margin: 11em auto 2em;
        display: inline-block;
        }
      .lead-banner .lead-container .lead-header h1 {
        font-size: 1.4rem;
        }

      .lead-banner .lead-container .lead-body {
        position: relative;
        z-index: 1;
        text-align: center; }
        .lead-banner .lead-container .lead-body .sub-line {
          background: #479294;
          padding: 0.95rem;
          text-decoration: none;
          color: white;
          letter-spacing: 4px;
          text-align: center;
          float: left;
          width: 60%;
          display: inline-block;
          line-height: 28px;
          font-weight: 500;
          font-size: 1.1rem;
          vertical-align: middle; }
        .lead-banner .lead-container .lead-body a {
          background: #fcf852;
          padding: 0.95rem;
          text-decoration: none;
          text-transform: uppercase;
          color: #08252B;
          /* letter-spacing: 4px; */
          text-align: center;
          /* float: right; */
          display: inline-block;
          width: 70%;
          line-height: 48px;
          /* font-weight: 600; */
          font-size: 1.6rem;
          vertical-align: middle;
          margin-top: 20px;
          /* border-radius: 7pt; */
          }
          .lead-banner .lead-container .lead-body a:after {
            content: "";
/*            background-image: url("../images/arrow-right.svg");*/
            height: 20px;
            width: 20px;
            vertical-align: middle;
            line-height: 28px;
            background-size: contain;
            display: inline-block;
            background-repeat: no-repeat;
            position: relative;
            right: 0;
            top: -2px;
            left: 10px; }
          .lead-banner .lead-container .lead-body a:hover {
            background-color: #367072;
            color: #fff; }
            .lead-banner .lead-container .lead-body a:hover:after {
              content: "";
              background-image: url("../images/arrow-right-hover.svg"); }
    .lead-banner.mobile .link-holder {
      /* bottom: -272px; */
      }
    .lead-banner .link-holder {
      bottom: -64px;
      background: #00000087;
      border-radius: 8px;
      padding: 12px 0 18px 0;
      }
      .lead-banner .link-holder span {
        font-size: 1rem; }
  .new-odd, .old-odd {
    font-size: 2rem;
    }
  .tricolour {
    width: 250px;
    height: 250px;
    position: absolute;
    right: 0;
    bottom: 0; } 

img {
  height: auto;
  max-width: 75%;
  }
    .lead-gradient {
    z-index: 4;
    position: absolute;
    width: 100%;
    height: 133px;
    bottom: 0;
    background: linear-gradient(0deg, #000000 0%, #00000000 100%);
    display: none;
  }
  .offer-font {
  font-size: 1.8em;
  font-family: 'FuturaNowHeadlineBlack';
  max-width: none;
}


}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name: Framework
Author: Tone

Stylesheet: Desktop Stylsheet

******************************************************************/
  .title-bar h3 {
    font-size: 2em; }
  .bands {
    padding: 60px 0; }
  .new-odd, .old-odd {
    font-size: 1.8rem;
    }
  .packagecol {
    margin-top: 0;
    margin-left: 13.3333333333%;
    width: 56.6666666667%; }
  .paid-in-cash-tab {
    display: block;
    top: 46px;
    right: 0px;
    width: 175px; }
  a.feefo {
    max-width: 175px; }
  .how-it-works .step {
    width: 30.6666666667%;
    margin-left: 4%; }
    .how-it-works .step.first {
      margin-left: 0; }
  .how-it-works .fourcol .step-body {
    padding: 2rem 1rem;
    min-height: 145px; }
  .bottom-footer {
    padding: 30px 0; }
    .bottom-footer ul li {
      margin-left: 1em;
      float: right; }
    .bottom-footer img {
      margin-bottom: 0;
      max-height: 80px; }
    .bottom-footer nav {
      display: block;
      margin-bottom: 0;
      margin-top: 30px;
      position: static;
      width: 100%; }
      .bottom-footer nav ul#menu-footer-menu {
        margin: 0;
        margin-top: 30px;
        font-size: 0.8em; }
      .bottom-footer nav li {
        display: inline;
        margin-right: 20px;
        letter-spacing: 1px; }
        .bottom-footer nav li:last-of-type {
          margin-right: 0; }
      .bottom-footer nav a {
        border-bottom: none;
        display: inline-block;
        text-decoration: none;
        padding: 0; }
  #container {
    position: static;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none; }
    #container.menu-open {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .player-quotes .sixcol {
    width: 48%;
    margin-left: 4%;
    padding: 30px;
    margin-bottom: 0; }
    .player-quotes .sixcol.first {
      margin-bottom: 0;
      margin-left: 0; }
  .playgame img {
    max-width: 100%; }
  .playgame .quick-game {
    margin-bottom: 0;
    border-bottom: none;
    width: 30.6666666667%;
    margin-left: 4%; }
    .playgame .quick-game.first {
      margin-left: 0;
      margin-right: 0; }
    .playgame .quick-game:nth-of-type(1) {
      margin-bottom: 0; }
    .playgame .quick-game:nth-of-type(2) {
      margin-bottom: 0; }
  .playgame h4 {
    font-size: 1em; }
  a.apps {
    top: 610px; }
  .link-holder {
    float: left; }
    .link-holder ul li .link-white {
      margin-top: 1.5em; }
  .cta-bar .ninecol {
    width: 74%; }
    .cta-bar .ninecol h2 {
      margin-top: 10px;
      font-size: 2em; }
  .cta-bar .threecol {
    width: 22%; }

    .lead-banner p {
      }
	.lead-banner .link-holder p {
    float:none;
    font-size: 0.8em;
    }
    .lead-banner:before {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c1f40+0,0c1f40+100&0.7+0,0+100 */
      background: -moz-linear-gradient(left, rgba(12, 31, 64, 0.8) 0%, rgba(12, 31, 64, 0) 80%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(12, 31, 64, 0.8) 0%, rgba(12, 31, 64, 0) 80%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(12, 31, 64, 0.8) 0%, rgba(12, 31, 64, 0) 80%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30c1f40', endColorstr='#000c1f40',GradientType=1 );
      /* IE6-9 */ }
    .lead-banner .inner-align {
      height: 540px;
      }
      
      .lead-banner .inner-align .v-align {
        top: 58px;
        }
        .lead-header .sub-header {
    font-size: 1.9rem;
  }
    .lead-banner h1.header-title {
      width: 55%;
      float: left; }
    .lead-banner .lead-container {
      float: left;
      width: 50%;
      }
      .lead-banner .link-holder {
        float: left;
        width: 55%;
        margin: 0 auto 2em;
        background: 0;
        top: -20px;
    }
    .lead-banner {
    background-image: url(../images/1024-bg.jpg);
    background-size: cover;
    background-position: center right;
    display: block;
    position: relative;
    overflow: hidden;
    height: 600px;
    }
    a.button {
    margin-top: 12px;
    font-size: 1em;
    width: 310px;
    }
        .lead-header img {
  width: 100%;
  max-width: 80%;
  }

      .lead-gradient {
  display: none;
  }

        .lead-banner .lead-container .lead-header h1 {
        font-size: 0.7rem;
        }
  


    .lead-banner .tablet-land.link-holder {
      display: block;
      position: relative;
      bottom: inherit; }
    .lead-banner .link-holder {
      text-align: center;
      }
      .lead-banner .link-holder span {
        font-size: 1em; }
      .lead-banner .link-holder .twelvecol img {
        margin: auto 10px; }
  .how-it-works .fourcol:first-of-type:after {
    position: absolute;
    content: "";
    background-image: url("../images/arrow-right-12.svg");
    height: 28px;
    width: 25px;
    background-repeat: no-repeat;
    top: calc(50% - 14px);
    text-align: center;
    margin-left: calc(25px - 15px); }
  .how-it-works .fourcol:nth-of-type(2):after {
    position: absolute;
    content: "";
    background-image: url("../images/arrow-right-12.svg");
    height: 28px;
    width: 25px;
    background-repeat: no-repeat;
    top: calc(50% - 14px);
    text-align: center;
    margin-left: calc(25px - 15px); } }

    .clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  body {
    font-size: 19px; }
  .lead-banner {
    background-image: url(../images/1240-bg.jpg);
    background-size: cover;
    background-position: center right -120px;
    height: 687px;
    }
      .lead-header img {
  width: 100%;
  max-width: 80%;
}
          .lead-banner .lead-container .lead-header h1 {
        font-size: 1.1rem;
        }
    .lead-banner h1.header-title {
      font-size: 2.5rem;
      float: left;
      width: 55%; }
    .lead-banner .lead-container {
      width: 50%;
      float: left;
      }
      .lead-header .sub-header {
        font-size: 2rem;
        }
  .new-odd, .old-odd {
    font-size: 1.8rem;
    text-align: center;
    }
  .bands {
    padding: 50px 0; }
  #inner-content {
    padding: 50px 0; }
  .logo img {
    max-width: 200px; }
  a.feefo {
    right: 0;
    top: 17px; }
  .lead-banner:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c1f40+36,1e5799+100&0.5+53,0+100 */
    background: -moz-linear-gradient(top, rgba(12, 31, 64, 0.3) 36%, rgba(17, 46, 88, 0.3) 53%, rgba(30, 87, 153, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(12, 31, 64, 0.3) 36%, rgba(17, 46, 88, 0.3) 53%, rgba(30, 87, 153, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(12, 31, 64, 0.3) 36%, rgba(17, 46, 88, 0.3) 53%, rgba(30, 87, 153, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800c1f40', endColorstr='#001e5799',GradientType=0 );
    /* IE6-9 */ }
  .lead-banner.mobile {
    }
  .lead-banner.desktop {
    display: block; }
  .lead-banner .overinfo {
    width: 100%;
    max-width: 1240px; }
  .lead-banner .inner-align {
    min-height: 700px; }
  .how-it-works {
    background-size: 35%; }
    .how-it-works .fourcol .step-header h4 {
      font-size: 1.625em; }
    .how-it-works .fourcol .step-header span {
      font-size: 1.625em;
      padding-right: 2rem; }
    .how-it-works .fourcol .step-body {
      min-height: 150px; }

    .lead-banner .inner-align .v-align {
        top: 86px;
        }
          .lead-gradient {
  }
      a.button {
    margin-top: 12px;
    font-size: 1em;
    width: 340px;
    }}
    
@media only screen and (min-width: 1400px) {
  .lead-banner h1.header-title {
    font-size: 2.5rem;
    float: left;
    width: 55%; }
  .lead-banner .lead-container {
    width: 50%;
    }
    .lead-banner {
    background-image: url(../images/1240-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 687px;
    }
 .lead-header .sub-header {
      font-size: 2.4rem;
      }
  .new-odd, .old-odd {
    font-size: 2rem;
    }
      .lead-banner .inner-align .v-align {
        top: 80px;
        }}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  #logo img {
    display: none; }
    #logo img.retina-logo {
      display: block; } }

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
