@charset "UTF-8";
/*
* Global Styles Definitions
*
* @author			Matt Gifford
* @copyright		2013 Timeshifting Interactive Limited
* @version		3.0.4
*
* @note				For navigation between sections, set your IDE/Editor's CSS function pattern regular expression to: ^(\/\*	::|\/\*\*\*)
*
*/
/*  ::  Global Styles  »  CSS Reset	*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption, th, td, small, big {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  /* make sure html5 elements display correctly in old IE */
  display: block;
}

/*  ::  Global Styles  »  Base Styles (incl background images)	*/
html {
  position: relative;
  display: block;
  height: 100%;
  background: #cdcecb url(scbl-global-bg-base.jpg) no-repeat 50% 0%;
  background-size: cover;
  -webkit-background-size: cover;
  background-attachment: fixed;
}
html.ie78 {
  background: #cdcecb;
}
html.desktop {
  /* always display vertical scrollbar, stops centered content jumping between pages */
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
html.tablet {
  background: #cdcecb;
}
html.mobile {
  background: #cdcecb;
}

body {
  position: relative;
  min-height: 100%;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.231;
  color: black;
}
.desktop body {
  background-image: url(scbl-global-bg-midlayer-optimised-i5a8.png);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.tablet body {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (max-width: 640px) {
  body {
    background: none !important;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
.mobile body {
  background: none !important;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

select, input, textarea {
  font: 400 99% lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif7;
}

a {
  color: #abadaf;
  text-decoration: none;
}

.mouse a:hover {
  color: #aeff3c;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

fieldset, img {
  border: 0;
  display: block;
}

/* html5 input:placeholder attribute */
::-webkit-input-placeholder {
  color: #aaaaaa !important;
  font-style: italic;
}

:-moz-placeholder {
  color: #aaaaaa !important;
  font-style: italic;
}

input.placeholder,
textarea.placeholder {
  color: #aaaaaa !important;
  font-style: italic;
}

legend {
  color: black;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

b, strong {
  font-weight: bold;
}

cite, i, em {
  font-style: italic;
}

pre, code {
  font-family: monospace;
  line-height: 100%;
}

caption, th {
  text-align: left;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

hr {
  width: 100%;
  height: 1px;
  border: none;
  overflow: hidden;
  background: #ddd;
  color: #ddd;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  position: relative;
  display: inline-block;
  vertical-align: 0.3em;
  height: 1.2em;
}

sub {
  position: relative;
  display: inline-block;
  vertical-align: -0.1em;
  height: 1.2em;
}

a.active {
  cursor: default;
}

a:active {
  outline: none !important;
}

.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

.mobile .hidden--mobile {
  display: none !important;
}

.tablet .hidden--tablet {
  display: none !important;
}

.desktop .hidden--desktop {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

/*  ::  Global Styles  »  Heading Styles	*/
.h-heading1,
h1 {
  margin-top: 16px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-weight: 700;
  font-size: 170%;
  color: #22721d;
}

.h-heading2,
h2 {
  margin-top: 16px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-weight: 700;
  font-size: 130%;
  color: #22721d;
}

.h-heading3,
h3 {
  margin-top: 16px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-weight: 700;
  font-size: 130%;
  color: #22721d;
}

.h-heading4,
h4 {
  margin-top: 16px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-weight: 700;
  font-size: 120%;
  color: #22721d;
}

.h-heading5,
h5 {
  margin-top: 16px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-weight: 700;
  font-size: 110%;
  color: #22721d;
}

.h-heading6,
h6 {
  margin-top: 16px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-weight: 700;
  font-size: 105%;
  color: #22721d;
}

.h-heading1:first-child,
.h-heading2:first-child,
.h-heading3:first-child,
.h-heading4:first-child,
.h-heading5:first-child,
.h-heading6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.h-heading1.run-on,
.h-heading2.run-on,
.h-heading3.run-on,
.h-heading4.run-on,
.h-heading5.run-on,
.h-heading6.run-on,
h1.run-on,
h2.run-on,
h3.run-on,
h4.run-on,
h5.run-on,
h6.run-on {
  margin-top: 8px;
}

.h-heading1 + .h-heading2,
.h-heading2 + .h-heading3,
.h-heading3 + .h-heading4,
.h-heading4 + .h-heading5,
.h-heading5 + .h-heading6,
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 8px;
}

/*  ::  Global Styles  »  Paragraph Styles	*/
p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 100%;
}

.h-heading1 + p,
.h-heading2 + p,
.h-heading3 + p,
.h-heading4 + p,
.h-heading5 + p,
.h-heading6 + p,
h1 + p,
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
p.run-on {
  margin-top: 8px;
}

p:first-child {
  margin-top: 0;
}

/*  ::  Global Styles  »  List Styles	*/
.rt ol,
.rt ul {
  margin-top: 4px;
  padding: 0 0 0 25px;
}
.rt dl {
  margin-top: 4px;
  padding: 0 0 0 20px;
}
.rt .h-heading1 + ul,
.rt .h-heading2 + ul,
.rt .h-heading3 + ul,
.rt .h-heading4 + ul,
.rt .h-heading5 + ul,
.rt .h-heading6 + ul,
.rt h1 + ul,
.rt h2 + ul,
.rt h3 + ul,
.rt h4 + ul,
.rt h5 + ul,
.rt h6 + ul,
.rt .h-heading1 + ol,
.rt .h-heading2 + ol,
.rt .h-heading3 + ol,
.rt .h-heading4 + ol,
.rt .h-heading5 + ol,
.rt .h-heading6 + ol,
.rt h1 + ol,
.rt h2 + ol,
.rt h3 + ol,
.rt h4 + ol,
.rt h5 + ol,
.rt h6 + ol,
.rt dl.run-on,
.rt ol.run-on,
.rt ul.run-on {
  margin-top: 8px;
}
.rt ol:first-child,
.rt ul:first-child,
.rt dl:first-child {
  margin-top: 0;
}
.rt ol {
  list-style: decimal;
}
.rt ul {
  list-style: disc;
}
.rt ul ul {
  list-style: square;
}
.rt ul ul ul {
  list-style: circle;
}
.rt li {
  margin-top: 3px;
  font-weight: 400;
  font-size: 100%;
}
.rt dt {
  margin-top: 8px;
  font-weight: 700;
  font-size: 100%;
}
.rt dd {
  font-size: 100%;
  font-weight: 400;
}
.rt dt:first-child,
.rt li:first-child {
  margin-top: 0;
}

/*  ::  Global Styles  »  Form Styles	*/
.rt fieldset {
  position: relative;
  display: block;
  padding: 14px 14px;
}
.rt fieldset .disabled {
  position: relative;
  overflow: hidden;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.rt fieldset .cols2,
.rt fieldset .cols3,
.rt fieldset .cols4,
.rt fieldset .cols5 {
  margin: 0;
  padding-left: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt fieldset .cols2 li,
.rt fieldset .cols3 li,
.rt fieldset .cols4 li,
.rt fieldset .cols5 li {
  margin: 0;
  overflow: hidden;
}
.rt fieldset .cols2 + .cols2,
.rt fieldset .cols3 + .cols3,
.rt fieldset .cols4 + .cols4,
.rt fieldset .cols5 + .cols5 {
  padding-left: 21px;
}
.rt .ie7 fieldset .cols2,
.rt .ie7 fieldset .cols3,
.rt .ie7 fieldset .cols4,
.rt .ie7 fieldset .cols5 {
  padding-left: 0 !important;
}
.rt .ie7 fieldset .cols2 input[type="text"],
.rt .ie7 fieldset .cols2 input[type="password"],
.rt .ie7 fieldset .cols2 textarea,
.rt .ie7 fieldset .cols3 input[type="text"],
.rt .ie7 fieldset .cols3 input[type="password"],
.rt .ie7 fieldset .cols3 textarea,
.rt .ie7 fieldset .cols4 input[type="text"],
.rt .ie7 fieldset .cols4 input[type="password"],
.rt .ie7 fieldset .cols4 textarea,
.rt .ie7 fieldset .cols5 input[type="text"],
.rt .ie7 fieldset .cols5 input[type="password"],
.rt .ie7 fieldset .cols5 textarea {
  width: 90%;
}
.rt .fieldset--alternative {
  padding-left: 14px;
  padding-right: 14px;
  background: #eeeeee;
  margin-left: -14px;
}
.rt .ie7 .fieldset--alternative > textarea,
.rt .ie7 .fieldset--alternative > input[type="text"],
.rt .ie7 .fieldset--alternative > input[type="search"],
.rt .ie7 .fieldset--alternative > input[type="email"],
.rt .ie7 .fieldset--alternative > input[type="password"] {
  position: relative;
  margin-left: 20px;
}
.rt label {
  float: left;
  margin-bottom: 4.66667px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif7;
  font-size: 100%;
  font-weight: 400;
  color: black;
}
.rt button {
  float: left;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}
.rt textarea,
.rt input,
.rt select {
  float: left;
  margin: 0 0 14px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt input[type="radio"],
.rt input[type="checkbox"] {
  margin-top: 7px;
  margin-right: 4px;
}
.rt label + input[type="radio"],
.rt label + input[type="checkbox"] {
  margin-left: 14px;
}
.rt input[type="radio"] + label,
.rt input[type="checkbox"] + label {
  min-width: 85%;
  margin-top: 7px;
}
.rt textarea,
.rt select,
.rt input[type="text"],
.rt input[type="email"],
.rt input[type="search"],
.rt input[type="password"] {
  float: left;
  display: block;
  width: 100%;
  min-height: 22px;
  padding: 7px 8px 5px 8px;
  background: #fff;
  border: 1px solid #aaaaaa;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif7;
  font-size: 100%;
  font-weight: 400;
  color: black;
  box-sizing: border-box;
}
.rt .ie7 textarea,
.rt .ie7 select,
.rt .ie7 input[type="text"],
.rt .ie7 input[type="email"],
.rt .ie7 input[type="search"],
.rt .ie7 input[type="password"] {
  /* handle the lack of border box support */
  width: 95%;
}
.rt textarea {
  height: 100px;
}
.rt select {
  width: auto;
}

/*  ::  Global Styles  »  Table Styles	*/
.rt table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 10px;
  border-top: 1px solid #aaaaaa;
}
.rt table:first-child {
  margin-top: 0;
}
.rt table th,
.rt table td {
  padding: 4px 8px;
  border-bottom: 1px solid #aaaaaa;
}
.rt table th {
  font-weight: 700;
}
.rt table td:first-child {
  padding-left: 0;
}
.rt table tr:nth-child(odd) td {
  background: #eeeeee;
}
.rt table tr:nth-child(even) td {
  background: white;
}

/*  ::  Global Styles  »  Button Styles	*/
.button {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  padding: 6px 14px;
  font-size: 17px;
  font-weight: 700;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  background: #333;
  color: #fff;
  border: 1px solid black;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.mouse .button:hover {
  text-decoration: none;
}
.button.button--small {
  padding: 4px 10px;
  font-size: 14px;
}
.button.button--large {
  padding: 12px 16px;
  font-size: 21px;
}
.button.button--silver {
  background: #616467;
  background: url(scbl-global-elements-overlay-pinstriping-black.png), #616467;
  background: url(scbl-global-elements-overlay-pinstriping-black.png), -webkit-linear-gradient(top, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  background: url(scbl-global-elements-overlay-pinstriping-black.png), -o-linear-gradient(top, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  background: url(scbl-global-elements-overlay-pinstriping-black.png), -ms-linear-gradient(top, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  background: url(scbl-global-elements-overlay-pinstriping-black.png), -moz-linear-gradient(top, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  background: url(scbl-global-elements-overlay-pinstriping-black.png), linear-gradient(to bottom, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  border: 1px solid #616467;
  border-left-color: #484b4d;
  border-right-color: #484b4d;
  border-bottom-color: #303132;
  -webkit-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  box-shadow: -8px 8px 4px 0 rgba(0, 0, 0, 0.5);
  color: #e7eaed;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.button.button--silver span {
  display: block;
  padding: 0 20px;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  white-space: nowrap;
  box-shadow: none;
}
.mouse .button.button--silver:hover {
  background: #484b4d;
  background: -webkit-linear-gradient(top, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  background: -o-linear-gradient(top, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  background: -ms-linear-gradient(top, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  background: -moz-linear-gradient(top, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  background: linear-gradient(to bottom, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  color: #aeff3c;
  border-color: #333;
}
.button.button--black {
  padding: 14px 17px 20px 56px;
  border: 0;
  background: url(scbl-global-elements-button-black-bg.png) no-repeat 0px 0px;
  color: #8bef00;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.mouse .button.button--black:hover {
  background: url(scbl-global-elements-button-black-bg-hover.png) no-repeat 0px 0px;
  color: #aeff3c;
}
.button.button--disabled {
  background: #a6a6a6;
  border: 1px solid #eeeeee;
  cursor: default;
  color: #f0f0f0 !important;
}
.mouse .button.button--disabled:hover {
  color: #fff;
  cursor: default;
}

/*  ::  UI Styles  »  Global UI Wrapper	*/
body > form {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  background: url(scbl-global-header-bg.jpg) repeat-x 50% 41px;
  background: url(scbl-global-header-bg.jpg) repeat-x 50% 41px, url(scbl-global-header-bg-lower.png) repeat-x 50% 41px;
}
@media screen and (min-height: 800px) {
  .desktop body > form {
    background: url(scbl-global-header-bg.jpg) repeat-x 50% 41px;
    background-attachment: fixed;
  }
}
.mobile body > form {
  background: url(scbl-global-header-bg-mobile.jpg) no-repeat 0px 41px;
}

#main {
  position: relative;
  width: auto;
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  background: url(scbl-global-bg-upper-left-i5a8.png) repeat-y 0 0, url(scbl-global-bg-upper-right-i5a8.png) repeat-y 100% 0;
}
.desktop #main {
  background-attachment: fixed;
}
.mobile #main {
  width: 100%;
  overflow: hidden;
  background: none !important;
}
.ie78 #main {
  width: 1200px;
}
#main.use-full-width {
  max-width: 2048px;
}
.ie78 #main.use-full-width {
  width: 100%;
}
#main .row-wrapper {
  position: relative;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.ie78 #main .row-wrapper {
  width: 100%;
}
#main .row-fluid {
  width: auto;
  z-index: 1;
}
.tablet #main .row-fluid .tablet--no-margin, .desktop #main .row-fluid .desktop--no-margin {
  margin-left: 0 !important;
}
#main .scrollable-wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.mouse #main .scrollable-wrapper {
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  .mouse #main .scrollable-wrapper {
    margin-bottom: 20px;
  }
}
#main .scrollable-wrapper .scrollable-artboard {
  min-width: 960px;
}
.mouse #main .scrollable-wrapper .scrollable-artboard {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
.mobile #main .scrollable-row-multiple {
  position: relative;
  width: 300px;
  margin: 0 10px;
}
.mobile #main .scrollable-wrapper-multiple {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.mouse.mobile #main .scrollable-wrapper-multiple {
  position: relative;
  overflow-x: hidden;
}
.mobile #main .scrollable-wrapper-multiple {
  width: 300px;
}
.mobile #main .scrollable-artboard-multiple1 {
  width: 300px;
}
.mobile #main .scrollable-artboard-multiple2 {
  width: 600px;
}
.mobile #main .scrollable-artboard-multiple3 {
  width: 900px;
}
.mobile #main .scrollable-artboard-multiple4 {
  width: 1200px;
}
.mobile #main .scrollable-artboard-multiple5 {
  width: 1500px;
}
.mobile #main .scrollable-artboard-multiple6 {
  width: 1800px;
}
.mobile #main .scrollable-artboard-multiple7 {
  width: 2100px;
}
.mobile #main .scrollable-artboard-multiple8 {
  width: 2400px;
}
.mobile #main .scrollable-artboard-multiple > div {
  float: left;
  width: 300px;
}
.mouse #main .scrollable-artboard-multiple {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}
#main .scrollbar {
  position: relative;
  width: auto;
  height: 16px;
  margin: 10px;
  background: white url(scbl-global-elements-nav-arrow-large-prev.png) repeat-x 50% 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  clear: left;
  opacity: 0.5;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.touch #main .scrollbar {
  display: none !important;
}
#main .scrollbar .scrollbar-grabber {
  position: absolute;
  width: 50%;
  height: 16px;
  left: 0;
  top: 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #bfc0bc;
  background: rgba(0, 0, 0, 0.33);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#main .scrollable-pagination {
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  display: none;
}
.touch #main .scrollable-pagination {
  display: block !important;
}
#main .scrollable-pagination li {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  margin: 0 10px;
  background: transparent;
  text-indent: 30px;
  overflow: hidden;
  -ms-touch-action: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 12px;
  height: 12px;
  border: 4px solid black;
  background: #000;
  box-shadow: 1px 1px 4px 0 #aeff3c;
}
#main .scrollable-pagination li.active {
  background: #aeff3c;
}
#main #G1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  max-width: 100%;
  z-index: 1000;
  position: absolute;
}
#main #ubisoft-toolbar {
  width: auto;
  max-width: 1200px;
}
.ie78 #main #ubisoft-toolbar {
  width: 980px;
}
.mobile #main div.stackable {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

