/*
	Theme Name: Scopely
	Description: Scopely website.
	Author: Scopely
	Author URI: http://www.scopely.com
	Version: 1.0
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  text-decoration: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input, textarea {
  outline: none;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  space: 0px;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset;
}
html, body, a, li, ul, img, div, input, p, h1, a:active, a:focus {
   outline: none;
}


/* Global */
/* ------------------------------------------------------------ */
body, html {
  position: relative;
  height: 100%;
  width:100%;
  max-width: 100%;
  color: #111;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  zoom:1;
}
body {
  background: url("images/background-texture-24.png") repeat;
}
h4 {
  margin-top: 25px;
}
.row {
  margin-bottom: 0;
}
.row .row {
  margin-top: 0;
  margin-bottom: 0;
}
[class*="col-"] {
  padding: 0;
  /*background-color: #eee;
  background-color: rgba(86,61,124,.15);*/
  border: 0;
}
hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.container {
  display: block;
  /*min-height: 100%;*/
  background: #fff;
}
.clearfix {
  clear: both;
}
.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
sup {
    position: relative;
    font-size: 70%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
}
#flashContent {
  width:100%;
  height:100%;
}

#nav-bars {
  position: fixed;
  width:100%;
  height:100%;
  z-index: 1000;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* Sprite Sheet */
/* Sprite sheet is 200% for retina so always size to 50% total size */
/* sprite-sheet.png: 1600x800 */
.sprite img {
  position: absolute;
  width: 900px;
  height: 700px;
}
.sprite {
  overflow: hidden;
  position: relative;
}

/* Dotted Lines */
.dotted-horizontal {
  overflow: hidden;
  position: relative;
}
.dotted-horizontal img {
  position: absolute;
  width: 1200px;
  height: 2px;
}
.dotted-vertical {
  overflow: hidden;
  position: relative;
}
.dotted-vertical img {
  position: absolute;
  width: 2px;
  height: 2400px;
}


#content {
  padding: 0 0 80px 0;
}
.sm #content,
.xs #content {
  padding: 0 0 40px 0;
}



.texture-fill {
  background: url("images/background-texture-24.png") repeat;
}

/* Hides page content until fonts are loaded */
#viewport-curtain {
  /*background: #ffffff url("images/background-texture.jpg") repeat;*/
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.side-shadow {
  position: absolute;
  background: #af3;
  height: 100%;
  z-index: 0;
}
.sm .side-shadow,
.xs .side-shadow {
  display: none;
}
.side-shadow.left {
  left: -18px;
  width: 18px;
  background: transparent url("images/side-shadows.png") repeat-y 0px 0px;
}
.side-shadow.right {
  right: -18px;
  width: 18px;
  background: transparent url("images/side-shadows.png") repeat-y -18px 0px;
}


/* Masthead */
/* ------------------------------------------------------------ */
#masthead{
  position: relative;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

/* Main Nav */
#main-nav {
  position: relative;
  width: 100%;
}

.desktop-nav-wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.md .desktop-nav-wrapper {
  width: 970px;
}



#main-nav .desktop-nav ul {
  position: relative;
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
  height: 60px;
}
#main-nav .desktop-nav ul li {
  position: relative;
  display: inline-block;
  float: left;
}
#main-nav .desktop-nav ul li a {
  display: block;
  color: #fff;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  padding: 0 25px;
}
#main-nav ul li a {
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}
#main-nav .desktop-nav ul li a:hover,
#main-nav .desktop-nav ul li.selected a {
  color: #01b6f2;
}


.menu-text {
    position: relative;
    z-index: 2000;
}
.menu-rollover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    zoom: 1;
    /*z-index: 500;*/
}
.menu-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    zoom: 1;
    /*z-index: 100;*/
}
#main-nav ul li .nav-sep-line {
  position: absolute;
  top: 21px;
  right: 0;
  width: 1px;
  height: 17px;
  border-left: 1px solid #aaa;
  z-index: 2100;
}
#main-nav ul li.nav.last .nav-sep-line {
  display: none;
}

#main-nav .nav-games-list {
  display: none;
  position: absolute;
  top: 60px;
  width: 200px;
  z-index: 2200;
  background: #000;
  padding: 10px 0;
}
#main-nav .nav-games-list ul {
  display: block;
  background: #000;
}
#main-nav .desktop-nav .nav-games-list ul li a {
  display: block;
  color: #fff;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding: 8px 25px;
}
#main-nav .desktop-nav .nav-games-list ul li a:hover {
  color: #01b6f2;
}




.row.desktop-nav {
  position: absolute;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 12px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}



.desktop-nav .nav-buttons {
  position: absolute;
  left: 276px;
  top: 0px;
}

/* Fixed Mobile Menu Bar */
.row.mobile-nav {
  position: fixed;
  width: 100%;
  zoom:1;
  left: 0px;
  top: 0px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: 1100;
}
.sm #content,
.xs #content,
.sm #home-carousel,
.xs #home-carousel,
.sm #games-carousel,
.xs #games-carousel  {
  margin: 54px 0 0 0;
}
.sm #content.games,
.xs #content.games {
  margin: 20px 0 0 0;
}



/* Scopely Logo */
.scopely-logo {
  position: absolute;
  width: 280px;
  height: 80px;
  left: -16px;
}
.scopely-logo .logo.sprite {
  position: absolute;
  width: 185px;
  height: 50px;
  left: 40px;
  top: 5px;
  z-index: 403;
}
.scopely-logo .box {
  position: absolute;
  background: #fff;
  width: 280px;
  height: 60px;
  left: 0px;
  top: 0px;
  z-index: 402;
}
.scopely-logo .shadow.sprite {
  position: absolute;
  width: 280px;
  height: 20px;
  left: 0px;
  top: 60px;
  z-index: 401;
}
.scopely-logo .shadow.sprite img {
  left: -6px;
  top: -58px;
}



/* Main Nav Mobile */
.mobile-nav-container {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  height: 54px;
  z-index: 1100;
}


.mobile-nav .scopely-logo {
  position: absolute;
  width: 150px;
  height: 48px;
  top: 4px;
  left: 8px;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1210;
}
.mobile-nav .scopely-logo img {
  left: -558px;
  top: -63px;
}

.mobile-nav-bar {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 54px;
  top: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1150;
}

.mobile-nav-container .hamburger-menu {
  position: absolute;
  width: 62px;
  height: 54px;
  right: 2px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1210;
}
.mobile-nav-container .hamburger-menu img {
  left: -725px;
  top: -62px;
}
.mobile-nav-container .hamburger-menu.selected img {
  left: -725px;
  top: -127px;
}
.mobile-menu {
  position: absolute;
  width: 100%;
  top: 54px;
}
#main-nav .mobile-menu {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 165px;
  /*top: 54px;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;*/
  overflow: hidden;
  /*zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);*/
  z-index: 1100;
}

#main-nav .mobile-menu ul {
  display: block;
  /*
  -webkit-transform: translate3d(0, 0, 0);*/
  z-index: 1200;

}
.ios.landscape #main-nav .mobile-menu ul {
  /*margin: 0 0 88px 0;*/
}

#main-nav .mobile-menu ul li {
  position: relative;
  display: block;
  background-color: #000;
  background-color: rgba(0,0,0,.90);
  height: 54px;
  width: 100%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  border-bottom: 1px solid #444;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1201;
}
#main-nav .mobile-menu ul li:hover {
  background-color: #01b6f2;
}


#main-nav .mobile-menu ul li a,
#main-nav .mobile-menu ul li a:visited {
  display: block;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  line-height: 54px;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 1202;
}
#main-nav .mobile-menu ul li.sub-nav a:hover {
  color: #fff;
}

#main-nav .mobile-menu ul li.sub-nav a {
  color: #6b6b6b;
}

#main-nav .mobile-menu ul li.selected a,
#main-nav .mobile-menu ul li.selected a:visited {
  color: #01b6f2;
}


/* Home Page Carousel */
/* ------------------------------------------------------------ */
#home-carousel {
  display: block;
  background: #fff;
  width: 100%;
  padding: 0 0 40px 0;
}
.sm #home-carousel,
.xs #home-carousel {
  display: block;
  width: 100%;
  padding: 0 0 40px 0;
}


/* Carousel Nav */
#home-carousel-nav {
  position: absolute;
  display: block;
  width: 100%;
  height: 690px;
  z-index: 300;
  cursor: pointer;
}
.md #home-carousel-nav {
  height: 557px;
}
.sm #home-carousel-nav {
  height: 440px;
}
.xs #home-carousel-nav {
  height: 345px;
}

#home-carousel-paging {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 40px;
  bottom: 0px;
  text-align: center;
  z-index: 300;
}
.sm #home-carousel-paging,
.xs #home-carousel-paging {
  background: #f3f3f3;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
}


#home-carousel-paging-button-wrapper {
  display: inline-block;
}
.home-carousel-paging-button {
  display: inline-block;
  float: left;
  width: 30px;
  height: 39px;
  cursor: pointer;
}
.home-carousel-paging-button img {
  left: -190px;
  top: -164px;
}
.home-carousel-paging-button.selected img {
  left: -190px;
  top: -133px;
}

/*
.home-carousel-arrow {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 341px;
  cursor: pointer;
  z-index: 300;
}
*/
.home-carousel-arrow {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 347px;
  cursor: pointer;
  z-index: 300;
}
.home-carousel-arrow.left:hover img {
  left: -6px;
  top: -374px;
}
.home-carousel-arrow.right:hover img {
  left: -98px;
  top: -374px;
}
.home-carousel-arrow.left img {
  left: -6px;
  top: -204px;
}
.home-carousel-arrow.right img {
  left: -98px;
  top: -204px;
}


.md .home-carousel-arrow {
  top: 275px;
}
.home-carousel-arrow.left {
  left: 5px;
}
.home-carousel-arrow.right {
  right: 5px;
}
/*
.home-carousel-arrow.left img {
  left: -10px;
  top: -127px;
}
.home-carousel-arrow.right img {
  left: -97px;
  top: -127px;
}
*/



/* Panels */
#home-carousel-panels {
  position: relative;
  overflow: hidden;
  z-index: 100;
}


.home-carousel-panel {
  position: absolute;
  width: 100%;
  left: 0px;
  display: none;
}
.home-carousel-panel.selected,
.home-carousel-panel.next {
  display: block;
}


.home-carousel-panel-images {
  position: relative;
  display: block;
  width: 100%;
  height: 690px;
}
.md .home-carousel-panel-images {
  height: 557px;
}
.sm .home-carousel-panel-images {
  height: 440px;
}
.xs .home-carousel-panel-images {
  height: 345px;
}
.home-carousel-panel-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  display: block;
  /*background-image: url(images/carousel-image-fpo.jpg);*/
  z-index: 50;
  overflow: hidden;
}
.home-carousel-panel-image img {
  position: static;
  width: 100%;
}
.sm .home-carousel-panel-image img,
.xs .home-carousel-panel-image img {
  position: absolute;
}







/* Panel Text */
.home-carousel-panel-headlines {
  position: absolute;
  display: block;
  width: 100%;
  height: 690px;
  top: 0px;
  z-index: 100;
}
.md .home-carousel-panel-headlines {
  height: 557px;
}
.sm .home-carousel-panel-headlines {
  height: 440px;
}
.xs .home-carousel-panel-headlines {
  height: 345px;
}

