/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
}

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

/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "avenir";
  src: url('../fonts/AvenirLTStd-Light.eot?1417303783');
  src: url('../fonts/AvenirLTStd-Light.eot?&1417303783#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Light.woff?1417303783') format('woff'), url('../fonts/AvenirLTStd-Light.ttf?1417303783') format('truetype'), url('../fonts/AvenirLTStd-Light.svg?1417303783') format('svg');
}
@font-face {
  font-family: "rockwell";
  src: url('../fonts/MRockwell.eot?1417303783');
  src: url('../fonts/MRockwell.eot?&1417303783#iefix') format('embedded-opentype'), url('../fonts/MRockwell.woff?1417303783') format('woff'), url('../fonts/MRockwell.ttf?1417303783') format('truetype'), url('../fonts/MRockwell.svg?1417303783') format('svg');
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* IE6 needs a %-based declaration to remain flexible */
/* This is relative to the 16px default font size in most browsers */
html {
  height: 100%;
}

body, a {
  font-size: 100%;
  line-height: 1.5em;
  font-family: "avenir", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: #b61e8c;
}

/* Other browsers get the specifics for greater precision */
html > body {
  font-size: 14px;
}

h1, h2, h3 {
  font-size: 20pt;
  line-height: 18pt;
  font-family: "rockwell", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  color: #b61e8c;
}

/**
 * Styles for AG grids & Container
 */
/*
div {
	min-height: 100px;
	border: 1px solid grey;
	
}
*/
.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

.full {
  background: #2f1e4a;
  background: url('../img/top-overlay.png?1417303783') 0 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -30px;
  position: relative;
}
.full .white-edge {
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  background: url('../img/white-edge.png?1417303783') 0 0 no-repeat;
}
.full .grad {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, transparent 60%, transparent 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(60%, transparent), color-stop(100%, transparent));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, transparent 60%, transparent 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, transparent 60%, transparent 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, transparent 60%, transparent 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 280px;
  margin-bottom: -230px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 50px;
  margin-top: 10px;
  left: 50%;
  margin-left: -25%;
}
@media (min-width: 680px) {
  .full .grad {
    margin-top: 30px;
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    left: 50%;
    margin-left: -25%;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.full .logo {
  width: 83.13253%;
  float: left;
  margin-right: 1.20482%;
  margin-left: 8.43373%;
  background: url('../img/logo.png?1417303783') 0 0 no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 50px;
  margin-top: 10px;
  /* 		height: 42vh; */
}
@media (min-width: 540px) {
  .full .logo {
    /* 			height: 54vh; */
  }
}
@media (min-width: 680px) {
  .full .logo {
    margin-top: 30px;
    width: 66.26506%;
    float: left;
    margin-right: 1.20482%;
    margin-left: 16.86747%;
    float: none;
  }
}

.middle {
  background: white;
  -moz-border-radius-topright: 26px;
  -webkit-border-top-right-radius: 26px;
  border-top-right-radius: 26px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  *zoom: 1;
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
}
.middle .black-edge {
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 26px;
  left: 0px;
  background: url('../img/black-edge.png?1417303783') 0 0 no-repeat;
}

.cards {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: url('../img/stack.jpg?1417303783') 48px 0 no-repeat;
  height: 320px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media (min-width: 680px) {
  .cards {
    background-position: 18px 0;
    margin-top: 30px;
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    overflow: hidden;
    *zoom: 1;
    margin-right: -18px;
  }
}

.intro {
  padding: 20px;
  /* padding-left: 30px; */
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 680px) {
  .intro {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    padding-right: 0;
    overflow: hidden;
    *zoom: 1;
  }
}
.intro h2 {
  font-size: 14pt;
  line-height: 17pt;
}
@media (min-width: 1200px) {
  .intro h2 {
    font-size: 20pt;
    line-height: 22pt;
  }
  .intro p {
    font-size: 13pt;
    line-height: 15pt;
  }
}

.box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: url('../img/box.jpg?1417303783') 30px 0 no-repeat;
  height: 260px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media (min-width: 680px) {
  .box {
    width: 32.53012%;
    float: left;
    margin-right: 1.20482%;
    overflow: hidden;
    *zoom: 1;
    margin-top: 50px;
  }
}

.game-xp {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  width: 518px;
}

.game-xp-inner {
  width: 180px;
  font-size: 22px;
  font-family: "rockwell", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  color: #461c76;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.mushroom-divider {
  width: 150px;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}

.bottom {
  background: #282828;
  -moz-border-radius-topright: 26px;
  -webkit-border-top-right-radius: 26px;
  border-top-right-radius: 26px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: -26px;
  min-height: 600px;
  position: relative;
}
.bottom p {
  color: white;
}
.bottom p.ans {
  color: #90bcc0;
  margin-top: -10px;
  margin-bottom: 22px;
}

.faq {
  margin-top: 44px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8.43373%;
}
@media (min-width: 680px) {
  .faq {
    padding-left: 8.43373%;
    width: 49.39759%;
    float: left;
    margin-right: 1.20482%;
    overflow: hidden;
    *zoom: 1;
  }
}

.support {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0px 20px;
  padding-right: 10px;
}
@media (min-width: 680px) {
  .support {
    width: 49.39759%;
    float: right;
    margin-right: 0;
    padding-right: 30px;
  }
}
.support h2.whiterSmallerH2 {
  font-size: 21px;
  line-height: 26px;
  color: white;
  text-align: center;
  margin-top: 64px;
}
.support a {
  text-align: center;
  color: #b61e8c;
  width: 100%;
  display: block;
  font-size: 18px;
  margin-top: -15px;
}
.support a:hover {
  color: white;
}

.button {
  font-family: "rockwell", "Trebuchet MS", "DejuVu Sans", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
  font-weight: normal;
  font-size: 14pt;
  background: #b61e8c;
  color: white;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  padding: 6px 10px;
}
.button:hover {
  background: #971a74;
}

.game-xp-button {
  width: 178px;
  height: 50px;
  font-size: 22px;
  margin-top: 5px;
}

.socials {
  width: 170px;
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 140px;
}
.socials .social {
  width: 65px;
  height: 65px;
}
.socials .fb {
  float: right;
  background: url('../img/fb.png?1417303783') 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.socials .fb:hover {
  background: url('../img/fb-hover.png?1417303783') 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.socials .pin {
  float: left;
  background: url('../img/pin.png?1423123424') 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.socials .pin:hover {
  background: url('../img/pin-hover.png?1423123424') 0 0 no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

input.email-value {
  width: 68%;
  height: 44px;
  padding-top: 0px;
  color: grey;
  background-color: #424242;
  border: none;
  padding-left: 10px;
  font-size: 17px;
  padding-top: 6px;
}

form.email-form {
  margin-top: 40px;
}
form.email-form small {
  display: none;
}

input.button {
  padding: 12px;
  width: 30%;
}