@media screen and (min-height: 800px) {
  .desktop #main #G1 {
    position: fixed;
  }

  .desktop body > form {
    padding-top: 41px !important;
  }

  .init.desktop body > form {
    padding-top: 200px !important;
  }
}
/*  ::  UI Styles  »  Global Header Logo and Social	*/
.desktop #wrapper_G2 {
  border-top: 41px solid transparent;
}

@media screen and (min-height: 800px) {
  .desktop #wrapper_G2 {
    position: fixed;
    top: 41px;
    width: 100%;
    left: 0;
    max-width: 9999px;
    z-index: 500;
    border: 0;
    background: url(scbl-global-header-bg.jpg) repeat-x 50% 0;
    background: url(scbl-global-header-bg.jpg) repeat-x 50% 0, url(scbl-global-header-bg-lower.png) repeat-x 50% 0;
  }
}
#G2 {
  border-top: 41px solid transparent;
  margin-bottom: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
.desktop #G2 {
  position: relative;
  max-width: 1200px;
  width: auto;
  border: 0;
  max-height: 111px;
  margin: 0 auto;
  border-top: 41px solid black;
}
@media screen and (min-height: 800px) {
  .desktop #G2 {
    border-top: 0;
  }
}
.desktop.init #G2 {
  border-top: 0;
}
.tablet #G2 {
  width: auto;
  max-height: 111px;
}
.mobile #G2 {
  overflow: visible;
}
#G2 #G2C1 {
  width: auto !important;
}
#G2 .header-logo {
  position: relative;
  height: 111px;
  width: 471px;
}
#G2 .header-logo img {
  position: absolute;
  left: 0;
  top: 10px;
}
.mobile #G2 .header-logo img {
  max-width: 50%;
  left: 0px;
  top: 7px;
}
@media screen and (max-width: 640px) {
  #G2 .header-logo {
    height: 40px;
  }
  #G2 .header-logo img {
    max-width: 50%;
    left: 10px;
    top: 15px;
  }
}
#G2 #G2C2 {
  position: absolute;
  top: 41px;
  right: 0px;
  width: 0;
  z-index: 500;
}
.desktop #G2 #G2C2 {
  top: 0;
}
@media screen and (max-width: 640px) {
  #G2 #G2C2 {
    display: none;
  }
}
.mobile #G2 #G2C2 {
  display: none;
}
#G2 .header-social {
  position: absolute;
  top: 0;
  right: 186px;
  z-index: 500;
  width: 192px;
  height: 48px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .tablet #G2 .header-social, .desktop #G2 .header-social {
    right: 135px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 750px) {
  .tablet #G2 .header-social, .desktop #G2 .header-social {
    display: none;
  }
}
#G2 .header-social li {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: url(scbl-global-header-social-icons-i5a8.png) no-repeat;
}
#G2 .header-social li a {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: 48px;
  overflow: hidden;
  white-space: nowrap;
}
#G2 .header-social .icon-facebook {
  background-position: 0px 0;
}
.mouse #G2 .header-social .icon-facebook:hover {
  background-position: 0px -48px;
}
#G2 .header-social .icon-twitter {
  background-position: -48px 0;
}
.mouse #G2 .header-social .icon-twitter:hover {
  background-position: -48px -48px;
}
#G2 .header-social .icon-youtube {
  background-position: -96px 0;
}
.mouse #G2 .header-social .icon-youtube:hover {
  background-position: -96px -48px;
}
#G2 .header-social .icon-googleplus {
  background-position: -144px 0;
}
.mouse #G2 .header-social .icon-googleplus:hover {
  background-position: -144px -48px;
}