.home-carousel-panel-headlines-wrapper {
  position: absolute;
  width: 100%;
  bottom: 210px;
}
.md .home-carousel-panel-headlines-wrapper {
  bottom: 169px;
}
.sm .home-carousel-panel-headlines-wrapper,
.xs .home-carousel-panel-headlines-wrapper {
  bottom: 40px;
  width: 100%;
}


/* Headline Bar */
.headline-wrapper {
  position: absolute;
  display: block;
  top: 0px;
}
.sm .headline-wrapper,
.xs .headline-wrapper {
  position: static;
  top: auto;
}

.headline {
  position: relative;
  display: block;
}
.headline-text {
  position: relative;
  display: block;
  z-index: 300;
}
.headline-text h1 {
  display: inline-block;
  color: #fff;
  font-family: 'MuseoSans-500', Helvetica, Arial, Verdana, sans-serif;
  font-size: 67px;
  line-height: 67px;
  height: 87px;
  padding: 15px 30px 5px 30px;
  z-index: 200;
}
.headline-text h1 sup{
    font-size: 50%;
    top: -.8em;
}
.md .headline-text h1 {
  font-size: 54px;
  line-height: 54px;
  height: 74px;
  padding: 15px 30px 5px 30px;
}
.sm .headline-text h1,
.xs .headline-text h1 {
  display: block;
  font-size: 28px;
  line-height: 28px;
  height: auto;
  padding: 11px 30px 8px 30px;
}

.headline-bar {
  position: absolute;
  display: block;
  height: 87px;
  width: 0px;
  top: 0px;
  z-index: 100;
}
.md .headline-bar {
  top: 0px;
  height: 74px;
}
.sm .headline-bar,
.xs .headline-bar {
  width: 100%;
  height: 100%;
}


.headline-bar.new {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  z-index: 120;
}


.headline-bar-fill {
  background: #f30;
  width: 100%;
  height: 100%;
}
.headline-bar-cap {
  position: absolute;
  top: 0px;
  right: -81px;
  width: 82px;
  height: 87px;
  overflow: hidden;
}
.md .headline-bar-cap {
  right: -70px;
  width: 70px;
  height: 74px;
}
.sm .headline-bar-cap,
.xs .headline-bar-cap {
  display: none;
}

.headline-bar-triangle {
  position: absolute;
  top: -86px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 87px 0 87px 82px;
  border-color: transparent transparent transparent #f30;
}
.md .headline-bar-triangle {
  top: -74px;
  border-width: 74px 0 74px 70px;
}



/* Subhead Bar */
.subhead {
  position: absolute;
  display: block;
  top: 87px;
  z-index: 300;
}
.md .subhead  {
  top: 74px;
}
.sm .subhead,
.xs .subhead {
  position: relative;
  display: block;
  top: auto;
  z-index: 300;
}



.subhead-text h2 {
  position: relative;
  display: block;
  color: #fff;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
  padding: 20px 30px;
  z-index: 100;
}
.md .subhead-text h2 {
  font-size: 19px;
  line-height: 22px;
}
.sm .subhead-text h2,
.xs .subhead-text h2 {
  display: block;
  font-size: 16px;
  line-height: 18px;
}


.subhead-bar {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,.5);
}
.sm .subhead-bar,
.xs .subhead-bar {
  width: 100%;
  height: 100%;
}


.home-carousel-panel-text {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
}
.sm .home-carousel-panel-text,
.xs .home-carousel-panel-text {
  text-align: left;
}
.home-carousel-panel-text h3 {
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #111;
  padding: 0 0 10px 0;
}
.home-carousel-panel-text p {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #7d7d7d;
}

#bottom-line-border-container {
  display: block;
  text-align: center;
}
.sm #bottom-line-border-container,
.xs #bottom-line-border-container {
  display: none;
}
#bottom-line-border {
  display: inline-block;
  width: 500px;
  height: 2px;
  line-height: 2px;
  border-bottom: 1px dotted #bdbdbd;
}





/* games Page Carousel */
/* ------------------------------------------------------------ */
#games-carousel {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  height: 555px;
  background: #eee;
  cursor: pointer;
}
.md #games-carousel {
  height: 448px;
}
.sm #games-carousel {
  height: 354px;
}
.xs #games-carousel {
  height: 278px;
}






/* Carousel Nav */
#games-carousel-nav {
  position: absolute;
  display: block;
  width: 100%;
  /*height: 555px;*/
  height: 100%;
  z-index: 300;

}

.md #games-carousel-nav {

}
.sm #games-carousel-nav {

}
.xs #games-carousel-nav {

}


#games-carousel-paging {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 40px;
  bottom: 0px;
  text-align: center;
  z-index: 200;
}
.sm #games-carousel-paging,
.xs #games-carousel-paging {
  background: #f3f3f3;
  height: 40px;
  bottom: -40px;
  border-bottom: 1px solid #ebebeb;
}
.sm #games-carousel-nav .carat-mask,
.xs #games-carousel-nav .carat-mask {
  display: none;
}


#games-carousel-paging-button-wrapper {
  display: inline-block;
}
.games-carousel-paging-button {
  display: inline-block;
  float: left;
  width: 30px;
  height: 39px;
  cursor: pointer;
}
.games-carousel-paging-button img {
  left: -190px;
  top: -164px;
}
.games-carousel-paging-button.selected img {
  left: -190px;
  top: -133px;
}
/*
.games-carousel-paging-mask{
  display: inline-block;
  float: left;
  height: 40px;
  background: #fff;
}


.carat {
  position: relative;
  display: inline-block;
  float: left;
  width: 50px;
  height: 40px;
  overflow: hidden;
}
.carat .carat-shape {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.carat.left .carat-shape {
  left: 0px;
  border-width: 78px 0 78px 78px;
  border-color: transparent transparent transparent #fff;
}
.carat.right .carat-shape {
  right: 0px;
  border-width: 78px 78px 78px 0;
  border-color: transparent #fff transparent transparent;
}
*/


.games-carousel-arrow {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 237px;
  cursor: pointer;
}
.md .games-carousel-arrow {
  top: 184px;
}

.games-carousel-arrow.left {
  left: 5px;
}
.games-carousel-arrow.right {
  right: 5px;
}
.games-carousel-arrow.left img {
  left: -11px;
  top: -210px;
}
.games-carousel-arrow.right img {
  left: -103px;
  top: -210px;
}



/* Panels */
#games-carousel-panels {
  position: relative;
  overflow: hidden;
  height: 555px;
}
/*
.md #games-carousel-panels {
  height: 448px;
}
.sm #games-carousel-panels {
  height: 354px;
}
.xs #games-carousel-panels {
  height: 278px;
}
*/

.games-carousel-panel {
  position: absolute;
  display: block;
  width: 100%;
  /*height: 555px;*/
  height: 100%;
  left: 9999px;
  /*display: none;*/
  z-index: 10;
}
/*
.md .games-carousel-panel {
  height: 448px;
}
.sm .games-carousel-panel {
  height: 354px;
}
.xs .games-carousel-panel {
  height: 278px;
}
*/


.games-carousel-panel.selected,
.games-carousel-panel.next {
  display: block;
  left: 0px;
  z-index: 20;
}
.games-carousel-panel.next {
  left: 9999px;
}



/* Games animations */
.games-animation {
  position: absolute;
  width: 1200px;
  height: 555px;
  background: #555;
  overflow: hidden;
}
.animation-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.animation-bg img {
  width: 100%;
  height: 100%;
}
.animation-image {
  position: absolute;
  z-index: 20;
}
.animation-image img {
  width: 100%;
  height: 100%;
}









/* Games Page */
/* ------------------------------------------------------------ */

#games-list {
  padding: 50px 20px 70px 20px;
}
.sm #games-list,
.xs #games-list {
  padding: 40px 20px 30px 20px;
}

.games-list-col {
  padding: 10px;
}
.games-list-col-wrapper {
  position: relative;
  padding: 15px;
}
.games-list-title {
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 17px;
  padding: 0 0 10px 0;
}
.games-list-image a {
  display: block;
}
.games-list-image img {
  width: 100%;
}
.games-list-description {
  font-size: 16px;
  line-height: 26px;
  color: #7d7d7d;
  padding: 10px 0;
}
.games-list-link {
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  padding: 0 0 10px 0;

}
.games-list-link a {
    margin: 0 0 0 26px;
}
.games-list-link a:link,
.games-list-link a:visited {
    color: #111111;
}
.games-list-link-icon {
  position: absolute;
  width: 26px;
  height: 36px;
}
.games-list-link-icon img {
  left: -244px;
  top: -134px;
}


.games-carousel-panel-images {
  position: relative;
  display: block;
  width: 100%;
  height: 555px;
}
.md .games-carousel-panel-images {
  height: 448px;
}
.sm .games-carousel-panel-images {
  height: 354px;
}
.xs .games-carousel-panel-images {
  height: 278px;
}
.games-carousel-panel-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  display: block;
  /*background-image: url(images/carousel-image-fpo.jpg);*/
  z-index: 50;
  overflow: hidden;
}
.games-carousel-panel-image img {
  position: static;
  width: 100%;
}
.sm .games-carousel-panel-image img,
.xs .games-carousel-panel-image img {
  position: absolute;
}







/* Footer */
/* ------------------------------------------------------------ */

#footer {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  height: 56px;
  left: 0px;
  bottom: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 500;
}


#footer .container {
  position: static;
  position: relative;
  margin: 0 auto;
  height: 56px;
}
.sm #footer .container,
.xs #footer .container {
  position: static;
  position: relative;
  margin: 0 auto;
  height: 150px;
}

.sm #footer,
.xs #footer {
  position: relative;
  height: 150px;
}
/*
.push {
  height: 56px;
}
*/
.sm .push,
.xs .push {
  height: 150px;
}

.footer-content {
  height: 56px;
  color: #8d8989;
  background: #2f2f2f;
}
.sm .footer-content,
.xs .footer-content {
  height: 150px;
}

.container.main {
  position: relative;
  background: #fff;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -56px;
}
.sm .container.main,
.xs .container.main {
  overflow-x: hidden;
  margin: 0 auto -150px;
}


.row.desktop-footer {
  position: absolute;
  width: 100%;
}
.row.desktop-mobile {
  position: absolute;
  width: 100%;
}




.footer-content a,
.footer-content a:visited {
  text-decoration: none;
  color: #fff;
}
.footer-content a:hover {
  color: #02b4f4
}
.footer-content span.sep-line{
  margin: 0 8px;
}


/* Left Footer */
.footer-content.left {
  text-align: left;
}
.footer-tagline {
  width: 200px;
  height: 46px;
}
.footer-tagline img {
  left: -90px;
  top: -80px;
}
.footer-content .tagline {
  display: inline-block;
  float: left;
  padding: 6px 6px 0 0;
}
.footer-content .legal-nav {
  display: inline-block;
  float: left;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  padding: 25px 0 0 0;
}
.footer-content .legal-nav a {
  text-decoration: underline;
}


