/* Theme Name: [Project Name] */
/* Description: Created with style for [Project Name] */
/* Author: Plank Design */
/* Author URI: http://www.plankdesign.com */
/* Version: 1.0 */
/* Sass Files: /assets/sass/style.sass */

ul.util, .list-social, ul.util > li, .list-social > li {
  list-style: none;
  margin: 0;
  padding: 0; }
ul.util:after, .list-social:after {
  content: "";
  display: table;
  clear: both; }
ul.util li, .list-social li {
  display: inline-block;
  float: left;
  padding: 0 0.2em; }
  ul.util li:first-child, .list-social li:first-child {
    padding-left: 0; }
  ul.util li:last-child, .list-social li:last-child {
    padding-right: 0; }
ul.util li.last-child, .list-social li.last-child {
  padding-right: 0 !important;
  border-right: 0 !important; }

ul.util li:before {
  content: "|";
  display: inline-block;
  padding: 0;
  color: #666666; }
ul.util li:first-child:before {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 0 0; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  outline: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

img, object, embed {
  max-width: 100%;
  height: auto; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  background: transparent;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

input[type='submit'] {
  -webkit-appearance: none; }

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

select, input, textarea {
  font: 99% sans-serif; }

textarea {
  resize: vertical; }

table {
  font-size: inherit;
  font: 100%; }

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

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

button {
  width: auto;
  overflow: visible; }

html {
  height: 100%; }

body {
  height: 100%;
  color: #666666;
  background-color: #191919;
  font-size: 100%;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  margin: 0 auto;
  width: 100%;
  min-width: 320px; }
  .no-mediaqueries body {
    min-width: 1180px; }

.wrap {
  position: relative;
  max-width: 1180px;
  *zoom: 1;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

#main {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background: white; }
  #main .content {
    width: 83.05085%;
    margin: 0 auto; }
  #main .wrap {
    padding: 6.5em 0 7em; }
  #main .section-nav {
    -webkit-box-shadow: 0 0 8px black;
    -moz-box-shadow: 0 0 8px black;
    box-shadow: 0 0 8px black; }
    #main .section-nav .wrap {
      padding: 4.875em 0 3.25em; }

#header {
  background-color: #333333;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  width: 100%;
  height: 100px;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease; }
  #header .wrap {
    margin-top: 1.5625em; }
  #header #site-logo {
    float: left;
    display: inline-block; }
    #header #site-logo a {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      background: url(/assets/img/BioWare_en.png) no-repeat;
      -webkit-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto;
      width: 202px;
      height: 43px;
      display: block;
      margin-top: 3px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .fr #header #site-logo a {
        background-image: url(/assets/img/BioWare_fr.png); }
  #header .top_nav {
    float: right; }
    #header .top_nav:after {
      content: "";
      display: table;
      clear: both; }
    #header .top_nav .menu {
      list-style: none;
      float: right;
      padding: 0;
      margin: 9px 0 0; }
      #header .top_nav .menu > li {
        list-style: none;
        position: relative;
        margin: 0;
        padding: 0 1.25em;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #header .top_nav .menu > li:first-child {
          padding-right: 0; }
        #header .top_nav .menu > li a {
          color: #666666;
          color: rgba(255, 255, 255, 0.4);
          font-size: 0.8125em;
          font-weight: 600;
          letter-spacing: 0.1em;
          text-transform: uppercase; }
          #header .top_nav .menu > li a:hover {
            color: #576b8c;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

