@charset "UTF-8";
/******************************************************************
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
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*
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
*********************/
ul#tabs li a {
  -webkit-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  transition: all 150ms ease-in; }

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

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Work Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
  color: #051624;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative; }

.mobify {
  display: block; }

.tabify {
  display: none; }

.page-template-page-contact .whyuse {
  display: none; }
.page-template-page-contact #logo img.mariomoney {
  display: none; }

.page-template-page-thanks-php .whyuse {
  display: none; }
.page-template-page-thanks-php #logo img.mariomoney {
  display: none; }

.page-template-page-thanks-php #content {
  background: #222; }

html.menu-open, body.menu-open {
  overflow: hidden; }
  
.fb_dialog.fb_dialog_mobile {
    bottom: 54px !important;
}

.error404 #content {
  background: black; }
  .error404 #content h1, .error404 #content h2, .error404 #content h3, .error404 #content p {
    color: white;
    text-align: center;
    font-weight: 900;
    letter-spacing: 5px;
    font-family: monospace; }
  .error404 #content img {
    margin: 0 auto;
    display: block;
    max-width: 500px;
    width: 100%; }
  .error404 #content a {
    color: #fff;
    display: block; }
    .error404 #content a:hover {
      color: #f9ff28; }

strong {
  font-weight: 600; }

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

input:focus {
  outline: none; }

#container {
  display: block;
  position: relative;
  z-index: 2;
  transition: 250ms transform ease;
  -webkit-transition: 250ms -webkit-transform ease;
  -moz-transition: 250ms -moz-transform ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  #container.menu-open {
    -webkit-transform: translate3d(-65%, 0, 0);
    -moz-transform: translate3d(-65%, 0, 0);
    transform: translate3d(-65%, 0, 0);
    overflow: hidden;
    box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.1); }