/* Right Footer */
.footer-content.right {
  text-align: right;
}
.footer-content .contact-nav {
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  float: right;
  padding: 22px 0 0 0;
}
.footer-content .social-links {
  display: inline-block;
  float: right;
  padding: 0 15px 0 15px;
}
.social-link {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 16px 2px;
  cursor: pointer;
}
.social-link.facebook img {
  left: -7px;
  top: -89px;
}
.social-link.twitter img {
  left: -35px;
  top: -89px;
}
.social-link.linkedin img {
  left: -63px;
  top: -89px;
}

/* Home Desktop Footer */
.home.lg #footer,
.home.md #footer {
  display: none;
}
#home-footer {
  overflow: hidden;
}
#home-footer .desktop-footer {
  background: #2f2f2f;
}
.home.lg .container.main,
.home.md .container.main {
  background: #2f2f2f;
}

/* Mobile Footer */
.footer-tagline-mobile-wrapper {
  text-align: center;
  padding: 10px 0 0 0;
}
.footer-tagline-mobile {
  display: inline-block;
  width: 290px;
  height: 37px;
}
.footer-tagline-mobile img {
  left: -489px;
  top: -8px;
}

.legal-mobile {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 11px;
  text-align: center;
  padding: 5px 0 10px 0;
}

.social-links-mobile-wrapper {
  text-align: center;
}
.social-links-mobile {
  display: inline-block;
}
.social-links-mobile .social-link {
  display: inline-block;
  float: left;
  width: 54px;
  height: 55px;
  margin: 0;
}
.social-links-mobile .social-link.facebook img {
  left: -289px;
  top: 0px;
}
.social-links-mobile .social-link.twitter img {
  left: -345px;
  top: 0px;
}
.social-links-mobile .social-link.linkedin img {
  left: -402px;
  top: 0px;
}


/* Content Sections */
.content-section {
  width: 100%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #111111;
}
.content-section .light {
  color: #7d7d7d;
}
.content-section .blue {
  color: #0677b5;
}
.content-section .pink {
  color: #f12944;
}
.content-section .green {
  color: #2f7d04;
}
.content-section .orange {
  color: #e96303;
}


.content-section-image {
  overflow: hidden;
  height: 430px;
  line-height: 0;
}
.md .content-section-image {
  height: 347px;
}
.content-section-image img {
  width: 100%;
  height: auto;
}
.content-section-image.medium {
  overflow: hidden;
  height: 290px;
}
.content-section-image.short {
  overflow: hidden;
  height: 220px;
}

.sm .content-section-image,
.xs .content-section-image {
  display: block;
  height: auto;
}



.content-section-body h3 {
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 10px 0;
}

.content-section-body {
  padding: 70px 60px 40px 60px;
}
.sm .content-section-body,
.xs .content-section-body,
.sm .content-section.no-image .content-section-body,
.xs .content-section.no-image .content-section-body {
  padding: 40px 30px 20px 30px;
}




.content-section.no-image .content-section-body {
  padding: 115px 60px 40px 60px;
}
.content-section-body p {
  padding: 0 0 40px 0;
}
.sm .content-section-body p,
.xs .content-section-body p {
  padding: 0 0 20px 0;
}

.content-section .left-column {
  padding: 0 40px 0 0;
}
.content-section .right-column {
  padding: 0 0 0 40px;
}

.sm .content-section .left-column,
.sm .content-section .right-column,
.xs .content-section .left-column,
.xs .content-section .right-column {
  padding: 20px 0 0 0;
}



.content-section-title {
  position: relative;
}

.content-section-title-wrapper {
  position: absolute;
  display: inline-block;
  top: -62px;
  color: #fff;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  padding: 17px 30px 17px 30px;
}
.content-section.no-image .content-section-title-wrapper {
  position: absolute;
  display: inline-block;
  top: 0px;
  color: #fff;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  padding: 17px 30px 17px 30px;
}
/*
.md .content-section-title-wrapper {
  font-size: 54px;
  line-height: 54px;
  height: 74px;
  padding: 10px 30px 10px 30px;
}
*/
.sm .content-section-title-wrapper,
.xs .content-section-title-wrapper,
.sm .content-section.no-image .content-section-title-wrapper,
.xs .content-section.no-image .content-section-title-wrapper {
  position: relative;
  display: block;
  top: auto;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  padding: 10px 0 10px 0;
}

.sm .content-section-title-wrapper h2.headline-text,
.xs .content-section-title-wrapper h2.headline-text {
  padding: 0 20px 0 20px;
}

.content-section-title-wrapper .headline-cap {
  position: absolute;
  top: 0px;
  right: -82px;
  width: 82px;
  height: 82px;
  overflow: hidden;
}
/*
.md .content-section-title-wrapper .headline-cap {
  right: -70px;
  width: 70px;
  height: 74px;
}
*/
.sm .content-section-title-wrapper .headline-cap,
.xs .content-section-title-wrapper .headline-cap {
  display: none;
}

.content-section-title-wrapper .headline-cap-trianle {
  position: absolute;
  top: -87px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 87px 0 87px 82px;
}
/*
.md .content-section-title-wrapper .headline-cap-trianle {
  top: -74px;
  border-width: 74px 0 74px 70px;
}
*/
.content-section-list-item {
  padding: 0 0 30px 0;
}
.content-section-list-item-title-wrap {
  position: relative;
  display: block;
}
.content-section-list-item-bullet {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #01a0fc;
}
.content-section-list-item-title {
  display: inline-block;
  float: left;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  margin: -2px 0 0 20px;
}
.content-section-list-item-body {
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #7d7d7d;
}


.button {
  display: inline-block;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
}
.button a,
.button .link{
  display: block;
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 30px;
  background: rgb(6,172,227); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(6,172,227,1) 0%, rgba(1,127,180,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,172,227,1)), color-stop(100%,rgba(1,127,180,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06ace3', endColorstr='#017fb4',GradientType=0 ); /* IE6-9 */
}

.button a:hover,
.button .link:hover {
  background: rgb(62,204,251); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(62,204,251,1) 0%, rgba(4,170,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,204,251,1)), color-stop(100%,rgba(4,170,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eccfb', endColorstr='#04aaef',GradientType=0 ); /* IE6-9 */
}





/* Content Section Carousel */

.content-section-carousel-images {
  display: block;
  position: relative;
  overflow: hidden;
  height: 430px;
  width: 100%;
  line-height: 0;
}
.md .content-section-carousel-images {
  height: 347px;
}
/*
.sm .content-section-carousel-images {
  height: 290px;
}
.xs .content-section-carousel-images {
  height: 220px;
}
*/

/*
.content-section-carousel .content-section-image {
  position: absolute;
  width: 100%;
  height: auto;
}
*/

.content-section-carousel .content-section-image{
  position: absolute;
  width: 100%;
  height: 430px;
  left: 9999px;
  left: 0px;
  display: none;
}
.md .content-section-carousel .content-section-image {
  height: 347px;
}
/*
.sm .content-section-carousel .content-section-image {
  height: 290px;
}
.xs .content-section-carousel .content-section-image {
  height: 220px;
}
*/
.content-section-carousel .content-section-image.selected,
.content-section-carousel .content-section-image.next {
  display: block;
}



#content-carousel-nav {
  position: absolute;
  display: block;
  width: 100%;
  height: 430px;
  z-index: 300;
  overflow: hidden;
}
.md #content-carousel-nav {
  height: 347px;
}
/*
.sm #content-carousel-nav {
  height: 290px;
}
.xs #content-carousel-nav {
  height: 220px;
}
*/

#content-carousel-paging {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 40px;
  bottom: 0px;
  text-align: center;
  z-index: 200;
  display: none;
}
.sm #content-carousel-paging,
.xs #content-carousel-paging {
  background: #f3f3f3;
  height: 40px;
  border-bottom: 1px solid #ebebeb;
  display: block;
}

#content-carousel-paging-buttons {
  position: absolute;
  width: 100%;
  top: 650px;
  text-align: center;
  z-index: 300;
}
#content-carousel-paging-button-wrapper {
  display: inline-block;
}
.content-carousel-paging-button {
  display: inline-block;
  float: left;
  width: 30px;
  height: 39px;
  cursor: pointer;
}
.content-carousel-paging-button img {
  left: -190px;
  top: -164px;
}
.content-carousel-paging-button.selected img {
  left: -190px;
  top: -133px;
}


.content-carousel-arrow  {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 175px;
  cursor: pointer;
  z-index: 300;
}
.md .content-carousel-arrow  {
  top: 133px;
}
.content-carousel-arrow.left:hover img {
  left: -6px;
  top: -374px;
}
.content-carousel-arrow.right:hover img {
  left: -98px;
  top: -374px;
}
.content-carousel-arrow.left img {
  left: -6px;
  top: -204px;
}
.content-carousel-arrow.right img {
  left: -98px;
  top: -204px;
}



.md .content-carousel-arrow {
  top: 133px;
}
.content-carousel-arrow.left {
  left: 5px;
}
.content-carousel-arrow.right {
  right: 5px;
}






.game-detail-carousel-arrow {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 347px;
  cursor: pointer;
  z-index: 300;
}
.game-detail-carousel-arrow.left:hover img {
  left: -6px;
  top: -374px;
}
.game-detail-carousel-arrow.right:hover img {
  left: -98px;
  top: -374px;
}

.md .game-detail-carousel-arrow {
  top: 282px;
}

.game-detail-carousel-arrow.left {
  left: 5px;
}
.game-detail-carousel-arrow.right {
  right: 5px;
}
.game-detail-carousel-arrow.left img {
  left: -6px;
  top: -204px;
}
.game-detail-carousel-arrow.right img {
  left: -98px;
  top: -204px;
}












/* Thumbnail Rows */

.thumbnail-col p {
  padding: 0;
}
.thumbnail-col {
  margin: 0 0 50px 0;
  min-height: 140px;
}
.thumbnail-col .bio-photo {
  position: absolute;
  width: 140px;
  height: 140px;
  /*background: #f30;*/
  z-index: 20;
}
.thumbnail-col .bio-photo.rollover {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  z-index: 30;
}
.thumbnail-col.team {
  cursor: pointer;
}
/*
Mobile interaction? Tap show?
.thumbnail-col.team.show .bio-photo.rollover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
}
*/

.thumbnail-col .bio-text {
  display: block;
  margin: 0 20px 0 145px;
}
.thumbnail-col .bio-text h3 {
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  padding: 40px 0 10px 0;
}
.thumbnail-col .bio-text p {
  color: #959595;
  font-size: 14px;
  line-height: 18px;
}


/* About Us */
/* ------------------------------------------------------------ */
#scopely-timeline {
   width: 100%;
   text-align: center;
}
#scopely-timeline-image {
  display: inline-block;
  width: 100%;
  max-width: 600px;
}
#scopely-timeline-image img {
  width: 100%;
}
.leaders-link {
  padding: 0 0 30px 0;
}

.leader-about-photos {
  width: 100%;
  padding-bottom: 35.83%;
  position: relative;

}
.leader-about-photos > .leader-about-photo-wrapper {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  overflow: hidden;
}



.leader-about-photo {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.leader-about-photo img {
  width: auto;
  height: 100%;
  margin: auto -100%;
}
/*
.leader-about-photo a {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto -100%;
}
*/






/* Game Details */
/* ------------------------------------------------------------ */

#game-detail-hero {
  position: relative;
}
#game-detail-backdrop {
  position: relative;
  background: #ddd;
  height: 530px;
  overflow: hidden;
}
.md #game-detail-backdrop {
  height: 428px;
}

