c/******************************************************************
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/
*/
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-help, .alert-info, .alert-error, .alert-success {
  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 {
  font-family: "futura-pt-book", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background: #4b0f95;
  line-height: 1.4;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  }

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

strong {
  font-weight: bold; }

img {
  display: block;
  height: auto;
  max-width: 100%;
  }



.home-video {
  background: url(../images/320-bg.jpg) !important;
  background-size: cover !important;
  background-position: center top 0px !important;
  background-repeat: no-repeat;
  padding: 20px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
  }

.bg{
  background-size: cover !important;
  background-position: center top 0px !important;
  background-repeat: no-repeat;
  padding: 20px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
  position: relative;
}

  .home-video::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    }
  .home-video p {
    font-size: 1em; }
  .home-video .over {
    z-index: 101;
    position: relative; }
  .home-video p {
    margin-top: 10px;
    font-size: 0.6em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px; }
    .home-video p a {
      color: white;
      text-decoration: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .home-video p a:hover {
        color: #EABF00; }
  .home-video h1 {
    font-size: 4.4em;
    font-weight: 700;
    text-align: center;
    }
    h1.hero-header {
      font-size: 2.4em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
    }
     h1.hero-header {
     font-size: 40px;
     font-weight: 500;
     letter-spacing: 2px;
     font-family: 'kenfolg';
     margin-bottom: 10px;
     margin-top: -36px;
     line-height: 50px;
    }
    h3.hero-header {
     font-size: 2.2em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
    /* margin-left: 70px;*/

    }
     h1.hero-header strong {
     font-size: 1.2em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';

    }

    h3.hero-header strong {
     font-size: 44px;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
   
    }

    .home-video h3 {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'futura-pt-book';
    margin: 0px 0px 22px 0px;
    color: #fff;
    }


    .home-video h1 span {
      display: inline-block;
      font-size: 0.42em;
      line-height: 0.9em;
      margin-top: 5px;
      text-align: left;
      letter-spacing: 2px;
      font-family: 'kenfolg';
      color: #ffef2c;
      }
      .home-video h1 span.twenty {
        margin-right: 10px;
        font-size: 1em;
        font-weight: 700;
        margin-top: 0;
        text-align: right;
        font-family: 'kenfolg';
        letter-spacing: 1px;
        }
  .home-video h2 {
    color: #EABF00; }

 .tagline{

  color: #ffffff;
/* border: 1px solid red;*/
   padding-top: 20px;

 }
font-family: 'kenfolg';
      color: #ffef2c;
      font-size: 38px;
      letter-spacing: 2px;


  .home-video h3 {
    font-weight: 500;
    font-size: 3.2em;
    margin: 0px 0px 22px 0px;
    font-family: 'futura-pt-heavy';
    }
    .home-video h3::before {
      /* display: block; */
      /* width: 40px; */
      /* height: 3px; */
      /* background: transparent; */
      /* content: ""; */
      margin: 5px auto 10px auto; }

    

  .home-video .over {
    color: #ffef2c; }
  .home-video .overinfo {
    margin-top: 280px;
    }
  .home-video .usp-bar {
    position: absolute;
    background: #1C173D;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 40;
    padding: 25px 0;
    }
    .home-video .usp-bar img {
      max-width: 50px;
      margin: 0 auto;
      margin-bottom: 12px; }
    .home-video .usp-bar ul {
      margin: 0;
      /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
      }
    .home-video .usp-bar li {
      width: 20%;
      text-transform: uppercase;
      font-size: 0.75em;
      letter-spacing: 1px;
      font-weight: 500;
      line-height: 1.2em;
      text-align: center;
      float: left;
      color: white;
      color: rgba(255, 255, 255, 0.9);
      /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
      }


/*    .home-video .bg{ width: 100%; height: 100%; position:absolute; top:0; left:0; background-size: cover; background-attachment: fixed; background-position: left;}
.home-video .bg .tempBg{width: 100%; height: 100%; position:absolute; top:0; left:0; background-size: cover; background-attachment: fixed;background-position: left; opacity:0;}
*/
.home-video .bg{

     width: 100%;
     height: 100%;
     position:absolute;
     top:0;
     left:0;
     background-size: cover;
     background-attachment: fixed;
     background-position: left;
}
 .home-video .bg .tempBg{
    width: 100%;
     height: 100%;
     position:absolute;
     top:0;
     left:0;
     background-size: cover;
     background-attachment: fixed;
    background-position: left;
     opacity:0;
}


a.feefomobile {
  max-width: 150px;
  margin: 0 auto 24px;
  display: block;
  }

/*
a.appsmobile {
	text-align: center;
	display: block;
	max-width: 48%;
	float: left;
	&.android {
		float:right;
	}
}
*/
a.appsmobile {
  text-align: center;
  display: inline-block;
  max-width: 48%; }
  a.appsmobile.android {
    float: right; }

.margin {
  margin-top: 18px;
}

.linkholder {
  text-align: center;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 20px 0;
  font-size: 0;
  margin: 25px 0; }

.usp-bar.mobile {
  padding: 30px 0 10px 0;
  background: #1c173d;
  color: #fff;
  text-align: left;
  }
  .usp-bar.mobile ul {
    margin: 0; }
  .usp-bar.mobile li {
    font-size: 0.9em;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center; }
    .usp-bar.mobile li img {
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
      display: block;
      margin: 0 auto;
      vertical-align: 0;
      margin-bottom: 5px;
      max-width: 35px; }

.usp-bar.tabup {
  display: none; }

.bands {
  padding: 30px 0; }
  .bands h2 {
    padding-bottom: 25px; }
  .bands h3 {
    padding-bottom: 0;
    color: #3F6D7F;
    text-transform: uppercase;
    }
  .bands.light {
    background: #eee; }
  .bands.dark {
    background: #08252B; }

.title-bar h3 {
  color: #0C0C0C;
  font-size: 1.8em;
  font-weight: 600;
  text-transform: none;
  }
  .title-bar h3::after {
    display: block;
    /* content: ""; */
    width: 40px;
    height: 3px;
    background: #fff;
    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;
  margin: 0;
  }

a.feefo {
  max-width: 125px;
  left: 0;
  top: 5px;
  position: absolute; }

a.apps {
  max-width: 160px;
  right: 170px;
  opacity: 0.7;
  top: 540px;
  position: absolute;
  display: none;
  overflow: hidden;
  border-radius: 3px; }
  a.apps:hover {
    opacity: 1; }

.android {
  right: 0px !important; }

.cta-bar {
  background: url(../images/cta-bg.jpg);
  background-size: cover;
  color: #fff;
  padding: 30px 0 40px 0;
  text-align: center; }
  .cta-bar .button {
    margin: 0;
    margin-top: 20px; }
  .cta-bar h2 {
    margin-top: 8px; }

    .cta-bar-2 {
  background: url(../images/cta-bg-2.gif);
  background-size: cover;
  color: #fff;
  padding: 30px 0 40px 0;
  text-align: center; }
  .cta-bar .button {
    margin: 0;
    margin-top: 20px; }
  .cta-bar h2 {
    margin-top: 8px; }

.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%; }
  .format-copy table p {
    font-size: 0.9em; }

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

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

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

.compliance-icons {}

.compliance-icons img {
  max-height: 34px;
  margin: 0 8px 0 0;
  display: inline-flex;
  vertical-align: middle;
}
.compliance-icons-footer {
  display: inline-flex;
}
img.compliance-icons-footer  {
  max-height: 28px;
  padding: 2px;
}
.keep-it-fun{
  max-width: 110px;
  height: auto;
  padding-top: 10px;
}



/*********************
LINK STYLES
*********************/
a.button {
  display: inline-block;
  text-align: center;
  padding: 8px 28px;
  background: #04cd70;
  color: #141529;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1em;
  cursor: pointer;
  font-family: 'futura-pt-heavy';
  border: 3px solid #04cd70;
  }
  }
  a.button.outlined {
    background: #00cd7000;
    color: #FFEF2C; 
	border-radius:8px
    border: 3px solid ##FFEF2C;}

  a.button:hover {
    background: #00cd7000;
    color: #04cd70;
    border: 3px solid #04cd70;
    border-radius: 8px;
    }

  a.button.smaller {
    padding: 12px 16px;
    letter-spacing: 1px;
    background: #FFEF2C;
    border: 3px solid #FFEF2C;
    padding: 8px 28px;
    }
    a.button.smaller:hover {
    
    background: #5bc5f200;
    border: 3px solid #FFEF2C;
    color: ##FFEF2C;
    }

a {
  color: #fff;
  -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: "futura-pt-heavy", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  padding: 0;
  font-weight: normal;
  margin: 0;
  font-size: 2em;
  line-height: 1em;
  }
  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: 22px;
      right: 0;
      background-color: #02cd7000;
      letter-spacing: 1px;
      text-decoration: none;
      color: #04cd70;
      padding: 6px 20px;
      font-size: 0.9em;
      font-family: 'futura-pt-heavy';
      border-radius: 8px;
      border: 3px solid #04cd70;
      }
      .header #inner-header a.login:hover {
        background: #04cd70;
        color: #141529;
        }
      .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; }
  .logo a {
    display: inline-block; }
  .logo img {
    width: 70px;
    margin-top: 12px;
    display: block;
    }

.desktop-rr-logo {
  display: none; }

.mobile-rr-logo {
  display: block;
  max-width: 250px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999; }



.playgame {
  color: #fff;
  background: url('../images/grosvenor-pattern-bg.png');
  background-size: cover;
  text-align: center;
  }
  .playgame p.note {
    font-size: 0.7em;
    opacity: 0.5; }
  .playgame a.button {
    }
  .playgame .quick-game {
    margin-bottom: 35px;
    padding-bottom: 15px;
    background: white;
    padding: 8px;
    border-radius: 8px;
    height: 390px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    }
    .playgame .quick-game.final {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .playgame .quick-game.last {
      margin-bottom: 0; }
  .playgame .title-bar {
    margin-bottom: 30px; }
    .playgame .title-bar p {
      margin: 10px auto 0;
      max-width: 600px;
      }

    .playgame .quick-game.game-one {
    background: url('../images/game-tiles/grosvenor-vic-roulette-bg.jpg');
    background-size:
    cover;
    background-position:
    center;
    }
    .quick-game .game-tile-logo {
      /* padding: 25px; */
      transition: transform .4s; /* Animation */
      margin-top: 6%;
      max-width: 70%;
      margin: 188px auto 0;
    }
        .quick-game .game-tile-logo:hover {
        transform: scale(1.1);
    }
    .playgame .quick-game.game-two {
    background: url('../images/game-tiles/grosvenor-bj-bg.jpg');
    background-size:
    cover;
    background-position:
    center;
    }

    .playgame .quick-game.game-three {
    background: url('../images/game-tiles/grosvenor-roulette-bg.jpg');
    background-size:
    cover;
    background-position:
    center;
    }

    .playgame .quick-game.game-four {
    background: url('../images/game-tiles/s13658-crazy-time-background.jpg');
    background-size:
    cover;
    background-position:
    center;
    }

    .playgame .quick-game .button.smaller {
      position: relative;
      bottom: -83%;
    }
    .playgame .title-bar h3 {
      color: white;
      }
      .playgame .title-bar h3::after {
        display: block;
        width: 40px;
        height: 3px;
        background: #fff;
        /* content: ""; */
        margin: 20px auto 25px auto;
        }
  .playgame .sixcol {
    text-align: left; }
  .playgame img {
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 240px;
    }
  .playgame a img {
    -webkit-transition: 250ms all ease;
    -ms-transition: 250ms all ease;
    -o-transition: 250ms all ease;
    -moz-transition: 250ms all ease;
    transition: 250ms all ease; }
  .playgame h4 {
    color: #222;
    display: block;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 10px;
    font-family: 'futura-pt-heavy';
    text-transform: uppercase;
    }

.how-it-works {
  color: #fff;
  background: #1C173D;
  text-align: center;
  }
  .how-it-works p.note {
    font-size: 0.7em;
    opacity: 0.5; }
  .how-it-works .step {
    margin-bottom: 0;
    margin-top: 50px;
    height: 200px;
    border-radius: 8px;
    text-align: left;
    padding: 69px 20px;
    transition: transform .4s; /* Animation */
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    }

    .how-it-works .step:hover {
     transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    
    }


    .game-banner-mobile {margin: 30px 0 20px 0;}
    .game-banner-desktop {
      display: none;
    }
    .banner-link .game-banner-desktop {
      border: none;
    }
    .banner-link .game-banner-mobile {
      border: none;
    }
    .banner-link .game-banner-mobile:hover {
      border: none;
    }
    .banner-link .game-banner-desktop:hover {
      border: none;
    }

    .how-it-works .step.deposit {
    background: url('../images/deposit-tile.jpg');
    background-size: cover;
    }
    .how-it-works .step span {
      /* width: 50px; */
      /* height: 50px; */
      /* line-height: 50px; */
      /* background: white; */
      /* display: block; */
      /* margin: 0 auto; */
      /* margin-top: -42px; */
      /* margin-bottom: 15px; */
      /* border-radius: 100%; */
      /* color: #222; */
      /* font-weight: 700; */
      }
    .how-it-works .step.first {
      margin-top: 10px;
      }
    .how-it-works .step.first.register {
      background: url('../images/sign-up-tile.jpg');
      background-size: cover;
      }
    .how-it-works .step h4 {
      color: #ffffff;
      font-size: 1.3em;
      text-transform: uppercase;
      font-family: 'futura-pt-heavy';
      }
    .how-it-works .step.final {
      margin-bottom: 0; }
    .how-it-works .step.final.receive {
      background: url(../images/receive-tile.jpg);
      background-size: cover;
    }
    .how-it-works .step p {
      margin-bottom: 0;
      margin-top: 4px;
      line-height: normal;
      max-width: 200px;
      }
  .how-it-works .title-bar {
    margin-bottom: 30px;
    text-align: center;
    }
    .how-it-works .title-bar p {
      max-width: 600px;
      margin: 10px 0 auto;
      }
    .how-it-works .title-bar h3 {
      color: white;
      text-transform: none;
      }
      .how-it-works .title-bar h3::after {
        display: block;
        width: 40px;
        height: 3px;
        background: #fff;
        /* content: ""; */
        margin: 20px auto 25px auto;
        }
  .how-it-works .sixcol {
    text-align: left; }
  .how-it-works img {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 100%; }
  .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); }
  .how-it-works h4 {
    color: #fff;
    display: inline-block;
    font-weight: 700; }
  .how-it-works .paymenticons {
    padding-top: 30px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    margin-top: -23px;
    }
    .how-it-works .paymenticons ul {
      margin: 0; }
      .how-it-works .paymenticons ul li {
        width: 12%;
        display: inline-block;
        margin: 0 5px; }
        .how-it-works .paymenticons ul li img {
          width: 100%;
          margin-bottom: 0;
          max-width: 100%; }

.player-quotes {
  text-align: center;
  background: #F1F6FA; }
  .player-quotes .title-bar {
    margin-bottom: 80px; }
  .player-quotes p {
    margin: 0 auto;
    max-width: 800px; }
  .player-quotes p.playername {
    font-weight: 600;
    color: #50ABD1;
    margin-top: 20px; }
  .player-quotes p.playercredit {
    color: #999; }
  .player-quotes h3 {
    color: #222; }
    .player-quotes h3::after {
      display: block;
      width: 40px;
      height: 2px;
      background: #EC6A5D;
      content: "";
      margin: 20px auto 10px auto; }
  .player-quotes .sixcol {
    background: #fff;
    padding: 30px 20px;
    font-size: 0.9em;
    text-align: left; }
    .player-quotes .sixcol.first {
      margin-bottom: 85px; }
  .player-quotes img {
    margin: 0 auto;
    max-width: 120px;
    margin-top: -90px;
    border-radius: 100%;
    margin-bottom: 10px;
    border: 10px solid #fff; }

.terms {
  background: #0a1e49;
  color: white; }

.legal, .terms {
  background: #1c173d;
  color: white;
  font-size: 0.8em;
  }
  .legal .term-holder, .terms .term-holder {
    padding: 20px;
    border: 1px solid #fff;
    margin-bottom: 0;
    color: #ccc; }
    .legal .term-holder h3, .terms .term-holder h3 {
      color: #fff;
      font-family: 'futura-pt-heavy';
      }
    .legal .term-holder p, .terms .term-holder p {
      margin-bottom: 0; }
  .legal h3, .legal h2, .terms h3, .terms h2 {
    font-size: 1.2em; }

.terms-toggle {
  padding: 0;
  /* border: 1px solid #fff; */
  margin-bottom: 25px;
  color: #fff;
  position: relative;
  }
  .terms-toggle .open-icon {
    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: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: 0px;
    font-family: 'futura-pt-heavy';
    text-transform: none;
    }
  .terms-toggle #terms-list {
    display: block;
    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; }

.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 {
    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: 720px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  }

.mobile-window {
  background-size: cover; }
  .mobile-window::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    display: block;
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .mobile-window .content-holder {
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 5; }
  .mobile-window h2 {
    font-size: 1.6em;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    margin: 0; }

/*********************
NAVIGATION STYLES
*********************/
.social-svg ul li {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px; }
  .social-svg ul li:last-of-type {
    margin-right: 0; }
  .social-svg ul li.fb a:hover {
    background: #3b5998;
    border-color: #3b5998; }
  .social-svg ul li.tw a:hover {
    background: #4099FF;
    border-color: #4099FF; }
  .social-svg ul li.ig a:hover {
    background: #125688;
    border-color: #4099FF; }
  .social-svg ul li.gp a:hover {
    background: #d34836;
    border-color: #d34836; }
  .social-svg ul li a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: center; }
    .social-svg ul li a svg {
      width: 60px;
      height: 60px;
      padding: 20px; }

#inner-content {
  padding: 20px 0; }

#inner-footer p {
  font-weight: 500; }

#inner-footer.wrap {
  text-align: center; }
  #inner-footer.wrap img.logos {
    max-width: 250px;
    position: relative;
    top: 8px;
    clear: both;
    display: inline-block;
    margin-left: 10px; }
  #inner-footer.wrap img.boxing {
    max-width: 220px;
    display: inline-block; }

/*********************
RWD TABLE STYLES
*********************/
.rwd-table {
  margin: 20px 0;
  min-width: 100%; }
  .rwd-table tr {
    border: 1px solid #bbb; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
    .rwd-table td:first-child {
      padding-top: .5em; }
    .rwd-table td:last-child {
      padding-bottom: .5em; }
    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      display: inline-block; }
  .rwd-table th, .rwd-table td {
    text-align: left; }

.rwd-table {
  background: #a1e49;
  color: #fff;
  border: 1px solid #fff; }
  .rwd-table tr {
    border-color: #bbb; }
  .rwd-table th, .rwd-table td {
    margin: .5em 1em; }
  .rwd-table th, .rwd-table td:before {
    color: #fff; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

.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 {
  position: relative; }

/* Terms and Logos Update */
.mobify.link-holder {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10; }

.link-holder {
  clear: both; }
  .link-holder ul {
    margin: 0; }
    .link-holder ul li {
      display: inline-block;
      margin-right: 1.5em; }
      .link-holder ul li:last-of-type {
        margin-right: 0; }
      .link-holder ul li.gambleware a {
        color: white;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 0.7em;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px; }
  .link-holder .logo {
    max-width: 35px;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease; }

.tc-holder p {
  color: #fff;
  font-size: 0.7em;
  text-align: center;
  margin: 2em 0 1em 0;
   text-transform: none; }
  .tc-holder p a {
    float: none; }

.tc-holder img {
  height: 20px;
  width: 20px;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: middle; }

.additional-tc-holder img {
  height: 35px;
  margin: 1px 5px 0 0;
  display: inline-block;
  vertical-align: middle; }

.bottom-footer {
  padding: 20px 0;
  text-align: center;
  background: #141529;
  margin: 0 auto;
  text-align: center;
  }
  .bottom-footer .fourcol {
    text-align: center; }
  .bottom-footer .eightcol.logo-container ul {
    margin: 0; }
    .bottom-footer .eightcol.logo-container ul li {
      display: inline-block;
      margin-left: 1em; }
      .bottom-footer .eightcol.logo-container ul li a:hover img {
        opacity: 0.8; }
      .bottom-footer .eightcol.logo-container ul li.keep-it-fun img, .bottom-footer .eightcol.logo-container ul li.gambleware img, .bottom-footer .eightcol.logo-container ul li.age-restriction img {
        max-height: 50px;
        margin-bottom: 7.5px; }
      .bottom-footer .eightcol.logo-container ul li img {
        max-height: 65px;
        opacity: 1;
        float: right;
        margin-bottom: 0;
        display: inline-block; }
      .bottom-footer .eightcol.logo-container ul li:first-of-type {
        margin-left: 0; }

.cookie-message-block {
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  background: #000;
  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-family: 'futura-pt-heavy';
  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;}

    /* White Grosvenor Pill */
    
    .overinfo .section-pill h3 {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 8px;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 10px;
    text-transform: uppercase;
    }

  .tilt {
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
}
    .tilt-bottom{
    margin: 0;
    width: 100%;
    position: relative;
    top: -30px;}

.yellow {
  color: #ffef2c;
}

    .bottom-footer img {
      margin: 0 auto;
      max-height: 80px;
      }
       .tagline h4{

  font-size: 1.2em
 }

@media only screen and (min-width: 375px) {
    .home-video h1 {
    font-size: 5.2em;
    font-weight: 700;
    text-align: center;
    }
     h1.hero-header {
      font-weight: 500;
      font-family: 'kenfolg';
      color: #ffef2c;
      font-size: 3.4em;
      
    }
    .home-video h3 {
    font-weight: 500;
    font-size: 3.4em;
    margin: 0px 0px 22px 0px;
    font-family: 'kenfolg';

    }
    .playgame .quick-game {
    margin-bottom: 35px;
    padding-bottom: 15px;
    background: white;
    padding: 8px;
    border-radius: 8px;
    height: 520px;
    }

     h1.hero-header {
     font-size: 45px;
     font-weight: 500;
     font-family: 'kenfolg';
     line-height: 55px;
     margin-top: -42px;
    }
    h3.hero-header {
     font-size: 25px;
     font-weight: 500;
     font-family: 'futura-pt-book';
     /* margin-left: 70px;*/
    }
     h1.hero-header strong {
     font-size: 1.2em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';

    }

    h3.hero-header strong {
     font-size: 48px;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
   
    }
     .tagline h4{

  font-size: 1.6em
 }
    
}


/*
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: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px 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.

******************************************************************/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }
  /* end .entry-content */
  .rwd-table {
    margin: 2em 0;
    min-width: 300px; }
    .rwd-table tr {
      border-top: 1px solid #bbb;
      border-bottom: 1px solid #bbb; }
    .rwd-table th {
      display: none; }
    .rwd-table td {
      display: block; }
      .rwd-table td:first-child {
        padding-top: .5em; }
      .rwd-table td:last-child {
        padding-bottom: .5em; }
      .rwd-table td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        display: inline-block;
        display: none; }
    .rwd-table th, .rwd-table td {
      text-align: left;
      display: table-cell;
      padding: .25em .5em; }
      .rwd-table th:first-child, .rwd-table td:first-child {
        padding-left: 0; }
      .rwd-table th:last-child, .rwd-table td:last-child {
        padding-right: 0; }
  .rwd-table {
    color: #fff;
    overflow: hidden;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    }
    .rwd-table tr {
      border-color: #bbb; }
    .rwd-table th, .rwd-table td {
      padding: 1em !important; }
    .rwd-table th, .rwd-table td:before {
      color: #fff; }
    .playgame .quick-game {
    margin-bottom: 35px;
    padding-bottom: 15px;
    background: white;
    padding: 8px;
    border-radius: 8px;
    height: 800px;
    }
    .home-video .overinfo {
    margin-top: 269px;
    }
    .home-video {
      background-size: cover !important;
      background-position: center bottom 70% !important;
      background-repeat: no-repeat;
      padding: 20px;
      text-align: center;
      padding-top: 100px;
      padding-bottom: 40px;
      position: relative;
      }

     

.tagline{

  color: #ffffff;
/* border: 1px solid red;*/
   padding-top: 20px;

 }

 .tagline h4{

  font-size: 1.9em
 }



  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */ }

/*
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: 100%;
    text-align: center; }
  .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; }

    .tagline{

  color: #ffffff;
/* border: 1px solid red;*/
   padding-top: 220px;

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

Stylesheet: Tablet & Small Desktop Stylesheet


******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    line-height: 1.5;
    overflow-x: auto;
    font-family: "futura-pt-book", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400; }
  .mobile-window {
    display: none; }
  .parallax-window {
    min-height: 400px; }
  a.button {
    display: inline-block;
    }
    a.button.smaller {
      }
  a.feefo {
    max-width: 175px;
    left: auto;
    right: 150px;
    top: 3px;
    position: absolute;
    display: block; }
  .tabify {
    display: block; }
  .mobify {
    display: none; }
  .mobmargin {
    margin-top: 0; }
  .header #inner-header a.login {
    font-size: 1em; }
  .bands {
    padding: 50px 0; }
  .intro-copy {
    background: white; }
    .intro-copy p:first-of-type {
      padding-top: 0;
      font-size: 1.2em;
      font-weight: 500; }
    .intro-copy img {
      max-width: 100%;
      margin-bottom: 20px;
      margin-top: 0px; }
  .player-quotes .sixcol {
    width: 100%;
    margin-left: 0;
    padding: 30px;
    margin-bottom: 0; }
  #inner-content {
    padding: 35px 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; }
  .flex-control-nav {
    display: block; }
  /* end snide carousel */
  .bottom-footer nav li.book-a-table {
    display: inline; }
  /*********************
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 {
      padding: 35px 0 28px 0;
      -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; }
      .header .logo img {
        margin: 0;
        max-width: 130px;
        max-height: 100%;
        width: 80px;
        display: block;
        }
  .mobile-rr-logo {
    display: none; }
  .desktop-rr-logo {
    display: block;
    max-width: 300px;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 99999; }
  .header.smaller {
    background: black; }
    .header.smaller #inner-header {
      background-image: none; }
  .slider #homepage-slider .carousel-caption {
    position: absolute;
    bottom: -100%; }
  .title-bar h3 {
    font-size: 2.4em; }
  .book-a-table-mobile {
    display: none; }
  .venue-list {
    font-size: 0.8em; }
  .playgame img {
    max-width: 100%; }
  .playgame .quick-game {
    margin-bottom: 0;
    border-bottom: none;
    width: 48%;
    margin: 0; }
    .playgame .quick-game.first {
      margin-right: 4%; }
    .playgame .quick-game:nth-of-type(1) {
      margin-bottom: 30px; }
    .playgame .quick-game:nth-of-type(2) {
      margin-bottom: 30px; }
  .playgame .title-bar {
    margin-bottom: 40px; }
    .playgame .title-bar p {
      max-width: 800px; }
  .home-video {
    background: url(../images/768-bg.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    height: 818px;
    padding: 0;
    text-align: center;
    background: black;
    background-position: left;
    }
    .home-video::after {
      content: "";
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0); }
    .home-video img.mob {
      width: 100%;
      height: auto;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      max-height: 570px;
      min-height: 525px; }
    .home-video video {
      display: none; }
    .home-video .overinfo {
      margin: 0 auto;
      max-width: 700px;
      padding-top: 142px;
      width: 92%;
      max-width: 1240px;
      }
    .home-video .over {
      color: #ffef2c;
      position: absolute;
      opacity: 1;
      /*background-color: rgba(0, 0, 0, 0.1);*/
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 30;
      text-align: left;
      }
      .home-video .over h1 {
        text-align: left;
        }
    .home-video h1 {
      font-weight: 700;
      text-align: center;
      }
      .home-video h1 span {
        display: inline-block;
        float: left;
        font-size: 0.43em;
        line-height: 0.92em;
        margin-top: 7px;
        text-align: left;
        letter-spacing: 2px;
        }
        .home-video h1 span.twenty {
          margin-right: 17px;
          font-size: 1em;
          font-weight: 700;
          margin-top: 0;
          text-align: right;
          letter-spacing: 1px;
          }
    .home-video h3 {
      font-weight: 400;
      font-size: 3.2em;
      margin: 2px 0 20px 0;
      }
      .home-video h3::before {
        /* display: block; */
        /* width: 40px; */
        /* height: 3px; */
        /* background: transparent; */
        /* content: ""; */
        margin: 1 px 0; }


    .home-video .usp-bar img {
      max-width: 50px; }
  a.apps {
    display: block; }
  .introcol {
    padding-left: 20px;
    text-align: left; }
    .introcol h3 {
      margin-top: 0; }
  /*********************
NAVIGATION STYLES
*********************/
  .social-svg ul li {
    width: 80px;
    height: 80px;
    margin-left: 10px; }
    .social-svg ul li a {
      width: 80px;
      height: 80px; }
      .social-svg ul li a svg {
        width: 80px;
        height: 80px;
        padding: 20px; }
  .format-copy {
    overflow: hidden; }
    .format-copy li {
      margin-bottom: 5px;
      position: relative;
      left: 22px;
      padding-right: 0; }
    .format-copy p:first-of-type {
      margin-top: 0;
      line-height: 1.4em;
      font-weight: 500; }
    .format-copy h2 {
      font-size: 1.5em;
      color: #ffffff; }
    .format-copy h3 {
      font-size: 1.4em;
      color: #50ABD1; }
    .format-copy h4 {
      font-size: 1.4em;
      color: #50ABD1; }
    .format-copy h5 {
      font-size: 1.2em;
      color: #50ABD1; }
    .format-copy h6 {
      font-size: 1.1em; }
    .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 {
      float: right;
      margin: 0 0 1em 1em; }
    .format-copy img.alignleft {
      float: left;
      margin: 0 1em 1em 0; }
    .format-copy img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .format-copy a img.alignright {
      float: right;
      margin: 0 0 1em 1em; }
    .format-copy a img.alignleft {
      float: left;
      margin: 0 1em 1em 0; }
    .format-copy a img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .format-copy.about-copy h2 {
    margin-top: 0; }
  .how-it-works .step {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 60px;
    min-height: 310px;
    font-size: 1.4em;
    }
    .how-it-works .step.first {
      margin-top: 20px; }
    .how-it-works .step span {
      margin-top: -47px;
      margin-bottom: 20px; }
  .how-it-works .title-bar {
    margin-bottom: 40px; }
  .how-it-works .paymenticons {
    padding-top: 45px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    margin-top: -21px;
    }
    .how-it-works .paymenticons ul {
      margin: 0; }
      .how-it-works .paymenticons ul li {
        width: auto;
        display: inline-block;
        margin: 0 5px; }
        .how-it-works .paymenticons ul li img {
          width: 64px;
          margin-bottom: 0;
          max-width: 100%; }
  .usp-bar.mobile {
    display: none; }
  .usp-bar.tabup {
    display: block;
    }
  .legal, .terms {
    background: #1c173d;
    color: white;
    font-size: 0.75em;
    }
    .legal .term-holder, .terms .term-holder {
      padding: 30px;
      min-height: 270px; }
      .legal .term-holder h3, .terms .term-holder h3 {
        color: #fff; }
      .legal .term-holder p, .terms .term-holder p {
        margin-bottom: 0; }
    .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;
      border-radius: 100%;
      background: white;
      background-image: url(../images/plus.png);
      background-size: cover; }
    .terms-toggle h2 {
      padding: 0;
      padding: 0px; }
    .terms-toggle #terms-list {
      padding-left: 30px;
      padding-bottom: 20px;
      padding-right: 30px; }
  .cta-bar {
    background: url(../images/cta-bg.jpg);
    background-size: cover;
    padding: 60px 0;
    text-align: left; }
    .cta-bar .threecol {
      text-align: right; }
    .cta-bar .button {
      margin: 0;
      margin-top: 0; }
    .cta-bar .ninecol {
      width: 65.3333333333%; }
      .cta-bar .ninecol h2 {
        margin-top: 15px;
        font-size: 1.6em; }
    .cta-bar .threecol {
      width: 30.6666666667%; }
  /*********************
FOOTER STYLES
*********************/
  #inner-footer.wrap {
    width: 90%; }
  /* Terms and Logos Update */
  .link-holder ul li.gambleware a {
    font-size: 0.85em; }
  .tc-holder {
    max-width: 350px;
    display: inline-flex;
    }
    .tc-holder p {
      font-size: 0.75em;
      text-align: left;
      }
  .additional-tc-holder {
    max-width: 500px;
    float: left; }
  .bottom-footer {
    /* text-align: left; */
    padding: 30px 0;
    }
    .bottom-footer .fourcol {
      text-align: left;
      width: 40%; }
    .bottom-footer .eightcol {
      margin: 0;
      width: 60%; }
      .bottom-footer .eightcol.logo-container ul {
        float: right;
        margin: 0; }
        .bottom-footer .eightcol.logo-container ul li img {
          max-width: 180px;
          opacity: 1;
          float: right;
          margin-bottom: 0;
          display: inline-block; }
  .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;
    font-family: 'futura-pt-heavy';
    outline: none;
    /* cursor: pointer; */
    float: right;
    margin: 20px auto 0;
    }

    .game-banner-mobile {
      display: none;
    }
    .game-banner-desktop {
     display: block;
     margin: 40px 0 40px 0;
    }
  
  
  /* White Grosvenor Pill */
    
  .overinfo .section-pill h3 {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 8px;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    width: fit-content;
    padding: 6px 10px;
    margin: 14px 0 8px 0;
    }

  .tilt {
  position: absolute;
  bottom: 120px;
  width: 100%;
  left: 0;
}
   .playgame .quick-game {
    margin-bottom: 35px;
    padding-bottom: 15px;
    background: white;
    padding: 8px;
    border-radius: 8px;
    height: 480px;
    }
      .how-it-works .step p {
      
      max-width: 340px;
      }
       h1.hero-header {
     font-size: 3em;
     font-weight: 500;
     font-family: 'kenfolg';
     line-height: 60px;
     margin-top: -5px;
    }
    h3.hero-header {
     font-size: 29px;
     font-weight: 500;
     font-family: 'futura-pt-book';
     /* margin-left: 70px; */
    }
     h1.hero-header strong {
     font-size: 58px;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';

    }

    h3.hero-header strong {
     font-size: 52px;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
   
    }
}
@media only screen and (min-width: 875px) {
    .home-video h3 {
      margin: -4px 0 35px 0;
      }

    h1.hero-header {
     font-size: 2.8em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
    }
    h3.hero-header {
     font-size: 2.8em;
     font-weight: 500;
     /* margin-left: 70px; */
    }
     h1.hero-header strong {
     font-size: 1.0em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';

    }

    h3.hero-header strong {
     font-size: 1.4em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
   
    }

   
    .home-video .over{
      padding-top: 160px
    }
  }
/*
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; }
  .packagecol {
    margin-top: 0;
    margin-left: 13.3333333333%;
    width: 56.6666666667%; }
  .header .logo img {
    margin: 0;
    width: 114px;
    }
  .how-it-works .step {
    margin-top: 20px;
    width: 30.6666666667%;
    margin-left: 4%; }
    .how-it-works .step.first {
      margin-left: 0; }
  .bottom-footer {
    padding: 30px 0; }
    .bottom-footer img {
      margin: 0 auto;
      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; }
    .bottom-footer .eightcol.logo-container ul {
      float: right; }
  #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: 22%;
    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; }
  .cta-bar .ninecol {
    width: 100%;
    text-align: center; }
    .cta-bar .ninecol h2 {
      margin-top: 10px;
      font-size: 2em; }
  .cta-bar .threecol {
    width: 22%; }
  .home-video {
    height: 881px;
    background: url(../images/1024-bg.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    background: black;
    background-position: left;
    }
    .home-video::after {
      height: 130px; }
    .home-video .over h1 {
      padding: 0;
      /* font-size: 7.5em; */
      }
    .home-video .over a.button {
      float: left; }
    .home-video .overinfo {
      padding-top: 212px;
      }
    .home-video .usp-bar {
      padding: 25px 0;
      }
      .home-video .usp-bar img {
        max-width: 50px; }
  /* Terms and Logos Update */
  .tc-holder {
    max-width: 436px;
    width: 100%;
    }
    .tc-holder p {
      text-align: left;
      font-size: 0.65em; }
  .additional-tc-holder {
    margin-top: 0;
    float: left; }
  .link-holder {
    float: left;
    text-align: left; }
    .link-holder ul li {
      margin-right: 0.5em; }
      .link-holder ul li.gambleware a {
        font-size: 0.65em; }
  a.apps {
    top: 490px; }
  
  
  /* White Grosvenor Pill */
    
  .overinfo .section-pill h3 {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 8px;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    width: fit-content;
    margin: 0px 0 12px 0;
    padding: 6px 10px;
  }
    .tilt {
  position: absolute;
  bottom: 120px;
  width: 100%;
  left: 0;
}
  .playgame .quick-game {
    margin-bottom: 35px;
    padding-bottom: 15px;
    background: white;
    padding: 8px;
    border-radius: 8px;
    height: 320px;
    }
      .how-it-works .step {
    min-height: auto;
    
    }
    .how-it-works .step p {
      
      max-width: 200px;
      }
        .how-it-works .step {
    
    font-size: 1em;
    
    }
        h1.hero-header {
     font-size: 3.4em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
     line-height: 65px;
     margin-top: -36px;
    }
  h3.hero-header {
     font-size: 35px;
     font-weight: 500;
     font-family: 'futura-pt-book';
     /* margin-left: 90px; */
    }
     h1.hero-header strong {
     font-size: 1.2em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';

    }

    h3.hero-header strong {
     font-size: 63px;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
   
    }
    .tagline{

  color: #ffffff;
/* border: 1px solid red;*/
   padding-top: 240px;

 }


  }