/*  ::  UI Styles  »  Global Header Nav and Pre-Order	*/
@media screen and (min-height: 800px) {
  .desktop #wrapper_G3 {
    position: fixed;
    top: 152px;
    width: 100%;
    left: 0;
    max-width: 9999px;
    z-index: 600;
    background: url(scbl-global-header-bg.jpg) repeat-x 50% -111px;
    background: url(scbl-global-header-bg.jpg) repeat-x 50% -111px, url(scbl-global-header-bg-lower.png) repeat-x 50% -111px;
  }
}
#G3 {
  z-index: 600;
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto;
}
.desktop #G3 {
  position: relative;
  height: 55px;
  overflow: visible;
}
.tablet #G3 {
  height: 55px;
  overflow: hidden;
}
.mobile #G3 {
  margin: 0 !important;
}
#G3 #G3C1 {
  width: 100%;
}
.mobile #G3 #G3C1 {
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 !important;
}
#G3 .header-nav .menu-toggle {
  display: none;
  -ms-touch-action: none;
}
#G3 .header-nav a {
  text-decoration: none;
  color: #abadaf;
}
.mouse #G3 .header-nav a:hover {
  color: #aeff3c;
}
#G3 .header-nav > ul {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 59px;
}
@media screen and (max-width: 640px) {
  #G3 .header-nav > ul {
    display: none;
  }
}
#G3 .header-nav > ul > li {
  position: relative;
  float: left;
  height: 35px;
  margin: 2px 3px 22px 3px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  #G3 .header-nav > ul > li {
    margin: 2px 0 22px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 924px) {
  #G3 .header-nav > ul > li {
    margin: 2px 0 22px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 840px) {
  #G3 .header-nav > ul > li {
    margin: 2px 0 22px 0;
    font-size: 12px;
    background: none !important;
  }
}
#G3 .header-nav > ul > li:first-child {
  margin-left: 0;
}
#G3 .header-nav > ul > li:last-child {
  margin-right: 0;
}
.mouse #G3 .header-nav > ul > li:hover {
  background: url(scbl-global-elements-link-arrow-bl-hover.png) no-repeat 0 100%, url(scbl-global-elements-link-arrow-tr-hover.png) no-repeat 100% 0;
}
.desktop #G3 .header-nav > ul > li.active, .tablet #G3 .header-nav > ul > li.active {
  position: relative;
  background: url(scbl-global-elements-link-arrow-bl-active.png) no-repeat 0 100%, url(scbl-global-elements-link-arrow-tr-active.png) no-repeat 100% 0;
}
.desktop #G3 .header-nav > ul > li.active:after, .tablet #G3 .header-nav > ul > li.active:after {
  position: absolute;
  display: block;
  left: 50%;
  top: 26px;
  width: 134px;
  height: 22px;
  margin: 0 0 0 -67px;
  background: url(scbl-global-header-nav-bg-i5a8.png) no-repeat 0px 0px;
  content: " ";
}
#G3 .header-nav > ul > li > a {
  float: left;
  display: block;
  padding: 9px 13px 0 15px;
  height: 26px;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
@media screen and (max-width: 1024px) {
  #G3 .header-nav > ul > li > a {
    padding: 10px 11px 0 13px;
    height: 25px;
  }
}
@media screen and (max-width: 924px) {
  #G3 .header-nav > ul > li > a {
    padding: 10px 7px 0 9px;
    height: 25px;
  }
}
@media screen and (max-width: 840px) {
  #G3 .header-nav > ul > li > a {
    padding: 11px 8px 0 8px;
    height: 24px;
  }
}
.touch #G3 .header-nav > ul > li.expanded > a, .mouse #G3 .header-nav > ul > li:hover > a {
  color: #aeff3c;
}
.desktop #G3 .header-nav > ul > li.active > a, .tablet #G3 .header-nav > ul > li.active > a {
  color: white !important;
  cursor: default;
  text-shadow: 0px 0px 8px #aeff3c;
}
.mobile #G3 .header-nav {
  height: 1px;
}
.mobile #G3 .header-nav .menu-toggle {
  display: block;
  position: absolute;
  top: -35px;
  right: 4px;
  width: 70px;
  height: 55px;
  background: url(scbl-global-header-menu-toggle.png) no-repeat 50% 50%;
}
.mobile #G3 .header-nav.expanded .menu-toggle {
  background: url(scbl-global-header-menu-toggle-active.png) no-repeat 50% 50%;
}
.mobile #G3 .header-nav ul {
  position: absolute;
  z-index: 700;
  background: #000;
  width: auto;
  top: 20px;
  left: 4px;
  right: 4px;
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid black;
  display: none;
}
.mobile #G3 .header-nav.expanded ul {
  display: block !important;
}
.mobile #G3 .header-nav.expanded ul ul {
  display: none !important;
}
.mobile #G3 .header-nav li {
  float: none;
  display: block;
  width: auto;
  margin: 0;
  padding: 0 14px;
  height: auto;
  background: black !important;
  font-size: 16px;
  color: white !important;
}
.mobile #G3 .header-nav li a {
  float: none;
  display: block;
  width: auto;
  margin: 0;
  padding: 12px 0;
  height: auto;
  background: black !important;
  color: #aeff3c !important;
  border-top: 1px solid #333333;
}
.mobile #G3 .header-nav li:first-child a {
  border: 0;
}
.mobile #G3 .header-nav ul ul {
  display: none !important;
}
#G3 #G3C2 {
  min-height: 0;
}
.mobile #G3 #G3C2 {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 !important;
}
#G3 .buy-now {
  position: absolute;
  top: 41px;
  right: 4px;
  width: auto;
}
.desktop #G3 .buy-now {
  top: -111px;
}
.tablet #G3 .buy-now {
  top: 41px;
}
.mobile #G3 .buy-now {
  position: relative;
  top: auto;
  right: auto;
  margin: 0;
  height: 30px;
  text-align: right;
  border-top: 1px solid transparent;
}
.mobile .scbl-home #G3 .buy-now {
  border-top: 1px solid #666666;
  height: auto;
  margin-top: 10px;
  background: url(scbl-global-header-preorder-bg-mobile.jpg) no-repeat 50% 35%;
  background-size: cover;
  -webkit-background-size: cover;
}
.tablet.init .row-wrapper #G3 .buy-now, .desktop.init .row-wrapper #G3 .buy-now {
  top: -111px;
}
@media screen and (max-width: 1024px) {
  .tablet #G3 .buy-now, .desktop #G3 .buy-now {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 750px) {
  .tablet #G3 .buy-now, .desktop #G3 .buy-now {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
}
.mobile #G3 .buy-now {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  display: block !important;
}
#G3 .buy-now div {
  position: absolute;
  top: 56px;
  right: 140px;
}
#G3 .buy-now div p {
  margin: 4px 0 0 0;
  padding: 0;
  font-size: 10px;
  color: #ddd;
  text-align: center;
  font-weight: 700;
}
.mobile #G3 .buy-now div p {
  color: #000;
}
.mobile #G3 .buy-now div {
  position: absolute;
  top: -8px;
  right: -18px;
}
.mobile .scbl-home #G3 .buy-now div {
  position: absolute;
  top: -18px;
  right: -18px;
}
@media screen and (max-width: 1024px) {
  .tablet #G3 .buy-now div, .desktop #G3 .buy-now div {
    top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .tablet #G3 .buy-now div, .desktop #G3 .buy-now div {
    right: 155px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
#G3 .buy-now img {
  position: absolute;
  top: 9px;
  right: 0;
  width: auto;
  z-index: 800;
}
.mobile #G3 .buy-now img {
  display: none;
}
.mobile .scbl-home #G3 .buy-now img {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  position: static;
  margin: 40px 15px 20px 10px;
}

/*  ::  UI Styles  »  Global Footer  »  UPlay  	*/
#main > .wrapper-footer-row1 {
  max-width: 9999px;
  background: black url(scbl-global-bg-upper.png) repeat-x 0 0;
}

#main .wrapper-footer-row1 .row-fluid {
  width: auto;
  max-width: 1200px;
  position: relative;
  height: 100px;
  margin: 0 auto !important;
  overflow: hidden;
  background: black url(scbl-global-bg-upper.png) repeat-x 0 0;
  color: #fff;
}
.ie78 #main .wrapper-footer-row1 .row-fluid {
  width: 1200px;
}

#main .component-footer-uplay {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-weight: 700;
  color: #616467;
  font-size: 17px;
  display: none;
}
.mobile #main .component-footer-uplay span {
  display: block;
}
#main .component-footer-uplay a {
  margin: 0 12px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-weight: 400;
  color: #aeff3c;
  font-size: 15px;
}
.mouse #main .component-footer-uplay a:hover {
  text-decoration: underline;
  color: #aeff3c;
}

.use-full-width .component-footer-uplay {
  display: block !important;
}

/*  ::  UI Styles  »  Global Footer  »  Platforms  	*/
#main > .wrapper-footer-row2 {
  max-width: 9999px;
  background: #000;
}

#main .wrapper-footer-row2 .row-fluid {
  width: auto;
  max-width: 1200px;
  min-height: 200px;
  margin: 0 auto !important;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.ie78 #main .wrapper-footer-row2 .row-fluid {
  width: 1200px;
}
.tablet #main .wrapper-footer-row2 .row-fluid, .mobile #main .wrapper-footer-row2 .row-fluid {
  height: auto;
}

#main .component-footer-logos {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  left: 0 !important;
}
#main .component-footer-logos .footer-items {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
#main .component-footer-logos .footer-items .footer-item {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  vertical-align: middle;
  margin: 0 15px;
  padding: 0;
  width: auto;
}
#main .component-footer-logos .footer-items .footer-item  .pegi-descriptor{
	margin-left: -32px;
	margin-bottom: 18px;
}
#main .component-footer-logos .footer-items .footer-item img {
  max-height: 70px;
  max-width: 300px;
}
#main .component-footer-logos .footer-items .footer-item div.esrb-privacy-certified img {
  width: 76px;
  height: 102px;
  max-height:none;	
}
#main .component-footer-logos p.legal {
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #b3cb63;
}

/*  ::  UI Styles  »  Global Footer  »  Languages & Social  	*/
#main > .wrapper-footer-row3 {
  max-width: 9999px;
  background: #000;
}

#main .wrapper-footer-row3 .row-fluid {
  width: auto;
  max-width: 1200px;
  min-height: 92px;
  margin: 0 auto !important;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.ie78 #main .wrapper-footer-row3 .row-fluid {
  width: 1200px;
}
.mobile #main .wrapper-footer-row3 .row-fluid, .tablet #main .wrapper-footer-row3 .row-fluid {
  height: auto;
  text-align: center;
}
.mobile #main .wrapper-footer-row3 .row-fluid .stackable, .tablet #main .wrapper-footer-row3 .row-fluid .stackable {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  text-align: left;
}

#main .component-footer-social {
  padding: 20px;
  float: right;
  margin: 0px 0;
  color: #b3cb63;
}
.mobile #main .component-footer-social, .tablet #main .component-footer-social {
  padding-top: 0;
}
#main .component-footer-social ul {
  float: right;
}
#main .component-footer-social li {
  float: left;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: url(scbl-global-header-social-icons-i5a8.png) no-repeat;
}
#main .component-footer-social li a {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: 48px;
  overflow: hidden;
  white-space: nowrap;
}
#main .component-footer-social .icon-facebook {
  background-position: 0px 0;
}
.mouse #main .component-footer-social .icon-facebook:hover {
  background-position: 0px -48px;
}
#main .component-footer-social .icon-twitter {
  background-position: -48px 0;
}
.mouse #main .component-footer-social .icon-twitter:hover {
  background-position: -48px -48px;
}
#main .component-footer-social .icon-youtube {
  background-position: -96px 0;
}
.mouse #main .component-footer-social .icon-youtube:hover {
  background-position: -96px -48px;
}
#main .component-footer-social .icon-googleplus {
  background-position: -144px 0;
}
.mouse #main .component-footer-social .icon-googleplus:hover {
  background-position: -144px -48px;
}

#main .component-footer-localeselect {
  background: #000;
  padding: 9px 18px;
  float: left;
  margin: 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.mobile #main .component-footer-localeselect, .tablet #main .component-footer-localeselect {
  margin-top: 25px;
  text-align: center;
}
#main .component-footer-localeselect p {
  float: left;
  margin: 0;
  padding: 8px 4px 0 0;
  color: #b3cb63;
}
.mobile #main .component-footer-localeselect p, .tablet #main .component-footer-localeselect p {
  float: none;
  display: block;
  margin: 0 auto;
  padding: 8px 4px;
  text-align: center;
}
#main .component-footer-localeselect ul {
  float: left;
}
.mobile #main .component-footer-localeselect ul, .tablet #main .component-footer-localeselect ul {
  float: none;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}