#game-detail-backdrop .desktop-backdrop,
#game-detail-backdrop .desktop-backdrop img {
  width: 1200px;
  height: 530px;
}
.md #game-detail-backdrop .desktop-backdrop,
.md #game-detail-backdrop .desktop-backdrop img {
  width: 970px;
  height: 428px;
}
#game-detail-backdrop .mobile-backdrop {
  position: absolute;
}
#game-detail-backdrop .mobile-backdrop img {
  width: 100%;
  height: 100%;
}
/*
.sm #game-detail-backdrop .mobile-backdrop,
.sm #game-detail-backdrop .mobile-backdrop img {
  width: 750px;
  height: 338px;
}
.xs #game-detail-backdrop .mobile-backdrop,
.xs #game-detail-backdrop .mobile-backdrop img {
  width: 600px;
  height: 265px;
}

*/

.sm #game-detail-backdrop {
  height: 338px;
}
.xs #game-detail-backdrop {
  height: 265px;
}


/*
#game-detail-backdrop img {
  width: 100%;
}


<div id="game-detail-backdrop" data-image-width="1200" data-image-height="530">
                <div class="col-lg-12 col-md-12 hidden-sm hidden-xs desktop-backdrop"><img src="<?php echo $content['game_backdrop']; ?>" alt=""/></div>
                <div class="col-sm-12 col-xs-12 hidden-md hidden-lg mobile-backdrop"><img src="<?php echo $content['game_backdrop_mobile']; ?>" alt=""/></div>
            </div>
*/




/* Links */
#game-detail-links {
  position: absolute;
  left: 50px;
  top: 360px;
  z-index: 200;
}
.md #game-detail-links {
  left: 50px;
  top: 290px;
}
.sm #game-detail-links,
.xs #game-detail-links {
  width: 100%;
  text-align: center;
  left: 0px;
  top: 235px;
}
.xs #game-detail-links {
  top: 165px;
}
.sm #game-detail-links .game-detail-link,
.xs #game-detail-links .game-detail-link {
  float: none;
}
.xs #game-detail-links .game-detail-link {
  margin-right: -3px;
  margin-left: -3px;
}


.game-detail-link {
  display: inline-block;
  float: left;
}
.game-detail-link-image {
  height: 80px;
  padding-top: 10px;
  padding-right: 12px
}
.game-detail-link-image img{

}

.game-detail-link-image.send-to-phone img {
  left: -399px;
  top: -296px;
}

.md .game-detail-link-image,
.sm .game-detail-link-image{
  padding-right: 8px;
}

.md .game-detail-link-image img,
.sm .game-detail-link-image img{

  max-height: 45px;
  width: auto;
}

.xs .game-detail-link-image{
    padding-right: 5px
}
.xs .game-detail-link-image img {
  max-height: 30px;
  width: auto;
}




/* Game Detail Social */
#game-detail-social-links {
  position: relative;
  display: inline-block;
  float: left;
  width: 100px;
  z-index: 200;
}
.md #game-detail-social-links,
.sm #game-detail-social-links,
.xs #game-detail-social-links  {
  display: none;
}




#game-detail-social-links-wrapper {
  position: absolute;
  display: block;
  left: 555px;
  top: 15px;
  width: 120px;
}
.md #game-detail-social-links-wrapper {
  position: absolute;
  display: block;
  left: 488px;
  top: 10px;
}
.sm #game-detail-social-links-wrapper,
.xs #game-detail-social-links-wrapper  {
  display: none;
}


.game-detail-social-link {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
}
.game-detail-social-link-icon {
  width: 30px;
  height: 30px;
}
.game-detail-social-link.facebook .game-detail-social-link-icon img {
  left: -289px;
  top: -215px;
}
.game-detail-social-link.twitter .game-detail-social-link-icon img {
  left: -289px;
  top: -250px;
}
.game-detail-social-link.instagram .game-detail-social-link-icon img {
  left: -244px;
  top: -250px;
}




/* App Rating Widget */
.game-detail-app-rating {
  position: absolute;
  left: 60px;
  top: 590px;
  z-index: 500;
}
.md .game-detail-app-rating {
  left: 60px;
  top: 480px;
}

.sm .game-detail-app-rating {
  width: 100%;
  left: 0px;
  top: 390px;
}
.xs .game-detail-app-rating {
  width: 100%;
  left: 0px;
  top: 320px;
}






.app-rating-title {
  display: block;
  position: absolute;
  color: #111111;
  width: 200px;
  top: 0px;
  left: 182px;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 33px;
}
.sm .app-rating-title,
.xs .app-rating-title {
  position: static;
  width: 100%;
  text-align: center;
}

.game-detail-app-rating .stars {
  position: relative;
  margin: 0 auto;
  width: 172px;
  height: 33px;
  background: #c1c1c1;
  overflow: hidden;
}

.star-mask {
  position: absolute;
  width: 172px;
  height: 33px;
  left: 0px;
  top: 0px;
  z-index: 502;
}
.star-mask img {
  left: -455px;
  top: -203px;
}
.star-fill {
  position: absolute;
  width: 172px;
  height: 33px;
  left: -175px;
  top: 0px;
  z-index: 501;
}
.star-fill img {
  left: -455px;
  top: -248px;
}





/* Carousel */
#game-detail-carousel {
  position: absolute;
  width: 450px;
  height: 700px;
  right: 10px;
}
.sm #game-detail-carousel,
.xs #game-detail-carousel {
  display: none;
}


#game-detail-carousel-device {
  position: absolute;
  left: 63px;
  top: 100px;
  z-index: 100;
}


#game-detail-carousel-nav {
  display: block;
}
#game-detail-carousel-nav.inactive {
  display: none;
}

.game-detail-carousel-arrow {
  position: absolute;
  width: 90px;
  height: 90px;
  top: 347px;
  cursor: pointer;
  z-index: 300;
}
.game-detail-carousel-arrow.left:hover img {
  left: -6px;
  top: -374px;
}
.game-detail-carousel-arrow.right:hover img {
  left: -98px;
  top: -374px;
}

.md .game-detail-carousel-arrow {
  top: 282px;
}

.game-detail-carousel-arrow.left {
  left: 5px;
}
.game-detail-carousel-arrow.right {
  right: 5px;
}
.game-detail-carousel-arrow.left img {
  left: -6px;
  top: -204px;
}
.game-detail-carousel-arrow.right img {
  left: -98px;
  top: -204px;
}

#game-detail-carousel-panels {
  position: absolute;
  width: 222px;
  height: 394px;
  left: 114px;
  top: 176px;
  background: #3f0;
  z-index: 200;
  overflow: hidden;
}

.game-detail-carousel-panel {
  position: absolute;
  width: 222px;
  height: 394px;
  left: 0px;
  display: none;
}
.game-detail-carousel-panel.selected,
.game-detail-carousel-panel.next {
  display: block;
}
.game-detail-screen-cap,
.game-detail-screen-cap img {
  width: 100%;
  height: 100%;
}
#game-detail-carousel-paging-buttons {
  position: absolute;
  width: 100%;
  top: 650px;
  text-align: center;
  z-index: 300;
}
#game-detail-carousel-paging-button-wrapper {
  display: inline-block;
}
.game-detail-carousel-paging-button {
  display: inline-block;
  float: left;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.game-detail-carousel-paging-button img {
  left: -192px;
  top: -219px;
}
.game-detail-carousel-paging-button.selected img {
  top: -253px;
}

/* Video */
.video img {
  display: none;
}
.video iframe {
  background: #000;
  width: 100%;
  height: 100%;
}


/* Gallery */
.overview-gallery {
  position: relative;
  width: 100%;
  padding: 20px 0;
}
.overview-gallery-panels {
  position: relative;
  overflow: hidden;
}
.overview-gallery-panel {
  display: none;
  position: absolute;
  background: #a1d0ed;
}
.overview-gallery-panel.selected,
.overview-gallery-panel.next {
  display: block;
}

.overview-gallery-panel img {
  width: 100%;
  height: 100%;
}

.overview-gallery-thumbs-wrapper {
  position: relative;
  overflow: hidden;
}
.overview-gallery-marker-wrapper {
  position: relative;
  overflow: hidden;
  line-height: 2px;
  height: 2px;
}

.overview-gallery-thumbs {
  position: absolute;
  left: 0px;
}

.overview-gallery-thumb {
  position: absolute;
  background: #f3e;
  cursor: pointer;
}
.overview-gallery-thumb img {
  width: 100%;
  height: 100%;
}
.overview-gallery-marker {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 20px;
  width: 200px;
  line-height: 2px;
  height: 2px;
  border-top: 1px dotted #959595;
}


.overview-gallery-arrows {
  display: none;
  position: relative;

  height: 1px;
}
.overview-gallery-arrow {
  position: absolute;

  width: 30px;
  height: 90px;
  top: 1px;
  cursor: pointer;
}
.overview-gallery-arrow.left {
  left: -35px;
}
.overview-gallery-arrow.right {
  right: -35px;
}

.gallery-arrow {
  width: 30px;
  height: 30px;


  position: absolute;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.gallery-arrow img {
  left: -445px;
  top: -322px;
}
.overview-gallery-arrow.right .gallery-arrow img {
  left: -492px;
  top: -322px;
}


/* Overview Content */
.overview-headline {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  padding: 0 0 20px 0;
}

.overview-copy,
.overview-copy p {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 20px 0;
}
.overview-copy p {
  padding: 0 0 20px 0;
}
.overview-features-title {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  padding: 0 0 20px 0;
}
.overview-features li {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 16px 0;
}

.overview-copy ul {
  padding: 10px 0;
  list-style: disc outside none;
  margin-left: 1em;
}
.overview-copy li {
  padding: 3px 0;
}


.overview-feature-text {
    margin: 0 0 0 34px;
}
.overview-feature-icon {
  position: absolute;
  width: 26px;
  height: 26px;
}
.overview-feature-icon img {
  left: -242px;
  top: -173px;
}

.overview-signoff {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  padding: 30px 0;
}



/* Sidebar */
.side-bar-title-line {
  width: 100%;
  height: 2px;
  border-top: 1px dotted #959595;
}
/*
.side-bar-title-line img {
  left: -17px;
  top: -383px;
}
*/

.side-bar-section {
  padding: 20px 20px 40px 20px;
  background: transparent url("images/games/game-thumb-gradient.png") repeat-x 0px 0px;
  min-height: 210px; /* Too make sure gradient doesn't get cut off */
}
.side-bar-section h4 {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 0 0 7px 0;
}
.side-bar-title-line {
  margin: 0 0 20px 0;
}
.side-bar-quote {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 20px 0;
}
.side-bar-quote .quote-text {
  color: #7d7d7d;
  font-style: italic;
  padding: 0 0 5px 0;
}
.side-bar-quote .quote-credit {
  color: #111111;
}
.side-bar-text,
.side-bar-link {
  color: #7d7d7d;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 20px 0;
}
.side-bar-link p.link-text,
.side-bar-link p.link-text a,
.side-bar-link p.link-text a:visited
.side-bar-text p a,
.side-bar-text p a:link,
.side-bar-text p a:visited {
  color: #7d7d7d;
  font-style: italic;
}
.side-bar-text p a:hover,
.side-bar-link p.link-text a:hover {
  color: #03aefd;
}
.side-bar-text p {
  padding: 0 0 20px 0;
}
.side-bar-file-link {
  position: relative;
}
.side-bar-file-icon {
  position: absolute;
  width: 32px;
  height: 38px;
}
.side-bar-file-icon img {
  left: -354px;
  top: -133px;
}
.side-bar-file-name {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  padding: 13px 10px 0 0;
  margin: 0 0 0 40px;
}





/* Content Tab Nav */
#content-tab-nav-wrapper {
  position: absolute;
  width: 600px;
  height: 75px;
  padding: 0 50px;
  top: 480px;
}
.md #content-tab-nav-wrapper {
  width: 540px;
  height: 67px;
  top: 384px;
}

