@charset "UTF-8";
/* Theme Name: Bioware */
/* Description: Created with style for Bioware */
/* Author: Plank Design */
/* Author URI: http://www.plankdesign.com */
/* Version: 1.0 */
/* Sass Files: /assets/sass/style.sass */
@font-face {
  font-family: "Oswald";
  src: url("assets/fonts/oswald-bold-webfont.eot");
  src: url("assets/fonts/oswald-bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/oswald-bold-webfont.woff") format("woff"), url("assets/fonts/oswald-bold-webfont.ttf") format("truetype"), url("assets/fonts/oswald-bold-webfont.svg#OswaldLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("assets/fonts/opensans-regular-webfont.eot");
  src: url("assets/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensans-regular-webfont.woff") format("woff"), url("assets/fonts/opensans-regular-webfont.ttf") format("truetype"), url("assets/fonts/opensans-regular-webfont.svg#OswaldLight") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("assets/fonts/opensans-light-webfont.eot");
  src: url("assets/fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensans-light-webfont.woff") format("woff"), url("assets/fonts/opensans-light-webfont.ttf") format("truetype"), url("assets/fonts/opensans-light-webfont.svg#OswaldLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "OpenSans";
  src: url("assets/fonts/opensans-semibold-webfont.eot");
  src: url("assets/fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensans-semibold-webfont.woff") format("woff"), url("assets/fonts/opensans-semibold-webfont.ttf") format("truetype"), url("assets/fonts/opensans-semibold-webfont.svg#OswaldLight") format("svg");
  font-weight: bold;
  font-style: normal; }

#footer .legal .nav-legal > .menu, #job-listings .current-filters ul, #job-listings .current-filters ul li {
  overflow: hidden; }
  #footer .legal .nav-legal > .menu, #job-listings .current-filters ul, #job-listings .current-filters ul li, #footer .legal .nav-legal > .menu > li, #job-listings .current-filters ul > li, #job-listings .current-filters ul li > li {
    list-style: none;
    margin: 0;
    padding: 0; }
#footer .legal .nav-legal > .menu li, #job-listings .current-filters ul li {
  display: inline-block;
  float: left;
  padding: 0 0.2em; }
  #footer .legal .nav-legal > .menu li:first-child, #job-listings .current-filters ul li:first-child {
    padding-left: 0; }
  #footer .legal .nav-legal > .menu li:last-child, #job-listings .current-filters ul li:last-child {
    padding-right: 0; }
#footer .legal .nav-legal > .menu li.last-child, #job-listings .current-filters ul li.last-child {
  padding-right: 0 !important;
  border-right: 0 !important; }

#footer .legal .nav-legal > .menu li {
  border-right: 1px white solid;
  padding: 0 0.7em; }
  #footer .legal .nav-legal > .menu li:last-child {
    border-right: 0; }

#consent_blackbar {
    background-color: #000000;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%; }
#truste-consent-content {
    margin: auto;
    width: 66%; }
#consent_blackbar h2 {
    font-size: 0.8em; }
#consent_blackbar img {
    float: right; }

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

html {
  height: 100%; }

body {
  height: 100%;
  color: #999999;
  background-color: #191919;
  font-size: 100%;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  margin: 0 auto;
  width: 100%;
  min-width: 320px; }
  .no-mediaqueries body {
    min-width: 1180px; }
  body::-webkit-scrollbar {
    width: 12px;
    background-color: #191919; }
  body::-webkit-scrollbar-track {
    background-color: #191919; }
  body::-webkit-scrollbar-thumb {
    background-color: #576b8c;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }

#trunk-outer {
  width: 100%;
  overflow: hidden;
  position: relative; }

#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  margin-bottom: -220px; }
  #wrapper .sticky-push {
    height: 220px;
    pointer-events: none; }

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

#header {
  background-color: black;
  background: rgba(0, 0, 0, 0.9);
  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 .contain {
    margin-top: 1.5625em; }
  #header ul li {
    display: inline-block; }
  #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;
    margin-right: 1.25em; }
    #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-left: 0 !important; }
        #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); }
        #header .top_nav .menu > li .sub-menu {
          display: none;
          overflow: hidden;
          position: absolute;
          z-index: 9999;
          height: auto;
          top: 1.6em;
          left: 0;
          text-align: center;
          white-space: nowrap;
          margin: 0;
          padding-top: 0.25em; }
          #header .top_nav .menu > li .sub-menu li {
            display: block;
            margin-bottom: 0; }
          #header .top_nav .menu > li .sub-menu a {
            padding: 0.25em 1.25em;
            font-size: 0.75em;
            display: block; }
      #header .top_nav .menu li.current-menu-item > a, #header .top_nav .menu li.current-menu-parent > a {
        color: #576b8c; }
  #header .menu-dropdown {
    display: none; }
  #header .lang {
    display: inline-block;
    float: right;
    width: 46px;
    text-align: center; }
    #header .lang a {
      width: 46px;
      height: 46px;
      line-height: 2em;
      font-weight: 600;
      background-color: #2d3131;
      background-color: rgba(255, 255, 255, 0.15);
      -webkit-border-radius: 999px;
      -moz-border-radius: 999px;
      -ms-border-radius: 999px;
      -o-border-radius: 999px;
      border-radius: 999px;
      padding: 10px;
      color: #666666;
      color: rgba(255, 255, 255, 0.4);
      font-size: 0.8125em;
      display: inline-block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #header .lang a:hover {
        color: #576b8c;
        background-color: rgba(255, 255, 255, 0);
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
  #header .dropdown-button {
    display: none;
    width: 80px;
    margin: 0 auto;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px; }
    #header .dropdown-button a {
      width: 80px;
      height: 50px;
      display: block;
      background: transparent url(assets/img/drop_arrows.png) no-repeat center 28px; }
    #header .dropdown-button.open a {
      background-position: center -15px; }
  #header .menu-studios-container {
    display: none; }

.top_nav_mobile {
  display: none;
  width: 90%;
  height: 100%;
  position: fixed;
  overflow: hidden auto;
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 8px;
  /* starting point */
  opacity: 0;
  -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
  -moz-transform: translate3d(5%, 0, 0) scale(0.97);
  -ms-transform: translate3d(5%, 0, 0) scale(0.97);
  -o-transform: translate3d(5%, 0, 0) scale(0.97);
  transform: translate3d(5%, 0, 0) scale(0.97); }

.slideLeft.open {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -webkit-animation: slideIn 0.35s ease-in-out;
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -moz-animation: slideIn 0.35s ease-in-out;
  transform: translate3d(0, 0, 0) scale(1);
  animation: slideIn 0.35s ease-in-out; }

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0) scale(0.97); }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1); } }

@-moz-keyframes slideIn {
  0% {
    opacity: 0;
    -moz-transform: translate3d(5%, 0, 0) scale(0.97); }

  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale(1); } }

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate3d(5%, 0, 0) scale(0.97); }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); } }

.slideLeft.close {
  opacity: 0;
  -webkit-transform: translate3d(5%, 0, 0) scale(0.97);
  -webkit-animation: slideOut 0.3s ease-in-out;
  -moz-transform: translate3d(5%, 0, 0) scale(0.97);
  -moz-animation: slideOut 0.3s ease-in-out;
  transform: translate3d(5%, 0, 0) scale(0.97);
  animation: slideOut 0.3s ease-in-out; }

@-webkit-keyframes slideOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1); }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0) scale(0.97); } }

@-moz-keyframes slideOut {
  0% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0) scale(1); }

  100% {
    opacity: 0;
    -moz-transform: translate3d(5%, 0, 0) scale(0.97); } }

@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1); }

  100% {
    opacity: 0;
    transform: translate3d(5%, 0, 0) scale(0.97); } }

.slideRight.open {
  -webkit-transform: translate3d(240px, 0, 0);
  -webkit-animation: open 0.5s ease-in-out;
  -moz-transform: translate3d(240px, 0, 0);
  -moz-animation: open 0.5s ease-in-out;
  transform: translate3d(240px, 0, 0);
  animation: open 0.5s ease-in-out; }

@-webkit-keyframes open {
  0% {
    -webkit-transform: translate3d(0, 0, 0); }

  70% {
    -webkit-transform: translate3d(260px, 0, 0); }

  100% {
    -webkit-transform: translate3d(240px, 0, 0); } }

@-moz-keyframes open {
  0% {
    -moz-transform: translate3d(0, 0, 0); }

  70% {
    -moz-transform: translate3d(260px, 0, 0); }

  100% {
    -moz-transform: translate3d(240px, 0, 0); } }

@keyframes open {
  0% {
    transform: translate3d(0, 0, 0); }

  70% {
    transform: translate3d(260px, 0, 0); }

  100% {
    transform: translate3d(240px, 0, 0); } }

.slideRight.close {
  -webkit-transform: none;
  -webkit-animation: close 0.3s ease-in-out;
  -moz-transform: none;
  -moz-animation: close 0.3s ease-in-out;
  transform: none;
  animation: close 0.3s ease-in-out; }