#main .component-footer-localeselect li {
  float: left;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 0;
  text-indent: 48px;
  overflow: hidden;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.mobile #main .component-footer-localeselect li, .tablet #main .component-footer-localeselect li {
  float: none;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  width: 48px;
  text-indent: 48px;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
}
.mouse #main .component-footer-localeselect li:hover, #main .component-footer-localeselect li.active {
  opacity: 1;
}
#main .component-footer-localeselect li a {
  display: block;
  width: 32px;
  height: 32px;
}
#main .component-footer-localeselect .en-us {
  background-image: url(scbl-global-elements-icon-flag-en-us.png);
}
#main .component-footer-localeselect .en-gb {
  background-image: url(scbl-global-elements-icon-flag-en-gb.png);
}
#main .component-footer-localeselect .en-au {
  background-image: url(scbl-global-elements-icon-flag-en-au.png);
}
#main .component-footer-localeselect .fr {
  background-image: url(scbl-global-elements-icon-flag-fr.png);
}
#main .component-footer-localeselect .de {
  background-image: url(scbl-global-elements-icon-flag-de.png);
}
#main .component-footer-localeselect .it {
  background-image: url(scbl-global-elements-icon-flag-it.png);
}
#main .component-footer-localeselect .es {
  background-image: url(scbl-global-elements-icon-flag-es.png);
}
#main .component-footer-localeselect .pl {
  background-image: url(scbl-global-elements-icon-flag-pl.png);
}
#main .component-footer-localeselect .nl {
  background-image: url(scbl-global-elements-icon-flag-nl.png);
}
#main .component-footer-localeselect .ru {
  background-image: url(scbl-global-elements-icon-flag-ru.png);
}
#main .component-footer-localeselect .dk {
  background-image: url(scbl-global-elements-icon-flag-dk.png);
}
#main .component-footer-localeselect .fi {
  background-image: url(scbl-global-elements-icon-flag-fi.png);
}
#main .component-footer-localeselect .no {
  background-image: url(scbl-global-elements-icon-flag-no.png);
}
#main .component-footer-localeselect .se {
  background-image: url(scbl-global-elements-icon-flag-se.png);
}
#main .component-footer-localeselect .en-ca {
  background-image: url(ca.png);
}
#main .component-footer-localeselect .fr-ca {
  background-image: url(qu.png);
}
#main .component-footer-localeselect .es-mx {
  background-image: url(mx.png);
}
#main .component-footer-localeselect .pt-br {
  background-image: url(br.png);	
}

/*  ::  UI Styles  »  Lightbox Video Player  	*/
.lightbox-video-player-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999998;
  background: #000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.lightbox-video-player {
  position: absolute;
  left: 50%;
  top: 115px;
  margin-left: -422px;
  z-index: 9999999;
  background: #000;
  border: 1px solid #666666;
  max-width: 842px;
  width: 90%;
  background: #fff;
  background: -webkit-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -o-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -ms-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: -moz-linear-gradient(top, white 0%, #e0e0e0 100%);
  background: linear-gradient(to bottom, white 0%, #e0e0e0 100%);
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}
.ie78 .lightbox-video-player {
  width: 842px;
}
.lightbox-video-player .inner {
  padding: 20px;
  max-width: 802px;
  width: auto;
}
.ie78 .lightbox-video-player .inner {
  width: 802px;
}
.lightbox-video-player .photo {
  position: relative;
  max-width: 800px;
  width: auto;
}
.ie78 .lightbox-video-player .photo {
  width: 802px;
}
.lightbox-video-player .photo img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
  margin: 0 auto;
}
.lightbox-video-player .photo iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
.lightbox-video-player .photo object {
  width: 800px;
  height: 450px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
}
.lightbox-video-player .social {
  float: right;
  overflow: hidden;
  padding: 6px 0 0 0;
}
.lightbox-video-player .social a {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  outline: none;
}
.lightbox-video-player .social a.facebook {
  background: url(scbl-global-elements-icon-social-facebook.png) no-repeat 50% 50%;
}
.lightbox-video-player .social a.twitter {
  background: url(scbl-global-elements-icon-social-twitter.png) no-repeat 50% 50%;
}
.lightbox-video-player .social a.email {
  background: url(scbl-global-elements-icon-social-email.png) no-repeat 50% 50%;
}
.lightbox-video-player h3 {
  position: relative;
  top: -5px;
  clear: both;
  font-size: 24px;
  color: #000;
}
.lightbox-video-player p {
  font-size: 12px;
  font-weight: 700;
}
.lightbox-video-player p .ellipsis {
  display: none;
}
.lightbox-video-player .button-close {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 48px;
  height: 48px;
  background: url(scbl-global-elements-lightbox-button-close.png) no-repeat 0px 0px;
  text-indent: 150px;
  overflow: hidden;
}
.lightbox-video-player .button-prev {
  position: absolute;
  left: 15px;
  top: 200px;
  width: 122px;
  height: 164px;
  background: url(scbl-global-elements-lightbox-button-prev.png) no-repeat 0px 0px;
  text-indent: 150px;
  overflow: hidden;
}
.lightbox-video-player .button-next {
  position: absolute;
  right: 15px;
  top: 200px;
  width: 122px;
  height: 164px;
  background: url(scbl-global-elements-lightbox-button-next.png) no-repeat 0px 0px;
  text-indent: 150px;
  overflow: hidden;
}

/*  ::  UI Styles  »  Age Gate  	*/
#verify {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  background: #444;
  background: -webkit-linear-gradient(bottom, black 0%, #666666 100%);
  background: -o-linear-gradient(bottom, black 0%, #666666 100%);
  background: -ms-linear-gradient(bottom, black 0%, #666666 100%);
  background: -moz-linear-gradient(bottom, black 0%, #666666 100%);
  background: linear-gradient(to top, black 0%, #666666 100%);
  text-align: center;
  color: #000;
  color: #aeff3c;
  font-size: 12px;
}
#verify .esrb_pc {
	margin-top: 50px;
}

#verify .age-cont {
  position: relative;
  width: auto;
  padding: 70px 0 0 0;
  max-width: 1000px;
  margin: 0 auto;
}
#verify .logo {
	background-image: url('http://static9.cdn.ubi.com/resource/en-CA/game/splintercell/blacklist_2/5x5-clancy-scbl-agegate-logo_95804.png');
	height: 100px;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#verify .logo img {  
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  margin: 0 0 25px 0;
  max-width: 100%;
  height: auto;
}
#verify .legal-msg {
  font-size: 18px;
  font-weight: bold;
}
#verify #error {
  padding: 10px 0;
  color: red;
  font-size: 16px;
  font-weight: bold;
}
#verify select {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  margin: 10px;
}
#verify button, #verify .submit {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  padding: 2px 10px;
  font-size: 17px;
  font-weight: 700;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  background: #333;
  color: #fff;
  border: 1px solid black;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #616467;
  background: url(scbl-global-elements-overlay-pinstriping-black.png), #616467;
  background: url(scbl-global-elements-overlay-pinstriping-black.png), -webkit-linear-gradient(top, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  background: url(scbl-global-elements-overlay-pinstriping-black.png), -o-linear-gradient(top, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  background: url(scbl-global-elements-overlay-pinstriping-black.png), -ms-linear-gradient(top, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  background: url(scbl-global-elements-overlay-pinstriping-black.png), -moz-linear-gradient(top, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  background: url(scbl-global-elements-overlay-pinstriping-black.png), linear-gradient(to bottom, #afb1b2 0%, #797b7c 41%, #46494a 84%, #343638 100%);
  border: 1px solid #616467;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #e7eaed;
}
.mouse #verify button:hover, #verify .submit:hover {
  text-decoration: none;
}
.mouse #verify button:hover, #verify .submit:hover {
  background: #484b4d;
  background: -webkit-linear-gradient(top, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  background: -o-linear-gradient(top, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  background: -ms-linear-gradient(top, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  background: -moz-linear-gradient(top, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  background: linear-gradient(to bottom, #888888 0%, #393939 41%, #0a0a0a 84%, #040404 100%);
  color: #aeff3c;
  border-color: #333;
}
#verify .customize-area {
  position: relative;
  padding: 20px;
  color: #888;
}
#verify img {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}

/*  ::  Column Styles  »  Overrides for Column Widths  	*/
#main .col-percent20 {
  width: 0;
  height: 0;
  margin: 0;
}
#main .col-percent20 {
  width: 20%;
  margin: 0;
}
#main .col-percent25 {
  width: 25%;
  margin: 0;
}
#main .col-percent33 {
  width: 33.3%;
  margin: 0;
}
#main .col-percent50 {
  width: 50%;
  margin: 0;
}
#main .col-percent66 {
  width: 66.6%;
  margin: 0;
}
#main .col-percent75 {
  width: 75%;
  margin: 0;
}
#main .col-percent80 {
  width: 80%;
  margin: 0;
}
#main .col-percent100 {
  width: 100%;
  margin: 0;
}

/*  ::  Wrapper Styles  »  Border Bottom  	*/
#main .scrollable-artboard-multiple > .wrapper-border-bottom,
#main > .wrapper-border-bottom {
  max-width: 9999px;
  border-bottom: 1px solid #54a948;
}
#main .scrollable-artboard-multiple > .wrapper-border-bottom > .row-fluid,
#main > .wrapper-border-bottom > .row-fluid {
  max-width: 1200px;
  margin: 0 auto;
}
.tablet #main .scrollable-artboard-multiple > .wrapper-border-bottom > .row-fluid, .tablet
#main > .wrapper-border-bottom > .row-fluid {
  margin: 0 20px;
}

#main .scrollable-artboard-multiple > .wrapper-innner-border-bottom > .row-fluid,
#main > .wrapper-innner-border-bottom > .row-fluid {
  border-bottom: 1px solid #54a948;
}

/*  ::  Wrapper Styles  »  Border Top  	*/
#main .scrollable-artboard-multiple > .wrapper-border-top,
#main > .wrapper-border-top {
  max-width: 9999px;
  border-top: 1px solid #54a948;
}
#main .scrollable-artboard-multiple > .wrapper-border-top > .row-fluid,
#main > .wrapper-border-top > .row-fluid {
  max-width: 1200px;
  margin: 0 auto;
}
.tablet #main .scrollable-artboard-multiple > .wrapper-border-top > .row-fluid, .tablet
#main > .wrapper-border-top > .row-fluid {
  margin: 0 20px;
}

/*  ::  Wrapper Styles  »  Darken Background  	*/
#main .scrollable-artboard-multiple > .wrapper-darken-bg,
#main > .wrapper-darken-bg {
  max-width: 9999px;
  background: url(scbl-global-elements-overlay-pinstriping-black.png);
}
#main .scrollable-artboard-multiple > .wrapper-darken-bg > .row-fluid,
#main > .wrapper-darken-bg > .row-fluid {
  max-width: 1200px;
  margin: 0 auto;
}
.tablet #main .scrollable-artboard-multiple > .wrapper-darken-bg > .row-fluid, .tablet
#main > .wrapper-darken-bg > .row-fluid {
  margin: 0 20px;
}