.sm #content-tab-nav-wrapper {
  width: 100%;
  top: 300px;
  height: 55px;
  padding: 0 30px;
  text-align: left;
  overflow: hidden;
}
.xs #content-tab-nav-wrapper {
  width: 100%;
  top: 228px;
  height: 55px;
  padding: 0 10px;
  text-align: left;
  overflow: hidden;
}



#content-tab-nav {
  width: 100%;
  height: 100%;
}
.content-tab-button {
  position: relative;
  display: inline-block;
  float: left;
  height: 75px;
  padding: 5px 5px 0 5px;
  cursor: pointer;
  overflow: hidden;
  /*background: #ccc;*/
  z-index: 100;
}
.md .content-tab-button {
  height: 67px;
}



.content-tab-button.selected {
  z-index: 400;
}
.tab-shape {
  display: block;
  background: #fff;
  width: 100%;
  height: 85px;

  background: rgb(200,200,200); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(255,255,255,1) 72%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(72%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(255,255,255,1) 72%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(255,255,255,1) 72%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(255,255,255,1) 72%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(200,200,200,1) 0%,rgba(255,255,255,1) 72%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 150;
}
.selected .tab-shape {
  background: #ffffff;
  border: 1px solid #b1b1b1;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.tab-text {
  position: absolute;
  display: block;
  color: #808080;
  width: 100%;
  height: 50px;
  left: 0px;
  top: 20px;
  text-align: center;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  padding: 5px 0;
  /*background: #f30;*/
  z-index: 200;
}
.selected .tab-text {
  color: #111111;
}
.md .tab-text {
  top: 17px;
  font-size: 30px;
  line-height: 30px;
}
.sm .tab-text,
.xs .tab-text {
  top: 13px;
  font-size: 23px;
  line-height: 23px;
}


.tab-bottom-line {
  position: absolute;
  display: block;
  background: -moz-linear-gradient(top,  rgba(177,177,177,0) 0%, rgba(177,177,177,0.99) 99%, rgba(177,177,177,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,177,177,0)), color-stop(99%,rgba(177,177,177,0.99)), color-stop(100%,rgba(177,177,177,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(177,177,177,0) 0%,rgba(177,177,177,0.99) 99%,rgba(177,177,177,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(177,177,177,0) 0%,rgba(177,177,177,0.99) 99%,rgba(177,177,177,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(177,177,177,0) 0%,rgba(177,177,177,0.99) 99%,rgba(177,177,177,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(177,177,177,0) 0%,rgba(177,177,177,0.99) 99%,rgba(177,177,177,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b1b1b1', endColorstr='#b1b1b1',GradientType=0 ); /* IE6-9 */
  width: 100%;
  height: 5px;
  left: 0px;
  bottom: 0px;
  line-height: 1px;
  z-index: 300;
}



.tab-bottom-line-grad {
  position: absolute;
  display: block;
  height: 5px;
  width: 50px;
  top: 0px;
}

.sm .tab-bottom-line-grad {
  width: 30px;
}
.xs .tab-bottom-line-grad {
  width: 10px;
}

.tab-bottom-line-grad.left {
  left: 0px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.tab-bottom-line-grad.right {
  right: 0px;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 8%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(8%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 8%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 8%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 8%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 8%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}



.content-tab .one-column {
  padding: 100px 0 0 0;
}

/*
.sm #content-tab-nav {
  display: inline-block;
}





.content-tab-cap {
  display: inline-block;
  float: left;
  height: 90px;
}
.content-tab-cap.left {
  width: 50px;
}
.content-tab-cap.left img {
  top: -395px;
  left: -10px;
}

.sm .content-tab-cap.left,
.xs .content-tab-cap.left {
  width: 25px;
  height: 45px;
}
.sm .content-tab-cap.left img,
.xs .content-tab-cap.left img {
  width: 450px;
  height: 350px;
  top: -197px;
  left: -5px;
}





.content-tab-cap.right {
  width: 110px;
}
.content-tab-cap.right img {
  top: -197px;
  left: -322px;
}

.sm .content-tab-cap.right,
.xs .content-tab-cap.right {
  width: 25px;
  height: 45px;
}
.sm .content-tab-cap.right img,
.xs .content-tab-cap.right img {
  width: 450px;
  height: 350px;
  top: -197px;
  left: -322px;
}




.content-tab-button {
  display: inline-block;
  float: left;
  height: 90px;
  cursor: pointer;
}
.content-tab-center {
  position: relative;
  display: inline-block;
  float: left;
}
.content-tab-button .tab-text {
  display: block;
  color: #808080;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 34px;
  line-height: 85px;
  padding: 5px 30px 0 30px;
}
.md .content-tab-button .tab-text {
  font-size: 34px;
  line-height: 85px;
}
.sm .content-tab-button .tab-text,
.xs .content-tab-button .tab-text {
  font-size: 17px;
  line-height: 42px;
}




.content-tab-button.selected .content-tab-center .tab-text {
  color: #111;
}
.tab-text-container {
  position: relative;
  z-index: 300;
}
.tab-center-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.tab-center-background img {
  position: absolute;
  left: -70px;
  top: -575px;
}
.content-tab-button.selected .tab-center-background img {
  left: -70px;
  top: -485px;
}

.content-tab-shape {
  display: inline-block;
  float: left;
  width: 14px;
  height: 90px;
}
.content-tab-shape img {
  top: -197px;
}

.sm .content-tab-shape ,
.xs .content-tab-shape  {
  width: 14px;
  height: 45px;
}
.sm .content-tab-shape  img,
.xs .content-tab-shape  img {
  width: 450px;
  height: 350px;
  top: -197px;
  left: -322px;
}





.content-tab-shape.left img {
  left: -350px;
}
.content-tab-button.selected .content-tab-shape.left img {
  left: -61px;
}

.sm .content-tab-shape.left img,
.xs .content-tab-shape.left img {
  left: -175px;
}
.sm .content-tab-button.selected .content-tab-shape.left img,
.xs .content-tab-button.selected .content-tab-shape.left img {
  left: -30px;
}


.content-tab-shape.right img {
  left: -627px;
}
.content-tab-button.selected .content-tab-shape.right img {
  left: -337px;
}

.sm .content-tab-shape.right img,
.xs .content-tab-shape.right img {
  left: -313px;
}
.sm .content-tab-button.selected .content-tab-shape.right img,
.xs .content-tab-button.selected .content-tab-shape.right img  {
  left: -168px;
}


*/





/* Content Tabs */
.content-tab {
  padding: 60px;
}
.sm .content-tab,
.xs .content-tab {
  padding: 40px;
}

.content-tab.hidden {
  display: block;
  height: 0px;
  visibility: hidden;
  padding: 0;
  overflow: hidden;
}


.content-tab .left-column {
  padding: 130px 40px 0 0;
  /* background: #eee; */
}
.content-tab .right-column {
  padding: 130px 0 0 40px;
  /* background: #fce; */
}




.content-tab.overview .left-column {
  padding: 80px 40px 0 0;
}
.content-tab.overview .right-column {
  padding: 130px 0 0 40px;
}
.md .content-tab.overview .left-column {
  padding: 60px 40px 0 0;
}
.md .content-tab.overview .right-column {
  padding: 220px 0 0 0;
}



.content-tab.help .left-column {
  /*padding: 100px 40px 0 0;*/
  padding: 80px 40px 0 0;
}
.content-tab.help .right-column {
  /*padding: 100px 0 0 40px;*/
  padding: 130px 0 0 40px;
}
.md .content-tab.help .left-column {
  padding: 60px 20px 0 0;
}
.md .content-tab.help .right-column {
  padding: 220px 0 0 20px;
}


.sm .content-tab .left-column,
.xs .content-tab .left-column,
.sm .content-tab .right-column,
.xs .content-tab .right-column {
  padding: 40px 0 0 0;
}
.sm .content-tab.overview .right-column,
.xs .content-tab.overview .right-column {
  padding: 40px 0 0 0;
}
.sm .content-tab.overview .left-column,
.xs .content-tab.overview .left-column {
  padding: 120px 0 0 0;
}


.sm .content-tab.help .right-column,
.xs .content-tab.help .right-column {
  padding: 40px 0 0 0;
}
.sm .content-tab.help .left-column,
.xs .content-tab.help .left-column {
  padding: 120px 0 0 0;
}


/* FAQs */
/* ------------------------------------------------------------ */
.faqs {
  display: block;
  width: 100%;
}
.faqs ul,
.faqs ul li {
  display: block;
  margin: 12px 0;
}
.faqs-title {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  padding: 0 0 10px 0;
}
h4.faqs-title {
  margin: 0;
}
.sm h4.faqs-title,
.xs h4.faqs-title {
  padding: 40px 0 10px 0;
}

.faq-question-text {
  display: block;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 10px 0;
  margin: 0 0 0 30px;
  cursor: pointer;
}

.faq-helpful {
    margin: 0 0 0 30px;
}


.faq-answer-body {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 0 30px;
}
.faq-answer-body p {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 20px;
  /*margin: 0 0 0 30px;*/
  padding: 5px 0;
}
.faq-answer-body div.faq-image {
  /*margin: 0 0 0 30px;*/
}
.faq-answer-body p.faq-indent {
  /*margin: 0 0 0 60px;*/
  margin: 0 0 0 30px;
}
.faq-answer-body p.faq-subhead {
  color: #555555;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0 5px 0;
}


.faq-answer-vert-line {
  position: absolute;
  width: 24px;
  height: 100%;
  bottom: 0px;
}
.faq-answer-vert-line-image {
  width: 24px;
  height: 100%;
}
.faq-answer-vert-line-image img {
  left: -878px;
  bottom: -10px;
}

.faq-helpful {
  padding: 20px 0;
}
.lg .faq-helpful-text {
  display: inline-block;
  float: left;
  line-height: 40px;
  padding: 0 15px 0 0;
}
.faq-helpful-text {
  display: block;
  float: none;
  color: #03aefd;
  font-size: 12px;
  line-height: 16px;
  padding: 0 15px 5px 0;
}
/*
.lg .faq-yes-no-wrapper {
  display: inline-block;
  float: left;
}
*/
.faq-yes-no-wrapper {
  display: block;
  float: none;
  padding: 20px 0 30px 0;
}

.faq-helpful-yes {
  display: inline-block;
  float: left;
  margin: 0 7px 0 0;
}
.faq-helpful-no {
  display: inline-block;
  float: left;
}

/* WTI FAQ Styling */

.vote-status {
  display: block;
  float: none;
  color: #03aefd;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0 15px 5px 0;
}

.action-like .lc {
  display: none;
}
.action-unlike .unlc {
  display: none;
}


.action-like {
  display: inline-block;
  float: left;
  margin: 0 7px 0 0;
}
.action-unlike {
  display: inline-block;
  float: left;
}


.action-like span.wti-text,
.action-unlike span.wti-text {
  display: block;
  color: #fff;
  display: inline-block;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;


  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 30px;
  background: rgb(6,172,227); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(6,172,227,1) 0%, rgba(1,127,180,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,172,227,1)), color-stop(100%,rgba(1,127,180,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06ace3', endColorstr='#017fb4',GradientType=0 ); /* IE6-9 */
}

.action-like span.wti-text:hover,
.action-unlike span.wti-text:hover {
  background: rgb(62,204,251); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(62,204,251,1) 0%, rgba(4,170,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,204,251,1)), color-stop(100%,rgba(4,170,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eccfb', endColorstr='#04aaef',GradientType=0 ); /* IE6-9 */
}

.helpshift-content{
  overflow-x: hidden;
  overflow-y: auto;
}




/* Forms */
/* ------------------------------------------------------------ */
.form {
  position: relative;
  background: transparent url("images/games/game-thumb-gradient.png") repeat-x 0px 0px;
  padding: 20px;
}
.form-field {
  padding: 12px 15px 12px 15px;
  background: #fff;
  border: 1px solid #c1c1c1;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  color: #03aefd;
  line-height: 18px;
}

.form-field.error,
.form-field.error input,
.form-field.error textarea {
  background: #fff1e4;
}

.form-field input {
  color: #7d7d7d;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
}
.form-field input.selected {
  color: #03aefd;
}
.form-field textarea {
  color: #7d7d7d;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  resize: vertical;
}
.form-field textarea.selected {
  color: #03aefd;
}
.form-field-wrapper {
  padding: 5px;
}
.form-title {
  padding: 5px 5px 15px 5px;
  font-size: 20px;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
}
h4.form-title {
  margin: 0;
}
.form p.form-description{
  color: #7d7d7d;
  font-size: 14px;
  padding: 0 5px 20px 5px;
}
.form-required {
  color: #7d7d7d;
  font-size: 11px;
  padding: 0 5px 5px 5px;
}
.form-submit {
  padding: 10px 5px 10px 5px;
}
.form-submit-button .button {
  font-size: 18px;
}
.form-submit-button .button a {
  padding: 10px 40px;
}

/* Forms */
.placeholder {
  color: #7d7d7d;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
::-webkit-input-placeholder {
  color: #7d7d7d;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 18px;
}


/* Form message window */
.form-msg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #fff url("images/games/game-thumb-gradient.png") repeat-x 0px 0px;
  z-index: 1000;
}

.form-msg-text {
  font-size: 20px;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  padding: 30px;
}


/* Ninja Forms style fixes */
.form .ninja-forms-form .label-above label,
.form .ninja-forms-form .label-below label,
.form .ninja-forms-form .ninja-forms-required-items,
.form .ninja-forms-form .input-counter {
  display: none;
}

.form .ninja-forms-form .field-wrap {
  margin: 0;
  padding: 0px;
}



.form .ninja-forms-form input[type=submit] {
  display: inline-block;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  height: auto;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 40px;
  background: rgb(6,172,227); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(6,172,227,1) 0%, rgba(1,127,180,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,172,227,1)), color-stop(100%,rgba(1,127,180,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(6,172,227,1) 0%,rgba(1,127,180,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06ace3', endColorstr='#017fb4',GradientType=0 ); /* IE6-9 */
}

.form .ninja-forms-form input[type=submit]:hover {
  background: rgb(62,204,251); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(62,204,251,1) 0%, rgba(4,170,239,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,204,251,1)), color-stop(100%,rgba(4,170,239,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(62,204,251,1) 0%,rgba(4,170,239,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eccfb', endColorstr='#04aaef',GradientType=0 ); /* IE6-9 */
}





.game-title-hidden-input,
.topic-title-hidden-input {
  position: absolute;
  visibility: hidden;
  left: -9999px;
  top: -9999px;
}





/*

input::-webkit-input-placeholder {
   color: #7d7d7d;
}
input:-moz-placeholder
{
   color: #7d7d7d;
}
input::-moz-placeholder {
   color: #7d7d7d;
}
input:-ms-input-placeholder {
   color: #7d7d7d;
}

input.selected::-webkit-input-placeholder {
   color: #03aefd;
}
input.selected:-moz-placeholder
{
   color: #03aefd;
}
input.selected::-moz-placeholder {
   color: #03aefd;
}
input.selected:-ms-input-placeholder {
   color: #03aefd;
}



textarea::-webkit-input-placeholder {
   color: #7d7d7d;
}
textarea:-moz-placeholder
{
   color: #7d7d7d;
}
textarea::-moz-placeholder {
   color: #7d7d7d;
}
textarea:-ms-input-placeholder {
   color: #7d7d7d;
}

textarea.selected::-webkit-input-placeholder {
   color: #03aefd;
}
textarea.selected:-moz-placeholder
{
   color: #03aefd;
}
textarea.selected::-moz-placeholder {
   color: #03aefd;
}
textarea.selected:-ms-input-placeholder {
   color: #03aefd;
}
*/

::-webkit-input-placeholder {
   color: #7d7d7d;
   font-family: Helvetica, Arial, Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
}
:-moz-placeholder
{
   color: #7d7d7d;
   font-family: Helvetica, Arial, Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
}
::-moz-placeholder {
   color: #7d7d7d;
   font-family: Helvetica, Arial, Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
}
:-ms-input-placeholder {
   color: #7d7d7d;
   font-family: Helvetica, Arial, Verdana, sans-serif;
   font-size: 14px;
   font-weight: normal;
}

.selected::-webkit-input-placeholder {
   color: #03aefd;
}
.selected:-moz-placeholder
{
   color: #03aefd;
}
.selected::-moz-placeholder {
   color: #03aefd;
}
.selected:-ms-input-placeholder {
   color: #03aefd;
}


/* Search Bar */
.form.search {
  position: relative;
  padding: 0;
}
.form.search .form-field {
  background: #fff;
  margin: 0 44px 0 0;
}
.form.search .form-submit {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0px;
  right: 0px;
}
.form.search .search-button {
  position: absolute;
  background: #c1c1c1;
  width: 44px;
  height: 44px;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
.form.search .search-button img {
  top: -204px;
  left: -338px;
}




/* Blog */
/* ------------------------------------------------------------ */
#blog-landing {
  padding: 120px 60px 60px 60px;
}
.sm #blog-landing,
.xs #blog-landing {
  padding: 40px 30px 40px 30px;
}




.blog-landing-title {
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  padding: 10px 0 30px 10px;
}

.blog-menu {
  padding: 0 10px 10px 10px;
}
#blog-masonry-wall {
  display: block;
  width: 100%;
  /*height: auto;*/
}
.post-preview {
  display: block;
  position: absolute;
  min-height: 150px;
  width: 360px;
}
.post-preview.featured {
  width: 720px;
}
.post-preview-wrapper {
  padding: 10px;
}
.post-preview-content {
  position: relative;
  padding: 15px;
  /*background: #fff url("images/games/game-thumb-gradient.png") repeat-x 0px 0px;*/
}
.lg .post-preview {
  width: 360px;
}
.lg .post-preview.featured {
  width: 720px;
}
.md .post-preview {
  width: 283px;
}
.md .post-preview.featured {
  width: 566px;
}
.sm .post-preview,
.xs .post-preview {
  width: 100%;
}
.sm .post-preview.featured,
.xs .post-preview.featured  {
  width: 100%;
}
.post-preview-image {
  position: relative;
  height: auto;
}
.post-preview-image img {
  display: block;
  width: 100%;
}
.post-preview-title,
.post-preview-title a {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 26px;
  padding: 0 0 5px 0;
}
.post-preview-meta {
  color: #7d7d7d;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  padding: 0 0 10px 0;
}
.post-preview-meta span.meta-bold {
  color: #111111;
}
.post-preview-description,
.post-preview-description a {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0;
}
.preview-link {
  position: relative;
  text-align: right;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 36px;
  padding: 0 0 10px 0;
}
.preview-link.press {
  text-align: left;
}
.preview-link .read-more {
  color: #111111;
  margin: 0 32px 0 0;
}
.preview-link.press .read-more {
  margin: 0 0 0 32px;
}
.preview-link-icon {
  position: absolute;
  left: auto;
  right: 0px;
  width: 26px;
  height: 36px;
}
.preview-link.press .preview-link-icon {
  left: 0px;
  right: auto;
}
.preview-link-icon img {
  left: -244px;
  top: -134px;
}
.post-preview-more-link .side-bar-title-line {
  margin: 0;
}

#blog-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}
#load-more {
  display: none;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
#blog-preloader {
  display: none;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}






/* Post */
/* ------------------------------------------------------------ */
#blog-post {
  padding: 100px 60px 60px 60px;
}
.sm #blog-post,
.xs #blog-post {
  padding: 40px 30px 40px 30px;
}




.post-hero {
  width: 100%;
}
.post-hero img {
  width: 100%;
}
.blog-post-title {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  line-height: 42px;
  padding: 0 0 10px 0;
}
.blog-post-meta {
  color: #7d7d7d;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  padding: 0 0 20px 0;
}
.blog-post-meta span.meta-bold {
  color: #111111;
}
.breadcrumb-menu,
.breadcrumb-menu a,
.breadcrumb-menu a:visited {
  color: #7d7d7d;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding: 0 0 30px 0;
}
.breadcrumb-menu a:hover {
  color: #03aefd;
}
.search-bar-wrapper {
  display: block;
}
.post .search-bar {
  padding: 0 0 20px 0;
  background: transparent;
}

.post-share {
  padding: 15px 0;
}
.post-share-text {
  display: inline-block;
  float: left;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px 0 0;
}
.post-share .social-links {
  display: inline-block;
  float: left;
}


.sm .post-share,
.xs .post-share  {
  text-align: center;
}

.sm .post-share-text,
.xs .post-share-text {
  display: block;
  float: none;
  text-align: center;
}
.sm .post-share .social-links,
.xs .post-share .social-links {
  display: inline-block;
  float: none;
}



#blog-post .social-link {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 0;
}
#blog-post .social-link.facebook img {
  left: -302px;
  top: -89px;
}
#blog-post .social-link.twitter img {
  left: -330px;
  top: -89px;
}
#blog-post .social-link.linkedin img {
  left: -358px;
  top: -89px;
}





.sm #blog-post .social-link,
.xs #blog-post .social-link {
  display: inline-block;
  float: left;
  width: 54px;
  height: 55px;
  cursor: pointer;
  margin: 0;
}
.sm #blog-post .social-link.facebook img,
.xs #blog-post .social-link.facebook img {
  left: -453px;
  top: -130px;
}
.sm #blog-post .social-link.twitter img,
.xs #blog-post .social-link.twitter img {
  left: -509px;
  top: -130px;
}
.sm #blog-post .social-link.linkedin img,
.xs #blog-post .social-link.linkedin img {
  left: -565px;
  top: -130px;
}




.post-body {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
}
.post-body p {
  padding: 15px 0;
}

.post-body li ul, .post-body li ol {
	margin:0 1.5em;
}
.post-body ul, .post-body ol {
	margin:0 1.5em 1.5em 1.5em;
}
.post-body ul {
	list-style-type:disc;
}
.post-body ol {
	list-style-type:decimal;
}
.post-body ol ol {
    list-style-type: lower-alpha;
}
.post-body h3{
    font-size: 1.25em;
}
.post-body h2{
    font-size: 1.5em;
}
.post-body h1{
    font-size: 1.75em;
}


.post-credit {
  position: relative;
  display: block;
  min-height: 68px;
  /*width: 100%;*/
  padding: 20px 0;
}
.post-credit-image {
  display: block;
  position: absolute;
  width: 68px;
  height: 68px;
}
.post-credit-image img {
  width: 100%;
  height: 100%;
}
.post-credit-text {
  display: block;
  margin: 0 0 0 78px;
}
.post-credit-author {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 68px;
}
.post-credit-bio {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 18px;
}


#blog-post .left-column {
  padding: 0 25px 0 0;
}
#blog-post .right-column {
  padding: 0 0 0 25px;
}