@-webkit-keyframes close {
  0% {
    -webkit-transform: translate3d(240px, 0, 0); }

  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes close {
  0% {
    -moz-transform: translate3d(240px, 0, 0); }

  100% {
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes close {
  0% {
    transform: translate3d(240px, 0, 0); }

  100% {
    transform: translate3d(0, 0, 0); } }

.sidebar {
  position: absolute;
  z-index: 399;
  padding: 100px 0; }
  .sidebar #subnav {
    float: none;
    display: block; }
    .sidebar #subnav ul, .sidebar #subnav ul > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .sidebar #subnav ul li {
      font-size: 0.75em;
      font-weight: 600;
      letter-spacing: 0.15em;
      line-height: 1.3em;
      padding: 0;
      margin: 0; }
      .sidebar #subnav ul li a {
        color: #576b8c;
        text-transform: uppercase;
        padding: 1em;
        display: block; }
        .sidebar #subnav ul li a:hover {
          color: #999999; }
      .sidebar #subnav ul li.current a, .sidebar #subnav ul li.fix_current a {
        background: #292728;
        background: rgba(34, 36, 38, 0.82);
        color: white; }
        .sidebar #subnav ul li.current a:hover, .sidebar #subnav ul li.fix_current a:hover {
          color: #cccccc; }

.is_fixed {
  position: fixed;
  top: 50%;
  left: 0; }

.scroller-settings {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  display: none; }

#footer {
  height: 220px;
  width: 100%;
  position: relative;
  background: #191919; }
  #footer .contain {
    padding-top: 3.125em; }
  #footer .legal {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    #footer .legal .logos {
      margin: 0 0 1.125em; }
      #footer .legal .logos:after {
        content: "";
        display: table;
        clear: both; }
      #footer .legal .logos a {
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        display: block;
        float: left;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        #footer .legal .logos a:hover {
          opacity: 0.6; }
      #footer .legal .logos .ea {
        background: url(assets/img/logo_dark_ea.png) no-repeat;
        width: 50px;
        height: 48px;
        margin-right: 2.37288%; }
      #footer .legal .logos .bioware {
        background: url(assets/img/logo_dark_bioware.png) no-repeat;
        width: 158px;
        height: 48px;
        background-position: 0 13px; }
    #footer .legal .nav-legal {
      margin-bottom: 4px; }
      #footer .legal .nav-legal > .menu {
        font-size: 0.625em;
        line-height: 1em;
        width: auto; }
        #footer .legal .nav-legal > .menu a {
          color: #666666; }
          #footer .legal .nav-legal > .menu a:hover {
            color: #576b8c; }
        #footer .legal .nav-legal > .menu li {
          border-color: #666666;
          margin-bottom: 10px; }
          body.fr #footer .legal .nav-legal > .menu li:nth-child(4) {
            border-right: 0; }
          body.fr #footer .legal .nav-legal > .menu li:nth-child(5) {
            clear: left;
            padding-left: 0; }
    #footer .legal .copy {
      color: #666666;
      display: inline-block;
      font-size: 0.625em;
      line-height: 1.6em; }
  #footer .nav-subsites {
    margin-top: 4px;
    width: 32.20339%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline; }
    #footer .nav-subsites > .menu:after {
      content: "";
      display: table;
      clear: both; }
    #footer .nav-subsites > .menu, #footer .nav-subsites > .menu > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    #footer .nav-subsites > .menu > li {
      float: left;
      width: 47.36842%;
      float: left;
      margin-right: 5.26316%;
      display: inline; }
      #footer .nav-subsites > .menu > li:last-child {
        width: 47.36842%;
        float: right;
        margin-right: 0;
        #margin-left: -20px;
        display: inline; }
      #footer .nav-subsites > .menu > li > a {
        color: #666666;
        font-size: 0.875em;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0.5em;
        display: inline-block; }
        #footer .nav-subsites > .menu > li > a:hover {
          color: #576b8c; }
      #footer .nav-subsites > .menu > li.no-link a:hover {
        color: #666666; }
    #footer .nav-subsites > .menu .sub-menu, #footer .nav-subsites > .menu .sub-menu > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    #footer .nav-subsites > .menu .sub-menu a {
      color: #999999;
      font-size: 0.875em; }
      #footer .nav-subsites > .menu .sub-menu a:hover {
        color: #576b8c; }

#ShadowBox table, #ShadowBox td {
  border: none !important; }

.clear {
  clear: both; }

.alignleft {
  float: left !important;
  margin: 0 20px 20px 0; }

.alignright {
  float: right !important;
  margin: 0 0 20px 20px; }

.aligncenter {
  margin: 0 auto;
  margin-bottom: 20px; }

.white {
  color: white; }

#main {
  position: relative; }
  #main .content {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline; }

.black {
  background-color: black;
  color: white; }

.dark {
  background-color: #292d33; }
  .dark h1, .dark h2, .dark h3 {
    color: white; }
  .dark p, .dark li {
    color: #999999; }
  .dark.has-bg p, .dark.has-bg li, .dark .light.has-bg p, .dark .light.has-bg li {
    color: white;
    font-weight: 600; }

.light {
  background-color: white; }
  .light h1, .light h2, .light h3 {
    color: black; }
  .light p, .light li, .light small, .light h4, .light h5, .light h6 {
    color: #666666; }
  .light.has-bg p, .light.has-bg li, .light .dark.has-bg p, .light .dark.has-bg li {
    color: black; }

.parent-page {
  padding: 100px 0 0;
  width: 100%;
  min-height: 450px;
  position: relative;
  z-index: 99;
  background: black no-repeat 50% 50%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  -webkit-box-shadow: 0 0 20px 2px black;
  -moz-box-shadow: 0 0 20px 2px black;
  box-shadow: 0 0 20px 2px black; }
  .parent-page .quote {
    margin-left: 8.47458%;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .parent-page .quote .big {
      line-height: 1.2em;
      font-size: 1.5em;
      text-transform: uppercase;
      margin: 0 0 0.75em; }
      body.fr .parent-page .quote .big {
        line-height: 1.33334em; }
    .parent-page .quote .byline {
      color: white;
      font-style: italic;
      display: block;
      line-height: 1.2em; }
      body.fr .parent-page .quote .byline {
        line-height: 1.33334em; }

#subpages {
  position: relative;
  top: 0; }

.subpage {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .subpage:after {
    content: "";
    display: table;
    clear: both; }
  .subpage#section-recent-graduates {
    background-position: 50% 0; }
  .subpage .contain {
    padding: 6.25em 0; }
  .subpage.subsub {
    padding: 0;
    min-height: 0;
    _height: 0; }
  .subpage h2 {
    font-weight: 600; }

.section-content {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  margin-left: 16.94915%; }
  .section-content p {
    font-size: 0.875em; }
  .section-content > p:last-child {
    margin-bottom: 0; }
  .section-content li {
    font-size: 0.875em;
    margin: 0 0 3px; }
  .section-content h2 {
    line-height: 1.1em; }
  .section-content .col2 {
    width: 48.97959%;
    float: left;
    margin-right: 2.04082%;
    display: inline; }
    .section-content .col2:nth-child(2n) {
      width: 48.97959%;
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; }
  .section-content .note {
    font-size: 0.625em;
    font-style: italic;
    line-height: 1.5em; }

.bg-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%; }
  .bg-image.bg-map {
    min-height: 200px; }

.home-slides {
  background: #191919; }
  .home-slides .slides {
    color: white;
    text-transform: uppercase; }
    .home-slides .slides, .home-slides .slides > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .home-slides .slides > li {
      min-height: 800px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: 50% 50%; }
      .home-slides .slides > li.slide-create-something-amazing p {
        max-width: 100%; }
      .home-slides .slides > li.light h1.big {
        text-shadow: 0 0 40px rgba(51, 69, 87, 0.5), 0 0 60px rgba(51, 69, 87, 0.25), 0 0 80px rgba(51, 69, 87, 0.75); }
      .home-slides .slides > li.light p {
        text-shadow: 0 0 10px #334557, 0 0 10px #334557, 0 0 10px #334557; }
      .home-slides .slides > li.light a.b {
        background: #4b4b4b;
        background: rgba(0, 0, 0, 0.7); }
        .home-slides .slides > li.light a.b:hover {
          background: #7e7e7e;
          background: rgba(0, 0, 0, 0.5); }
      .home-slides .slides > li.dark h1.big {
        text-shadow: 0 0 40px rgba(0, 0, 0, 0.75), 0 0 70px rgba(0, 0, 0, 0.85); }
      .home-slides .slides > li.dark p {
        text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.75), 1px 1px 2px rgba(0, 0, 0, 0.75); }
      .home-slides .slides > li.dark a.b {
        background: #464649;
        background: rgba(255, 255, 255, 0.2); }
        .home-slides .slides > li.dark a.b:hover {
          background: #68686a;
          background: rgba(255, 255, 255, 0.3); }
    .home-slides .slides .b {
      min-width: 280px;
      font-weight: 600; }
    .home-slides .slides p, .home-slides .slides h1 {
      color: white; }
    .home-slides .slides p {
      font-size: 1em;
      line-height: 1.3em;
      max-width: 600px;
      letter-spacing: 0.1em;
      font-weight: 600; }
    .home-slides .slides .big {
      font-size: 7.5em;
      max-width: 100%;
      line-height: 1.1em;
      margin-bottom: 8px;
      word-wrap: break-word; }
    .home-slides .slides .b {
      background: #999999;
      background: rgba(153, 153, 153, 0.5); }

.games-nav {
  width: 100%;
  padding: 4.5em 0 3em;
  background-color: #292d33; }
  .games-nav .menu {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    text-align: center; }
    .games-nav .menu:after {
      content: "";
      display: table;
      clear: both; }
    .games-nav .menu li {
      font-size: 1.125em;
      width: 18.36735%;
      float: left;
      margin-right: 2.04082%;
      display: inline;
      margin-bottom: 0;
      display: inline-block;
      vertical-align: center; }
    .games-nav .menu li a img {
      max-height: 75px;
      width: auto; }
      .games-nav .menu li:last-child {
        width: 18.36735%;
        float: right;
        margin-right: 0;
        #margin-left: -20px;
        display: inline; }
      .games-nav .menu li a {
        display: block;
        line-height: 1em; }

#games .featured .game {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  min-height: 790px; }
  #games .featured .game > .contain {
    padding: 0; }
  #games .featured .game.light p {
    color: black; }
  #games .featured .game.light .section-content {
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.65) 79%, rgba(255, 255, 255, 0.45) 86%, rgba(255, 255, 255, 0.3) 91%, rgba(255, 255, 255, 0.15) 96%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(79%, rgba(255, 255, 255, 0.65)), color-stop(86%, rgba(255, 255, 255, 0.45)), color-stop(91%, rgba(255, 255, 255, 0.3)), color-stop(96%, rgba(255, 255, 255, 0.15)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.65) 79%, rgba(255, 255, 255, 0.45) 86%, rgba(255, 255, 255, 0.3) 91%, rgba(255, 255, 255, 0.15) 96%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.65) 79%, rgba(255, 255, 255, 0.45) 86%, rgba(255, 255, 255, 0.3) 91%, rgba(255, 255, 255, 0.15) 96%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.65) 79%, rgba(255, 255, 255, 0.45) 86%, rgba(255, 255, 255, 0.3) 91%, rgba(255, 255, 255, 0.15) 96%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.65) 79%, rgba(255, 255, 255, 0.45) 86%, rgba(255, 255, 255, 0.3) 91%, rgba(255, 255, 255, 0.15) 96%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
  #games .featured .game.black p {
    color: white; }
  #games .featured .game.black .section-content {
    background: -moz-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 0.45) 86%, rgba(0, 0, 0, 0.3) 91%, rgba(0, 0, 0, 0.15) 96%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(79%, rgba(0, 0, 0, 0.65)), color-stop(86%, rgba(0, 0, 0, 0.45)), color-stop(91%, rgba(0, 0, 0, 0.3)), color-stop(96%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 0.45) 86%, rgba(0, 0, 0, 0.3) 91%, rgba(0, 0, 0, 0.15) 96%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 0.45) 86%, rgba(0, 0, 0, 0.3) 91%, rgba(0, 0, 0, 0.15) 96%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, black 0%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 0.45) 86%, rgba(0, 0, 0, 0.3) 91%, rgba(0, 0, 0, 0.15) 96%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.65) 79%, rgba(0, 0, 0, 0.45) 86%, rgba(0, 0, 0, 0.3) 91%, rgba(0, 0, 0, 0.15) 96%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); }