/*  ::  Wrapper Styles  »  Lighten Background  	*/
#main .scrollable-artboard-multiple > .wrapper-lighten-bg,
#main > .wrapper-lighten-bg {
  max-width: 9999px;
  background: rgba(255, 255, 255, 0.25);
}
.mobile #main .scrollable-artboard-multiple > .wrapper-lighten-bg, .mobile
#main > .wrapper-lighten-bg {
  background: none;
}
#main .scrollable-artboard-multiple > .wrapper-lighten-bg > .row-fluid,
#main > .wrapper-lighten-bg > .row-fluid {
  max-width: 1200px;
  margin: 0 auto;
}
.tablet #main .scrollable-artboard-multiple > .wrapper-lighten-bg > .row-fluid, .tablet
#main > .wrapper-lighten-bg > .row-fluid {
  margin: 0 20px;
}

/*  ::  Wrapper Styles  »  Section Title  	*/
#main .scrollable-artboard-multiple > .wrapper-section-title > .row-fluid,
#main > .wrapper-section-title > .row-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

/*  ::  Component Styles  »  Back to Main 	*/
.component-back2main {
  position: relative;
  padding: 20px 0 40px 0;
  text-align: right;
}
.mobile .component-back2main {
  text-align: center;
  padding: 10px 0 20px 0;
}
.mobile .component-back2main a {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}

/*  ::  Component Styles  »  Back to Top 	*/
.component-back2top {
  position: relative;
  padding: 20px 0 40px 0;
  text-align: right;
}
.mobile .component-back2top {
  text-align: center;
  padding: 10px 0 20px 0;
}
.mobile .component-back2top a {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}

/*  ::  Component Styles  »  Game Info Feature  	*/
.component-gameinfo-feature .featuredimage {
  padding: 15px;
  margin: 0 0 15px 0;
  background: url(scbl-global-elements-link-arrow-bl.png) no-repeat 0 100%, url(scbl-global-elements-link-arrow-br.png) no-repeat 100% 100%, url(scbl-global-elements-link-arrow-tl.png) no-repeat 0 0, url(scbl-global-elements-link-arrow-tr.png) no-repeat 100% 0;
}
.component-gameinfo-feature .featuredimage img {
  margin: 0 auto;
  border: 1px solid #b3cb63;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
}
.mobile .component-gameinfo-feature .featuredimage img {
  width: 100% !important;
  height: auto;
}
.component-gameinfo-feature .details {
  padding: 15px 15px 30px 15px;
  background: #fff;
  background: rgba(255, 255, 255, 0.25);
  color: #000;
}
.wrapper-darken-bg .component-gameinfo-feature .details {
  background: rgba(255, 255, 255, 0.35);
}

/*  ::  Component Styles  »  Game Info Item  	*/
.component-gameinfo-item {
  position: relative;
  padding: 15px 0;
  text-align: center;
}
.mobile .component-gameinfo-item {
  padding: 10px 15px;
}
.component-gameinfo-item a {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  position: relative;
  width: auto;
  max-width: 100%;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}
.mouse .desktop .component-gameinfo-item a:hover, .mouse .tablet .component-gameinfo-item a:hover {
  background: black url(scbl-global-elements-overlay-pinstriping-green.png) repeat;
  background: url(scbl-global-elements-overlay-colorbar-white-top.png) no-repeat 0 0, url(scbl-global-elements-overlay-colorbar-white-bottom.png) no-repeat 0 100%, url(scbl-global-elements-overlay-pinstriping-green.png) repeat, black;
}
.desktop .component-gameinfo-item a:before, .tablet .component-gameinfo-item a:before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 12px;
  height: 12px;
  content: " ";
  display: block;
  background: url(scbl-global-elements-link-arrow-tl.png) no-repeat 0px 0px;
}
.mouse .desktop .component-gameinfo-item a:hover:before, .mouse .tablet .component-gameinfo-item a:hover:before {
  background: url(scbl-global-elements-link-arrow-tl-hover.png) no-repeat 0px 0px;
}
.desktop .component-gameinfo-item a:after, .tablet .component-gameinfo-item a:after {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 12px;
  height: 12px;
  content: " ";
  display: block;
  background: url(scbl-global-elements-link-arrow-tr.png) no-repeat 0px 0px;
}
.mouse .desktop .component-gameinfo-item a:hover:after, .mouse .tablet .component-gameinfo-item a:hover:after {
  background: url(scbl-global-elements-link-arrow-tr-hover.png) no-repeat 0px 0px;
}
.component-gameinfo-item a img {
  position: relative;
  display: block;
  outline: 1px solid #b3cb63;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
  -webkit-transition: opacity 600ms ease-in-out;
  -moz-transition: opacity 600ms ease-in-out;
  -ms-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}
.mouse .component-gameinfo-item a:hover img {
  opacity: 0.5;
}
.component-gameinfo-item a h2 {
  position: absolute;
  top: 42%;
  left: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  text-align: center;
  -webkit-transition: color 600ms ease-in-out;
  -moz-transition: color 600ms ease-in-out;
  -ms-transition: color 600ms ease-in-out;
  transition: color 600ms ease-in-out;
}
.mouse .component-gameinfo-item a:hover h2 {
  color: #aeff3c;
}
.component-gameinfo-item span {
  display: block;
  width: 100%;
}
.desktop .component-gameinfo-item span:before, .tablet .component-gameinfo-item span:before {
  position: absolute;
  left: -12px;
  bottom: -12px;
  width: 12px;
  height: 12px;
  content: " ";
  display: block;
  background: url(scbl-global-elements-link-arrow-bl.png) no-repeat 0px 0px;
}
.desktop .component-gameinfo-item span:after, .tablet .component-gameinfo-item span:after {
  position: absolute;
  right: -12px;
  bottom: -12px;
  width: 12px;
  height: 12px;
  content: " ";
  display: block;
  background: url(scbl-global-elements-link-arrow-br.png) no-repeat 0px 0px;
}
.mouse .component-gameinfo-item a:hover span {
  display: block;
  width: 100%;
}
.mouse .component-gameinfo-item a:hover span:before {
  background: url(scbl-global-elements-link-arrow-bl-hover.png) no-repeat 0px 0px;
}
.mouse .component-gameinfo-item a:hover span:after {
  background: url(scbl-global-elements-link-arrow-br-hover.png) no-repeat 0px 0px;
}

/*  ::  Component Styles  »  Game Info ShadowNet  	*/
.component-gameinfo-shadownet {
  position: relative;
  margin: 95px auto 35px auto;
  padding: 10px 0 0 0;
  width: auto;
  background: url(scbl-global-elements-overlay-pinstriping-white.png);
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
}
.mobile .component-gameinfo-shadownet {
  margin-left: 15px;
  margin-right: 15px;
}
.component-gameinfo-shadownet h2 {
  position: relative;
  margin: -75px 0 0 0;
  padding: 18px 0 35px 48%;
  background: url(scbl-gameinfo-shadownet-heading-bg.png) no-repeat 80px 0;
  text-indent: -9999px;
  outline: none;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.mobile .component-gameinfo-shadownet h2 {
  background-position: 0 0;
}
.component-gameinfo-shadownet > img {
  position: relative;
  float: left;
  margin: -93px 25px 10px -39px;
}
.mobile .component-gameinfo-shadownet > img {
  display: none;
}
.component-gameinfo-shadownet a.register {
  position: absolute;
  top: -58px;
  right: 10px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  padding: 8px 18px 7px 50px;
  background: #fcfcfc url(scbl-gameinfo-shadownet-icon-mail.png) no-repeat 8px 50%;
  color: #164913;
  font-weight: bold;
  font-size: 15px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
  /* Temporary hide of the button until App link becomes available. */
  display:none;
}
.mouse .component-gameinfo-shadownet a.register:hover {
  background: #aeff3c url(scbl-gameinfo-shadownet-icon-mail.png) no-repeat 8px 50%;
  background: url(scbl-gameinfo-shadownet-icon-mail-hover.png) no-repeat 8px 50%, url(scbl-global-elements-overlay-pinstriping-lime.png);
  color: #000;
}
.mobile .component-gameinfo-shadownet a.register, .tablet .component-gameinfo-shadownet a.register {
  margin: 10px 0;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  margin: 0 auto;
  position: static;
  /* register link hidden until link is provided */
  display: none;
}
.component-gameinfo-shadownet p {
  margin: 0;
  padding: 0 10px 20px 10px;
  font-size: 13px;
  text-align: left;
}
.mobile .component-gameinfo-shadownet p {
  padding-left: 10px;
}
.component-gameinfo-shadownet ul {
  clear: right;
  margin: 0;
  padding: 0 20px;
  min-height: 225px;
  text-align: left;
}
.mobile .component-gameinfo-shadownet ul {
  clear: both;
  padding-left: 10px;
}
.component-gameinfo-shadownet ul li {
  margin: 0;
  padding: 4px 20px 16px 24px;
  background: url(scbl-global-elements-bullet-greenhexagon.png) no-repeat 0px 0px;
  font-size: 13px;
}
.component-gameinfo-shadownet ul li:first-child {
  margin-left: 220px;
}
.mobile .component-gameinfo-shadownet ul li:first-child {
  margin: 0;
}
.component-gameinfo-shadownet ul li:first-child + li {
  clear: left;
}
.component-gameinfo-shadownet ul li a {
  color: #54a948;
  text-decoration: none;
}
.mouse .component-gameinfo-shadownet ul li a:hover {
  color: #aeff3c;
  text-decoration: none;
}
.component-gameinfo-shadownet p > img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
  margin: 0 auto;
}
.component-gameinfo-shadownet .green {
  color: #54a948;
}

/*  ::  Component Styles  »  Game Info Spiderbot 	*/
.component-gameinfo-spiderbot {
  position: relative;
  margin: 95px auto 35px auto;
  padding: 10px 0 0 0;
  width: auto;
  background: url(scbl-global-elements-overlay-pinstriping-white.png);
  background-color: rgba(255, 255, 255, 0.25);
}
.mobile .component-gameinfo-spiderbot {
  margin-left: 15px;
  margin-right: 15px;
}
.component-gameinfo-spiderbot h2 {
  position: relative;
  margin: -75px 0 0 0;
  padding: 18px 0 35px 48%;
  background: url(scbl-gameinfo-spiderbot-heading-bg.png) no-repeat 80px 0;
  text-indent: -9999px;
  outline: none;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.mobile .component-gameinfo-spiderbot h2 {
  background-position: 50% 0;
}
.component-gameinfo-spiderbot > img {
  position: relative;
  float: left;
  margin: -75px 25px 10px 0;
}
.mobile .component-gameinfo-spiderbot > img {
  display: none;
}
.component-gameinfo-spiderbot p {
  margin: 0;
  padding: 0 10px 20px 10px;
  font-size: 13px;
}
.mobile .component-gameinfo-spiderbot p {
  padding-left: 10px;
}
.component-gameinfo-spiderbot ul {
  margin: 0;
  padding: 0 20px;
  min-height: 225px;
}
.mobile .component-gameinfo-spiderbot ul {
  clear: both;
  padding-left: 10px;
}
.component-gameinfo-spiderbot ul li {
  margin: 0;
  padding: 4px 20px 16px 24px;
  background: url(scbl-global-elements-bullet-greenhexagon.png) no-repeat 0px 0px;
  font-size: 13px;
}
.component-gameinfo-spiderbot ul li:first-child {
  margin-left: 220px;
}
.mobile .component-gameinfo-spiderbot ul li:first-child {
  margin: 0;
}
.component-gameinfo-spiderbot ul li:first-child + li {
  clear: left;
}
.component-gameinfo-spiderbot ul li a {
  color: #54a948;
  text-decoration: none;
}
.mouse .component-gameinfo-spiderbot ul li a:hover {
  color: #aeff3c;
  text-decoration: none;
}
.component-gameinfo-spiderbot p > img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
  margin: 0 auto;
}
.component-gameinfo-spiderbot .green {
  color: #54a948;
}