.section-nav {
  padding: 100px 0 0;
  background-color: #666666;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .section-nav ul {
    margin: 0;
    padding: 0; }
    .section-nav ul:after {
      content: "";
      display: table;
      clear: both; }
    .section-nav ul li {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      display: inline;
      text-align: center;
      background-color: black;
      margin-bottom: 1.5em;
      font-size: 0.875em;
      -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.75);
      padding: 0; }
      .section-nav ul li:last-child {
        float: right;
        margin-right: 0;
        *margin-left: -20px;
        display: inline; }
  .section-nav h2 {
    margin-bottom: 0.5em; }
  .section-nav p {
    padding: 0 10.71429% 1.6em;
    margin-bottom: 0; }
  .section-nav a {
    color: #999999;
    display: block; }
    .section-nav a:hover {
      color: #576b8c; }

.callouts {
  text-align: center;
  margin-left: 10.20408%;
  margin-right: 10.20408%;
  margin-top: 7em; }
  .callouts ul {
    width: 100%;
    margin: 0;
    padding: 0; }
    .callouts ul:after {
      content: "";
      display: table;
      clear: both; }
    .callouts ul, .callouts ul > li, .callouts ul li, .callouts ul li > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .callouts ul li {
      width: 31%;
      float: left;
      margin: auto 1.7% auto 1.7%;
      display: inline; }
      .callouts ul li:first-child{
        float: left;
        margin-left: 0px;
        display: inline; }
      .callouts ul li:last-child {
        float: right;
        margin-right: 0;
        *margin-left: -20px;
        display: inline; }
      .callouts ul li a {
        display: block;
        padding-top: 188px; }
        .callouts ul li a span.b {
          display: block;
          padding: 1.8em 0.1em 1.8em 0.1em;
          font-size: 0.75em;
          font-weight: 600;
        }
      .callouts ul li.reg-game a {
        -webkit-background-size: 144px 137px;
        -moz-background-size: 144px 137px;
        -o-background-size: 144px 137px;
        background-size: 144px 137px; }
      .callouts ul li.redeem a {
        -webkit-background-size: 144px 133px;
        -moz-background-size: 144px 133px;
        -o-background-size: 144px 133px;
        background-size: 144px 133px; }
      .callouts ul li.answer-hq a {
        -webkit-background-size: 144px 133px;
        -moz-background-size: 144px 133px;
        -o-background-size: 144px 133px;
        background-size: 144px 133px; }

.socialIcons{
  text-align: center;
  margin-left: 10.20408%;
  margin-right: 10.20408%;
}
.socialIcons a{
  display:inline-block;
  float: none;
  background: #2e2e2e url("/assets/img/socialIcons.png") no-repeat 50% 0;
  -webkit-box-shadow: inset rgba(0,0,0,0.12) 0px 0px 0px 1px;
  -moz-box-shadow: inset rgba(0,0,0,0.12) 0px 0px 0px 1px;
  box-shadow: inset rgba(0,0,0,0.12) 0px 0px 0px 1px;
  margin-left: 35px;
  margin-right: 35px;
  overflow: hidden;
  text-indent: -999px;
  outline: none;}


.socialIcons a:hover{
  -webkit-box-shadow: inset rgba(0,0,0,0.12) 0px 0px 0px 1px, inset rgba(255,255,255,0.2) 0px 100px 0px;
  -moz-box-shadow: inset rgba(0,0,0,0.12) 0px 0px 0px 1px, inset rgba(255,255,255,0.2) 0px 100px 0px;
  box-shadow: inset rgba(0,0,0,0.12) 0px 0px 0px 1px, inset rgba(255,255,255,0.2) 0px 100px 0px;
}

.socialIcons .si_tw{ background-position: 0px 0px; width: 80px; height: 80px; }
.socialIcons .si_fb{ background-position: -80px 0px; width: 80px; height: 80px;}
.socialIcons .si_pi{ background-position: -160px 0px; width: 80px; height: 80px;}
.socialIcons .si_in{ background-position: -240px 0px; width: 80px; height: 80px;}
.socialIcons .si_yt{ background-position: -320px 0px; width: 80px; height: 80px;}

.socialIcons .si_tw:hover{ background-position: 0px -80px; width: 80px; height: 80px; }
.socialIcons .si_fb:hover{ background-position: -80px -80px; width: 80px; height: 80px;}
.socialIcons .si_pi:hover{ background-position: -160px -80px; width: 80px; height: 80px;}
.socialIcons .si_in:hover{ background-position: -240px -80px; width: 80px; height: 80px;}
.socialIcons .si_yt:hover{ background-position: -320px -80px; width: 80px; height: 80px;}

#footer {
  background: #191919;
  color: #666666;
  font-size: 0.8125em;
  padding: 0 0 2em; }
  #footer a {
    color: #666666; }
    #footer a:hover {
      color: #576b8c; }
    #footer a.ea {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      text-indent: 110%;
      display: block;
      margin: 0 auto 1em;
      background: url(/assets/img/l-ea.png) no-repeat;
      -webkit-background-size: contain !important;
      -moz-background-size: contain !important;
      -o-background-size: contain !important;
      background-size: contain !important;
      width: 50px;
      height: 48px;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      #footer a.ea:hover {
        opacity: 0.6; }
  #footer .wrap {
    padding-top: 3.75em;
    text-align: center; }