#games .featured .section-content {
  margin-left: 0%;
  padding-left: 16.94915%;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  min-height: 790px;
  padding-top: 2em;
  padding-bottom: 2em; }
  #games .featured .section-content > .inner:after {
    content: "";
    display: table;
    clear: both; }
  #games .featured .section-content img.title {
    margin-bottom: 1.25em;
    margin-top: 1.25em; }
  #games .featured .section-content .b {
    margin-bottom: 1.25em; }
#games .featured .b {
  text-transform: uppercase; }
#games #section-previous-games {
  border-bottom: 1px #292d33 solid; }
#games .previous-games {
  background: black; }
  #games .previous-games .legacy-link .contain {
    padding: 0; }
  #games .previous-games .legacy-link .col-area {
    margin-left: 16.94915%;
    border-top: 1px #292d33 solid; }
  #games .previous-games .legacy-link:first-child .col-area {
    border-top: none; }
  #games .previous-games .legacy-link a {
    padding: 2.875em 2.5em 2.75em 0;
    display: block;
    color: white;
    text-transform: uppercase;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.3em; }
    #games .previous-games .legacy-link a:hover {
      color: #999999; }
    #games .previous-games .legacy-link a span {
      display: inline-block; }
      #games .previous-games .legacy-link a span:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent transparent #576b8c;
        position: relative;
        display: inline-block;
        right: -1em;
        top: 0;
        -webkit-transition: -webkit-transform 0.3s ease, 1s;
        -moz-transition: -moz-transform 0.3s ease, 1s;
        -o-transition: -o-transform 0.3s ease, 1s;
        transition: transform 0.3s ease, 1s;
        -webkit-transform-origin: 25% 50% 0;
        -moz-transform-origin: 25% 50% 0;
        -ms-transform-origin: 25% 50% 0;
        -o-transform-origin: 25% 50% 0;
        transform-origin: 25% 50% 0; }
  #games .previous-games .legacy-link.active a span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  #games .previous-games .contain {
    padding: 0;
    margin-bottom: -1px; }
  #games .previous-games .section-content {
    width: 83.05085%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
    padding: 3.25em 0; }
  #games .previous-games .sub-content {
    width: 59.18367%;
    float: left;
    margin-right: 2.04082%;
    display: inline; }
    #games .previous-games .sub-content .title {
      margin-bottom: 2em; }
    #games .previous-games .sub-content .title + h3 {
      margin-top: 0; }
  #games .previous-games .game-thumbs {
    overflow: hidden; }
    #games .previous-games .game-thumbs a {
      display: block;
      width: 13.7931%;
      float: left;
      margin-right: 3.44828%;
      display: inline;
      padding: 0;
      margin-bottom: 3.44828%; }
      #games .previous-games .game-thumbs a:nth-child(6n+1) {
        clear: left; }
      #games .previous-games .game-thumbs a img {
        display: block; }
  #games .previous-games .side-content {
    width: 28.57143%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
    margin-left: 10.20408%; }
#games .legal {
  font-size: 0.5625em;
  line-height: 1.75em;
  color: #666666 !important; }

body.id-100 #subpages .subpage:nth-child(1) h4, body.id-100 #subpages .subpage:nth-child(1) h5 {
  color: white; }
body.id-100 #subpages .subpage:nth-child(2) {
  background: #34383d; }
  body.id-100 #subpages .subpage:nth-child(2) h4, body.id-100 #subpages .subpage:nth-child(2) h5 {
    color: white; }

.studio .subpage:nth-child(2) {
  background: #f2f2f2; }
  .studio .subpage:nth-child(2) h4, .studio .subpage:nth-child(2) h5 {
    color: #666666; }
.studio .subpage:nth-child(3) {
  background: #34383d; }
  .studio .subpage:nth-child(3) h4, .studio .subpage:nth-child(3) h5 {
    color: white; }
.studio .section-content h2 {
  margin-top: 0; }
.studio .dark h5 {
  color: white; }
.studio .subsection {
  min-height: 0; }
.studio .col3 {
  width: 31.81818%;
  float: left;
  margin-right: 2.27273%;
  display: inline;
  margin-left: 0;
  margin-bottom: 1.5em; }
  .studio .col3:nth-child(3n) {
    width: 31.81818%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline; }
.studio .director {
  overflow: auto; }
  .studio .director img {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    margin-bottom: 0;
    margin-top: 0; }
  .studio .director .quote {
    width: 66.10169%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline; }
    .studio .director .quote span, .studio .director .quote small {
      display: block; }
    .studio .director .quote span {
      font-size: 1.125em;
      color: #666666;
      font-weight: 100;
      padding-left: 10px; }
    .studio .director .quote small {
      display: block;
      font-style: italic;
      font-size: 0.875em;
      padding-left: 10px;
      color: #999999; }
    .studio .director .quote p:last-child {
      margin: 0; }

.studio-links {
  margin-top: 4em !important; }
  .studio-links, .studio-links > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .studio-links:after {
    content: "";
    display: table;
    clear: both; }
  .studio-links li {
    width: 31.81818%;
    float: left;
    margin-right: 2.27273%;
    display: inline;
    position: relative; }
    .studio-links li:nth-child(3n) {
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; }
    .studio-links li a {
      display: inline-block;
      width: 100%;
      color: black;
      text-align: center;
      text-transform: capitalize;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .studio-links li a.no-link {
        cursor: default; }
        .studio-links li a.no-link:hover {
          opacity: 1; }
          .studio-links li a.no-link:hover span.b-map {
            opacity: 1; }
      .studio-links li a:hover {
        opacity: 0.8; }
    .studio-links li span.b {
      font-size: 0.85714em;
      background-color: #b2b2b2;
      color: white;
      width: 100%;
      margin-top: 2em; }
    .studio-links li span.b-map {
      height: 130px;
      display: block;
      margin: 0 auto; }
    .studio-links li.studio-edmonton span.b-map {
      background-position: 0 0;
      width: 71px; }
    .studio-links li.studio-edmonton.current-studio span.b-map {
      background-position: 0 -170px; }
    .studio-links li.studio-montreal span.b-map {
      background-position: -81px 0;
      width: 114px; }
    .studio-links li.studio-montreal.current-studio span.b-map {
      background-position: -81px -170px; }
    .studio-links li.studio-austin span.b-map {
      background-position: -201px 0;
      width: 132px; }
    .studio-links li.studio-austin.current-studio span.b-map {
      background-position: -201px -170px; }

.img-zoom:after {
  content: "";
  display: table;
  clear: both; }

.attribution, p.attribution {
  font-size: 0.5625em;
  line-height: 1.5em;
  color: #666666 !important; }

#team-members {
  padding-bottom: 100px;
  position: relative;
  margin-left: 16.94915%; }
  #team-members .team-member {
    width: 18.36735%;
    float: left;
    margin-right: 2.04082%;
    display: inline;
    margin-bottom: 2.04082%; }
    #team-members .team-member:nth-of-type(5n) {
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; }
    #team-members .team-member:nth-of-type(5n+1) {
      clear: both; }
    #team-members .team-member.active .member-image img {
      opacity: 1; }
  #team-members .member-image img {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    display: block; }
  #team-members.opened .member-image img {
    opacity: 0.4; }
  #team-members .description {
    display: none; }
  #team-members .content-row {
    width: 100%;
    list-style: none;
    clear: both; }
    #team-members .content-row h3 {
      font-size: 2.25em;
      line-height: 1em;
      margin-bottom: 0;
      font-weight: 600; }
    #team-members .content-row small {
      font-style: italic; }
    #team-members .content-row h4 {
      margin-bottom: 0.2em;
      font-size: 1em;
      font-weight: 600; }