/*  ::  Component Styles  »  Generic Content  	*/
.component-generic-content {
  padding: 20px 0;
}
.component-generic-content > img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
}
.component-generic-content.component-generic-content--image-borders > img {
  border: 1px solid #b3cb63;
  margin: 10px 0;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}
.component-generic-content.component-generic-content--centered {
  text-align: center;
}
.component-generic-content.component-generic-content--centered img {
  margin: 0 auto;
}
.component-generic-content.component-generic-content--image-left img, .component-generic-content.component-generic-content--image-left .image {
  float: left;
  margin: 0 40px 0 0;
}
.component-generic-content.component-generic-content--image-left img img, .component-generic-content.component-generic-content--image-left .image img {
  float: none;
  margin: 0;
}
.component-generic-content.component-generic-content--image-right img, .component-generic-content.component-generic-content--image-right .image {
  float: right;
  margin: 0 0 0 40px;
}
.component-generic-content.component-generic-content--image-right img img, .component-generic-content.component-generic-content--image-right .image img {
  float: none;
  margin: 0;
}
.mobile .component-generic-content.component-generic-content--image-left img, .mobile .component-generic-content.component-generic-content--image-left .image, .mobile .component-generic-content.component-generic-content--image-right img, .mobile .component-generic-content.component-generic-content--image-right .image {
  float: none;
  display: block;
  margin: 0 0 10px 0;
}
.tabPanel .component-generic-content {
  padding: 30px;
}
.component-generic-content .retailers {
  float: right;
  clear: both;
  position: relative;
  margin: 0;
  padding: 40px 0 10px 0;
}
.component-generic-content .retailers h4 {
  float: left;
  margin: 0;
  padding: 17px 12px 12px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #22721d;
}
.mobile .component-generic-content .retailers h4 {
  float: none;
  display: block;
  text-align: center;
}
.component-generic-content .retailers p {
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
}
.mobile .component-generic-content .retailers p {
  float: none;
  display: block;
  text-align: center;
}
.component-generic-content .retailers a {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  margin: 1px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  border: 2px solid #54a948;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: black url(scbl-global-elements-overlay-pinstriping-green.png) repeat;
}
.mouse .component-generic-content .retailers a:hover {
  border-color: #aeff3c;
}
.mouse .component-generic-content .retailers a:hover img {
  opacity: 0.75;
}

/*  ::  Component Styles  »  Image Container  	*/
.component-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 15px;
  padding: 15px;
  background: url(scbl-global-elements-link-arrow-bl.png) no-repeat 0 100%, url(scbl-global-elements-link-arrow-br.png) no-repeat 100% 100%, url(scbl-global-elements-link-arrow-tl.png) no-repeat 0 0, url(scbl-global-elements-link-arrow-tr.png) no-repeat 100% 0;
}
.mobile div.stackable .component-image-container {
  margin: 5px 0 -15px 0;
}
.component-image-container a {
  position: relative;
  display: block;
  width: 100%;
}
.component-image-container img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
  margin: 0 auto;
  border: 1px solid #b3cb63;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}
.component-image-container a {
  position: relative;
  display: block;
  width: 100%;
}
.component-image-container a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: url(scbl-global-elements-videoplay-button-play.png) no-repeat 50% 50%;
}
.mouse .component-image-container a .overlay {
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  opacity: 0.7;
}
.mouse .component-image-container a .overlay:hover {
  opacity: 1;
}

/*  ::  Component Styles  »  Image Text  	*/
.component-image-text {
  margin: 30px 0;
  padding: 25px 25px 50px 25px;
  background: rgba(255, 255, 255, 0.25);
}
.component-image-text.component-image-text--darken {
  padding: 25px 45px 65px 45px;
  margin: 25px 0 0 0;
  background: url(scbl-global-elements-container-bg-darken.png) no-repeat 0 100%;
  color: #fff;
}
.tablet .component-image-text.component-image-text--darken {
  background: #333;
  background: rgba(0, 0, 0, 0.25);
}
.component-image-text.component-image-text--darken h1, .component-image-text.component-image-text--darken h2, .component-image-text.component-image-text--darken h3, .component-image-text.component-image-text--darken h4, .component-image-text.component-image-text--darken h5, .component-image-text.component-image-text--darken h6, .component-image-text.component-image-text--darken p, .component-image-text.component-image-text--darken li {
  color: #fff;
}
.component-image-text.component-image-text--lighten {
  padding: 25px 45px 65px 45px;
  margin: 25px 0 0 0;
  background: url(scbl-global-elements-container-bg-lighten.png) no-repeat 0 100%;
  color: #000;
}
.tablet .component-image-text.component-image-text--lighten {
  background: #fff;
  background: rgba(255, 255, 255, 0.25);
}
.component-image-text.component-image-text--lighten h1, .component-image-text.component-image-text--lighten h2, .component-image-text.component-image-text--lighten h3, .component-image-text.component-image-text--lighten h4, .component-image-text.component-image-text--lighten h5, .component-image-text.component-image-text--lighten h6, .component-image-text.component-image-text--lighten p, .component-image-text.component-image-text--lighten li {
  color: #000;
}
.mobile div.stackable .component-image-text {
  padding: 25px 25px 45px 25px;
}
.component-image-text img {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}
.component-image-text .quote {
  margin-top: 10px;
  font-family: lucida grande, lucida sans, lucida sans unicode, verdana, sans-serif;
  font-size: 26px;
}
.component-image-text .quoted {
  margin: 0 0 0 50%;
  padding: 4px 0 35px 0;
  font-size: 12px;
  text-align: right;
}
.component-image-text.component-image-text--right .quoted {
  margin: 0 50% 0 0;
}

/*  ::  Component Styles  »  Lower Promo  	*/
.component-lower-promo {
  position: relative;
  padding: 25px 0 10px 0;
}
.component-lower-promo img {
  margin: 0 auto;
  outline: 1px solid #aeff3c;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
}

/*  ::  Component Styles  »  Lower Social  	*/
.component-lower-social {
  position: relative;
  padding: 25px 0 10px 0;
}
.component-lower-social h2 {
  max-width: 90%;
  padding: 20px 0 45px 40px;
  background: url(scbl-global-elements-heading-bg-green-narrow.png) no-repeat 0px 2px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.component-lower-social ul {
  position: relative;
  width: 97%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.component-lower-social ul li {
  float: left;
  width: 18%;
  margin: 0;
  padding: 0 1%;
  text-align: center;
}
.component-lower-social ul li img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
  display: block;
  margin: 0 auto 10px auto;
}
.component-lower-social ul li span {
  position: relative;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  text-align: center;
  padding: 6px 16px;
  font-size: 14px;
  text-transform: uppercase;
  color: #aeff3c;
  text-decoration: none;
  background: #000;
  font-weight: 700;
}
.component-lower-social ul li span:before {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 2px;
  height: 2px;
  content: " ";
  background: #aeff3c;
}
.component-lower-social ul li span:after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 2px;
  height: 2px;
  content: " ";
  background: #aeff3c;
}
.mouse .component-lower-social ul li a:hover span {
  background: black url(scbl-global-elements-overlay-pinstriping-green.png) repeat;
}

/*  ::  Component Styles  »  News Item  (nested in a slider)  	*/
.slider-item .component-news-item {
  position: relative;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.25);
}
.slider-item .component-news-item img {
  border: 1px solid #b3cb63;
  margin: 0 0 10px 0;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}
.mouse .slider-item .component-news-item a:hover img {
  border: 1px solid #aeff3c;
}
.slider-item .component-news-item a {
  color: #54a948;
}
.mouse .slider-item .component-news-item a:hover {
  color: #aeff3c;
  text-decoration: none;
}
.slider-item .component-news-item h3,
.slider-item .component-news-item h4,
.slider-item .component-news-item h5,
.slider-item .component-news-item h6 {
  margin: 0;
  padding: 10px 15px;
}
.slider-item .component-news-item h3 + h6 {
  font-size: 11px;
  margin-top: -20px;
}
.slider-item .component-news-item > strong {
  display: block;
  margin: 0;
  padding: 0 15px 10px 15px;
  font-weight: normal !important;
}
.slider-item .component-news-item p {
  display: block;
  margin: 0;
  padding: 0 15px 10px 15px;
  font-weight: normal !important;
}