.sm #blog-post .left-column,
.sm #blog-post .right-column,
.xs #blog-post .left-column,
.xs #blog-post .right-column {
  padding: 0 0 40px 0;
}
.mobile-search {
  /*padding: 0 0 20px 0;*/
  padding: 0;
}
.desktop-search {
  padding: 0 0 10px 0;
}


/* Video Icon */
/* ------------------------------------------------------------ */
.video-icon-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300;
}
.video-icon-overlay-sprite.sprite {
  width: 77px;
  height: 77px;
  left: 0px;
  top: 0px;

  position: absolute;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.video-icon-overlay-sprite.sprite img {
  width: 900px;
  height: 700px;
  left: -694px;
  top: -221px;
}

.overview-gallery-thumb .video-icon-overlay-sprite.sprite {
  width: 38px;
  height: 38px;
  left: 0px;
  top: 0px;

  position: absolute;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
.overview-gallery-thumb .video-icon-overlay-sprite.sprite img {
  width: 450px;
  height: 350px;
  left: -347px;
  top: -110px;
}





/* Press */
/* ------------------------------------------------------------ */
#press-landing {
  padding: 90px 60px 60px 60px;
}
.sm #press-landing,
.xs #press-landing {
  padding: 40px 30px 40px 30px;
}


.press-item {
  padding: 0 0 40px 0;
}
.press-item-text {
  padding: 0 0 0 25px;
}
.sm .press-item-text,
.xs .press-item-text {
  padding: 20px 0 0 0;
}