mid blue {
  color: #0294d7; }

dark blue {
  color: #2e1764; }

.button, .button:visited {
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  text-shadow: none;
  text-decoration: none;
  padding: 16px 30px;
  margin-left: 0;
  letter-spacing: 0.01em;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  background: #57a9df;
  color: #fff;
  font-weight: 500;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.03em; }
  .button:hover, .button:visited:hover {
    background: #0164b2;
    color: #fff;
    outline: none; }
  .button:focus, .button:visited:focus {
    outline: none; }

a.showmore {
  cursor: pointer;
  background: white;
  color: #2080cc;
  display: inline-block; }

#content.quote {
  background: #2080cc; }

.moreconsoles {
  display: none;
  border-top: 40px solid transparent; }

.bands.consoleband .owl-theme .owl-nav {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }
.bands.consoleband .owl-next, .bands.consoleband .owl-prev {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 10px;
  background: #57a9df;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }
  .bands.consoleband .owl-next:hover, .bands.consoleband .owl-prev:hover {
    background: #0164b2; }
.bands.consoleband .gameexample {
  padding: 10px; }

/*
  Accordion
*/
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: step-start;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: step-start;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: step-start;
  animation-iteration-count: infinite; }

@-moz-keyframes blinker {
  0% {
    opacity: 1.0; }

  50% {
    opacity: 0.0; }

  100% {
    opacity: 1.0; } }

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }

  50% {
    opacity: 0.0; }

  100% {
    opacity: 1.0; } }

@keyframes blinker {
  0% {
    opacity: 1.0; }

  50% {
    opacity: 0.0; }

  100% {
    opacity: 1.0; } }

.consoleband {
  overflow: hidden; }

.bands .owl-carousel .owl-stage-outer {
  overflow: visible; }

.bands.tabstuff .gameexample.threecol {
  width: 48%;
  padding: 10px;
  float: right; }
  .bands.tabstuff .gameexample.threecol:nth-of-type(2n+1) {
    clear: both;
    float: left; }
  .bands.tabstuff .gameexample.threecol h3 {
    margin-top: 5px; }

.bands .gameexample.threecol, .bands .gameexample {
  padding: 25px;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  background: white;
  box-shadow: 10px 10px 100px #eee; }
  .bands .gameexample.threecol h3, .bands .gameexample h3 {
    font-size: 1em;
    margin: 5px 0;
    font-family: "Work Sans", "Georgia", Cambria, Times New Roman, Times, serif;
    font-weight: 600;
    margin-top: 15px; }
  .bands .gameexample.threecol img, .bands .gameexample img {
    margin: 0 auto;
    box-shadow: none;
    max-width: 100%; }

.whychoose {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57a9df+0,0164af+100 */
  background: #f1f7fc;
  /* Old browsers */ }

.gameprice {
  color: #57a9df; }
  .gameprice span {
    color: #666; }
  .gameprice strong {
    font-weight: 600; }

.ctabar {
  background-image: url(../images/banner.jpg);
  color: white;
  padding: 30px 0 30px 0;
  text-align: center; }
  .ctabar h4 {
    font-size: 2em;
    letter-spacing: 0;
    color: #fff;
    margin-top: 7px; }
  .ctabar a.button {
    margin: 0;
    margin-top: 30px;
    background: #57a9df;
    color: white;
    font-size: 1.2em;
    padding: 18px 25px; }
    .ctabar a.button:hover {
      background: #2080cc;
      color: #fff; }
  .ctabar span {
    display: inline-block;
    width: 15px;
    vertical-align: -5px;
    background-image: url("../images/geo.png");
    background-size: cover;
    height: 20px;
    margin-right: 10px; }
    .ctabar span img {
      width: 15px;
      height: 20px; }

.geobar {
  background: #b2211c;
  display: none;
  color: white;
  font-size: 0.8em;
  padding: 10px 0 12px 0; }
  .geobar.mobify {
    display: block; }
  .geobar span {
    display: none;
    width: 15px;
    vertical-align: -5px;
    background-image: url("../images/geo.png");
    background-size: cover;
    height: 20px;
    margin-right: 10px; }
    .geobar span img {
      width: 15px;
      height: 20px; }

.accordion {
  position: relative; }
  .accordion:last-of-type {
    margin-bottom: 0; }
  .accordion.open .ac-title {
    background: #0164b2;
    color: white; }
    .accordion.open .ac-title:after {
      width: 20px;
      height: 20px;
      content: "";
      background: url(../images/minus.png);
      background-size: cover;
      opacity: 1; }
    .accordion.open .ac-title:hover {
      color: #fff; }
  .accordion .ac-title {
    border-radius: 3px;
    background: #fff;
    color: #444;
    font-weight: 500;
    font-size: 1em;
    padding: 12px;
    cursor: pointer;
    margin-bottom: 18px; }
    .accordion .ac-title:hover {
      color: #2080cc; }
      .accordion .ac-title:hover:after {
        opacity: 1; }
    .accordion .ac-title:after {
      width: 70px;
      height: 20px;
      content: "";
      background: url(../images/plusshow.png);
      background-size: cover;
      position: absolute;
      top: 13px;
      right: 10px;
      font-size: 13px;
      cursor: pointer;
      opacity: 0.7; }
  .accordion .ac-content {
    margin-top: 20px;
    display: none;
    margin-bottom: 20px; }

/*
  Search
*/
.search-wrap {
  background: #E7E9EA;
  float: none;
  margin-top: -8px;
  margin-bottom: -8px;
  max-height: 35px;
  display: block;
  position: relative;
  z-index: 2; }
  .search-wrap .form-wrap {
    float: right;
    overflow: hidden;
    width: 100%;
    max-width: 0px;
    -webkit-transition: 300ms 250ms ease;
    -ms-transition: 300ms 250ms ease;
    -o-transition: 300ms 250ms ease;
    -moz-transition: 300ms 250ms ease;
    transition: 300ms 250ms ease; }
    .search-wrap .form-wrap .inside {
      width: 220px; }
    .search-wrap .form-wrap.opened {
      max-width: 220px; }
    .search-wrap .form-wrap form {
      padding-right: 8px;
      padding-top: 5px; }
    .search-wrap .form-wrap input[type="text"] {
      -webkit-appearance: none;
      background: none;
      vertical-align: middle;
      border: 0px;
      color: #5F767F;
      font-size: 1em;
      font-family: 'Gesta', Arial, Sans-Serif;
      padding-left: 0px;
      font-weight: 200; }
    .search-wrap .form-wrap input[type="submit"] {
      font-size: 13px;
      border: 0;
      background: white;
      color: #5F767F;
      border-radius: 2px;
      margin-top: 2px;
      vertical-align: -1px;
      -webkit-transition: 200ms 250ms ease;
      -ms-transition: 200ms 250ms ease;
      -o-transition: 200ms 250ms ease;
      -moz-transition: 200ms 250ms ease;
      transition: 200ms 250ms ease; }
      .search-wrap .form-wrap input[type="submit"]:hover {
        background: #3F6D80;
        color: white; }
    .search-wrap .form-wrap ::-webkit-input-placeholder {
      color: #5F767F;
      font-size: 1.1em;
      font-style: italic;
      font-weight: 200; }
    .search-wrap .form-wrap :-moz-placeholder {
      /* Firefox 18- */
      color: #5F767F;
      font-size: 1.1em;
      font-style: italic;
      font-weight: 200; }
    .search-wrap .form-wrap ::-moz-placeholder {
      /* Firefox 19+ */
      color: #5F767F;
      font-size: 1.1em;
      font-style: italic;
      font-weight: 200; }
    .search-wrap .form-wrap :-ms-input-placeholder {
      color: #5F767F;
      font-size: 1.1em;
      font-style: italic;
      font-weight: 200; }
  .search-wrap .open {
    display: block;
    width: 38px;
    height: 35px;
    float: left;
    background: url("../images/i-search.png") no-repeat center; }

/*
  Top Bar
*/
.top-bar {
  color: #98A6AF;
  background: white;
  padding: 8px 0px;
  font-size: 13px; }
  .top-bar a {
    color: #98A6AF;
    text-decoration: none;
    cursor: pointer; }
  .top-bar .phone {
    display: inline-block;
    padding: 0px 14px;
    margin: 0px 14px;
    padding-left: 0px;
    border-right: 1px solid #DDDDDD; }
  .top-bar img {
    display: inline;
    margin-right: 2px; }
  .top-bar .top-bar-left {
    float: left; }

.top-menu li {
  display: block; }

.top-bar-menu {
  display: none; }

.bgband {
  background: whitesmoke; }

.bgbanddark {
  background: whitesmoke;
  color:   white; }
  .bgbanddark h2 {
    color: #fff; }

.bands {
  padding: 30px 0; }
  .bands.wepayforgames {
    background: #f6f6f6; }
  .bands p.disclaimer {
    color: #777;
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 20px; }
  .bands h2 {
    padding-bottom: 0px;
    color: #57a9df;
    font-weight: 300;
    text-align: center;
    font-size: 1.6em;
    letter-spacing: -0.02em; }
  .bands h3 {
    padding-bottom: 0; }
  .bands img {
    border: 1px solid #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25); }
  .bands img.breakit {
    display: block;
    max-width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
    border: none;
    box-shadow: none; }

.top-bar {
  display: none; }

.bands .fifthcol,
.bands .threecol {
  margin-bottom: 30px; }

.icons {
  padding: 50px 0;
  text-align: center; }
  .icons img {
    max-width: 100px;
    margin-bottom: 20px; }
  .icons h2 {
    padding-bottom: 25px; }
  .icons h3 {
    padding-bottom: 0;
    color: #3f6d7f; }
  .icons h4 {
    color: #3f6d7f;
    min-height: 76px;
    font-weight: bold; }

.bands.thanks-page {
  padding: 15px 0;
  border-bottom: none; }
  .bands.thanks-page h1 {
    padding-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    color: #2080cc; }
  .bands.thanks-page h2 {
    padding-bottom: 0;
    font-size: 32px;
    font-weight: 500; }
  .bands.thanks-page p {
    font-size: 14px; }
  .bands.thanks-page img {
    border: none;
    display: inline-block;
    max-width: 120px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

.bands.error-page {
  padding: 35px 0;
  border-bottom: none; }
  .bands.error-page h2 {
    padding-bottom: 0;
    font-size: 32px;
    font-weight: 500; }
  .bands.error-page p {
    font-size: 18px;
    color: #3f6d7f; }
  .bands.error-page img {
    border: none;
    display: inline-block;
    max-width: 700px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

.header-contact {
  display: none;
  font-size: 16px; }
  .header-contact a.button:focus, .header-contact a.button:hover {
    background: #288ed1;
    color: #fff; }
  .header-contact a[href^=tel] {
    color: #3f6d7f;
    text-decoration: none; }
  .header-contact strong {
    font-weight: 600; }
  .header-contact span {
    display: block; }
    .header-contact span.divider {
      display: none; }
  .header-contact p {
    text-align: center;
    padding-top: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus, textarea:focus, input:focus {
    font-size: 16px;
    background: #eee; } }
.topbar {
  display: none;
  background: whitesmoke;
  color: #fff;
  padding: 20px 0px 20px 0px; }
  .topbar p {
    padding: 0 0 10px 0;
    margin: 0; }
  .topbar label {
    display: none; }
  .topbar form input {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%; }
    .topbar form input:focus {
      outline: none; }
  .topbar.mobile {
    background: white;
    padding: 0;
    display: block;
    height: 50px;
    overflow: hidden; }
    .topbar.mobile form input {
      float: right;
      background: white;
      color: #fff;
      padding: 0 15px;
      height: 50px;
      overflow: hidden;
      width: 80%;
      width: calc(100% - 50px );
      font-family: "Work Sans", "Georgia", Cambria, Times New Roman, Times, serif;
      -webkit-appearance: none; }
      .topbar.mobile form input#searchsubmit {
        position: absolute;
        top: 15px;
        right: 10px;
        width: 25px;
        background: url(../images/search-icon.png) no-repeat;
        background-size: 20px;
        height: 25px;
        overflow: hidden;
        text-indent: -5000px; }
    .topbar.mobile form input[type='text'],
    .topbar.mobile form input[type='number'],
    .topbar.mobile form textarea {
      font-size: 16px; }

.cheesebar {
  display: none; }

div#console-slider {
  padding: 12px 0;
  box-shadow: 0px 21px 20px #f3f3f3;
  padding: 12px 0; }
  div#console-slider img {
    margin: 0 auto; }

.whyuse ul {
  margin-top: 20px;
  margin-bottom: 0; }
  .whyuse ul li {
    margin-bottom: 5px;
    letter-spacing: -0.01em;
    font-size: 0.9em; }
    .whyuse ul li span {
      display: inline-block;
      color: #0294d7;
      min-width: 25px;
      text-align: center;
      font-size: 1.4em;
      margin-right: 10px;
      vertical-align: -3px; }
.whyuse .sixcol p:first-of-type {
  margin-top: 0;
  font-size: 1.2em;
  line-height: 1.6em; }
.whyuse .owl-dots {
  margin-top: 15px; }
.whyuse img {
  box-shadow: none;
  border: none; }

.whyuse.quotepage {
  padding: 0;
  background: transparent;
  color: #fff;
  font-weight: 400; }
  .whyuse.quotepage ul li span {
    color: #fff; }
  .whyuse.quotepage h2 {
    font-weight: 600; }
  .whyuse.quotepage p {
    font-size: 1.2em; }

.mobile-tray {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .mobile-tray a.button {
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 0;
    width: 50%;
    float: left;
    margin: 0;
    padding: 8px; }
    .mobile-tray a.button.fb {
      background: #0294d7; }
      .mobile-tray a.button.fb span {
        margin-right: 5px; }

.bands.faq {
  background: #0164b2;
  color: #fff; }
  .bands.faq a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline; }
  .bands.faq span {
    font-size: 2em;
    color: #57a9df !important; }
  .bands.faq h2 {
    color: #fff; }
  .bands.faq h3 {
    font-size: 1.2em;
    font-weight: 500; }
  .bands.faq .question {
    margin-top: 30px;
    text-align: center; }

.step-container {
  text-align: center; }
  .step-container .step {
    background: white;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    padding: 0; }
    .step-container .step img {
      max-width: 100px;
      margin-bottom: 10px;
      border: none;
      box-shadow: none; }
    .step-container .step p {
      padding: 0 30px; }
    .step-container .step h2 {
      font-size: 1.2em !important;
      font-weight: 500;
      color: #222; }

.intro-copy.bands {
  padding-top: 25px; }
  .intro-copy.bands .intropara {
    text-align: center; }
    .intro-copy.bands .intropara p:last-of-type {
      margin-bottom: 0; }
  .intro-copy.bands p:first-of-type {
    padding-top: 0; }

.copy-contain {
  text-align: center;
  margin-bottom: 30px; }
  .copy-contain p {
    margin-bottom: 0; }
  .copy-contain.nomarg {
    margin-bottom: 10px; }

.page-banner {
  margin-bottom: 40px; }

.hero {
  text-align: center;
  background-size: cover; }
  .hero .introtext {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    padding: 30px 0; }
    .hero .introtext h1 {
      font-size: 1.7em;
      color: white;
      letter-spacing: -0.01em; }
  .hero .button {
    margin-top: 5px; }

#console-slider .item {
  background: #fff;
  max-height: 220px; }

.slider #homepage-slider .item {
  background: #192229; }
  .slider #homepage-slider .item .carousel-caption {
    opacity: 0.01;
    -webkit-transition: 300ms 250ms ease;
    -ms-transition: 300ms 250ms ease;
    -o-transition: 300ms 250ms ease;
    -moz-transition: 300ms 250ms ease;
    transition: 300ms 250ms ease; }
  .slider #homepage-slider .item.active .carousel-caption {
    bottom: 10px;
    opacity: 1; }

.eightcol .page-banner {
  margin-bottom: 20px; }

.breadcrumb li {
  display: inline;
  margin-right: 3px;
  padding-right: 3px; }
  .breadcrumb li:after {
    content: " >"; }
.breadcrumb a {
  display: inline; }

.blogpost ul {
  padding-left: 20px;
  list-style-type: disc; }
.blogpost ol {
  padding-left: 20px;
  list-style-type: decimal; }
.blogpost li {
  margin-bottom: 5px; }

.entry-content .authorpic {
  margin: 20px 0; }
  .entry-content .authorpic img {
    width: auto;
    max-width: 50px;
    margin: 0;
    display: inline-block;
    float: left; }
  .entry-content .authorpic p {
    float: left;
    margin-left: 20px; }

.slider .carousel-caption {
  position: relative;
  width: 100%;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-size: 20px;
  text-shadow: none;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px 0; }

.slider .carousel-control {
  display: none; }

.carousel-inner {
  overflow: visible; }

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

.tabcontent {
  display: none; }

ul#tabs {
  font-size: 0;
  margin: 20px 0; }
  ul#tabs li {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    margin-right: 1px; }
    ul#tabs li.active a {
      background-color: #3f6d7f;
      color: white; }
      ul#tabs li.active a:hover {
        background-color: #3f6d7f;
        color: white; }
    ul#tabs li a {
      text-decoration: none;
      display: block;
      padding: 10px 20px; }
      ul#tabs li a:hover {
        background-color: whitesmoke; }

.tabstuff {
  background: #f1f7fc; }

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 10px;
  margin-top: 30px;
  text-align: center;
  font-size: 0;
  box-shadow: 10px 10px 100px #eee; }

ul.tabs li {
  background: none;
  color: #222;
  font-size: 1rem;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

ul.tabs li.current {
  background: #57a9df;
  color: #fff; }

.tab-content {
  display: none; }

.tab-content.current {
  display: inherit; }

.testimonial {
  display: none;
  text-align: center;
  font-size: 16px; }
  .testimonial h3 {
    margin-bottom: 20px;
    font-size: 1.4em;
    font-family: "Work Sans", "Georgia", Cambria, Times New Roman, Times, serif; }
  .testimonial p {
    font-weight: 300;
    margin: 0 40px 20px 40px; }
    .testimonial p.author {
      font-size: 16px;
      font-weight: 700; }

.testimonial .flexslider {
  background: transparent; }

.flex-control-nav {
  display: none; }

.carousel-indicators {
  display: none; }

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }

.item:nth-child(1) {
  background: #74C390; }

.item:nth-child(2) {
  background: #51BCE8; }

.item:nth-child(3) {
  background: #E46653; }

.testimonial .flexslider:hover .flex-prev,
.testimonial .flexslider .flex-prev {
  left: 0; }

.testimonial .flexslider:hover .flex-next,
.testimonial .flexslider .flex-next {
  right: 0; }

.blogmain article {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd; }

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

/*********************
LINK STYLES
*********************/
a {
  color: #3f6d7f;
  -webkit-transition: 250ms all ease;
  -ms-transition: 250ms all ease;
  -o-transition: 250ms all ease;
  -moz-transition: 250ms all ease;
  transition: 250ms all ease;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #26414c; }
  a:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizelegibility;
  padding: 0;
  font-weight: normal;
  margin: 0;
  font-size: 2em;
  line-height: 1.2em; }
  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
*********************/
color {
  background-color: #56a8de; }

.header {
  background: #57a9df;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57a9df+0,0164af+100 */
  background: #57a9df;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #57a9df 0%, #0164af 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #57a9df 0%, #0164af 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #57a9df 0%, #0164af 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57a9df', endColorstr='#0164af',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .header #inner-header {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0; }
    body.home .header #inner-header {
      padding-bottom: 0;
      margin-bottom: 0; }
  .header a.button {
    background: white;
    color: #0294d7; }
  .header a.button.fb {
    background: #0164b2;
    color: white; }

#logo {
  text-align: left;
  padding: 0px; }
  #logo a {
    display: block;
    float: left; }
  #logo img {
    max-width: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    margin: 12px auto 12px auto; }

.strap {
  max-width: 200px;
  color: white;
  font-weight: 600;
  margin-top: 7px;
  text-align: left;
  line-height: 1.4em;
  font-size: 1.1em;
  margin-left: 20px;
  float: left;
  width: calc(100% - 140px); }

/*********************
NAVIGATION STYLES
*********************/
.mobile-menu-toggle {
  display: block;
  height: 50px;
  width: 50px;
  background: url("../images/mobile-open.png") no-repeat center #6a96ad;
  border-top: 0;
  background-size: 25px;
  margin-top: 30px;
  max-width: 90px;
  z-index: 100;
  float: right; }

.mobile-navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  z-index: 1;
  background: #F1F5F7;
  padding: 20px;
  visibility: hidden;
  -webkit-transition-delay: 250ms;
  box-shadow: 4px -1px 22px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 4px -1px 22px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px -1px 22px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 4px -1px 22px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box; }
  .mobile-navigation.open {
    -webkit-transition-delay: 0ms;
    visibility: visible; }
  .mobile-navigation .sub-menu {
    display: none; }
  .mobile-navigation ul {
    margin: 0; }
    .mobile-navigation ul li {
      display: block;
      width: 100%; }
      .mobile-navigation ul li a {
        text-decoration: none;
        margin-bottom: 8px;
        display: inline-block; }

.nav-holder {
  display: none; }

.footsocial {
  text-align: center;
  margin-top: 20px; }
  .footsocial a {
    color: #2080cc;
    text-decoration: none; }
    .footsocial a:hover {
      color: #000; }

footer {
  background: white;
  padding: 20px 0;
  padding-bottom: 80px; }
  footer span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: -4px; }
    footer span img {
      max-width: 100%; }
  footer p {
    margin: 0; }
  footer nav {
    display: block;
    position: static;
    width: 100%;
    width: 100%; }
    footer nav a {
      border-bottom: 1px solid #eee;
      display: block;
      text-decoration: none;
      padding: 10px 0; }

footer ul#menu-footer-menu {
  display: block;
  padding: 0;
  margin: 0; }

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

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

#inner-footer.wrap {
  width: 100%;
  text-align: center; }

/*********************
FORM STYLES
*********************/
.sevencol.theform {
  background: white;
  padding: 20px;
  border-radius: 10px; }
  .sevencol.theform ul {
    margin: 0; }

.thanks-holder {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  color: #fff; }
  .thanks-holder a {
    color: #fff;
    text-decoration: underline; }
    .thanks-holder a:hover {
      color: #2080cc; }

.quotetext {
  color: #fff;
  font-size: 1.2em; }
  .quotetext p {
    margin-top: 0; }
  .quotetext a {
    color: #fff;
    text-decoration: underline; }

.gfield_description {
  padding: 15px;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  clear: both;
  margin-bottom: 20px;
  border-radius: 3px;
  background: #e3f0f8; }

.gform_wrapper label {
  display: none; }
.gform_wrapper ::-webkit-input-placeholder {
  color: #666; }
.gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #666; }
.gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666; }
.gform_wrapper :-ms-input-placeholder {
  color: #666; }
.gform_wrapper input {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  outline: none;
  padding: 12px;
  color: #0164b2;
  background: #fff;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ddd; }
  .gform_wrapper input:focus {
    color: #0164b2;
    background: #fff;
    border: 1px solid #0164b2; }
  .gform_wrapper input input[type="text"] {
    padding: 12px; }
.gform_wrapper textarea {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  outline: none;
  padding: 15px;
  height: 180px;
  font-family: "azo-sans-web";
  color: #0164b2;
  border-radius: 3px;
  font-size: 16px;
  box-shadow: none;
  background: #fff;
  border: 1px solid #ddd; }
  .gform_wrapper textarea:focus {
    color: #0164b2;
    background: #fff;
    border: 1px solid #0164b2; }
.gform_wrapper select {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  outline: none;
  border-radius: 3px;
  padding: 10px;
  color: #3f6d7f;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc; }
.gform_wrapper .gform_button {
  width: 100%;
  margin-bottom: 15px;
  background: #57a9df;
  color:   #0164b2;
  border: none;
  outline: none;
  padding: 20px;
  color: white;
  font-weight: 700;
  -webkit-appearance: none;
  text-shadow: none;
  font-family: "Work Sans", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  box-shadow: none;
  white-space: normal; }
  .gform_wrapper .gform_button:hover {
    background: #b2211c;
    color: #fff; }

.validation_message, .gfield_description.validation_message {
  border: 2px solid #57a9df;
  color: #57a9df;
  background: white; }

.validation_error {
  background: #57a9df;
  color: white;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  border-radius: 3px; }

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

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

  /* grid_1  */
  .twocol {
    width: 13.33%; }

  /* grid_2  */
  .threecol {
    width: 22%; }

  /* grid_3  */
  .fourcol {
    width: 30.66%; }

  /* grid_4  */
  .fivecol {
    width: 39.33%; }

  /* grid_5  */
  .sixcol {
    width: 48%; }

  /* grid_6  */
  .sevencol {
    width: 56.66%; }

  /* grid_7  */
  .eightcol {
    width: 65.33%; }

  /* grid_8  */
  .ninecol {
    width: 74%; }

  /* grid_9  */
  .tencol {
    width: 82.66%; }

  /* grid_10 */
  .elevencol {
    width: 91.33%; }

  /* grid_11 */
  .twelvecol {
    width: 100%; }

  /* grid_12 */
  .fifthcol {
    width: 18.39%; }

  /* 13.45%; } /* grid_2  */
  .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 {
    overflow-x: auto; }

  body {
    font-family: "Work Sans", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 15px; }

  .mobile-tray {
    display: none; }

  .step-container .step {
    padding: 0; }
    .step-container .step p {
      padding: 0; }
    .step-container .step h2 {
      font-size: 1.6em; }

  li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_8, li#field_1_5, li#field_1_6, li#field_1_7, li#field_1_10,
  li#field_3_1, li#field_3_2, li#field_3_11, li#field_3_8, li#field_3_5, li#field_3_6, li#field_3_7, li#field_3_10 {
    width: 48%;
    float: left;
    margin-right: 4%; }

  li#field_1_3, li#field_1_8, li#field_1_6, li#field_1_10, li#field_1_11,
  li#field_3_11, li#field_3_8, li#field_3_6, li#field_3_10 {
    width: 48%;
    margin: 0;
    float: right; }

  .mobify {
    display: none !important; }

  .tabify {
    display: block; }

  .hero {
    text-align: center; }
    .hero .introtext {
      display: block;
      padding: 60px 0;
      margin: 0 auto;
      max-width: 680px; }
      .hero .introtext h1 {
        font-size: 2.2em;
        color: white;
        letter-spacing: -0.01em; }
    .hero .button {
      margin-top: 15px; }

  ul.tabs li {
    width: 25%;
    display: inline-block;
    font-size: 0.8rem;
    padding: 20px;
    border-bottom: none; }

  #container {
    margin-left: 0 auto;
    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); }

  .page-template-page-contact .whyuse {
    display: block;
    width: 100%; }

  .whyuse ul {
    margin-top: 10px;
    margin-bottom: 0; }
    .whyuse ul li {
      margin-bottom: 0;
      font-size: 0.8em;
      letter-spacing: 0; }

  .page-template-page-contact .whyuse {
    padding: 30px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25); }
    .page-template-page-contact .whyuse ul {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .page-template-page-contact .whyuse li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      padding: 10px 0; }
      .page-template-page-contact .whyuse li:last-of-type {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; }

  .intro-copy .intropara {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    float: none; }
    .intro-copy .intropara p {
      font-size: 1.2em; }
      .intro-copy .intropara p:last-of-type {
        margin-bottom: 0; }

  .intro-copy.bands .sevencol {
    padding-right: 30px;
    line-height: 1.8em; }

  .intro-copy.bands {
    padding-top: 50px; }
    .intro-copy.bands .intropara span.disclaimer {
      line-height: 1.6em;
      padding: 15px; }

  .home-gallery {
    width: 49%;
    margin-bottom: 40px; }
    .home-gallery:nth-of-type(3) {
      margin-left: 0; }

  .bands.consoleband img {
    margin: 0 auto;
    box-shadow: none;
    max-width: 100%; }
  .bands.consoleband .home-block {
    text-align: left;
    margin-bottom: 30px; }
    .bands.consoleband .home-block .gameprice strong {
      display: block; }
    .bands.consoleband .home-block h3 {
      font-size: 1.1em; }
  .bands.consoleband .gameexample {
    padding: 25px; }

  .whyuse ul li span {
    min-width: 30px;
    text-align: center; }

  .ctabar {
    text-align: center;
    padding: 60px 0 60px 0; }
    .ctabar h4 {
      font-size: 2.6em; }
    .ctabar div {
      margin: 0;
      width: 100%; }
    .ctabar div.wrap {
      width: 90%;
      margin: 0 auto; }
    .ctabar a.button {
      margin: 0;
      margin-top: 35px;
      float: none; }

  ul.tabs {
    margin-bottom: 0; }

  .copy-contain {
    max-width: 800px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px; }
    .copy-contain p {
      margin-top: 20px; }
    .copy-contain.nomarg {
      margin-bottom: 0; }

  .bands .gameexample.threecol, .bands .gameexample {
    text-align: center;
    margin-top: 30px; }
    .bands .gameexample.threecol img, .bands .gameexample img {
      margin: 0 auto;
      box-shadow: none;
      max-width: 100%; }
    .bands .gameexample.threecol:nth-of-type(6), .bands .gameexample.threecol:nth-of-type(7), .bands .gameexample.threecol:nth-of-type(8), .bands .gameexample:nth-of-type(6), .bands .gameexample:nth-of-type(7), .bands .gameexample:nth-of-type(8) {
      display: block; }
    .bands .gameexample.threecol h3, .bands .gameexample h3 {
      font-size: 1em;
      margin-top: 16px; }
    .bands .gameexample.threecol.first, .bands .gameexample.first {
      clear: both; }
    .bands .gameexample.threecol .gameprice, .bands .gameexample .gameprice {
      display: none;
      margin-top: 10px; }

  .bands.tabstuff .gameexample.threecol {
    width: 22%;
    padding: 15px;
    float: left; }
    .bands.tabstuff .gameexample.threecol:nth-of-type(2n+1) {
      clear: none;
      float: left; }
    .bands.tabstuff .gameexample.threecol:nth-of-type(4n+1) {
      clear: both;
      float: left; }
    .bands.tabstuff .gameexample.threecol h3 {
      margin-top: 10px; }

  .bands {
    padding: 40px 0; }
    .bands h2 {
      font-size: 2em;
      letter-spacing: -0.02em; }
    .bands img.breakit {
      max-width: 200px;
      margin: 0 auto;
      margin-bottom: 20px; }
    .bands p.disclaimer {
      font-size: 0.8em;
      margin-bottom: 30px; }

  .accordion {
    position: relative; }
    .accordion:last-of-type {
      margin-bottom: 0; }
    .accordion.open .ac-title {
      background: #0164b2;
      color: white; }
      .accordion.open .ac-title:after {
        width: 30px;
        height: 30px;
        content: "";
        background: url(../images/minus.png);
        background-size: cover;
        opacity: 1; }
      .accordion.open .ac-title:hover {
        color: #fff; }
    .accordion .ac-title {
      border-radius: 3px;
      background: #fff;
      color: #444;
      font-weight: 500;
      font-size: 1.4em;
      padding: 15px;
      cursor: pointer;
      margin-bottom: 18px; }
      .accordion .ac-title:hover {
        color: #2080cc; }
        .accordion .ac-title:hover:after {
          opacity: 1; }
      .accordion .ac-title:after {
        width: 100px;
        height: 30px;
        content: "";
        background: url(../images/plusshow.png);
        background-size: cover;
        position: absolute;
        top: 17px;
        right: 15px;
        font-size: 13px;
        opacity: 0.7; }
    .accordion .ac-content {
      margin-top: 30px;
      display: none;
      margin-bottom: 20px; }

  .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; }

  .bands.thanks-page {
    padding: 20px 0; }
    .bands.thanks-page h1 {
      font-size: 46px;
      font-weight: 500; }
    .bands.thanks-page h2 {
      font-size: 56px;
      font-weight: 500; }
    .bands.thanks-page p {
      font-size: 18px; }
    .bands.thanks-page img {
      padding: 0;
      border: none;
      box-shadow: none;
      max-width: 150px; }

  .cheesebar {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #333;
    font-weight: 500;
    font-size: 0.8em; }
    .cheesebar .wrap {
      width: 100%; }
    .cheesebar span {
      opacity: 1;
      font-size: 1.2em;
      color: #57a9df;
      display: inline-block;
      vertical-align: -1px;
      margin-right: 5px; }
    .cheesebar .fourcol {
      border-right: 1px solid #ddd;
      margin: 0;
      width: 33.3%;
      padding: 0 10px; }
      .cheesebar .fourcol:last-of-type {
        border-right: 1px solid transparent; }

  .cta-band {
    text-align: left;
    font-size: 18px; }
    .cta-band h3 {
      font-size: 32px;
      float: left;
      display: inline-block;
      margin-bottom: 0; }
    .cta-band h4 {
      font-size: 18px; }
    .cta-band a {
      padding: 15px 25px;
      display: inline-block;
      float: right; }

  .testimonial {
    font-size: 18px; }
    .testimonial p {
      margin: 0 80px 20px 80px; }

  .topbar {
    display: block;
    padding: 10px 0; }
    .topbar.mobile {
      display: none; }
    .topbar p {
      display: block;
      padding: 5px 0 0 0; }
    .topbar form {
      float: right; }
      .topbar form input {
        float: left;
        width: auto; }
        .topbar form input#searchsubmit {
          width: 40px;
          display: inline-block;
          background: url(../images/search-icon.png) no-repeat #666666;
          background-size: 16px;
          background-position: center;
          overflow: hidden;
          text-indent: -5000px; }
          .topbar form input#searchsubmit:hover {
            background-color: #000; }

  .sevencol.theform {
    padding: 30px; }

  .search-wrap {
    background: #E7E9EA;
    float: right;
    margin-top: -8px;
    margin-bottom: -8px; }

  .flex-control-nav {
    display: block; }

  .carousel-indicators {
    display: block; }

  .recentbuy {
    padding-right: 80px; }

  .slider .slider-overlay .wrap {
    position: relative; }
    .slider .slider-overlay .wrap .introtext {
      position: absolute;
      z-index: 99;
      top: 40px;
      left: 0;
      color: #fff; }
      .slider .slider-overlay .wrap .introtext a.button.pay {
        display: inline-block;
        margin-right: 15px;
        font-size: 1.2em;
        padding: 18px 26px; }
      .slider .slider-overlay .wrap .introtext a.button.quote {
        display: inline-block;
        margin-bottom: 0;
        font-size: 1.2em;
        padding: 18px 26px; }
      .slider .slider-overlay .wrap .introtext .fourcol.mario {
        margin-top: -10px;
        text-align: center; }
        .slider .slider-overlay .wrap .introtext .fourcol.mario img {
          max-width: 73%; }
      .slider .slider-overlay .wrap .introtext h1 {
        letter-spacing: 0;
        width: 100%;
        display: block;
        max-width: 800px;
        margin: 0 auto;
        font-size: 2.7em;
        margin-top: 28px;
        line-height: 1.2em; }
      .slider .slider-overlay .wrap .introtext h2 {
        font-size: 1.1em;
        margin-top: 0;
        line-height: 1.6em;
        font-family: "Work Sans", "Georgia", Cambria, Times New Roman, Times, serif; }

  .slider .carousel-caption {
    right: 0;
    left: 0;
    top: 16%;
    font-weight: 400;
    width: 100%;
    font-size: 18px;
    background: rgba(0, 0, 0, 0);
    padding: 45px 0; }

  #console-slider .item {
    max-height: 220px; }

  .slider #homepage-slider .item {
    min-height: 400px; }
    .slider #homepage-slider .item .carousel-caption {
      opacity: 0.01;
      -webkit-transition: 300ms 250ms ease;
      -ms-transition: 300ms 250ms ease;
      -o-transition: 300ms 250ms ease;
      -moz-transition: 300ms 250ms ease;
      transition: 300ms 250ms ease; }
    .slider #homepage-slider .item.active .carousel-caption {
      bottom: 10px;
      opacity: 1; }

  .top-menu li {
    display: inline-block; }

  .top-bar {
    display: block; }

  .top-bar-menu {
    display: inline-block; }
    .top-bar-menu ul {
      margin: 0; }
      .top-bar-menu ul li {
        padding: 0px 9px;
        border-right: 1px solid #DADADA; }
        .top-bar-menu ul li a {
          color: #98A6AF;
          font-size: 13px; }
        .top-bar-menu ul li:last-of-type {
          border-right: none; }

  .slider .carousel-caption .wrap {
    background: rgba(0, 0, 0, 0);
    text-align: left; }

  .slide-info {
    max-width: 45%;
    background: white;
    border-radius: 5px;
    color: #5F5F5F;
    width: auto;
    padding: 20px 20px;
    display: inline-block; }
    .slide-info h2 {
      font-weight: 100;
      padding: 0;
      margin: 0; }
    .slide-info a {
      display: inline-block;
      padding: 10px 21px;
      background: #626262;
      color: #FFF;
      border-radius: 4px;
      text-shadow: none;
      text-decoration: none; }

  .gform_wraper .gform_button {
    width: auto; }
  .gform_wraper input, .gform_wraper textarea {
    margin-bottom: 25px;
    padding: 15px;
    color: #0164b2;
    font-size: 16px; }
  .gform_wraper .gfield_description {
    padding: 15px;
    font-size: 0.9em;
    clear: both;
    margin-bottom: 25px; }

  .carousel-inner {
    padding-bottom: 0;
    overflow: hidden; }

  /* end snide carousel */
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1320px;
    width: 94%; }

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

  .quotetext {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 10px; }

  /*********************
  HEADER STYLES
  *********************/
  .megaman {
    position: absolute;
    left: 50%;
    left: calc(50% - 170px);
    opacity: 0;
    bottom: 0;
    width: 370px;
    height: 150px;
    background-size: cover;
    background-image: url(../images/sonic.png); }

  .header {
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57a9df+0,0164af+100 */
    background: #57a9df;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #57a9df 0%, #0164af 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #57a9df 0%, #0164af 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #57a9df 0%, #0164af 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57a9df', endColorstr='#0164af',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .header #inner-header {
      padding-bottom: 0;
      margin-bottom: 0; }

  .header-contact {
    display: block;
    text-align: right;
    margin-top: 20px;
    width: 48%; }
    .header-contact a.button {
      display: inline-block;
      float: right;
      margin-left: 20px;
      padding: 16px 20px;
      font-size: 0.9em; }
      .header-contact a.button.fb {
        margin-left: 0; }
    .header-contact span {
      display: inline;
      margin-right: 5px; }
      .header-contact span.divider {
        display: inline; }
    .header-contact p {
      text-align: right;
      padding-top: 30px; }

  #logo {
    padding: 20px 0px;
    width: 48%; }
    #logo a {
      display: inline-block;
      float: left; }
    #logo img {
      margin: 0;
      max-width: 555px;
      width: 170px;
      display: block; }

  .strap {
    float: left;
    max-width: 130px;
    margin-left: 20px;
    text-align: left;
    margin-top: 10px;
    line-height: 1.3em;
    font-size: 0.9em; }

  div#console-slider {
    box-shadow: 0px 30px 50px #f9f9f9;
    padding: 12px 0; }

  .geobar {
    display: block;
    font-size: 0.75em; }
    .geobar span {
      display: inline-block; }
    .geobar.mobify {
      display: none; }

  /* snide carousel */
  .slider .carousel-caption {
    position: absolute;
    bottom: -100%; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .mobile-menu-toggle {
    display: none; }

  .mobile-navigation {
    display: none; }

  .nav-holder {
    display: block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2; }

  #menu-footer-menu {
    float: right; }

  nav {
    position: static;
    width: 100%;
    height: auto; }

  .nav-holder .nav {
    display: block;
    padding: 10px 0;
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav-holder .nav a {
      transition: none;
      -webkit-transition: none;
      -moz-transition: none; }
    .nav-holder .nav ul {
      margin-top: 0; }
    .nav-holder .nav li {
      float: left;
      margin-right: 30px;
      border-bottom: none;
      font-size: 22px;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      .nav-holder .nav li.current-menu-item > a {
        color: #5f767f; }
      .nav-holder .nav li a {
        text-shadow: none;
        border: none;
        background: transparent;
        color: #3f6d7f;
        padding: 0;
        display: block;
        text-decoration: none;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
        .nav-holder .nav li a:hover, .nav-holder .nav li a:focus {
          color: #5f767f;
          background: transparent; }
      .nav-holder .nav li.menu-item-39 {
        float: right;
        padding: 0;
        margin: 0; }
        .nav-holder .nav li.menu-item-39 a {
          padding: 3px 10px;
          background: #5f767f;
          color: white; }
      .nav-holder .nav li ul.sub-menu,
      .nav-holder .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        position: absolute;
        overflow: hidden;
        visibility: hidden;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        .nav-holder .nav li ul.sub-menu li,
        .nav-holder .nav li ul.children li {
          float: none;
          margin-right: 0;
          background: #fff;
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav-holder .nav li ul.sub-menu li a,
          .nav-holder .nav li ul.children li a {
            color: #3f6d7f;
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
            .nav-holder .nav li ul.sub-menu li a:hover, .nav-holder .nav li ul.sub-menu li a:focus,
            .nav-holder .nav li ul.children li a:hover,
            .nav-holder .nav li ul.children li a:focus {
              background: whitesmoke;
              color: #3f6d7f; }
          .nav-holder .nav li ul.sub-menu li:last-child a,
          .nav-holder .nav li ul.children li:last-child a {
            border-bottom: 0; }
      .nav-holder .nav li:hover ul {
        top: auto;
        overflow: visible;
        visibility: visible; }

  /* end .nav */
  footer {
    padding: 40px 0; }
    footer .copyright {
      float: left;
      margin: 0; }
    footer nav {
      display: block;
      position: static;
      width: 100%; }
      footer nav ul#menu-footer-menu {
        margin: 0; }
      footer nav li {
        display: inline;
        margin-right: 20px; }
      footer nav a {
        border-bottom: none;
        display: inline-block;
        text-decoration: none;
        padding: 0; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .blogmain {
    width: -webkit-calc(100% - 20em );
    width: -moz-calc(100% - 20em );
    width: -o-calc(100% - 20em );
    width: -ms-calc(100% - 20em );
    width: calc(100% - 20em ); }

  .sidebar {
    width: -webkit-calc(17.5em );
    width: -moz-calc(17.5em );
    width: -o-calc(17.5em );
    width: -ms-calc(17.5em );
    width: calc(17.5em );
    float: right; }

  #searchform label {
    display: none; }

  .widget {
    background-color: #f6f6f6;
    padding: 10px;
    margin: 0 0 30px 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /*********************
  FOOTER STYLES
  *********************/
  #inner-footer.wrap {
    width: 90%;
    text-align: left; }

  .footsocial {
    text-align: right;
    margin-top: 0; }

  /* end .footer-links */ }
/*
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
  
  ******************************************************************/
  body {
    font-family: "Work Sans", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 16px; }

  .megaman {
    position: absolute;
    left: 50%;
    left: calc(50% - 130px);
    opacity: 0.2;
    bottom: 0;
    width: 370px;
    height: 150px;
    background-size: cover;
    background-image: url(../images/sonic.png); }

  .strap {
    max-width: 190px;
    margin-left: 25px;
    text-align: left;
    margin-top: 8px;
    line-height: 1.4em;
    font-size: 1em; }

  #logo {
    width: 50%; }

  .header-contact {
    width: 46%; }

  li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_8, li#field_1_5, li#field_1_6, li#field_1_7, li#field_1_10,
  li#field_3_1, li#field_3_2, li#field_3_3, li#field_3_8, li#field_3_5, li#field_3_6, li#field_3_7, li#field_3_10 {
    width: 48%;
    float: left;
    margin-right: 4%; }

  li#field_1_3, li#field_1_8, li#field_1_6, li#field_1_10,
  li#field_3_3, li#field_3_8, li#field_3_6, li#field_3_10 {
    width: 48%;
    margin: 0;
    float: right; }

  .bands {
    padding: 40px 0; }
    .bands h2 {
      font-size: 2.4em; }

  .bands.faq .sixcol.first {
    clear: both; }
  .bands.faq .question {
    margin-top: 30px;
    text-align: left; }

  .cheesebar {
    font-size: 1em; }
    .cheesebar span {
      opacity: 1;
      font-size: 1.2em;
      vertical-align: -1px;
      margin-right: 8px; }
    .cheesebar .wrap {
      border-left: 1px solid #ddd; }
    .cheesebar .fourcol {
      border-right: 1px solid #ddd; }
      .cheesebar .fourcol:last-of-type {
        border-right: 1px solid #ddd; }

  .gameprice {
    font-size: 1.1em; }

  .testimonial.wrap {
    max-width: 960px; }

  .slider .slider-overlay .wrap .introtext {
    top: 90px; }
    .slider .slider-overlay .wrap .introtext h1 {
      font-size: 2.8em;
      margin: 0; }
    .slider .slider-overlay .wrap .introtext .fourcol.mario {
      margin-top: -63px;
      text-align: center; }
      .slider .slider-overlay .wrap .introtext .fourcol.mario img {
        max-width: 73%; } }
/*
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.
  
  ******************************************************************/
  .wrap {
    max-width: 1320px;
    width: 92%; }

  .sevencol.theform {
    padding: 40px; }

  .cheesebar .wrap {
    width: 92%; }

  .hero {
    text-align: center; }
    .hero .introtext {
      display: block;
      padding: 80px 0;
      margin: 0 auto;
      max-width: 900px; }
      .hero .introtext h1 {
        font-size: 2.6em;
        color: white;
        letter-spacing: -0.01em; }
    .hero .button {
      margin-top: 15px; }

  .bands.consoleband .home-block {
    min-height: 240px; }

  .ac-content .gameexample.threecol h3 {
    font-size: 1.2em; }

  .whyuse ul {
    margin-top: 10px; }
    .whyuse ul li {
      margin-bottom: 2px;
      font-size: 1em; }

  .quotetext {
    color: #fff;
    font-size: 1.8em; }

  .bands {
    padding: 50px 0; }

  .page-template-page-contact .whyuse {
    display: block; }

  .megaman {
    position: absolute;
    left: 50%;
    left: calc(50% - 180px);
    opacity: 0.6;
    bottom: 0;
    width: 370px;
    height: 150px;
    background-size: cover;
    background-image: url(../images/sonic.png); }

  .strap {
    max-width: 190px;
    margin-left: 25px;
    text-align: left;
    margin-top: 8px;
    line-height: 1.4em;
    font-size: 1em; }

  .header-contact img {
    height: 50px;
    margin-top: 25px; }
  .header-contact a.button {
    padding: 16px 30px;
    font-size: 1em; }

  .bands.tabstuff .gameexample.threecol {
    padding: 25px; }
    .bands.tabstuff .gameexample.threecol h3 {
      margin-top: 20px; }

  .bands .gameexample.threecol, .bands .gameexample {
    margin-top: 50px; }
    .bands .gameexample.threecol:nth-of-type(6), .bands .gameexample.threecol:nth-of-type(7), .bands .gameexample.threecol:nth-of-type(8), .bands .gameexample:nth-of-type(6), .bands .gameexample:nth-of-type(7), .bands .gameexample:nth-of-type(8) {
      display: block; }
    .bands .gameexample.threecol h3, .bands .gameexample h3 {
      font-size: 1.2em;
      margin-top: 16px; }
    .bands .gameexample.threecol.first, .bands .gameexample.first {
      clear: both; }

  ul.tabs li {
    font-size: 1rem; } }
@media only screen and (min-width: 1440px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  .bands.consoleband .home-block {
    min-height: 240px; }

  .ac-content .gameexample.threecol h3 {
    font-size: 1.2em; }

  .whyuse ul {
    margin-top: 10px; }
    .whyuse ul li {
      margin-bottom: 2px;
      font-size: 1em; }

  .strap {
    max-width: 190px;
    margin-left: 25px;
    text-align: left;
    margin-top: 8px;
    line-height: 1.4em;
    font-size: 1em; }

  .megaman {
    left: calc(50% - 180px);
    opacity: 0.8; }

  .header-contact a.button {
    padding: 16px 30px;
    font-size: 1.1em; }

  .quotetext {
    color: #fff;
    font-size: 1.8em; }

  .geobar {
    font-size: 0.9em; }

  .page-template-page-contact .whyuse {
    display: block; }

  .header-contact img {
    height: 50px;
    margin-top: 25px; } }
/*
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.
*/
/*
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; } }