/*  ::  Component Styles  »  News Item  (expanded version on the news page)  	*/
.component-news-item--expanded {
  margin: 25px 0;
}
.component-news-item--expanded h3 {
  margin: 10px 0 40px 0;
  padding: 27px 22px;
  background: url(scbl-global-elements-heading-bg-green-wide.png) no-repeat 2px 7px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.component-news-item--expanded .featuredimage {
  float: left;
  margin: 0 25px 15px 0;
  border: 1px solid #b3cb63;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}
.mobile .component-news-item--expanded .featuredimage {
  float: none;
  margin: 0 auto 20px auto;
  width: 90% !important;
  height: auto;
}
.component-news-item--expanded .newsitem-content {
  position: relative;
  overflow: hidden;
  padding: 5px 20px 20px 20px;
  background: rgba(255, 255, 255, 0.25);
}
.row-wrapper:nth-child(odd) .component-news-item--expanded .newsitem-content {
  background: rgba(0, 0, 0, 0.25) !important;
  color: #fff;
}
.component-news-item--expanded .newsitem-content .social-bar {
  float: right;
  width: 310px;
  margin: 15px 0 0 0;
}
.tablet .component-news-item--expanded .newsitem-content .social-bar {
  float: none;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.mobile .component-news-item--expanded .newsitem-content .social-bar {
  display: none;
}
.component-news-item--expanded .newsitem-content h6 {
  padding: 5px 300px 5px 0;
  border-bottom: 1px solid #54a948;
  font-size: 14px;
  color: #428539;
  text-transform: uppercase;
}
.tablet .component-news-item--expanded .newsitem-content h6, .mobile .component-news-item--expanded .newsitem-content h6 {
  padding-right: 0;
}
.row-wrapper:nth-child(odd) .component-news-item--expanded .newsitem-content h3, .row-wrapper:nth-child(odd) .component-news-item--expanded .newsitem-content h4, .row-wrapper:nth-child(odd) .component-news-item--expanded .newsitem-content h5, .row-wrapper:nth-child(odd) .component-news-item--expanded .newsitem-content h6 {
  color: #b3cb63;
  border-color: #9fbc3f;
}
.component-news-item--expanded .newsitem-content img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}
.component-news-item--expanded .newsitem-content p {
  font-size: 13px;
}

/*  ::  Component Styles  »  Overview Item  	*/
.component-overview-item {
  position: relative;
  margin: 10px auto 35px auto;
  padding: 15px 0 0 0;
  width: auto;
  max-width: 554px;
}
.component-overview-item.component-overview-item--preorder {
  background: url(scbl-preorder-overview-bg.png) no-repeat 100% 62px;
}
.component-overview-item.component-overview-item--spiderbot, .component-overview-item.component-overview-item--gameinfo {
  background: url(scbl-gameinfo-overview-bg.png) no-repeat 100% 62px;
}
.component-overview-item h2 {
  margin: 0;
  padding: 18px 0 35px 48%;
  background: url(scbl-global-elements-subheading-bg-green-type1.png) no-repeat 100% 0;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.mobile .component-overview-item h2 {
  padding-bottom: 80px;
}
.component-overview-item.component-overview-item--compact h2 {
  padding-left: 44%;
}
.component-overview-item.component-overview-item--preorder h2 {
  background: url(scbl-global-elements-subheading-bg-green-type1.png) no-repeat 100% 0;
  padding-left: 25px;
  padding-bottom: 20px;
}
.component-overview-item.component-overview-item--gameinfo h2 {
  background: url(scbl-global-elements-subheading-bg-green-type2.png) no-repeat 100% 0;
}
.component-overview-item.component-overview-item--spiderbot h2 {
  background: url(scbl-global-elements-subheading-bg-green-type2.png) no-repeat 100% 0;
}
.mobile .component-overview-item.component-overview-item--spiderbot h2 {
  background-position: 100% 0;
  padding-bottom: 30px;
}
.component-overview-item p {
  margin: 0;
  padding: 0 10px 20px 48%;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.mobile .component-overview-item p {
  padding-left: 10px;
}
.component-overview-item.component-overview-item--compact p {
  padding-left: 44%;
}
.component-overview-item.component-overview-item--spiderbot p {
  padding-bottom: 40px;
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}
.mobile .component-overview-item.component-overview-item--spiderbot p {
  padding-left: 10px;
}
.component-overview-item.component-overview-item--gameinfo p {
  color: #000;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}
.component-overview-item ul {
  margin: 0;
  padding: 0 0 0 48%;
  min-height: 225px;
}
.mobile .component-overview-item ul {
  padding-top: 20px;
  padding-left: 10px;
}
.component-overview-item ul li {
  margin: 0;
  padding: 4px 20px 16px 24px;
  background: url(scbl-global-elements-bullet-greenhexagon.png) no-repeat 0px 0px;
  font-size: 13px;
  text-transform: uppercase;
}
.component-overview-item ul li:hover {
  background-image: url(scbl-global-elements-bullet-greenhexagon-hover.png);
}
.component-overview-item ul li a {
  color: #fff;
  text-decoration: none;
}
.mouse .component-overview-item ul li a:hover {
  color: #aeff3c;
  text-decoration: none;
}
.component-overview-item.component-overview-item--preorder ul {
  padding: 0;
  overflow: hidden;
  min-height: 0;
}
.component-overview-item.component-overview-item--preorder ul li {
  float: left;
  width: 35%;
  margin: 0 10% 0 10%;
  padding: 0 0 15px 0;
  background: none !important;
}
.component-overview-item.component-overview-item--preorder ul li:first-child {
  margin-right: 0;
}
.component-overview-item.component-overview-item--preorder ul li img {
  width: 100%;
  height: auto;
}
.component-overview-item.component-overview-item--preorder ul li h4 {
  background: #000;
  margin: 0;
  padding: 4px;
  box-shadow: 0px 0px 5px 0 #396e12;
  font-size: 13px;
  text-align: center;
}
.component-overview-item.component-overview-item--gameinfo ul li a {
  color: #22721d;
}
.mouse .component-overview-item.component-overview-item--gameinfo ul li a:hover {
  color: #54a948;
}
.component-overview-item p > img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
  margin: 0 auto;
}
.component-overview-item .green {
  color: #54a948;
}
.component-overview-item > img.featured {
  position: absolute;
  top: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  max-width: 46%;
}
.component-overview-item.component-overview-item--preorder > img.featured {
  left: 20px;
  top: 3px;
}
.tablet .component-overview-item.component-overview-item--preorder > img.featured {
  left: 0;
}
.mobile .component-overview-item.component-overview-item--preorder > img.featured {
  left: 0;
}
.component-overview-item.component-overview-item--gameinfo > img.featured {
  top: -20px;
}
.component-overview-item.component-overview-item--spiderbot > img.featured {
  top: 15px;
}
.mobile .component-overview-item.component-overview-item--spiderbot > img.featured {
  display: none;
}
.component-overview-item .button--greenblocks {
  position: relative;
  display: block;
  border: 0;
  padding: 8px 20px 0 20px;
  height: 26px;
  background: url(scbl-global-elements-button-greenblocks-bg.png) no-repeat 100% 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: right;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}

/*  ::  Component Styles  »  Pre Order Artwork  	*/
.component-preorder-artwork {
  position: relative;
}
.component-preorder-artwork img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
}
.mobile .component-preorder-artwork img {
  width: auto !important;
  max-height: 100px !important;
  margin: 0 auto;
}
.component-preorder-artwork.component-preorder-artwork--basic img {
  border: 1px solid #b3cb63;
  margin: 25px 0;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}
.tablet .component-preorder-artwork {
  max-width: 95% !important;
  margin-top: 50px;
}
.mobile .component-preorder-artwork {
  margin-left: 10px;
  margin-right: 10px;
}

/*  ::  Component Styles  »  Pre Order Detail  	*/
.component-preorder-detail {
  position: relative;
  overflow: hidden;
}
.mobile .component-preorder-detail {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.component-preorder-detail h2 {
  margin: 0;
  padding: 30px 0 15px 0;
  font-size: 22px;
  text-align: right;
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 0.25);
}
.mobile .component-preorder-detail h2 {
  text-align: center;
}
.component-preorder-detail.component-preorder-detail--basic h2 {
  padding-top: 20px;
}
.component-preorder-detail .features {
  float: right;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 0 20px 0;
}
.component-preorder-detail .features li {
  float: left;
  margin: 0 0 0 6px;
  padding: 0;
  width: 48.75%;
  max-width: 260px;
}
.component-preorder-detail .features li:first-child {
  margin: 0;
}
.col-percent75 .component-preorder-detail .features li {
  width: 32%;
  max-width: 260px;
}
.mobile .col-percent75 .component-preorder-detail .features li {
  width: 48.75%;
  margin-bottom: 6px;
}
.mobile .col-percent75 .component-preorder-detail .features li:nth-child(2n+3) {
  clear: left;
  margin-left: 0;
}
.col-percent75 .component-preorder-detail .features li:first-child {
  margin-left: 0;
}
.component-preorder-detail .features li img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
}
.component-preorder-detail .features li h4 {
  margin: 2px 0 0 0;
  padding: 10px;
  background: #939491;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.component-preorder-detail p {
  float: right;
  clear: both;
  max-width: 526px;
  font-size: 13px;
  margin: 0;
  padding: 0 0 25px 0;
}
.col-percent75 .component-preorder-detail p {
  max-width: 792px;
}
.component-preorder-detail .retailers {
  float: right;
  clear: both;
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
}
.component-preorder-detail .retailers h4 {
  float: left;
  margin: 0;
  padding: 17px 12px 12px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #22721d;
}
.mobile .component-preorder-detail .retailers h4 {
  float: none;
  display: block;
  text-align: center;
}
.component-preorder-detail .retailers p {
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
}
.mobile .component-preorder-detail .retailers p {
  float: none;
  display: block;
  text-align: center;
}
.component-preorder-detail .retailers a {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  margin: 1px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  border: 2px solid #54a948;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: black url(scbl-global-elements-overlay-pinstriping-green.png) repeat;
}
.mouse .component-preorder-detail .retailers a:hover {
  border-color: #aeff3c;
}
.mouse .component-preorder-detail .retailers a:hover img {
  opacity: 0.75;
}

/*  ::  Component Styles  »  Section Title  	*/
.component-section-title {
  padding: 45px 0;
  background: url(scbl-global-elements-heading-bg-green.png) no-repeat 2px 27px;
}
.mobile .component-section-title {
  padding: 25px 0 15px 0;
  background-position: 2px 7px;
}
.component-section-title h1,
.component-section-title h2,
.component-section-title h3 {
  margin: 0;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.component-section-title h2,
.component-section-title h3 {
  font-size: 15px;
}

/*  ::  Component Styles  »  Slider Features  	*/
.component-slider-features {
  position: relative;
  padding: 0 0 20px 0;
}
.component-slider-features .contentsummary-scrollable,
.component-slider-features .actions,
.component-slider-features a.seeAll {
  display: none;
}
.component-slider-features .scrollable-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.touch .component-slider-features .scrollable-wrapper {
  overflow-x: auto;
}
.component-slider-features .scrollable-wrapper .scrollable-artboard {
  position: relative;
  width: 1200px;
  padding: 0 0 10px 0;
  min-width: 320px !important;
}
.component-slider-features .scrollable-wrapper .scrollable-artboard .slider-item {
  width: 33%;
  max-width: 1200px;
  padding: 1px 0 0 0;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  float: left;
}
.component-slider-features .scrollable-wrapper .scrollable-artboard .slider-item > div {
  margin: 0 10px;
}
.mobile .component-slider-features .scrollable-wrapper .scrollable-artboard .slider-item > div {
  margin: 5px;
}
.component-slider-features .scrollable-wrapper .scrollable-artboard .slider-item > div img {
  width: 100%;
  height: auto;
  box-shadow: none;
}
.component-slider-features .backward {
  float: none;
  position: absolute;
  left: -96px;
  top: 1px;
  height: 100%;
  width: 82px;
  margin: 0;
  padding: 0;
  z-index: 400;
  background: white url(scbl-global-elements-nav-arrow-large-prev.png) no-repeat 50% 50%;
  opacity: 0.5;
}
.mouse .component-slider-features .backward:hover {
  opacity: 1;
}
.component-slider-features .forward {
  float: none;
  position: absolute;
  right: -96px;
  top: 1px;
  height: 100%;
  width: 82px;
  margin: 0;
  padding: 0;
  z-index: 400;
  background: white url(scbl-global-elements-nav-arrow-large-next.png) no-repeat 50% 50%;
  opacity: 0.5;
}
.mouse .component-slider-features .forward:hover {
  opacity: 1;
}
.desktop .component-slider-features .backward {
  height: 608px;
}
.desktop .component-slider-features .forward {
  height: 608px;
}
.tablet .component-slider-features .backward, .tablet .component-slider-features .forward, .mobile .component-slider-features .backward, .mobile .component-slider-features .forward {
  display: none;
}

/*  ::  Component Styles  »  Slider General  	*/
.component-slider-general {
  position: relative;
  padding: 0 0 20px 0;
}
.component-slider-general .contentsummary-scrollable,
.component-slider-general .actions,
.component-slider-general a.seeAll {
  display: none;
}
.component-slider-general .scrollable-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.touch .component-slider-general .scrollable-wrapper {
  overflow-x: auto;
}
.component-slider-general .scrollable-wrapper .scrollable-artboard {
  position: relative;
  width: 1200px;
  padding: 0 0 10px 0;
  min-width: 320px !important;
}
.component-slider-general .scrollable-wrapper .scrollable-artboard .slider-item {
  width: 33%;
  max-width: 1200px;
  padding: 1px 0 0 0;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  float: left;
}
.component-slider-general .scrollable-wrapper .scrollable-artboard .slider-item > div {
  margin: 0 10px;
}
.mobile .component-slider-general .scrollable-wrapper .scrollable-artboard .slider-item > div {
  margin: 5px;
}
.component-slider-general .scrollable-wrapper .scrollable-artboard .slider-item > div img {
  width: 100%;
  height: auto;
  box-shadow: none;
}
.component-slider-general .backward {
  float: none;
  position: absolute;
  left: -96px;
  top: 1px;
  height: 100%;
  width: 82px;
  margin: 0;
  padding: 0;
  z-index: 400;
  background: white url(scbl-global-elements-nav-arrow-large-prev.png) no-repeat 50% 50%;
  opacity: 0.5;
}
.mouse .component-slider-general .backward:hover {
  opacity: 1;
}
.component-slider-general .forward {
  float: none;
  position: absolute;
  right: -96px;
  top: 1px;
  height: 100%;
  width: 82px;
  margin: 0;
  padding: 0;
  z-index: 400;
  background: white url(scbl-global-elements-nav-arrow-large-next.png) no-repeat 50% 50%;
  opacity: 0.5;
}
.mouse .component-slider-general .forward:hover {
  opacity: 1;
}
.desktop .component-slider-general .backward {
  height: 608px;
}
.desktop .component-slider-general .forward {
  height: 608px;
}
.tablet .component-slider-general .backward, .tablet .component-slider-general .forward, .mobile .component-slider-general .backward, .mobile .component-slider-general .forward {
  display: none;
}

/*  ::  Component Styles  »  Slider Images  	*/
.component-slider-images {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
}
.component-slider-images .slide-images {
  position: relative;
  float: none;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  height: 474px;
  border: 0;
  border: 1px solid #b3cb63;
  outline: 0;
  background: #000;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}
@media screen and (max-height: 700px) {
  .component-slider-images .slide-images {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .component-slider-images .slide-images {
    width: 90%;
    height: 126px;
  }
}
.desktop .component-slider-images .slide-images {
  height: 474px;
}
.tablet .component-slider-images .slide-images {
  height: 404px;
}
.mobile .component-slider-images .slide-images {
  width: 90% !important;
  height: 126px;
}
.component-slider-images .slide-images .slide-image {
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  border: 0;
  overflow: hidden;
}
.component-slider-images .slide-images .slide-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: auto !important;
}
.component-slider-images .slide-images .slide-image iframe {
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
  height: 100% !important;
  border: 0;
}
.component-slider-images .slide-images .slide-image .download-links {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.tablet .component-slider-images .slide-images .slide-image .download-links {
  left: 100px;
}
.mobile .component-slider-images .slide-images .slide-image .download-links {
  display: none;
}
.component-slider-images .slide-images .slide-image .download-links a {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  margin: 0 4px 0 0;
  padding: 6px 8px 6px 28px;
  background: #021c21 url(scbl-global-elements-icon-download-green.png) no-repeat 4px 50%;
  font-weight: 700;
  color: #aeff3c;
}
.component-slider-images .backward {
  float: none;
  position: absolute;
  left: -96px;
  top: 1px;
  height: 100%;
  width: 82px;
  margin: 0;
  padding: 0;
  z-index: 400;
  background: white url(scbl-global-elements-nav-arrow-large-prev.png) no-repeat 50% 50%;
  opacity: 0.5;
}
.mouse .component-slider-images .backward:hover {
  opacity: 1;
}
.component-slider-images .forward {
  float: none;
  position: absolute;
  right: -96px;
  top: 1px;
  height: 100%;
  width: 82px;
  margin: 0;
  padding: 0;
  z-index: 400;
  background: white url(scbl-global-elements-nav-arrow-large-next.png) no-repeat 50% 50%;
  opacity: 0.5;
}
.mouse .component-slider-images .forward:hover {
  opacity: 1;
}
.desktop .component-slider-images .backward {
  height: 474px;
}
.tablet .component-slider-images .backward {
  height: 404px;
  left: 1px;
}
.mobile .component-slider-images .backward {
  display: none;
}
.desktop .component-slider-images .forward {
  height: 474px;
}
.tablet .component-slider-images .forward {
  height: 404px;
  right: 1px;
}
.mobile .component-slider-images .forward {
  display: none;
}
.component-slider-images .slide-tabs {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 0 0 0;
}
.component-slider-images .slide-tabs a {
  float: none;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 8px;
  width: 12px;
  height: 12px;
  border: 4px solid black;
  background: #000;
  box-shadow: 1px 1px 4px 0 #aeff3c;
}
.touch .component-slider-images .slide-tabs a {
  margin: 2px 12px;
}
.component-slider-images .slide-tabs a.current {
  background: #aeff3c;
}

/*  ::  Component Styles  »  Slider Videos  	*/
.component-slider-videos {
  text-align: center;
  padding: 30px 0 0 0;
}
.mobile .component-slider-videos {
  padding: 20px 0;
}
.component-slider-videos .carousel_wrap {
  width: 70% !important;
  margin: 0 auto;
  padding: 0;
  height: 474px;
  border: 1px solid #b3cb63;
  outline: 0;
  background: #000;
  box-shadow: 1px 9px 7px 0px rgba(0, 0, 0, 0.37);
}
.desktop .component-slider-videos .carousel_wrap {
  height: 474px;
}
.tablet .component-slider-videos .carousel_wrap {
  height: 404px;
}
.mobile .component-slider-videos .carousel_wrap {
  width: auto !important;
  margin: 0 26px;
  height: 126px;
}
@media screen and (max-width: 640px) {
  .component-slider-videos .carousel_wrap {
    width: auto !important;
    margin: 0 26px;
    height: 126px;
  }
}
.component-slider-videos .carousel_thumbnails {
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
}
.mobile .component-slider-videos .carousel_thumbnails {
  display: none;
}
.component-slider-videos .carousel_thumbnails .scrollable {
  margin: 1px 0 0 0;
  height: 112px;
  border: 0;
  background: none;
}
.component-slider-videos .carousel_thumbnails .scrollable .carousel-item {
  margin: 12px 15px 12px 15px;
  display: inline;
  zoom: 1;
  display: inline-block;
  /* inline and zoom gives inline-block in old ie */
  background: black url(scbl-global-elements-overlay-pinstriping-green.png);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.component-slider-videos .carousel_thumbnails .scrollable .carousel-item > img {
  margin: 0;
  padding: 0;
  border-color: #000;
  cursor: pointer;
  -webkit-transition: opacity 600ms ease-in-out;
  -moz-transition: opacity 600ms ease-in-out;
  -ms-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}
.mouse .component-slider-videos .carousel_thumbnails .scrollable .carousel-item > img:hover {
  opacity: 0.5;
}
.component-slider-videos .carousel_thumbnails .scrollable .active > img {
  border-color: #000;
  outline: 3px solid white;
  opacity: 1 !important;
  cursor: default;
}
.component-slider-videos .carousel_thumbnails .prev {
  width: 24px;
  height: 55px;
  margin: 24px 10px;
  background: white url(scbl-global-elements-nav-arrow-small-prev.png) no-repeat 0px 0px;
  opacity: 0.5;
}
.mouse .component-slider-videos .carousel_thumbnails .prev:hover {
  opacity: 1;
}
.component-slider-videos .carousel_thumbnails .next {
  width: 24px;
  height: 55px;
  margin: 24px 10px;
  background: white url(scbl-global-elements-nav-arrow-small-next.png) no-repeat 0px 0px;
  opacity: 0.5;
}
.mouse .component-slider-videos .carousel_thumbnails .next:hover {
  opacity: 1;
}
.component-slider-videos .mobile-controls {
  display: none;
}
.desktop .component-slider-videos .mobile-controls, .tablet .component-slider-videos .mobile-controls {
  display: none;
}
.mobile .component-slider-videos .mobile-controls {
  display: block;
}
.component-slider-videos .mobile-controls .prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 55px;
  margin: -22px 0 0 0;
  background: white url(scbl-global-elements-nav-arrow-small-prev.png) no-repeat 0px 0px;
  opacity: 0.5;
}
.mouse .component-slider-videos .mobile-controls .prev:hover {
  opacity: 1;
}
.component-slider-videos .mobile-controls .next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 55px;
  margin: -22px 0 0 0;
  background: white url(scbl-global-elements-nav-arrow-small-next.png) no-repeat 0px 0px;
  opacity: 0.5;
}
.mouse .component-slider-videos .mobile-controls .next:hover {
  opacity: 1;
}

/*  ::  Page Styles  »  Home    	*/
.mobile .scbl-home #G5C1 {
  display: none;
}
.mobile .scbl-home #G5C2 {
  width: 100%;
}
.mobile .scbl-home #G11 {
  margin: 0 10px !important;
}
.mobile .scbl-home #G23C1 {
  display: none;
}
.mobile .scbl-home #G23C2,
.mobile .scbl-home .col-lower-promo {
  width: 100% !important;
}