.press-item-image img {
  width: 100%;
}

#press-landing .left-column {
  padding: 0 25px 0 0;
}
#press-landing .right-column {
  padding: 0 0 0 25px;
}

.sm #press-landing .left-column,
.sm #press-landing .right-column,
.xs #press-landing .left-column,
.xs #press-landing .right-column {
  padding: 0;
}

#press-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
}
#press-preloader {
  display: none;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#press-landing .mobile-filter {
  padding: 0 0 10px 0;
}

#press-landing .filter-menu {
  margin: 0 0 0 0;
}



/* Join Us */
/* ------------------------------------------------------------ */
/* Hide job list and menus while content loads */
#job-list {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.jobs-menus {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

#job-list ul,
#job-list ul li {
  /*display: block;*/
  margin: 12px 0;
}
.sm #job-list ul,
.xs #job-list ul  {
  margin: 0 0 12px 0;
}


.job-title-text {
  display: block;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 10px 0;
  margin: 0 0 0 30px;
  cursor: pointer;
}
.job-title-icon {
  position: absolute;
  width: 26px;
  height: 26px;
}
.job-title-icon img {
  left: -279px;
  top: -139px;
}
.job-description-content,
.job-description-section-heading,
.apply-link {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 0 30px;
}
.job-description-content{
    margin-bottom: 8px;
}
.job-description-section-heading{
    font-weight: bold;
}
.apply-link {
  padding: 20px 0 20px 0;
}
.job-description-content p,
#job-list .job-description-content ul,
#job-list .job-description-content ul li,
.job-description-content span {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.job-description-content p,
.job-description-content div {
  padding: 5px 0 5px 0;
}
.job-description-content strong,
.job-description-content b {
  color: #111111;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 5px 0 5px 0;
}
#job-list .job-description-content ul {
  padding: 10px 0;
  list-style: disc outside none;
  margin-left: 1em;
}
.job-category {
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  padding: 40px 0 20px 0;
}
.jobs-menu.left {
  padding: 0 10px 0 0;
}
.jobs-menu.right {
  padding: 0 0 0 10px;
}
.jobs-menu .filter-menu {
  margin: 0;
}

.sm .jobs-menu.left,
.sm .jobs-menu.right,
.xs .jobs-menu.left,
.xs .jobs-menu.right {
  padding: 0 0 10px 0;
}

#fancybox-frame {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
}





/* Developers */
/* ------------------------------------------------------------ */
#developers {
  padding: 120px 0 20px 0;
}
.sm #developers,
.xs #developers {
  padding: 0;
}

#developers .content-section-body {
  padding: 70px 100px 40px 100px;
}
.sm #developers .content-section-body,
.xs #developers .content-section-body {
  padding: 40px 30px 20px 30px;
}