#job-listings {
  background: #191919;
  padding: 3.75em 0 6.25em; }
  #job-listings .contain {
    padding: 2.5em 0 0; }
  #job-listings .multiselect {
    width: 31.81818%;
    float: left;
    margin-right: 2.27273%;
    display: inline; }
    #job-listings .multiselect.active {
      z-index: 100; }
    #job-listings .multiselect ul {
      padding-bottom: 0.5em; }
    #job-listings .multiselect li {
      padding: 0.25em 0; }
  #job-listings input[type=submit] {
    width: 31.81818%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  #job-listings form:after {
    content: "";
    display: table;
    clear: both; }
  #job-listings .filter-search {
    margin: 0 0 5em; }
  #job-listings .current-filters {
    margin: 3em 0;
    padding-bottom: 2.5em;
    padding-left: 1.5em;
    border-bottom: 1px solid #292d33; }
    #job-listings .current-filters:after {
      content: "";
      display: table;
      clear: both; }
    #job-listings .current-filters .filters-label {
      float: left;
      font-size: 0.875em;
      margin-right: 1em;
      padding: 0.25em 0; }
    #job-listings .current-filters ul {
      display: inline-block; }
      #job-listings .current-filters ul li {
        margin-right: 1em;
        padding: 0.25em 0; }
        #job-listings .current-filters ul li a.x {
          padding-right: 5px; }
          #job-listings .current-filters ul li a.x:after {
            border: 1px solid #576b8c;
            font-size: 0.875em;
            font-weight: 700;
            padding: 1px 5px 3px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            content: "x";
            position: relative;
            float: right;
            top: 5px;
            line-height: 1em;
            color: #576b8c;
            display: block;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease; }
          #job-listings .current-filters ul li a.x:hover:after {
            color: white; }
        #job-listings .current-filters ul li.reset a {
          text-decoration: underline;
          border-left: 1px solid #292d33;
          padding-left: 1em; }
          #job-listings .current-filters ul li.reset a:hover {
            text-decoration: none; }
  #job-listings .multiselect-options {
    max-height: 267px;
    overflow: auto; }
    #job-listings .multiselect-options::-webkit-scrollbar-track {
      background-color: #252525;
      border: none; }
    #job-listings .multiselect-options::-webkit-scrollbar {
      width: 12px;
      background-color: #252525; }
    #job-listings .multiselect-options::-webkit-scrollbar-thumb {
      background-color: #576b8c;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
  #job-listings .no-results {
    font-size: 1.3125em;
    -webkit-animation: fadeIn 1s 0.5s ease both;
    -moz-animation: fadeIn 1s 0.5s ease both;
    -ms-animation: fadeIn 1s 0.5s ease both;
    -o-animation: fadeIn 1s 0.5s ease both;
    animation: fadeIn 1s 0.5s ease both; }
  #job-listings #openings .column {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    #job-listings #openings .column:nth-child(even) {
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; }
  #job-listings .location-group {
    margin-bottom: 3.5em; }
    #job-listings .location-group ul, #job-listings .location-group ul > li, #job-listings .location-group ul li, #job-listings .location-group ul li > li {
      list-style: none;
      margin: 0;
      padding: 0; }
    #job-listings .location-group ul li {
      margin-left: -1em; }
    #job-listings .location-group ul a {
      color: #999999;
      display: block;
      font-size: 1.14286em;
      padding: 0.65em 1em;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #job-listings .location-group ul a:hover {
        color: #576b8c;
        background: #252525; }

.apply-form-container {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }
  .apply-form-container .blanket {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute; }
  .apply-form-container .apply-form-inner {
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding: 30px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #191919;
    overflow: hidden; }
    .apply-form-container .apply-form-inner h3 {
      color: white;
      margin-top: 30px;
      margin: 0 5% 15px; }
    .apply-form-container .apply-form-inner p, .apply-form-container .apply-form-inner div.result {
      margin: 0 5% 10px; }
    .apply-form-container .apply-form-inner div.success {
      color: lightgreen; }
  .apply-form-container form {
    width: 90%;
    margin: 0 5%; }
    .apply-form-container form input {
      display: block;
      border: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .apply-form-container form input[type=text] {
        width: 100%;
        margin-bottom: 15px; }
      .apply-form-container form input[type=file] {
        width: 100%;
        margin-bottom: 15px;
        padding: 20px 5%; }
      .apply-form-container form input.submit {
        width: 48.97959%;
        float: left;
        margin-right: 2.04082%;
        display: inline; }
      .apply-form-container form input.error {
        -webkit-box-shadow: inset 0 0 5px 3px #576b8c;
        -moz-box-shadow: inset 0 0 5px 3px #576b8c;
        box-shadow: inset 0 0 5px 3px #576b8c; }
    .apply-form-container form .cancel {
      width: 48.97959%;
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; }
    .apply-form-container form .cancel, .apply-form-container form .submit {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      font-size: 1em;
      border: none;
      line-height: 1.6em; }

.error404 #footer {
  background-color: black; }
.error404 #main > .contain {
  text-align: center;
  padding: 16em 0 8em; }
  .error404 #main > .contain h3 {
    line-height: 1.4em; }

#blogroll .post {
  padding: 6.25em 0; }
  #blogroll .post .entry {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    margin-left: 16.94915%; }
    #blogroll .post .entry h2 {
      margin-bottom: 0.3125em;
      font-weight: 600; }
    #blogroll .post .entry .meta {
      font-style: italic;
      margin-bottom: 1.5625em; }
    #blogroll .post .entry.has-thumb {
      width: 49.15254%;
      float: left;
      margin-right: 1.69492%;
      display: inline; }
  #blogroll .post .section-image {
    width: 32.20339%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline; }
#blogroll .permalink {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  width: 17px;
  height: 16px;
  background: url(assets/img/permalink.png) no-repeat;
  vertical-align: -1px;
  margin-left: 0.25em;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  #blogroll .permalink:hover {
    opacity: 0.5; }
.single #blogroll {
  padding-bottom: 100px; }
  .single #blogroll .b.more {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    display: inline;
    padding: 1em 0; }
  .single #blogroll .b.back {
    width: 48.71795%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
    padding: 1em 0; }

#infscr-loading {
  width: 200px;
  margin: 2em auto; }
  #infscr-loading > img {
    -webkit-animation: spin 1 0 ease both;
    -moz-animation: spin 1 0 ease both;
    -ms-animation: spin 1 0 ease both;
    -o-animation: spin 1 0 ease both;
    animation: spin 1 0 ease both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    display: block; }

.id-1550 .section-content {
  float: none;
  width: auto;
  margin-right: auto;
  #margin-left: auto;
  display: block;
  margin-left: 0; }
  .id-1550 .section-content h2 {
    width: 74.57627%;
    margin-left: 16.94915%; }

ul.products-links, ul.products-links > li, ul.products-links li, ul.products-links li > li {
  list-style: none;
  margin: 0;
  padding: 0; }
ul.products-links {
  margin: 5em 0 7em;
  width: 74.57627%;
  margin-left: 16.94915%; }
  ul.products-links:after {
    content: "";
    display: table;
    clear: both; }
ul.products-links li {
  width: 31.81818%;
  float: left;
  margin-right: 2.27273%;
  display: inline; }
  ul.products-links li:last-child {
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline; }
  ul.products-links li span.b {
    display: block;
    font-size: 0.85714em; }
  ul.products-links li a {
    padding-top: 155px;
    display: block; }
    ul.products-links li a:hover span.b {
      background-color: #666666;
      background-color: rgba(255, 255, 255, 0.25); }
  ul.products-links li.partners a {
    background: url(assets/img/i-partners.png) no-repeat 50% 0; }
  ul.products-links li.games a {
    background: url(assets/img/i-games.png) no-repeat 50% 22px; }
  ul.products-links li.merch a {
    background: url(assets/img/i-merch.png) no-repeat 50% 0; }

#partners h2 {
  width: 74.57627%;
  margin-left: 16.94915%;
  margin-bottom: 3em; }

#partner-list {
  margin-left: 0; }
  #partner-list:after {
    content: "";
    display: table;
    clear: both; }
  #partner-list .partner {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    margin-left: 8.47458%;
    margin-bottom: 1em;
    margin-right: 0; }
    #partner-list .partner:after {
      content: "";
      display: table;
      clear: both; }
    #partner-list .partner:nth-child(even) {
      margin-left: 20px; }
    #partner-list .partner:nth-child(odd) {
      clear: both; }
    #partner-list .partner .logo {
      width: 16.66667%;
      float: left;
      margin-right: 4.16667%;
      display: inline; }
    #partner-list .partner .info {
      width: 79.16667%;
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; }
      #partner-list .partner .info h3 a {
        color: white; }
        #partner-list .partner .info h3 a:hover {
          color: #576b8c; }
      #partner-list .partner .info p {
        font-size: 0.875em; }

/* jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin) */
.flexslider {
  margin: 0;
  padding: 0;
  position: relative; }
  .flexslider .slides, .flexslider .slides > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .flexslider .slides:after {
    content: "";
    display: table;
    clear: both; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .no-js .flexslider .slides > li:first-child {
    display: block; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .loading .flex-viewport {
    max-height: 300px; }

.flex-direction-nav {
  *height: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none; }
  .flex-direction-nav li {
    margin: 0; }
  .flex-direction-nav a {
    display: block;
    width: 80px;
    height: 93px;
    margin: -45px 0 0;
    position: absolute;
    background: url(assets/img/slider_arrows.png) no-repeat;
    top: -440px;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    color: #cccccc;
    color: rgba(200, 200, 200, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .flex-direction-nav a:active {
      top: -440px; }
  .flex-direction-nav .flex-prev {
    left: -180px;
    z-index: 999; }
  .flex-direction-nav .flex-next {
    right: -180px;
    z-index: 999;
    background-position: -98px 0; }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }
  html.touch .flex-direction-nav {
    display: none; }

.home-slides > .contain {
  margin-top: 0 !important; }
.home-slides .slider-control {
  left: 0;
  z-index: 999;
  bottom: 120px;
  height: 0;
  position: relative; }
  .home-slides .slider-control, .home-slides .slider-control > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .home-slides .slider-control li {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background-color: #999999;
    margin: 0 16px 0 0;
    display: inline-block;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    html.touch .home-slides .slider-control li {
      opacity: 0.4; }
    .home-slides .slider-control li:last-child {
      margin-right: 0; }
.home-slides:hover .slider-control li {
  opacity: 0.4; }
  .home-slides:hover .slider-control li.flex-active {
    opacity: 0.6; }
  .home-slides:hover .slider-control li:hover {
    opacity: 0.6; }
.home-slides:hover .flex-prev {
  opacity: 0.4;
  left: -100px; }
  .home-slides:hover .flex-prev:hover {
    opacity: 0.6; }
.home-slides:hover .flex-next {
  opacity: 0.4;
  right: -100px; }
  .home-slides:hover .flex-next:hover {
    opacity: 0.6; }

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: #999999;
  color: white;
  text-shadow: 1px 1px 0px #666666; }

p {
  margin-bottom: 1.8em; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: bold; }

pre, code, kbd, samp {
  background-color: #fcfcfc;
  color: black;
  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 #e6e6e6;
  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: #e6e6e6; }
    blockquote .source::before {
      content: "—"; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "OpenSans", 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: "Oswald", 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.5em;
  line-height: 1.16667em;
  margin: 2em 0 1em; }

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

h5, .h5 {
  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: 0.875em;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  padding: 1.25em;
  -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: #999999;
    border: 1px white 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 {
  line-height: 53px;
  height: 53px;
  text-indent: 0.7em; }

select[multiple] {
  height: 106px; }

.checkbox, .checkbox_sm,
.radio_sm,
.radio {
  color: #999999;
  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 input[type=checkbox],
  .radio_sm input[type=checkbox] {
    background-position: -43px -8px; }
  .checkbox_sm input[type=radio],
  .radio_sm input[type=radio] {
    background-position: -44px -27px; }
  .checkbox_sm.fright,
  .radio_sm.fright {
    margin-top: -21px; }

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

textarea {
  height: 200px; }

.field_error,
.field_help {
  font-style: italic;
  line-height: 1.2em;
  padding-top: 0.5em;
  margin: 0;
  width: 49%; }

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

.field_help {
  font-size: 0.875em;
  float: left; }

.form_actions {
  clear: both;
  overflow: hidden;
  padding-top: 2.8em; }

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

.multiselect {
  position: relative;
  display: block;
  background-color: #252525;
  z-index: 10; }
  .multiselect li:not(#f00) > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 18px; }
    .multiselect li:not(#f00) > input[type='checkbox'] + label {
      margin: 0;
      clear: none;
      padding: 5px 0 4px 24px;
      line-height: 1.25em;
      cursor: pointer;
      background: url(assets/img/off.png) left center no-repeat; }
    .multiselect li:not(#f00) > input[type='checkbox']:checked + label {
      background: url(assets/img/on.png) left center no-repeat; }
  .multiselect .multiselect-title a {
    display: block;
    padding: 1.8em;
    color: white;
    text-transform: uppercase;
    font-size: 0.8125em;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    font-weight: 600; }
    .multiselect .multiselect-title a:after {
      content: "";
      position: absolute;
      right: 1.5em;
      top: 2.2em;
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 0.5em;
      border-color: #576b8c transparent transparent transparent; }
  .multiselect.active .multiselect-title a:after {
    top: 1.7em;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 0.5em;
    border-color: transparent transparent #576b8c transparent; }
  .multiselect .multiselect-options {
    position: absolute;
    overflow: hidden;
    background-color: #252525;
    width: 100%;
    z-index: 9999;
    top: 100%; }
    .multiselect .multiselect-options ul {
      overflow: auto; }
      .multiselect .multiselect-options ul, .multiselect .multiselect-options ul > li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .multiselect .multiselect-options ul li {
        margin-left: 1em; }

.filter-search input[type=submit] {
  padding: 1.775em;
  letter-spacing: 0.1em; }

.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: #4b4b4b;
  color: white;
  border: none; }
  .dark .b, .black .b {
    background-color: #4b4b4b;
    background-color: rgba(255, 255, 255, 0.15);
    color: white; }
    .dark .b:hover, .black .b:hover {
      background-color: #666666;
      background-color: rgba(255, 255, 255, 0.25); }
  .light .b {
    background-color: #4b4b4b;
    background-color: rgba(0, 0, 0, 0.7);
    color: white; }
    .light .b:hover {
      background-color: #666666;
      background-color: rgba(0, 0, 0, 0.6); }

.icon-list, .icon-list > li {
  list-style: none;
  margin: 0;
  padding: 0; }
.icon-list:after {
  content: "";
  display: table;
  clear: both; }
.icon-list li {
  margin-left: 60px;
  min-height: 40px;
  margin-top: 25px;
  position: relative;
  line-height: 40px; }
  .icon-list li span {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.3em; }
  .icon-list li:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(assets/img/icon_sprites.png) no-repeat; }
.icon-list .i_building:before {
  background-position: 0 0; }
.icon-list .i_column:before {
  background-position: -40px 0; }
.icon-list .i_edu:before {
  background-position: -80px 0; }
.icon-list .i_drama:before {
  background-position: -120px 0; }
.icon-list .i_sun:before {
  background-position: -160px 0; }
.icon-list .i_mountain:before {
  background-position: -160px 0; }
.icon-list .i_ghost:before {
  background-position: 0 -40px; }
.icon-list .i_smiley:before {
  background-position: -40px -40px; }
.icon-list .i_desk:before {
  background-position: -80px -40px; }
.icon-list .i_laurel:before {
  background-position: -120px -40px; }
.icon-list .i_fish:before {
  background-position: -160px -40px; }
.icon-list .i_crowd:before {
  background-position: -200px -40px; }
.icon-list .i_bag:before {
  background-position: 0 -80px; }
.icon-list .i_park:before {
  background-position: -40px -80px; }
.icon-list .i_food:before {
  background-position: -80px -80px; }
.icon-list .i_leaf:before {
  background-position: -120px -80px; }
.icon-list .i_snow:before {
  background-position: -160px -80px; }
.icon-list .i_run:before {
  background-position: -200px -80px; }
.icon-list .i_people:before {
  background-position: 0 -120px; }
.icon-list .i_cake:before {
  background-position: -40px -120px; }
.icon-list .i_soccer:before {
  background-position: -80px -120px; }
.icon-list .i_waves:before {
  background-position: -120px -120px; }
.icon-list .i_house:before {
  background-position: -160px -120px; }
.icon-list .i_bat:before {
  background-position: -200px -120px; }
.icon-list .i_globe:before {
  background-position: 0 -160px; }
.icon-list .i_note:before {
  background-position: -40px -160px; }
.icon-list .i_money:before {
  background-position: -80px -160px; }
.icon-list .i_music:before {
  background-position: -120px -160px; }
.icon-list .i_puzzle:before {
  background-position: -160px -160px; }
.icon-list .i_art:before {
  background-position: -200px -160px; }
.icon-list .i_rock:before {
  background-position: 0 -200px; }
.icon-list .i_rollercoaster:before {
  background-position: -40px -200px; }
.icon-list .i_bike:before {
  background-position: -80px -200px; }
.icon-list .i_pacman:before {
  background-position: -120px -200px; }
.icon-list .i_medical:before {
  background-position: -160px -200px; }
.icon-list .i_coins:before {
  background-position: -200px -200px; }
.icon-list .i_tropical:before {
  background-position: 0 -240px; }
.icon-list .i_handheld:before {
  background-position: -40px -240px; }
.icon-list .i_library:before {
  background-position: -80px -240px; }
.icon-list .i_star:before {
  background-position: -120px -240px; }

.ie #job-listings .contain .multiselect li:not(#f00) > input[type='checkbox'], .ie10 #job-listings .contain .multiselect li:not(#f00) > input[type='checkbox'] {
  display: inline-block;
  height: 0;
  width: 0;
  cursor: pointer;
  margin-right: -1em; }

.ie10 #wrapper {
  margin-bottom: -400px; }
  .ie10 #wrapper .sticky-push {
    height: 400px; }

.ie9 .subpage {
  background-position: 100% 50%; }
.ie9 body.home .home-slides .slides .light h1.big {
  display: inline-block;
  position: relative;
  text-shadow: 6px 6px 6px #334557;
  zoom: 1;
  color: #334557;
  background-color: #99a2ab;
  filter: progid:DXImageTransform.Microsoft.Chroma(color=#99a2ab), progid:DXImageTransform.Microsoft.Blur(pixelradius=6); }
  .ie9 body.home .home-slides .slides .light h1.big span {
    color: white;
    position: absolute;
    margin: 0;
    top: 0;
    display: block; }
  .no-js .ie9 body.home .home-slides .slides .light h1.big:before {
    color: white;
    position: absolute;
    content: attr(data-innertext);
    margin: 0; }
.ie9 body.home .home-slides .slides .light p {
  font-weight: bold;
  position: relative;
  text-shadow: 3px 3px 3px #334557;
  zoom: 1;
  color: #334557;
  background-color: #99a2ab;
  max-width: 600px;
  filter: progid:DXImageTransform.Microsoft.Chroma(color=#99a2ab), progid:DXImageTransform.Microsoft.Blur(pixelradius=3); }
  .ie9 body.home .home-slides .slides .light p span {
    color: white;
    position: absolute;
    margin: 0;
    top: 0;
    display: block;
    max-width: 600px; }
  .no-js .ie9 body.home .home-slides .slides .light p:before {
    color: white;
    position: absolute;
    content: attr(data-innertext);
    margin: 0;
    max-width: 600px; }

.ie8 #header #site-logo a {
  background-image: url(assets/img/BioWare_en.gif); }
.ie8 body.fr #header #site-logo a {
  background-image: url(assets/img/BioWare_fr.gif); }
.ie8 body.home .parent-page.light h1.big, .ie8 body.home .parent-page.light p {
  background: #4b4b4b; }
.ie8 body.home .parent-page.light h1.big {
  display: inline-block; }
.ie8 body.home .parent-page.light p {
  font-weight: bold; }
.ie8 #footer .nav-subsites > .menu > li {
  margin-right: 0; }
.ie8 #footer .legal .nav-legal > .menu li.last-child {
  border-right: 0; }
.ie8 .games-nav .menu li.last-child {
  margin-right: 0; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie6 img {
  -ms-interpolation-mode: bicubic; }
.ie6 input {
  vertical-align: text-bottom; }

#ZoomCapDiv table,
#ZoomCapDiv td {
  border: none;
  padding: 0; }

#ZoomCaption {
  background-image: url("assets/img/zoom/zoom-caption-fill.png"); }

@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) {
  body {
    margin: 0;
    padding: 0;
    width: 100%; } }
@media only screen and (max-width: 1780px) {
  #games .featured .game {
    background-position: 600px 50%;
    background-position: right -70px top 50%; } }
@media only screen and (max-width: 1550px) {
  #games .featured .game {
    background-position: 400px 50%;
    background-position: right -150px top 50%; } }
@media only screen and (max-width: 1350px) {
  #games .featured .game {
    background-position: 250px 50%;
    background-position: right -210px top 50%; } }
@media only screen and (max-width: 1180px) {
  #games .featured .game {
    background-position: 150px 50%;
    background-position: right -220px top 50%; } }