/*  ::  Page Styles  »  Game Info    	*/
.desktop .scbl-gameinfo #wrapper_G5, .tablet .scbl-gameinfo #wrapper_G5 {
  height: 0;
}
.desktop .scbl-gameinfo #wrapper_G5 #G5C1, .tablet .scbl-gameinfo #wrapper_G5 #G5C1 {
  position: absolute;
  top: -100px;
  right: 20px;
}
.mobile .scbl-gameinfo #G3C2 {
  display: none;
}
.mobile .scbl-gameinfo .col-lower-promo {
  width: 100% !important;
}

/*  ::  Page Styles  »  News     	*/

.scbl-news a {
  color: #000;
}

.desktop .scbl-news #wrapper_G4, .tablet .scbl-news #wrapper_G4 {
  height: 0;
}
.desktop .scbl-news #wrapper_G4 #G4C1, .tablet .scbl-news #wrapper_G4 #G4C1 {
  position: absolute;
  z-index: 5000;
  top: 52px;
  right: 20px;
}
.mobile .scbl-news #G3C2 {
  display: none;
}
.mobile .scbl-news .col-lower-promo {
  width: 100% !important;
}
.mobile .scbl-news #wrapper_G4 {
  height: auto;
}
.mobile .scbl-news #wrapper_G4 #G4C1 {
  position: static;
  top: auto;
  right: auto;
}
.mobile .scbl-news #wrapper_G4 #G4C1 .component-back2main {
  position: relative;
  top: 30px;
}