.developers-title {
  display: block;
  position: relative;
  width: 100%;
  background: #ccc;
  padding: 0 0 40px 0;
}
.developers-title.blue-gradient {
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #02BDFC), color-stop(1, #0482D1));
  background-image: -o-linear-gradient(bottom, #02BDFC 0%, #0482D1 100%);
  background-image: -moz-linear-gradient(bottom, #02BDFC 0%, #0482D1 100%);
  background-image: -webkit-linear-gradient(bottom, #02BDFC 0%, #0482D1 100%);
  background-image: -ms-linear-gradient(bottom, #02BDFC 0%, #0482D1 100%);
  background-image: linear-gradient(to bottom, #02BDFC 0%, #0482D1 100%);
  */
  background: rgb(2,189,252); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYmRmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDgyZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(2,189,252,1) 0%, rgba(4,130,209,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(2,189,252,1)), color-stop(100%,rgba(4,130,209,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(2,189,252,1) 0%,rgba(4,130,209,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(2,189,252,1) 0%,rgba(4,130,209,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(2,189,252,1) 0%,rgba(4,130,209,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(2,189,252,1) 0%,rgba(4,130,209,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02bdfc', endColorstr='#0482d1',GradientType=0 ); /* IE6-8 */

}
.developers-title.pink-gradient {
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f92946), color-stop(1, #c8243a));
  background-image: -o-linear-gradient(bottom, #f92946 0%, #c8243a 100%);
  background-image: -moz-linear-gradient(bottom, #f92946 0%, #c8243a 100%);
  background-image: -webkit-linear-gradient(bottom, #f92946 0%, #c8243a 100%);
  background-image: -ms-linear-gradient(bottom, #f92946 0%, #c8243a 100%);
  background-image: linear-gradient(to bottom, #f92946 0%, #c8243a 100%);
  */
  background: rgb(249,41,70); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5Mjk0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjODI0M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(249,41,70,1) 0%, rgba(200,36,58,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,41,70,1)), color-stop(100%,rgba(200,36,58,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(249,41,70,1) 0%,rgba(200,36,58,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(249,41,70,1) 0%,rgba(200,36,58,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(249,41,70,1) 0%,rgba(200,36,58,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(249,41,70,1) 0%,rgba(200,36,58,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f92946', endColorstr='#c8243a',GradientType=0 ); /* IE6-8 */

}
.developers-title.green-gradient {
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #76cf4a), color-stop(1, #2e7f02));
  background-image: -o-linear-gradient(bottom, #76cf4a 0%, #2e7f02 100%);
  background-image: -moz-linear-gradient(bottom, #76cf4a 0%, #2e7f02 100%);
  background-image: -webkit-linear-gradient(bottom, #76cf4a 0%, #2e7f02 100%);
  background-image: -ms-linear-gradient(bottom, #76cf4a 0%, #2e7f02 100%);
  background-image: linear-gradient(to bottom, #76cf4a 0%, #2e7f02 100%);
  */
  background: rgb(118,207,74); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2Y2Y0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTdmMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(118,207,74,1) 0%, rgba(46,127,2,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,207,74,1)), color-stop(100%,rgba(46,127,2,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(118,207,74,1) 0%,rgba(46,127,2,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(118,207,74,1) 0%,rgba(46,127,2,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(118,207,74,1) 0%,rgba(46,127,2,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(118,207,74,1) 0%,rgba(46,127,2,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76cf4a', endColorstr='#2e7f02',GradientType=0 ); /* IE6-8 */
}
.developers-title.orange-gradient {
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fb9005), color-stop(1, #fb6003));
  background-image: -o-linear-gradient(bottom, #fb9005 0%, #fb6003 100%);
  background-image: -moz-linear-gradient(bottom, #fb9005 0%, #fb6003 100%);
  background-image: -webkit-linear-gradient(bottom, #fb9005 0%, #fb6003 100%);
  background-image: -ms-linear-gradient(bottom, #fb9005 0%, #fb6003 100%);
  background-image: linear-gradient(to bottom, #fb9005 0%, #fb6003 100%);
  */
  background: rgb(251,144,5); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiOTAwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYjYwMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(251,144,5,1) 0%, rgba(251,96,3,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,144,5,1)), color-stop(100%,rgba(251,96,3,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(251,144,5,1) 0%,rgba(251,96,3,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(251,144,5,1) 0%,rgba(251,96,3,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(251,144,5,1) 0%,rgba(251,96,3,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(251,144,5,1) 0%,rgba(251,96,3,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9005', endColorstr='#fb6003',GradientType=0 ); /* IE6-8 */

}







.developers-title-text {
  display: block;
  color: #fff;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 37px;
  line-height: 48px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
  padding: 30px 10px;
}
.sm .developers-title-text,
.xs .developers-title-text {
  font-size: 28px;
  line-height: 37px;
}


#developers .texture-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.lets-talk {
  padding: 0 0 40px 0;
}
.lets-talk-text {
  display: inline-block;
  float: left;
  color: #7d7d7d;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 13px 0 14px 0;
}
.lets-talk-button {
  display: inline-block;
  float: left;
  padding: 0 0 0 20px;
}
.two-lines .lets-talk-text {
  display: block;
  float: none;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 12px 0;
}
.centered .lets-talk-text {
  text-align: center;
}
.two-lines .lets-talk-button {
  display: block;
  float: none;
}
.centered .lets-talk-button {
  text-align: center;
}
.developers-list h3 {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 5px 0;
}
.developers-list p {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 24px;
}
.content-section-body p.intro {
  width: 100%;
  padding: 0 0 80px 0;
}
.content-section-body p.intro.centered {
  width: 100%;
  padding: 0 0 80px 0;
  text-align: center;
}
.success-story-video {
  width: 100%;
  margin: 0 0 40px 0;
}




/* Process Accordian */
ul.process-steps li {
  position: relative;
}
.process-accordian .accordian-button {
  position: relative;
  display: block;
  /*cursor: pointer;*/
}
.process-accordian .accordian-content-wrapper {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.process-accordian {
  padding: 0 0 30px 0;
}
.process-accordian-icon {
  margin: 0 0 0 154px;
  padding: 0 0 20px 0;
}
.sm .process-accordian-icon ,
.xs .process-accordian-icon  {
  margin: 0 0 0 111px;
}


.accordian-icon-callout {
  position: relative;
  text-align: left;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  margin: 0 0 0 25px;
}
.process-title {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 0 154px;
  padding: 35px 0 5px 0;
}
.sm .process-title,
.xs .process-title {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 0 111px;
}

.process-image {
  position: absolute;
  width: 144px;
  height: 155px;
  left: 0px;
  top: 0px;
  z-index: 100;
}
.sm .process-image,
.xs .process-image {
  width: 101px;
  height: 109px;
}
.process-image img {
  width: 100%;
  height: 100%;
}
.process-body p {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0 20px 0;
}
.process-body {
  margin: 0 0 0 154px;
}
.sm .process-body,
.xs .process-body {
  margin: 0 0 0 111px;
}

.process-accordian .accordian-vert-line {
  bottom: 0px;
  left: 62px;
  padding: 20px 0 0 0;
}
.sm .process-accordian .accordian-vert-line,
.xs .process-accordian .accordian-vert-line {
  left: 41px;
}



/* Terms */
/* ------------------------------------------------------------ */
.content-section-body.terms p {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 30px 0;
}
.content-section-body.terms p span.title {
  font-weight: bold;
}


/* Leaders */
/* ------------------------------------------------------------ */
.leader {
  display: block;
  height: auto;
  padding: 70px 0 0  0;
}
.sm .leader,
.xs .leader {
  padding: 40px 0 0 0;
}

.leader.first,
.sm .leader.first,
.xs .leader.first {
  padding: 0;
}

.leader-image {
  width: 100%;
  margin: 0 0 30px 0;
}
.leader-image img {
  width: 100%;
}
.leader-name,
.leader-video-title {
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  padding: 0 0 5px 0;
}
.leader-video-title {
  padding: 0 0 20px 0;
}
.leader-title {
  color: #a1a1a1;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.leader-bio p {
  display: block;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 0;
}
.leader-contact {
  width: 100%;
  padding: 20px 0 10px 0;
}
.leader-contact a {
  display: block;
}
.leader-contact-link {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}
.leader-contact-icon {
  display: inline-block;
  float: left;
  width: 29px;
  height: 29px;
}
.leader-contact-icon a {
  display: block;
  height: 29px;
}
.leader-contact-icon img {
  top: -215px;
  left: -243px;
}
.bottom-line {
  width: 100%;
  height: 5px;
  border-bottom: 1px dotted #959595;
}
/*
.bottom-line img {
  left: 0px;
  top: 0px;
}
*/

.leader-contact-text {
  display: inline-block;
  float: left;
  color: #111111;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  padding: 0 0 0 10px;
}
.leaders-video {
  width: 100%;
  margin: 0 0 40px 0;
}

.leader-anchor {
  display: block;
  position: relative;
  top: 0px;
}


/* Carat Masks */
.carat-mask {
  position: absolute;
  bottom: 0px;
  height: 40px;
  width: 100%;
  z-index: 100;
}
.carat {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 40px;
  float: left;
  overflow: hidden;
}
.carat-fill {
  position: absolute;
  width: 800px;
  height: 40px;
}
.left .carat-fill {
  right: 0px;
}
.right .carat-fill {
  left: 0px;
}
.carat-shape {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.left .carat-shape {
  left: 0px;
  border-width: 78px 0 78px 78px;
  border-color: transparent transparent transparent #fff;
}
.right .carat-shape {
  right: 0px;
  border-width: 78px 78px 78px 0;
  border-color: transparent #fff transparent transparent;
}
.carat-shape-wrapper {
  position: absolute;
  width: 38px;
  height: 40px;
}
.left .carat-shape-wrapper {
  right: 0px;
}
.right .carat-shape-wrapper {
  left: 0px;
}
.carat-bar {
  position: absolute;
  background: #fff;
  width: 762px;
  height: 40px;
}
.left .carat-bar {
  left: 0px;
}
.right .carat-bar {
  right: 0px;
}




/* Preloader */
/* ------------------------------------------------------------ */
.preloader {
  position: absolute;
  display: block;
}
.preloader-wheel {
  position: absolute;
  width: 30px;
  height: 30px;
}
.preloader-wheel img {
  width: 30px;
  height: 30px;
}
.preloader-text {
  position: absolute;
  left: 40px;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 30px;
  width: 300px;
}



/* Accordian */
/* ------------------------------------------------------------ */
.accordian-button {
  position: relative;
  display: block;
}
.accordian-content-wrapper {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.accordian-content {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.accordian-vert-line {
  position: absolute;
  width: 24px;
  height: 100%;
  bottom: 0px;
}

.accordian-vert-line-image {
  position: absolute;
  right: 0px;
  width: 13px;
  border-left: 1px dotted #959595;
  height: 100%;
}
.accordian-vert-line-image img {
  display: none;
  left: -878px;
  bottom: -10px;
}

.accordian-icon{
  position: absolute;
  width: 26px;
  height: 26px;
}
.accordian-icon img {
  left: -279px;
  top: -139px;
}
ul li.open .accordian-icon img {
  left: -314px;
}
.accordian-icon-callout {

}
.accordian-icon-callout .closed-text {
  display: block;
}
.accordian-icon-callout .open-text {
  display: none;
}
.open .accordian-icon-callout .closed-text {
  display: none;
}
.open .accordian-icon-callout .open-text {
  display: block;
}



/* Filter Menu */
/* ------------------------------------------------------------ */
.filter-menu,
.select-menu {
  position: relative;
  display: block;
  font-weight: normal;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  width: 100%;
  height: 44px;
  z-index: 400;
  margin: 0 0 30px 0;
}
.sm .filter-menu,
.xs .filter-menu,
.sm .select-menu,
.xs .select-menu {
  margin: 0;
}
.select-menu {
  margin: 0;
}



.filter-menu-wrapper,
.select-menu-wrapper {
  position: absolute;
  display: block;
  width: 100%;
}
.filter-menu-wrapper.shadow,
.select-menu-wrapper.shadow {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow:    0px 3px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow:         0px 3px 20px 0px rgba(0, 0, 0, 0.12);
}
.filter-menu-bar,
.select-menu-bar {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #c1c1c1;
  height: 44px;
  cursor: pointer;
  padding: 0 44px 0 0;
}
.select-menu-bar.error {
  background: #fff1e4;
}


.filter-selection,
.select-selection {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
}
.filter-arrow,
.select-arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0px;
  right: 0px;
  background: #c1c1c1;
}
.filter-arrow img,
.select-arrow img {
  left: -336px;
  top: -243px;
}
.filter-menu-bar.selected .filter-arrow img,
.select-menu-bar.selected .filter-arrow img  {
  left: -381px;
  top: -244px;
}
.filter-menu-list-wrapper,
.select-menu-list-wrapper  {
  position: relative;
  display: none;
  width: 100%;
  max-height: 264px;
  overflow: hidden;

  zoom: 1;
  -webkit-transform: translate3d(0, 0, 0);
   /*
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  */
}

.sm .filter-menu-list-wrapper,
.xs .filter-menu-list-wrapper,
.sm .select-menu-list-wrapper,
.xs .select-menu-list-wrapper {
  max-height: 176px;
}

.filter-menu ul.filter-menu-list,
.select-menu ul.select-menu-list {
  font-size: 14px;
  line-height: 44px;
  font-weight: normal;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  margin: 0;
}
.filter-menu ul.filter-menu-list li,
.select-menu ul.select-menu-list li {
  display: block;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 44px;
  height: 44px;
  font-weight: normal;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 0 64px 0 20px;
  margin: 0;
  background: #fff;
  border-top:    0;
  border-right:  1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-left:   1px solid #c1c1c1;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.filter-menu ul.filter-menu-list li.highlighted,
.select-menu ul.select-menu-list li.highlighted {
  color: #fff;
  background: #03aefd;
}


/* Interactions */
.boxcontent {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.boxrollover {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f2f2f2;
  background: #eee;
  opacity: 0;
  z-index: 1;
}
.boxfill {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent url("images/games/game-thumb-gradient.png") repeat-x 0px 0px;
  z-index: 0;
}




/* Modals */
.lightbox {
  display: none;
}
.lg .lightbox {
  width: 600px;
  height: 95%;
}

.modal {
  /*display: none;*/
  visibility: hidden;
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0px;
  top: 0px;
}
.modal-content {
  /*display: none;*/
  display: block;
  position: absolute;
  background: #f2f2f2;

  -webkit-box-shadow: 0 4px 10px  rgba(0,0,0,0.5);
     -moz-box-shadow: 0 4px 10px  rgba(0,0,0,0.5);
          box-shadow: 0 4px 10px  rgba(0,0,0,0.5);

  visibility: hidden;
  opacity: 0;
  z-index: 1200;
}
.modal-inner-content {
  display: block;
  position: absolute;
  z-index: 1300;
  overflow: hidden;
}
.modal-close-button {
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 1400;
}
.modal-close-button img {
  width: 100%;
  height: 100%;
}
.desktop .modal-close-button {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}

.tablet .modal-close-button {
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
}
.mobile .modal-close-button {
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
}

.modal-background {
  width: 100%;
  height: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
  z-index: 1100;
}

.modal-inner-content-wrapper {
  display: block;
  position: absolute;
  overflow: hidden;
}
.modal-content {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #000;
}
.modal-content h1 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #000;
}
.modal-content p {
  padding: 0 0 10px 0;
}


/* test header */
#test-header {
  position: fixed;
z-index: 1000;
top: 63px;
left: 0px;
width: 75px;
height: 100px;
background: #f30;
}


/* 404 Page */
.error-page {
  padding: 150px 0 40px 0;
}
.xs .error-page {
  padding: 100px 0 40px 0;
}
.error-page-wrapper {
  text-align: center;
}
.error-page-image {
  display: inline-block;
  width: 384px;
  height: 278px;
}
.xs .error-page-image {
  display: inline-block;
  width: 192px;
  height: 139px;
}
.error-page-image img {
  width: 100%;
  height: 100%;
}
.error-page p {
  color: #777777;
  font-family: 'Merriweather', Helvetica, Arial, Verdana, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 0 80px;
}
.xs .error-page p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 0 30px;
}

a.high-anchor:before {
  content:"";
  display:block;
  height:60px; /* fixed header height*/
  margin:-60px 0 0; /* negative fixed header height */
}


/* EMAIL OPT-OUT PAGE */

.opt-out-form {
   line-height: 30px;
 }
.opt-out-form input,
.opt-out-form button {
  height: 40px;
  line-height: 19px;
  margin:5px 0;
  padding: 3px 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.opt-out-form input {
 border-right-width: 0;
 min-width: 300px;
}
.opt-out-form button {
  border-left-width: 1px;
  background: #eee;
}

/* Privacy Policy / Terms of Service */

.priv-tos-header{
    margin: 35px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.priv-tos-header .switch-legal-pg{
    float: left;
}
.priv-tos-header .switch-lang{
    float: right;
}
.priv-tos-header .cert-bug{
    float: right;
    margin-top: 16px;
}