/*
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: 20px; }
  .bands {
    padding: 70px 0; }
  #inner-content {
    padding: 50px 0; }
  .logo img {
    max-width: 200px; }
  .venue-list {
    font-size: 0.9em; }
  a.apps {
    top: 570px; }
  .home-video {
    height: 924px;
    background: none !important;
    }
    .home-video .overinfo {
      width: 92%;
      max-width: 1240px;
      padding-top: 220px;
      }
    .home-video::after {
      height: 170px; }
    .home-video .over h1 {
      /* font-size: 8em; */
      }
    .home-video video {
      display: block;
      width: 110% !important; }
    .home-video .usp-bar {
      padding: 10px 0;
      }
      .home-video .usp-bar img {
        max-width: 60px; }
  .playgame h4 {
    font-size: 1.1em; }
  .intro-copy {
    background: white; }
    .intro-copy p:first-of-type {
      margin-top: 20px; }

.tagline{

  color: #ffffff;
/* border: 1px solid red;*/
   padding-top: 250px;

 }

    /* White Grosvenor Pill */
    
  .overinfo .section-pill h3 {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 8px;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    width: fit-content;
    margin: 22px 0 16px 0;
    padding: 8px 12px;
  }
    .header .logo img {
    margin: 0;
    width: 110px;
    }
  .tilt {
  position: absolute;
  bottom: 93px;
  width: 100%;
  left: 0;
}

    .tc-holder {
    max-width: 500px;
    width: 100%;
    }
    .playgame .quick-game {
    margin-bottom: 35px;
    padding-bottom: 15px;
    background: white;
    padding: 8px;
    border-radius: 8px;
    height: 400px;
    }
      .how-it-works .step {
    font-size: 0.8em;
    }
            h1.hero-header {
     font-size: 3.0em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
     line-height: 77px;
     margin-top: -24px;
     }
    

     h3.hero-header {
     font-size: 39px;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'futura-pt-book';
     /* margin-left: 90px; */
    }

    
     h1.hero-header strong {
     font-size: 1.2em;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';

    }

    h3.hero-header strong {
     font-size: 67px;
     font-weight: 500;
     letter-spacing: 3px;
     font-family: 'kenfolg';
   
    }
     

  }

/*
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; } }



/* GC Rebrand Fonts */

@font-face {
  font-family: 'futura-pt-heavy';
  src:  url('../fonts/futura-pt-heavy.woff2') format('woff2'),
        url('../fonts/futura-pt-heavy.woff') format('woff');
}

@font-face {
  font-family: 'futura-pt-book';
  src:  url('../fonts/futura-pt-book.woff2') format('woff2'),
        url('../fonts/futura-pt-book.woff') format('woff');
}

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