ul.game-links {
  text-align: left;
  margin-bottom: 3.375em !important; }
  ul.game-links, ul.game-links {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none; }
  ul.game-links li {
    margin: 0 25px;
  }
  ul.game-links h4 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    width: 150px;
    height: 55px;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center center; }

ul.util {
  display: inline-block;
  margin: 0 auto; }
  ul.util, ul.util > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  ul.util:after {
    content: "";
    display: table;
    clear: both; }
  ul.util li:before {
    padding: 0 1em; }
  ul.util form {
    display: inline-block;
    margin-left: 0.5em; }
    ul.util form select {
      padding: 0.25em 0.75em;
      padding-right: 0;
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: #666666;
      color: black;
      border: none;
      outline: none;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
      ul.util form select:focus {
        -webkit-box-shadow: 0 0 6px rgba(211, 211, 211, 0.75);
        -moz-box-shadow: 0 0 6px rgba(211, 211, 211, 0.75);
        box-shadow: 0 0 6px rgba(211, 211, 211, 0.75); }
    ul.util form label {
      position: relative;
      margin: 0;
      padding: 0; }
      ul.util form label:after {
        content: "<>";
        letter-spacing: 0.1em;
        font: 11px "Consolas", "Courier New", monospace;
        color: black;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 4px;
        top: 8px;
        position: absolute;
        pointer-events: none;
        -webkit-transition: color, 0.3s, ease;
        -moz-transition: color, 0.3s, ease;
        -o-transition: color, 0.3s, ease;
        transition: color, 0.3s, ease; }
      ul.util form label:hover:after {
        color: #999999; }
      ul.util form label:before {
        content: "";
        right: 0;
        top: 4px;
        width: 20px;
        height: 20px;
        background: #666666;
        color: black;
        position: absolute;
        pointer-events: none;
        display: block; }

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.util form select {
    padding-right: 1em; } }
.columns {
  *zoom: 1;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto; }
  .columns:after {
    content: "";
    display: table;
    clear: both; }
  .columns .span1 {
    width: 6.77966%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span1:nth-child(12n) {
      float: right;
      margin-right: 0; }
  .columns .pre1 {
    margin-left: 8.47458%; }
  .columns .push1 {
    margin-left: 8.47458%; }
  .columns .span2 {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span2:nth-child(6n) {
      float: right;
      margin-right: 0; }
  .columns .pre2 {
    margin-left: 16.94915%; }
  .columns .push2 {
    margin-left: 16.94915%; }
  .columns .span3 {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span3:nth-child(4n) {
      float: right;
      margin-right: 0; }
  .columns .pre3 {
    margin-left: 25.42373%; }
  .columns .push3 {
    margin-left: 25.42373%; }
  .columns .span4 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span4:nth-child(3n) {
      float: right;
      margin-right: 0; }
  .columns .pre4 {
    margin-left: 33.89831%; }
  .columns .push4 {
    margin-left: 33.89831%; }
  .columns .span5 {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span5:nth-child(3n) {
      float: right;
      margin-right: 0; }
  .columns .pre5 {
    margin-left: 42.37288%; }
  .columns .push5 {
    margin-left: 42.37288%; }
  .columns .span6 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span6:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre6 {
    margin-left: 50.84746%; }
  .columns .push6 {
    margin-left: 50.84746%; }
  .columns .span7 {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span7:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre7 {
    margin-left: 59.32203%; }
  .columns .push7 {
    margin-left: 59.32203%; }
  .columns .span8 {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span8:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre8 {
    margin-left: 67.79661%; }
  .columns .push8 {
    margin-left: 67.79661%; }
  .columns .span9 {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span9:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre9 {
    margin-left: 76.27119%; }
  .columns .push9 {
    margin-left: 76.27119%; }
  .columns .span10 {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span10:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre10 {
    margin-left: 84.74576%; }
  .columns .push10 {
    margin-left: 84.74576%; }
  .columns .span11 {
    width: 91.52542%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span11:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .columns .pre11 {
    margin-left: 93.22034%; }
  .columns .push11 {
    margin-left: 93.22034%; }
  .columns .span12 {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .columns .span12:nth-child(1n) {
      float: right;
      margin-right: 0; }
  .columns .pre12 {
    margin-left: 101.69492%; }
  .columns .push12 {
    margin-left: 101.69492%; }
  .columns .span1:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span2:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span3:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span4:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span5:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span6:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span7:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span8:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span9:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span10:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span11:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .span12:last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  .columns .last-child {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }

.columns .last-of-row {
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }

.main {
  *zoom: 1;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto; }
  .main:after {
    content: "";
    display: table;
    clear: both; }
  .main .sidebar {
    background-color: #cccccc;
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
  .main .content {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }

hr {
  border-color: white;
  margin: 1.8em 0; }

table {
  border: 1px white solid;
  border-left: 0;
  clear: both;
  margin: 0 0 1.8em 0; }
  table caption {
    padding-bottom: 0.5em; }
  table td,
  table th {
    padding: 0.5em;
    border-top: 1px white solid;
    border-left: 1px white solid;
    text-align: left; }
  table th {
    border-top: 0; }

ul, ol {
  margin-bottom: 1.8em;
  margin-left: 2em; }

ul {
  list-style: disc outside; }
  ul.square {
    list-style: square outside; }
  ul.circle {
    list-style: circle outside; }
  ul.none {
    list-style: none;
    margin-left: 0; }

ol {
  list-style: decimal; }

ol ol,
ol ul,
ul ul,
ul ol {
  margin-top: 1em;
  margin-bottom: 1em; }

li {
  margin-bottom: 0.875em; }
  li li {
    margin-bottom: 0.25em; }

ol ol li {
  list-style: lower-alpha; }

dl {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold;
  margin-top: 1.5em; }

dd {
  margin-left: 1em; }

dl dt:first-child {
  margin-top: 0; }

a {
  color: #576b8c;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative; }
  a:hover {
    color: #8092b0; }
  a:link {
    -webkit-tap-highlight-color: rgba(61, 111, 191, 0.5); }
  a:active {
    top: 1px; }
  .no-link a:active, a.no-link:active {
    top: 0; }

p a {
  padding: 0.25em;
  margin: -0.25em;
  position: relative; }

::-moz-selection,
::selection {
  background: #666666;
  color: white;
  text-shadow: 1px 1px 0px #333333; }

p {
  margin-bottom: 1.8em; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

pre, code, kbd, samp {
  background-color: #fcfcfc;
  font-size: 0.875em;
  font-family: monaco, courier, monospace;
  padding: 0 0.2em; }

pre code {
  font-size: 1em;
  text-shadow: 0 1px 0 white; }

time {
  font-size: 0.875em; }

address {
  font-size: 0.875em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2em; }

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #b3b3b3;
  font-size: 0.9em; }

small {
  font-size: 0.8em; }

strong {
  font-weight: 600; }

blockquote {
  border-left: 4px white solid;
  padding-left: 1.6em;
  margin-left: 1.6em;
  margin-bottom: 1.6em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }
  blockquote .source {
    color: #b3b3b3; }
    blockquote .source::before {
      content: "—"; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0; }
  h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    font-size: 0.5em;
    line-height: 1em; }
  h1.big, .h1.big, h2.big, .h2.big, h3.big, .h3.big, h4.big, .h4.big, h5.big, .h5.big, h6.big, .h6.big {
    font-family: Helvetica, Arial, sans-serif; }

h1, .h1 {
  font-size: 3.75em;
  line-height: 0.875em;
  margin-bottom: 0.5em;
  color: white; }

h2, .h2 {
  font-size: 2.25em;
  line-height: 1.16667em;
  margin: 1em 0 1em; }

h3, .h3 {
  font-size: 1.875em;
  line-height: 1.16667em;
  margin: 2em 0 1em; }

h4, .h4 {
  font-size: 1.5em;
  line-height: 1.16667em;
  margin: 2em 0 1em; }

h5, .h5 {
  font-size: 1.25em;
  line-height: 1em;
  margin: 1.875em 0 0.875em; }

h6, .h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75em;
  letter-spacing: 0.15em;
  line-height: 1.3em;
  margin: 1.875em 0; }

h1 + h2, h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: 0; }

.error {
  color: #e70033; }

.screen-reader-text {
  display: none; }

.lcase {
  text-transform: lowercase; }

.ucase {
  text-transform: uppercase; }

.tcase {
  text-transform: none; }

.forcewrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word; }

legend {
  display: block;
  font-size: 1.25em;
  padding-bottom: 1em;
  width: 100%; }

label {
  display: block;
  margin-bottom: 0.5em;
  cursor: default; }
  label span {
    color: #e70033; }

input,
select,
textarea {
  background-color: white;
  border: 1px white solid;
  color: #999999;
  display: block;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0.75em;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  input:focus,
  select:focus,
  textarea:focus {
    color: #666666;
    border: 1px #f2f2f2 solid;
    -webkit-box-shadow: 0 0 7px lightgrey;
    -moz-box-shadow: 0 0 7px lightgrey;
    box-shadow: 0 0 7px lightgrey;
    outline: none; }

::-webkit-input-placeholder {
  color: #b3b3b3;
  font-style: italic; }

select {
  padding: 0; }

select[multiple] {
  height: 106px; }

.checkbox, .checkbox-sm,
.radio-sm,
.radio {
  color: #666666;
  cursor: pointer;
  font-weight: normal;
  clear: both;
  line-height: 1em;
  padding: 0 0 0.25em 24px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .checkbox.inline, .inline.checkbox-sm,
  .inline.radio-sm,
  .radio.inline {
    display: inline-block;
    clear: none;
    float: none;
    margin-right: 1em; }
  .checkbox:last-child, .checkbox-sm:last-child,
  .radio-sm:last-child,
  .radio:last-child {
    padding-bottom: 0; }
  .checkbox input, .checkbox-sm input,
  .radio-sm input,
  .radio input {
    background-color: white;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 0.05em;
    left: 0;
    width: 20px !important;
    height: 20px !important; }

.checkbox input, .checkbox-sm input,
.radio-sm input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.radio input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }

.checkbox-sm,
.radio-sm {
  font-size: 0.625em;
  padding-top: 0.3em;
  padding-left: 21px; }
  .checkbox-sm input[type=checkbox],
  .checkbox-sm input[type=radio],
  .radio-sm input[type=checkbox],
  .radio-sm input[type=radio] {
    width: 15px !important;
    height: 15px !important; }
  .checkbox-sm.fright,
  .radio-sm.fright {
    margin-top: -21px; }

input[type=file] {
  border: 0;
  padding: 0;
  font-size: 0.75em; }

textarea {
  height: 12em; }

.field-xsmall {
  width: 45px; }

.field-small {
  width: 85px; }

.field-medium {
  width: 100px; }

.field-error,
.field-help {
  font-size: 0.75em;
  line-height: 1.2em;
  font-style: italic;
  padding-top: 0.5em;
  margin: 0;
  width: 49%; }

.field-error {
  color: #e70033;
  float: right;
  text-align: right; }

.field-help {
  float: left; }

.form-actions {
  clear: both;
  overflow: hidden;
  padding-top: 2.8em; }
  .form-actions .b-primary {
    float: right; }
  .form-actions .b-cancel {
    float: left; }

form ol, form ol > li,
form ol li,
form ol li > li, .form ol, .form ol > li,
.form ol li,
.form ol li > li {
  list-style: none;
  margin: 0;
  padding: 0; }
form ol li, .form ol li {
  padding-bottom: 1.8em; }
  form ol li:after, .form ol li:after {
    content: "";
    display: table;
    clear: both; }
  form ol li input,
  form ol li select,
  form ol li textarea, .form ol li input,
  .form ol li select,
  .form ol li textarea {
    width: 100%; }
form ol li:last-child, .form ol li:last-child {
  padding-bottom: 0; }

.form-2columns {
  overflow: hidden; }
  .form-2columns ol li {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .form-2columns ol li:nth-child(2n) {
      float: right;
      margin-right: 0; }
  .form-2columns ol li:nth-child(2n+1) {
    clear: both; }

.form-3columns {
  overflow: hidden; }
  .form-3columns ol li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .form-3columns ol li:nth-child(3n) {
      float: right;
      margin-right: 0; }
  .form-3columns ol li:nth-child(3n+1) {
    clear: both; }

.form-4columns {
  overflow: hidden; }
  .form-4columns ol li {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .form-4columns ol li:nth-child(4n) {
      float: right;
      margin-right: 0; }
  .form-4columns ol li:nth-child(4n+1) {
    clear: both; }

.b {
  padding: 1.8em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.8125em;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3em;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #b2b2b2;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border: none; }
  a:hover .b, .b:hover {
    background-color: #666666;
    background-color: rgba(0, 0, 0, 0.6); }

.list-social li {
  padding-bottom: 0.4em; }

.i-twitter, .i-facebook, .i-youtube, .i-delicious, .i-linkedin, .i-lastfm, .i-instagram, .i-vimeo, .i-sharethis, .i-rss, .i-pinterest, .i-email, .i-flickr, .i-home, .i-googleplus, .i-creattica, .i-linux, .i-xing, .i-wordpress, .i-coroflot, .i-chrome, .i-internetexplorer, .i-windows, .i-vk, .i-cargo, .i-tumblr, .i-icloud, .i-500px, .i-stumbleupon, .i-stackoverflow, .i-soundcloud, .i-skype, .i-safari, .i-opera, .i-myspace, .i-livejournal, .i-dribbble, .i-icq, .i-github, .i-blogger, .i-behance, .i-forrst, .i-deviantart, .i-facebooklike, .i-firefox, .i-apple, .i-feedburner, .i-android {
  background-color: #333333;
  display: block;
  font-family: "Social";
  speak: none;
  font-size: 0px;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  top: 0 !important;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.i-default {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  width: 32px;
  height: 32px; }
  .i-default:before {
    color: white;
    font-size: 21px;
    line-height: 1.55em;
    margin-right: 1em;
    margin-left: 0.27em; }

.i-medium {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  width: 60px;
  height: 60px; }
  .i-medium:before {
    color: white;
    font-size: 40px;
    line-height: 1.55em;
    margin-right: 1em;
    margin-left: 0.27em; }

.i-large {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 100px;
  height: 100px; }
  .i-large:before {
    color: white;
    font-size: 65px;
    line-height: 1.55em;
    margin-right: 1em;
    margin-left: 0.27em; }

.i-twitter:hover {
  background-color: #00acee; }
.i-twitter:before {
  content: "\e010"; }

.i-facebook:hover {
  background-color: #3b5998; }
.i-facebook:before {
  content: "\e02a"; }

.i-youtube:hover {
  background-color: #c4302b; }
.i-youtube:before {
  content: "\e000"; }

.i-delicious:hover {
  background-color: #205cc0; }
.i-delicious:before {
  content: "\e002"; }

.i-linkedin:hover {
  background-color: #1382c0; }
.i-linkedin:before {
  content: "\e004"; }

.i-lastfm:hover {
  background-color: #c3000d; }
.i-lastfm:before {
  content: "\e007"; }

.i-instagram:hover {
  background-color: #3f729b; }
.i-instagram:before {
  content: "\e00d"; }

.i-vimeo:hover {
  background-color: #86c9ef; }
.i-vimeo:before {
  content: "\e00f"; }

.i-sharethis:hover {
  background-color: #08874a; }
.i-sharethis:before {
  content: "\e018"; }

.i-rss:hover {
  background-color: #ee802f; }
.i-rss:before {
  content: "\e01a"; }

.i-pinterest:hover {
  background-color: #c8232c; }
.i-pinterest:before {
  content: "\e01b"; }

.i-email:hover {
  background-color: #333333; }
.i-email:before {
  content: "\e020"; }

.i-flickr:hover {
  background-color: #ff0084; }
.i-flickr:before {
  content: "\e02c"; }

.i-home:hover {
  background-color: #333333; }
.i-home:before {
  content: "\e022"; }

.i-googleplus:hover {
  background-color: #db4a39; }
.i-googleplus:before {
  content: "\e023"; }

.i-creattica:hover {
  background-color: #1a1a1a; }
.i-creattica:before {
  content: "\e003"; }

.i-linux:hover {
  background-color: #ffd200; }
.i-linux:before {
  content: "\e001"; }

.i-xing:hover {
  background-color: #046568; }
.i-xing:before {
  content: "\e005"; }

.i-wordpress:hover {
  background-color: #464646; }
.i-wordpress:before {
  content: "\e006"; }

.i-coroflot:hover {
  background-color: #ef4a1a; }
.i-coroflot:before {
  content: "\e008"; }

.i-chrome:hover {
  background-color: #ce4f4b; }
.i-chrome:before {
  content: "\e009"; }

.i-internetexplorer:hover {
  background-color: #3b96da; }
.i-internetexplorer:before {
  content: "\e00a"; }

.i-windows:hover {
  background-color: #00cbff; }
.i-windows:before {
  content: "\e00b"; }

.i-vk:hover {
  background-color: #426798; }
.i-vk:before {
  content: "\e00c"; }

.i-cargo:hover {
  background-color: #f2f2f2; }
.i-cargo:before {
  content: "\e00e"; }

.i-tumblr:hover {
  background-color: #34526f; }
.i-tumblr:before {
  content: "\e011"; }

.i-icloud:hover {
  background-color: #19191b; }
.i-icloud:before {
  content: "\e012"; }

.i-500px:hover {
  background-color: #02adea; }
.i-500px:before {
  content: "\e013"; }

.i-stumbleupon:hover {
  background-color: #f74425; }
.i-stumbleupon:before {
  content: "\e014"; }

.i-stackoverflow:hover {
  background-color: #ef8236; }
.i-stackoverflow:before {
  content: "\e015"; }

.i-soundcloud:hover {
  background-color: #ff7700; }
.i-soundcloud:before {
  content: "\e016"; }

.i-skype:hover {
  background-color: #00aff0; }
.i-skype:before {
  content: "\e017"; }

.i-safari:hover {
  background-color: #6ba8de; }
.i-safari:before {
  content: "\e019"; }

.i-opera:hover {
  background-color: #d74a30; }
.i-opera:before {
  content: "\e01c"; }

.i-myspace:hover {
  background-color: black; }
.i-myspace:before {
  content: "\e01d"; }

.i-livejournal:hover {
  background-color: #1858a7; }
.i-livejournal:before {
  content: "\e01e"; }

.i-dribbble:hover {
  background-color: #ea4c89; }
.i-dribbble:before {
  content: "\e01f"; }

.i-icq:hover {
  background-color: #5eff00; }
.i-icq:before {
  content: "\e021"; }

.i-github:hover {
  background-color: #171515; }
.i-github:before {
  content: "\e024"; }

.i-blogger:hover {
  background-color: #97b538; }
.i-blogger:before {
  content: "\e025"; }

.i-behance:hover {
  background-color: #053eff; }
.i-behance:before {
  content: "\e026"; }

.i-forrst:hover {
  background-color: #5b9a68; }
.i-forrst:before {
  content: "\e027"; }

.i-deviantart:hover {
  background-color: #4e6252; }
.i-deviantart:before {
  content: "\e028"; }

.i-facebooklike:hover {
  background-color: #3b5998; }
.i-facebooklike:before {
  content: "\e029"; }

.i-firefox:hover {
  background-color: #f58e00; }
.i-firefox:before {
  content: "\e02b"; }

.i-apple:hover {
  background-color: black; }
.i-apple:before {
  content: "\e02d"; }

.i-feedburner:hover {
  background-color: #ee3f3d; }
.i-feedburner:before {
  content: "\e02e"; }

.i-android:hover {
  background-color: #409800; }
.i-android:before {
  content: "\e02f"; }

.ie ul.util form label:after, .ie ul.util form label:before {
  display: none; }

html[data-useragent*='MSIE 10.0'] ul.util form label:after, html[data-useragent*='MSIE 10.0'] ul.util form label:before {
  display: none; }

.lt-ie8 img {
  -ms-interpolation-mode: bicubic; }

.lt-ie7 input {
  vertical-align: text-bottom; }

@media screen and (max-width: 768px), screen and (max-device-width: 1024px) {
  html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none; } }
@media only screen and (max-width: 1244px) {
  .wrap {
    margin: 0 auto;
    padding: 0 2em;
    width: 100%; }
    #main .section-nav .wrap {
      padding-left: 2em;
      padding-right: 2em; } }
@media only screen and (max-width: 1024px) {
  #header {
    height: 72px; }
    #header .wrap {
      margin-top: 0.75em; }

  #main .section-nav {
    padding-top: 72px; }
    #main .section-nav .wrap {
      padding: 3.375em 2em 1.5em; } }
@media only screen and (max-width: 960px) {
  #header #site-logo a {
    width: 179px;
    margin-top: 4px; }

  #main .wrap {
    padding: 4em 0 4.5em; }

  .section-nav p {
    font-size: 0.92857em;
    line-height: 1.5384em;
    padding: 0 7.14286%;
    font-weight: bold; }

  .callouts {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 4em; }
    .callouts ul li {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%;
      display: inline; }
      .callouts ul li:last-child {
        float: right;
        margin-right: 0;
        *margin-left: -20px;
        display: inline; }

  #footer a {
    font-weight: bold; }

  ul.game-links h4 {
    width: 118px;
    height: 44px;
    margin-bottom: 0.5em; }

  ul.util li:before {
    padding: 0 0.25em; } }
@media only screen and (max-width: 720px) {
  .callouts ul li .b {
    font-size: 0.6875em; }

  ul.game-links {
    margin-bottom: 1em !important; }
    ul.game-links > li, ul.game-links > li:last-child {
      float: none;
      width: 100%;
      text-align: center;
      margin-bottom: 2.4em; }
      ul.game-links > li a, ul.game-links > li:last-child a {
        padding-right: 0; }
      ul.game-links > li h4, ul.game-links > li:last-child h4 {
        margin-left: auto;
        margin-right: auto; }

  ul.util li {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 1.2em; }
    ul.util li.copy {
      font-size: 0.85714em;
      line-height: 1.4em; }
    ul.util li:before {
      display: none; } }
@media only screen and (max-width: 675px) {
  #header {
    height: 59px;
    max-height: 100%; }
    #header .wrap {
      margin-top: 8px; }
    #header #site-logo a {
      width: 150px;
      height: 32px;
      top: 3px; }

  #main .section-nav {
    padding-top: 59px; }

  .section-nav .wrap {
    padding: 0 !important; }
  .section-nav ul {
    background-color: black; }
    .section-nav ul li {
      width: 50% !important;
      margin-right: 0 !important;
      margin-bottom: 2em !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .section-nav ul li:nth-child(odd) {
        clear: both; }
  .section-nav h2 {
    margin-bottom: 0; }
    .section-nav h2 img {
      width: 100%; }
  .section-nav p {
    font-size: 1em;
    font-weight: normal; } }
@media only screen and (min-width: 601px) {
  .callouts ul li.reg-game a {
    background: url(/assets/img/i-registered.png) no-repeat 50% 4px; }
  .callouts ul li.redeem a {
    background: url(/assets/img/i-redeem.png) no-repeat 50% 0; } }
  .callouts ul li.answer-hq a {
    background: url(/assets/img/i-answer-hq.png) no-repeat 50% 0; } }
@media only screen and (max-width: 600px) {
  .wrap {
    padding: 0 1em; }

  .callouts {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1.5em; }
    .callouts ul li a {
      -webkit-background-size: 110px auto !important;
      -moz-background-size: 110px auto !important;
      -o-background-size: 110px auto !important;
      background-size: 110px auto !important;
      padding-top: 132px; }
    .callouts ul li.reg-game a {
      background: url(/assets/img/i-registered-sm.png) no-repeat 50% 4px; }
    .callouts ul li.redeem a {
      background: url(/assets/img/i-redeem-sm.png) no-repeat 50% 0; } }
    .callouts ul li.answer-hq a {
      background: url(/assets/img/i-answer-hq-sm.png) no-repeat 50% 0; } }
@media only screen and (max-width: 480px) {
  #main .wrap {
    padding: 3em 0 3.5em; }

  .content h3 {
    font-size: 1.5em; }
  .content p {
    font-size: 0.875em; } }
@media only screen and (max-width: 460px) {
  .callouts ul li, .callouts ul li:last-child {
    float: none;
    width: auto;
    margin-right: auto;
    *margin-left: auto;
    display: block; }
  .callouts ul li:first-child {
    margin-bottom: 2em; }

  .section-nav p {
    font-size: 0.85714em; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .callouts ul li.reg-game a {
    background: url(/assets/img/i-registered@2x.png) no-repeat 50% 0; }
  .callouts ul li.redeem a {
    background: url(/assets/img/i-redeem@2x.png) no-repeat 50% 0; }
  .callouts ul li.answer-hq a {
    background: url(/assets/img/i-answer-hq@2x.png) no-repeat 50% 0; }
  #footer a.ea {
    background: url(/assets/img/l-ea@2x.png) no-repeat 0 0; } }
.print-only {
  display: none; }

@media print {
  * {
    background: none !important;
    color: black !important; }

  .print-only {
    display: block; }

  body {
    font-size: 70%;
    min-height: 0;
    height: auto;
    padding: 0; }
    body .wrap {
      padding: 40px 0 !important; }

  #header {
    position: relative; }
    #header #site-logo a {
      display: none; }
    #header .top_nav {
      display: none; } }