@media only screen and (max-width: 1400px) {
  .flex-direction-nav {
    display: none; } }
@media only screen and (max-width: 1180px) {
  #header .top_nav .menu > li {
    padding: 0 0.8em; }

  #footer .legal .nav-legal li:nth-child(3) {
    border: none; }
  #footer .legal .nav-legal li:nth-child(4) {
    clear: left;
    padding-left: 0px; } }
@media only screen and (max-width: 1024px) {
  h2, .h2 {
    font-size: 1.75em; }

  h3, .h3 {
    font-size: 1.375em; }

  #header {
    height: 72px; }
    #header .contain {
      margin-top: 0.75em; }
    #header .top_nav .menu li a, #header .top_nav .menu .lang a {
      color: #cccccc;
      color: rgba(255, 255, 255, 0.6);
      font-weight: 700; }
    #header .lang a:hover {
      color: white; }

  .home-slides .slides > li {
    min-height: 700px; }
  .home-slides .slider-control {
    bottom: 120px; }

  .parent-page {
    min-height: 350px; }
    .parent-page .quote {
      width: 66.10169%;
      float: left;
      margin-right: 1.69492%;
      display: inline; }

  .scroller-settings {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    .scroller-settings.blog-scroll {
      width: 15.25424%;
      float: left;
      margin-right: 1.69492%;
      display: inline; }

  .section-content {
    margin-left: 25.42373%;
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }

  .subpage .contain, .sidebar {
    padding: 4em 0; }

  .home-slides .slides h1.big {
    font-size: 5.625em; }
  .home-slides .slides > li.dark a.b {
    background: rgba(255, 255, 255, 0.25);
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.75), 1px 1px 2px rgba(0, 0, 0, 0.75); }
    .home-slides .slides > li.dark a.b:hover {
      background: rgba(255, 255, 255, 0.35); }

  #games .featured .game {
    background-position: 100px 50%;
    background-position: right -390px top 50%;
    background-size: auto 100%; }
  #games .featured .section-content {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    padding-left: 25.42373%;
    margin-right: 0;
    padding-right: 4%; }
  #games .previous-games .legacy-link .col-area {
    margin-left: 25.42373%;
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
  #games .previous-games .side-content {
    width: 28.57143%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
    margin-left: 10.20408%; }
  #games .previous-games .section-content {
    margin-left: 25.42373%;
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
    #games .previous-games .section-content .game-thumbs a {
      width: 20.45455%;
      float: left;
      margin-right: 2.27273%;
      display: inline;
      margin-bottom: 2.27273%; }
      #games .previous-games .section-content .game-thumbs a:nth-child(4n+1) {
        clear: left; }
      #games .previous-games .section-content .game-thumbs a:nth-child(6n+1) {
        clear: none; }

  #job-listings .contain .current-filters {
    padding-left: 0; }

  #team-members {
    margin-left: 25.42373%; }
    #team-members .team-member {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      width: 23.07692%;
      float: left;
      margin-right: 2.5641%;
      display: inline;
      margin-bottom: 2.5641%; }
      #team-members .team-member:nth-of-type(5n) {
        width: 23.07692%;
        float: left;
        margin-right: 2.5641%;
        display: inline; }
      #team-members .team-member:nth-of-type(4n) {
        float: right;
        margin-right: 0;
        #margin-left: -20px;
        display: inline; }
      #team-members .team-member:nth-of-type(5n+1) {
        clear: none; }
      #team-members .team-member:nth-of-type(4n+1) {
        clear: both; }

  #footer .legal .nav-legal > .menu, #footer .legal .copy {
    font-size: 0.6875em; } }
@media only screen and (max-width: 1020px) {
  #job-listings {
    padding-bottom: 3.5em; }
    #job-listings .multiselect {
      width: 48.71795%;
      float: left;
      margin-right: 2.5641%;
      display: inline;
      margin-bottom: 1em; }
      #job-listings .multiselect.teams {
        float: right;
        margin-right: 0;
        #margin-left: -20px;
        display: inline; }
      #job-listings .multiselect.active .multiselect-title a:after {
        top: 1.1em; }
    #job-listings input[type=submit] {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      clear: both; }
    #job-listings .filter-search {
      margin-bottom: 3em; }
      #job-listings .filter-search .multiselect-title a, #job-listings .filter-search input[type=submit] {
        padding: 1.2em; }
      #job-listings .filter-search .multiselect-title a:after {
        top: 1.7em; }
    #job-listings .current-filters {
      padding-bottom: 1.75em;
      margin: 2em 0; }
    #job-listings #openings .column, #job-listings #openings .column:nth-child(even) {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block; }
    #job-listings .location-group {
      margin-bottom: 2em; }

  .id-1550 .section-content h2 {
    width: 83.05085%;
    margin-left: 8.47458%; }

  ul.products-links {
    width: 100%;
    margin-left: 0%; } }
@media only screen and (max-width: 980px) {
  #header .top_nav {
    margin-right: 0.8em; }
    #header .top_nav .menu > li {
      padding: 0 0.4em; }
      #header .top_nav .menu > li a {
        font-size: 0.75em; }
  #header .lang {
    margin-top: 1px; }
    #header .lang a {
      font-size: 0.75em; } }
@media only screen and (max-width: 880px) {
  #games .previous-games .section-content .sub-content {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block; }
    #games .previous-games .section-content .sub-content:after {
      content: "";
      display: table;
      clear: both; }
    #games .previous-games .section-content .sub-content .game-thumbs a {
      width: 18.36735%;
      float: left;
      margin-right: 2.04082%;
      display: inline; }
      #games .previous-games .section-content .sub-content .game-thumbs a:nth-child(5n+1) {
        clear: left; }
      #games .previous-games .section-content .sub-content .game-thumbs a:nth-child(4n+1) {
        clear: none; }
  #games .previous-games .section-content .side-content {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    margin-left: 0%;
    clear: both;
    margin-top: 20px; }
    #games .previous-games .section-content .side-content:after {
      content: "";
      display: table;
      clear: both; }
    #games .previous-games .section-content .side-content.box-count-1 .info {
      width: 65.90909%;
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; }
    #games .previous-games .section-content .side-content .boxes img {
      max-width: 180px; }
    #games .previous-games .section-content .side-content .boxes.box-count-1 {
      width: 31.81818%;
      float: left;
      margin-right: 2.27273%;
      display: inline; }
      #games .previous-games .section-content .side-content .boxes.box-count-1 img {
        width: 100%; }
    #games .previous-games .section-content .side-content .boxes.box-count-2 img {
      width: 48.97959%;
      float: left;
      margin-right: 2.04082%;
      display: inline; }
    #games .previous-games .section-content .side-content .boxes.box-count-2 a:last-child img, #games .previous-games .section-content .side-content .boxes.box-count-3 a:last-child img {
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline;
      float: left; }
    #games .previous-games .section-content .side-content .boxes.box-count-3 img {
      width: 31.81818%;
      float: left;
      margin-right: 2.27273%;
      display: inline; } }
@media only screen and (max-width: 840px) {
  #header #site-logo a {
    width: 179px;
    margin-top: 4px; }
  #header .top_nav .menu li {
    padding: 0 0.3125em; }
    #header .top_nav .menu li a, #header .top_nav .menu li .sub-menu a {
      font-size: 0.6875em; }
  #header .lang a {
    padding: 12px;
    font-size: 0.6875em; } }
@media only screen and (max-width: 768px) {
  .parent-page .big {
    font-size: 1.375em; }

  .home-slides .slides > li {
    min-height: 650px;
    text-align: center; }
    .home-slides .slides > li .big {
      font-size: 5.625em;
      line-height: 1.1em; }
    .home-slides .slides > li p {
      font-size: 0.875em; }

  .section-content .col2 {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    margin-top: 40px; }
    .section-content .col2:nth-child(2n) {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block; }
    .section-content .col2:first-child {
      margin-top: 0; }

  .home-slides .slides h1.big {
    font-size: 4.5em; }
  .home-slides .slides p {
    margin-left: auto;
    margin-right: auto;
    width: 74%; }
  .home-slides .slides.slide-create-something-amazing p {
    max-width: 50%; }
  .home-slides .contain {
    width: 100%;
    text-align: center; }
  .home-slides .slider-control {
    bottom: 80px;
    height: 0;
    position: relative; }
    .home-slides .slider-control li {
      margin-right: 24px; }

  #games .featured .game {
    background-size: auto 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%; }
    #games .featured .game .contain {
      width: 100%; }
    #games .featured .game.dark .contain {
      background: #191919;
      background: rgba(41, 45, 51, 0.5); }
    #games .featured .game.black .contain {
      background: black;
      background: rgba(0, 0, 0, 0.5); }
    #games .featured .game.black a.b {
      background: rgba(255, 255, 255, 0.25); }
      #games .featured .game.black a.b:hover {
        background: rgba(255, 255, 255, 0.35); }
    #games .featured .game.light .contain {
      background: white;
      background: rgba(255, 255, 255, 0.6); }
    #games .featured .game .section-content {
      background: none !important;
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      display: inline; }

  #job-listings .contain .apply-button {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block; }
  #job-listings .contain .posting-title {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block; }

  #team-members .team-member {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    width: 31.03448%;
    float: left;
    margin-right: 3.44828%;
    display: inline;
    margin-bottom: 3.44828%; }
    #team-members .team-member:nth-of-type(4n), #team-members .team-member:nth-of-type(5n) {
      width: 31.03448%;
      float: left;
      margin-right: 3.44828%;
      display: inline; }
    #team-members .team-member:nth-of-type(3n) {
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; }
    #team-members .team-member:nth-of-type(4n+1) {
      clear: none; }
    #team-members .team-member:nth-of-type(3n+1) {
      clear: both; }

  #blogroll .post {
    padding: 4.75em 0; }
    #blogroll .post .entry, #blogroll .post .entry.has-thumb {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      margin-left: 25.42373%;
      width: 74.57627%; }
    #blogroll .post .section-image {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      margin-left: 25.42373%;
      width: 74.57627%;
      max-height: 400px;
      overflow: hidden;
      margin-bottom: 2em; }
      #blogroll .post .section-image img {
        width: 100%; }

  .scroller-settings.blog-scroll {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }

  #partner-list .partner {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    width: 74.57627%; }
    #partner-list .partner, #partner-list .partner:nth-child(even) {
      margin-left: 16.94915%; }
    #partner-list .partner .logo {
      width: 20.45455%;
      float: left;
      margin-right: 2.27273%;
      display: inline; }
    #partner-list .partner .info {
      width: 77.27273%;
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; } }
@media only screen and (max-width: 767px) {
  #wrapper {
    margin-bottom: -500px; }
    #wrapper .sticky-push {
      height: 500px; }

  #footer {
    height: 500px; }
    #footer .contain {
      padding-top: 2.5em; }
    #footer .nav-subsites {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      margin-top: 0; }
      #footer .nav-subsites:after {
        content: "";
        display: table;
        clear: both; }
      #footer .nav-subsites > .menu > li, #footer .nav-subsites > .menu > li:last-child {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%;
        display: inline; }
    #footer .legal {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block; }
      #footer .legal .logos {
        margin: 2em 0; }
        #footer .legal .logos a {
          float: none;
          display: inline-block; }
      #footer .legal .nav-legal .menu li {
        display: block;
        float: none;
        border: none;
        padding-left: 0 !important; }
      #footer .legal .copy {
        display: block;
        padding: 1.625em 0; }

  .id-1550 .section-content h2 {
    width: 74.57627%;
    margin-left: 16.94915%; }

  ul.products-links {
    width: 74.57627%;
    margin-left: 16.94915%;
    margin-top: 3em;
    margin-bottom: 5em; }
    ul.products-links li, ul.products-links li:last-child {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      width: 43.18182%;
      margin-left: 25.42373%;
      margin-bottom: 2em; } }
@media only screen and (max-width: 740px) {
  #header {
    height: 59px;
    max-height: 100%; }
    #header .contain {
      margin-top: 8px; }
    #header #site-logo {
      display: block;
      text-align: center;
      float: none; }
      #header #site-logo, #header #site-logo a {
        margin-left: auto;
        margin-right: auto; }
      #header #site-logo a {
        width: 150px;
        height: 32px;
        top: 6px; }
    #header .lang {
      float: none;
      position: absolute;
      right: 0;
      top: 0; }
      #header .lang a {
        background-color: rgba(255, 255, 255, 0.3);
        color: white;
        -webkit-transition: all, 0.3s, ease;
        -moz-transition: all, 0.3s, ease;
        -o-transition: all, 0.3s, ease;
        transition: all, 0.3s, ease;
        height: 40px;
        width: 40px;
        padding: 9px; }
        #header .lang a:hover {
          color: white; }
    #header .menu-dropdown {
      display: inline-block;
      position: absolute; }
      #header .menu-dropdown a {
        float: right;
        display: block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        width: 40px;
        height: 31px;
        background: url(assets/img/list_icon.png) no-repeat;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto;
        opacity: 0.3;
        margin-top: 5px;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
        z-index: 1000; }
        #header .menu-dropdown a:hover {
          opacity: 0.2; }
    #header .top_nav {
      display: none;
      overflow: auto;
      height: 100%;
      clear: both;
      float: none; }
      #header .top_nav .menu {
        float: none; }
        #header .top_nav .menu > li {
          display: list-item; }
          #header .top_nav .menu > li:first-child {
            padding-left: 0.4em !important; }
          #header .top_nav .menu > li .sub-menu {
            display: block;
            position: static;
            text-align: left; }
            #header .top_nav .menu > li .sub-menu > li {
              display: list-item; }

  .top_nav_mobile {
    margin-right: 0.5em;
    display: block; }
    .top_nav_mobile .menu {
      padding: 59px 0 0;
      margin-left: 0;
      max-height: 100%;
      overflow: auto; }
      .top_nav_mobile .menu li {
        display: block;
        float: none;
        margin: 0; }
        .top_nav_mobile .menu li a {
          padding: 0.75em 2em;
          letter-spacing: 0.1em;
          font-size: 0.75em;
          font-weight: 700;
          display: block;
          text-transform: uppercase;
          border-top: 1px solid #262626; }
        .top_nav_mobile .menu li.current-menu-item > a {
          color: #666666; }
      .top_nav_mobile .menu > li:first-child a {
        border-top: 0; }
      .top_nav_mobile .menu .sub-menu {
        margin: 0; }
        .top_nav_mobile .menu .sub-menu a {
          background: #212121;
          padding-left: 3.5em; } }
@media only screen and (min-width: 739px) {
  #header .top_nav {
    display: inline-block !important; } }
@media only screen and (max-width: 705px) {
  .slideContent {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1; }

  .home-slides .flexslider .slides > li {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1; }
  .home-slides .slide-create-something-amazing p {
    max-width: 100%; } }
@media only screen and (max-width: 640px) {
  .parent-page .quote .big {
    font-size: 1.125em; }

  .subpage, .section-content {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    margin-left: 0%; }

  .sidebar-wrap {
    width: 100%; }

  .sidebar, .sidebar.is_fixed {
    width: 100% !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    left: 0 !important; }
  .sidebar #subnav {
    background-color: black; }
    .sidebar #subnav ul li {
      border-bottom: 1px solid #292d33; }
      .sidebar #subnav ul li.current a, .sidebar #subnav ul li.fix_current a {
        color: #999999;
        background: transparent; }
        .sidebar #subnav ul li.current a:hover, .sidebar #subnav ul li.fix_current a:hover {
          color: #cccccc; }

  .scroller-settings {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block; }

  .games-nav .menu li {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    margin: 0 5% 30px 5%;
    display: block; }
    .games-nav .menu li:last-child {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      margin-bottom: 0; }

  .bg-image.bg-map {
    min-height: 150px; }

  .home-slides .slides > li {
    background-position: 100% 50%; }
    .home-slides .slides > li.slide-create-something-amazing p, .home-slides .slides > li p {
      width: 100%;
      max-width: 100%; }
  .home-slides .slides h1.big {
    font-size: 3.75em; }

  #games .title {
    display: block;
    margin: 0 auto; }
  #games .featured .game .section-content {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    padding-left: 0%;
    padding: 2em 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%; }
  #games .featured .game, #games .featured .section-content {
    min-height: 0; }
  #games .previous-games {
    border-bottom: 1px solid #292d33; }
    #games .previous-games .legacy-link {
      border-top: 1px solid #292d33; }
      #games .previous-games .legacy-link .col-area {
        border: none;
        float: none;
        width: auto;
        margin-right: auto;
        #margin-left: auto;
        display: block;
        margin-left: 0%; }
    #games .previous-games .drop-content .section-content {
      border: none;
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      margin-left: 0%; }

  .studio .director img {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    float: none !important;
    margin-bottom: 12px; }
  .studio .director .quote {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    display: block;
    padding-top: 0 !important; }

  #team-members {
    margin-left: 0%; }

  #blogroll .post {
    padding: 0 0 4em; }
    #blogroll .post .contain {
      width: 100%; }
    #blogroll .post .entry, #blogroll .post .entry.has-thumb {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      margin-left: 0%;
      margin-left: auto;
      margin-right: auto;
      width: 90%; }
    #blogroll .post .entry {
      padding-top: 6.25em; }
      #blogroll .post .entry.has-thumb {
        padding-top: 0; }
    #blogroll .post .section-image {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      margin-left: 0%;
      max-height: 200px; }

  .id-1550 .section-content h2, ul.products-links {
    width: 100%;
    margin-left: 0%; }

  ul.products-links {
    margin-top: 2em;
    margin-bottom: 1em; }
    ul.products-links li, ul.products-links li:last-child {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      width: 49.15254%;
      margin-left: 25.42373%; }
      ul.products-links li a, ul.products-links li:last-child a {
        -webkit-background-size: 80px auto !important;
        -moz-background-size: 80px auto !important;
        -o-background-size: 80px auto !important;
        background-size: 80px auto !important;
        padding-top: 90px; } }
@media only screen and (max-width: 540px) {
  .home-slides .slides h1.big {
    font-size: 2.25em; } }
@media only screen and (min-width: 501px) {
  .studio-links li span.b-map {
    background: url(assets/img/studio_callout_icons.png) no-repeat; } }
@media only screen and (max-width: 500px) {
  .studio-links {
    margin-top: 2em !important; }
    .studio-links li span.b {
      font-size: 0.71429em; }
    .studio-links li span.b-map {
      background-image: url(assets/img/studio_callout_icons_m.png);
      height: 81px; }
    .studio-links li.studio-edmonton span.b-map {
      background-position: 0 0;
      width: 44px; }
    .studio-links li.studio-edmonton.current-studio span.b-map {
      background-position: 0 -105px; }
    .studio-links li.studio-montreal span.b-map {
      background-position: -50px 0;
      width: 71px; }
    .studio-links li.studio-montreal.current-studio span.b-map {
      background-position: -50px -105px; }
    .studio-links li.studio-austin span.b-map {
      background-position: -124px 0;
      width: 82px; }
    .studio-links li.studio-austin.current-studio span.b-map {
      background-position: -124px -105px; } }
@media only screen and (max-width: 480px) {
  body {
    line-height: 1.4em; }

  .home-slides {
    padding-top: 59px; }
    .home-slides .slider-control {
      bottom: 40px; }
      .home-slides .slider-control li {
        width: 16px;
        height: 16px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px; }

  .section-content p, .section-content .time, .entry p, .entry .time {
    font-size: 0.8125em;
    line-height: 1.4em; }

  #games .legal {
    line-height: 1.4em; }

  .contain {
    width: 90%; }
    .contain.sidebar-wrap {
      width: 100%; }
      .contain.sidebar-wrap #subnav a {
        padding: 1em 0;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block; }
    .subpage .contain {
      padding: 3em 0; }

  h2 {
    font-size: 1.125em; }

  h3 {
    font-size: 1em; }

  h4 {
    font-size: 0.875em; }

  .b {
    padding: 1.25em;
    font-size: 0.75em; }

  .parent-page {
    padding-top: 70px;
    min-height: 200px;
    background-position: 55% 50%; }
    .parent-page .contain {
      padding-right: 18%; }
    .parent-page .quote {
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      margin-left: 0; }
      .parent-page .quote .big {
        font-size: 0.875em;
        margin-bottom: 0.15em; }
      .parent-page .quote .byline {
        font-size: 0.6875em; }

  .home-slides .slides > li {
    min-height: 340px; }
  .home-slides .slides h1.big {
    font-size: 2.25em; }
  .home-slides .slides p {
    font-size: 0.75em; }

  .bg-image.bg-map {
    min-height: 100px; }

  #job-listings {
    padding: 1em 0; }
    #job-listings .filter-search {
      margin: 0 0 2em; }
    #job-listings .current-filters {
      padding-left: 0; }
      #job-listings .current-filters .filters-label {
        float: none; }
      #job-listings .current-filters ul li {
        float: none;
        padding: 0; }
        #job-listings .current-filters ul li a.x:after {
          top: 4px; }
      #job-listings .current-filters a.b {
        float: none; }
    #job-listings .location-group {
      margin-bottom: 2em; }
      #job-listings .location-group h4 {
        font-size: 1em; }
      #job-listings .location-group ul a {
        font-size: 1em;
        display: inline-block; }

  #partner-list .partner {
    width: 100%; }
    #partner-list .partner, #partner-list .partner:nth-child(even) {
      margin-left: 0%; }
    #partner-list .partner .logo {
      width: 15.25424%;
      float: left;
      margin-right: 1.69492%;
      display: inline; }
    #partner-list .partner .info {
      width: 83.05085%;
      float: right;
      margin-right: 0;
      #margin-left: -20px;
      display: inline; }

  #footer .nav-subsites > .menu > li, #footer .nav-subsites > .menu > li:last-child {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    display: inline; } }
@media only screen and (max-width: 460px) {
  #job-listings .multiselect, #job-listings .multiselect.teams {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block; } }
@media only screen and (max-width: 400px) {
  #games .featured .game .section-content {
    line-height: 1.4em; }

  .parent-page .contain {
    padding-right: 10%; }
  .parent-page .quote .big {
    font-size: 0.75em; } }
@media only screen and (max-width: 320px) {
  .bg-image.bg-map {
    min-height: 80px; }

  #footer .legal .logos {
    margin: 1.875em 0; }
  #footer .legal .nav-legal {
    text-align: left; }
    #footer .legal .nav-legal .menu li {
      display: block;
      border: none;
      padding: 0; }
  #footer .nav-subsites > .menu > li, #footer .nav-subsites > .menu > li:last-child {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
  #footer .nav-subsites > .menu > li:last-child {
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline; }

  .home-slides .slides li {
    background-position: 90% 50%; }
  .home-slides .slides h1.big {
    font-size: 2em; }

  ul.products-links {
    margin-top: 2em;
    margin-bottom: 1em; }
    ul.products-links li, ul.products-links li:last-child {
      width: 66.10169%;
      margin-left: 16.94915%; }

  #partners h2 {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    margin-left: 0%; }

  #partner-list .partner .logo {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    display: inline; }
  #partner-list .partner .info {
    width: 83.05085%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline; } }
.print-only {
  display: none; }

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

  .print-only {
    display: block; }

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

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

  .parent-page {
    display: none; }
    body.home .parent-page {
      display: block; }

  .subpage .contain {
    padding: 20px 0; }
  .subpage .section-content, .subpage .section-content:last-child, .subpage #team-members, .subpage #team-members:last-child {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    margin-left: 0%;
    padding-left: 0%; }

  .bg-map {
    display: none; }

  #games .featured .game {
    min-height: 0;
    height: auto; }
    #games .featured .game .section-content {
      min-height: 0;
      height: auto;
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block;
      margin-left: 0%;
      padding-left: 0%; }
  #games .previous-games .legacy-link .col-area {
    float: none;
    width: auto;
    margin-right: auto;
    #margin-left: auto;
    display: block;
    margin-left: 0%; }
  #games .previous-games .drop-content {
    display: block !important; }
    #games .previous-games .drop-content .section-content {
      margin-left: 0%;
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block; }

  .icon-list li {
    margin: 10px 0 0 0;
    min-height: 0; }
    .icon-list li:before {
      display: none; }

  #job-listings {
    padding: 0; }
    #job-listings .contain {
      padding: 5px 0; }

  #blogroll .post {
    padding: 20px 0; }
    #blogroll .post .entry {
      margin-left: 0%;
      float: none;
      width: auto;
      margin-right: auto;
      #margin-left: auto;
      display: block; }
      #blogroll .post .entry.has-thumb {
        width: 66.10169%;
        float: left;
        margin-right: 1.69492%;
        display: inline; }

  .sidebar {
    display: none; }

  #footer .nav-subsites {
    display: none; }
  #footer .legal .logos, #footer .legal .nav-legal {
    display: none; } }
