@font-face {
  font-family: Blizzard;
  font-style: normal;
  font-weight: 300;
  src: local("Blizzard Light"), local("Blizzard-Light"), url(/Content/Themes/BlizzardLive/fonts/blizzard.light.woff) format("woff");
}
@font-face {
  font-family: Blizzard;
  font-style: normal;
  font-weight: 400;
  src: local("Blizzard"), local("Blizzard"), url(/Content/Themes/BlizzardLive/fonts/blizzard.regular.woff) format("woff");
}
@font-face {
  font-family: Blizzard;
  font-style: italic;
  font-weight: 400;
  src: local("Blizzard Italic"), local("Blizzard-Italic"), url(/Content/Themes/BlizzardLive/fonts/blizzard.regular-italic.woff) format("woff");
}
@font-face {
  font-family: Blizzard;
  font-style: normal;
  font-weight: 700;
  src: local("Blizzard Bold"), local("Blizzard-Bold"), url(/Content/Themes/BlizzardLive/fonts/blizzard.bold.woff) format("woff");
}
body {
  background-color: #002650;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}
.container {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 480px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    width: auto;
  }
  #maincontent {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 0;
  padding-left: 0;
}
p {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
a {
  color: #00aeff;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover,
a:focus,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  text-decoration: none;
}
h1 {
  font-family: Blizzard, Helvetica, Arial, sans-serif;
  font-size: 25.63px;
  font-weight: 400;
  line-height: 1.2;
  margin-left: -0.05em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
h3,
h4,
h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  padding: 0;
  text-transform: none;
}
.game-title,
.game-title:hover,
.game-title:focus,
.game-title:visited {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12.8px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.2531rem;
  text-transform: uppercase;
  color: #00aeff;
  margin-top: 20px;
}
legend {
  font-size: 1.25em;
  line-height: 40.5px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #fff;
  border: 0;
}
@media (min-width: 480px) {
  h1 {
    font-size: 33.18px;
  }
  h2 {
    font-size: 19.2px;
  }
  h3,
  h4,
  h5 {
    font-size: 19.2px;
  }
  h6 {
    font-size: 12.8px;
    margin-bottom: 0.13629rem;
  }
  .game-title {
    font-size: 19.2px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 33.18px;
  }
  h2 {
    font-size: 20px;
  }
  h3,
  h4,
  h5 {
    font-size: 25.01px;
    font-weight: 300;
    line-height: 1.6;
  }
  h6 {
    margin-bottom: 0.04545rem;
  }
  .game-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 39.06px;
  }
  h3,
  h4,
  h5 {
    font-size: 25.01px;
  }
}
@media (min-width: 1200px) {
  h3,
  h4,
  h5 {
    font-size: 28.13px;
  }
  h2 {
    font-size: 22.5px;
  }
  h6 {
    font-size: 14.4px;
  }
}
.headline {
  margin-bottom: 0;
}
.bodytext p {
  color: rgba(255, 255, 255, 0.5);
}
.bodytext p strong {
  color: #ffffff;
}
.pagetype h3 {
  margin-top: 30px;
  margin-bottom: 0;
}
#pageContainer input,
#pageContainer select,
#pageContainer textarea,
#pageContainer .form-control {
  box-sizing: border-box;
  border: 1px solid hsla(0, 0%, 100%, 0.25);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  padding: 0 10px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  min-height: 35px;
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
  text-align: left;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
#pageContainer input:hover,
#pageContainer select:hover,
#pageContainer textarea:hover,
#pageContainer .form-control:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  outline: 0;
}
#pageContainer input:active,
#pageContainer input:focus,
#pageContainer select:active,
#pageContainer select:focus,
#pageContainer textarea:active,
#pageContainer textarea:focus,
#pageContainer .form-control:focus,
#pageContainer .dropdown:not(.in-menu).open {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #00aeff;
  outline: 0;
}
#pageContainer .admin input,
#pageContainer .admin select,
#pageContainer .admin textarea,
#pageContainer .admin .form-control {
  min-height: 0;
}
.ViewUsers #maincontent .help-block {
  color: #ffffff;
  margin-bottom: 20px;
}
.ViewUsers #maincontent .form-group {
  width: 60%;
}
.ViewUsers #maincontent .form-group label {
  padding-right: 20px;
  width: 200px;
  padding-top: 0;
  font-size: 15px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.ViewUsers #maincontent .form-group input {
  color: #fff;
  padding: 6px 15px 8px;
  width: 345px !important;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  font-weight: 300;
  font-size: 1em;
}
.ViewUsers #maincontent .form-group select {
  option: #232935;
}
.ViewUsers #maincontent .form-horizontal .checkbox {
  line-height: 40px;
}
.ViewUsers #maincontent .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.ViewUsers #maincontent nav {
  text-align: center;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 2px;
  }
}
.loginFormContainer.dropdown-menu {
  width: 240px;
  padding: 15px;
}
#loginRemember label {
  font-weight: normal;
}
#loginRemember input {
  line-height: inherit;
  min-height: 0;
}
.btn,
.btn-primary,
.btn-default,
.btn:focus,
.btn-primary:focus,
.btn-default:focus,
#pageContainer button {
  background-image: none;
  background-color: #0e86ca;
  border: solid 1px #00aeff;
  font-family: Blizzard, Helvetica, Arial, sans-serif;
  font-size: 16px;
  border-radius: 0;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  color: #fff;
  text-shadow: none;
  padding: 7px 42px;
}
.btn:hover,
.btn-primary:hover,
.btn-default:hover,
.btn:focus:hover,
.btn-primary:focus:hover,
.btn-default:focus:hover,
#pageContainer button:hover {
  background-color: #00aeff;
  border: solid 1px #00aeff;
  color: #fff;
}
.btn-default,
.btn-default:focus {
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #00aeff;
  color: #00aeff;
}
.btn-default:hover,
.btn-default:focus:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border: solid 1px #91e4ff;
  color: #91e4ff;
}
.input-group-btn .btn {
  line-height: 35px;
  min-height: 35px;
  min-width: 35px;
}
.dropdown:not(.in-menu) {
  border: solid 1px rgba(255, 255, 255, 0.25);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
  padding: 0 30px 0 10px;
}
.dropdown:not(.in-menu) a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 40px;
  display: block;
}
@media (min-width: 768px) {
  .dropdown:not(.in-menu) a {
    font-size: 15px;
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .dropdown:not(.in-menu) {
    font-size: 18px;
    line-height: 40px;
  }
}
.dropdown-menu {
  background-color: #272e3b;
  box-shadow: #3d434f 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.8) 0px 5px 10px;
  min-width: 100%;
  margin-top: 1px;
  margin-bottom: 0px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-image: initial;
  padding: 4px 1px;
}
.dropdown-menu > li > a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 35px;
  padding: 0 20px;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  background-image: none;
  color: #fff;
  z-index: 1;
}
.caret {
  border: 0;
}
.caret .Icon--caret {
  right: 0;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  position: relative;
  background-color: #0e86ca;
  border: solid 1px #00aeff;
  font-family: Blizzard, Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 42px;
  border-radius: 0;
  line-height: 17px;
  text-transform: capitalize;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #00aeff;
  border: solid 1px #00aeff;
  color: #fff;
}
.content-container,
.sub-content {
  position: relative;
}
#maincontentcontainer {
  position: relative;
  background-color: transparent;
  padding: 0 0 40px 0;
}
.panel-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: top;
  background-repeat: no-repeat;
}
.panel-bg:before,
.Pane--innerBorderTop .Pane-background:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  pointer-events: none;
}
.panel-bg.maincontent-bg {
  background-image: url('../img/generic-texture_bg-comp.jpg');
}
.panel-bg.sub-content-bg {
  background-image: url('../img/generic-landscape-texture_bg_short-comp.jpg');
}
.container-breadcrumb {
  display: none;
}
.Divider--gutters {
  margin-top: 20px;
  margin-bottom: 20px;
}
.Divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) and (min-width: 480px) {
  .show-xs-sm {
    display: block !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .show-sm-md {
    display: block !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .show-md-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .show-lg {
    display: block !important;
  }
}
.space-adaptive-large {
  height: 40px;
}
@media (min-width: 992px) {
  .space-adaptive-large {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .space-adaptive-large {
    height: 80px;
  }
}
.Pane,
.Pane-content {
  position: relative;
}
.Pane-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50%;
  background-repeat: no-repeat;
}
.Pane--backgroundTop .Pane-background,
.Pane--backgroundTopLeft .Pane-background,
.Pane--backgroundTopRight .Pane-background {
  background-position: top;
}
.nav > li {
  float: left;
}
.navbar-main {
  background-image: url('../img/generic-landscape-texture_bg_short-comp.jpg');
}
.navbar-default {
  border: 0;
  box-shadow: none;
}
.navbar-nav {
  margin: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form.searchForm {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none;
}
.navbar-default .navbar-main-menu > li > a,
.navbar-default .navbar-nav > li > a,
.but-account {
  font-size: 15px;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
  line-height: 44px;
}
.navbar-default .navbar-main-menu > li.active > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  background: transparent;
  border: 0;
}
.navbar-default .navbar-main-menu > li.active > a:after,
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:focus:after,
.nav-tabs > li.active > a:hover:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid #00aeff;
}
.navbar-default .navbar-nav > li > a {
  line-height: 40px;
  padding: 0;
  margin: 0 30px 0 0;
  position: relative;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle {
  padding-right: 20px;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:active {
  color: #00aeff;
}
.svg-container {
  display: none;
}
a.navbar-logo {
  position: relative;
  display: inline-block;
  float: left;
  height: 60px;
  width: 75.06719px;
  margin-right: 20px;
  padding: 0;
  color: #009ae4;
}
a.navbar-logo:hover {
  color: #00aeff;
}
@media (min-width: 960px) {
  .navbar-logo {
    margin-right: 30px;
  }
}
.navbar-logo svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: currentColor;
  pointer-events: none;
  height: 34px;
}
.navbar-default .navbar-brand {
  color: #fff;
  float: left;
  display: inline-block;
  margin: 0;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  padding: 0 25px 0 0;
  border: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin: 0;
  }
}
.navbar-header {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  display: block;
  font-size: 17px;
  line-height: 1.4;
  white-space: nowrap;
  box-sizing: border-box;
  vertical-align: baseline;
  float: none;
}
.navbar-brand {
  text-transform: uppercase;
  font-family: "Blizzard", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
.navbar-blizzard {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
@media (min-width: 960px) {
  .navbar-default .navbar-brand > li > a {
    font-size: 20px;
  }
}
.navbar-default .navbar-text,
.navbar-default .but-account {
  font-size: 15px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-text {
  padding: 0;
  margin: 0 25px 0 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #00aeff;
  background-color: transparent;
  background-image: none;
}
.nav.nav-tabs {
  border-bottom: 0;
  padding: 0 20px;
}
.nav.nav-tabs > li {
  padding: 0 15px 0 15px;
}
.nav.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  border-radius: 0;
  border: 0;
}
.nav.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav.nav-tabs > li > a > span {
  font-weight: normal;
}
.nav-tabs > li.active > a {
  cursor: default;
  background-color: transparent;
  border: 0;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a:hover {
  background-color: transparent;
  border: 0;
  color: #fff;
}
.nav-tabs > li.active > a.dropdown-toggle {
  cursor: pointer;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  color: #fff;
}
.tab-content {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.nav.nav-tabs > li {
  padding: 0 30px 0 0;
}
.nav.nav-tabs > li > a.dropdown-toggle {
  padding-right: 22px;
}
.tabbox .nav-tabs .dropdown-menu > li > a {
  font-weight: normal;
}
.HeaderPanel h2,
.pagetype h3 {
  display: none;
}
.PressKitsLatest {
  margin: 30px 0 40px 0;
}
.assetsList {
  padding: 0;
}
.productLogoContainer {
  display: inline-block;
  min-width: 276px;
}
.productLogoContainer img {
  width: 100%;
  max-width: 276px;
  height: auto;
}
.ViewItem .itemDetailsHeader {
  padding: 40px 0;
  text-align: center;
}
.ViewItem h1 {
  text-shadow: 0 0 2px #000;
  font-size: 18px;
  text-align: left;
}
.ViewItem .bannerContainer {
  position: relative;
  background-color: #140B0E;
}
.ViewItem .bannerContainer .banner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center;
}
.ViewItemsIndex .pagetype h3,
.ViewUsers .pagetype h3,
.ViewNews .pagetype h3 {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ViewNews .sideboxes-right {
    margin-top: 0;
    border-left: none;
    padding-left: 20px;
  }
  .ViewNews .sideboxes aside {
    border-bottom: none;
  }
}
@media (min-width: 480px) {
  .ViewItem h1 {
    font-size: 19.2px;
  }
}
@media (min-width: 768px) {
  .ViewItem h1 {
    font-size: 25.01px;
  }
}
@media (min-width: 1200px) {
  .ViewItem h1 {
    font-size: 28.13px;
  }
}
.assetDescription.intro {
  font-size: 20px;
  font-weight: 700;
}
.newsList .date {
  position: absolute;
}
.newsList .headline,
.newsList .intro {
  margin-left: 120px;
}
.newsList .itemSize {
  float: right;
  font-size: 90%;
  font-weight: normal;
  color: hsla(0, 0%, 100%, 0.5);
  padding-bottom: 10px;
  padding-left: 10px;
}
.newsList .newsItem:last-child {
  border-bottom: 0;
}
.carousel-placeholder {
  position: relative;
  height: 300px;
  width: 100%;
  background: url('../img/sample_background.jpg');
  background-position: center -100px;
  background-repeat: no-repeat;
}
.Slide-content {
  width: 80%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
}
.Slide-content .newsList {
  margin: 0 -10px;
}
.Slide-content .date,
.Slide-content .headline {
  font-size: 14.4px;
}
.Slide-content .itemName {
  display: none;
}
.Slide-content .headline {
  text-shadow: 0 0 2px #000;
  margin-left: 90px;
}
@media (min-width: 480px) {
  .Slide-content {
    width: 70%;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .Slide-content {
    width: 60%;
    font-size: 20px;
  }
  .Slide-content .newsList {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .Slide-content {
    width: 50%;
  }
}
.ItemsFeatured {
  padding-top: 20px;
}
.ItemsFeaturedInner {
  text-align: left;
  font-size: 0;
}
@media (min-width: 768px) {
  .ItemsFeaturedInner {
    padding: 0 0 20px 0;
  }
}
.ItemsFeaturedHeader {
  display: none;
}
.ItemsFeatured .Item {
  float: none;
  display: inline-block;
  position: relative;
  padding: 10px 10px;
}
.ItemsFeatured .Item a {
  display: block;
  position: relative;
}
.ItemsFeatured .Item .image-wrapper {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 35%;
}
.ItemsFeatured .Item .image-wrapper .image-div {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ItemsFeaturedTitle {
  background-color: rgba(255, 255, 255, 0.05);
}
@media (min-width: 480px) {
  .ItemsFeatured .col-xs-6 {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .ItemsFeatured .col-xs-6 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .ItemsFeatured .col-xs-6,
  .ItemsFeatured.Items-5 .col-xs-6,
  .ItemsFeatured.Items-10 .col-xs-6,
  .ItemsFeatured.Items-15 .col-xs-6,
  .ItemsFeatured.Items-20 .col-xs-6 {
    width: 20%;
  }
  .ItemsFeatured.Items-6 .col-xs-6,
  .ItemsFeatured.Items-12 .col-xs-6,
  .ItemsFeatured.Items-11 .col-xs-6,
  .ItemsFeatured.Items-22 .col-xs-6 {
    width: 16.66%;
  }
  .ItemsFeatured.Items-7 .col-xs-6,
  .ItemsFeatured.Items-14 .col-xs-6,
  .ItemsFeatured.Items-21 .col-xs-6,
  .ItemsFeatured.Items-13 .col-xs-6 {
    width: 14.28%;
  }
  .ItemsFeatured.Items-8 .col-xs-6,
  .ItemsFeatured.Items-16 .col-xs-6 {
    width: 12.5%;
  }
  .ItemsFeatured.Items-9 .col-xs-6,
  .ItemsFeatured.Items-18 .col-xs-6 {
    width: 11.11%;
  }
}
@media (min-width: 1200px) {
  .ItemsFeatured .col-xs-6 {
    width: 20%;
  }
}
.ItemsFeatured .Item .ItemInner:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: solid 1px #265179;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  pointer-events: none;
  z-index: 1;
}
.ItemsFeatured .Item .ItemInner:hover:after {
  border-color: #0074B4;
  background-color: rgba(255, 255, 255, 0.05);
}
.ItemsFeaturedName {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  min-height: 38px;
  width: 100%;
  display: table;
}
.ItemsFeaturedNameInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4px;
  height: 40px;
}
.maincontent .headline,
.date,
.size {
  font-size: 16px;
  display: block;
}
@media (min-width: 1200px) {
  body,
  .maincontent .headline,
  .date {
    font-size: 18px;
  }
}
#pageContainer .date {
  width: 100px;
  margin-right: 12px;
  color: hsla(0, 0%, 100%, 0.5);
}
.size {
  float: right;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}
.intro,
#pageContainer .tn:not(.ph) {
  color: rgba(255, 255, 255, 0.8);
}
.maincontent .headline {
  font-weight: normal;
  color: #00aeff;
}
.latestFeed.newsList .newsItem {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 480px) {
  .latestFeed.newsList .newsItem {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 768px) {
  .latestFeed.newsList .newsItem {
    margin-left: 0;
    margin-right: 0;
  }
}
.PressKitsLatest .newsList {
  margin-left: -30px;
  margin-right: -30px;
}
.assetsListNews {
  margin-left: -30px;
  margin-right: -30px;
}
.newsItem,
.LatestAdditionsList > li,
.assetsListItem {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  border-top: none;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.newsItem .newsLink,
.LatestAdditionsList > li .newsLink,
.assetsListItem .newsLink {
  display: block;
  padding: 16px 30px 17px 30px;
}
.newsItem .thumbnailset,
.LatestAdditionsList > li .thumbnailset,
.assetsListItem .thumbnailset {
  white-space: normal;
}
.newsItem h5,
.LatestAdditionsList > li h5,
.assetsListItem h5,
.newsItem .releaseintro,
.LatestAdditionsList > li .releaseintro,
.assetsListItem .releaseintro {
  display: none;
}
.newsItem:hover,
.LatestAdditionsList > li:hover,
.presskitList .assetsListItem:hover,
.newsList .assetsListItem:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.sub-content .tabbox {
  margin: 20px -20px 0 -20px;
}
.tabbox .assetsListItem {
  padding: 16px 20px 17px 20px;
}
.tabbox .presskitList .assetsListItem {
  padding: 0;
}
.tabbox .newsList .assetsListItem {
  padding: 0 20px;
}
.btn-download-container {
  margin: 0 20px 0 20px;
  text-align: left;
}
.btn-download-container .btn span {
  vertical-align: middle;
}
.btn-download-container .btn span.filenum {
  vertical-align: initial;
}
@media (min-width: 480px) {
  .sub-content .tabbox {
    margin: 20px -30px 0 -30px;
  }
  .sub-content .tabbox .assetsListItem {
    padding: 16px 30px 17px 30px;
  }
  .sub-content .tabbox .presskitList .assetsListItem {
    padding: 0;
  }
  .sub-content .tabbox .newsList .assetsListItem {
    padding: 0 20px;
  }
  .nav.nav-tabs {
    padding: 0 30px;
  }
  .btn-download-container {
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 768px) {
  .PressKitsLatest .newsList {
    margin-left: 0;
    margin-right: 0;
  }
  .newsItem a.newsLink {
    padding: 16px 20px 17px 20px;
  }
  .sub-content .tabbox {
    margin: 30px 0 0 0;
  }
  .sub-content .tabbox .presskitList .assetsListItem {
    padding: 0;
  }
  .sub-content .tabbox .assetsListItem {
    padding: 16px 0 17px 0;
  }
  .newsItem:hover,
  .LatestAdditionsList > li:hover,
  .assetsListItem:hover {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .newsItem:hover,
  .LatestAdditionsList > li:hover {
    cursor: pointer;
  }
  .newsList,
  .nav-tabs,
  .tab-content {
    margin: 0;
  }
  .nav.nav-tabs {
    padding: 0;
  }
  .btn-download-container {
    margin: 0;
  }
  .ViewItem .btn-download-container {
    margin-bottom: 10px;
  }
}
.tn:not(.ph) .tn-inner {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-right: 14px;
  background-color: rgba(255, 255, 255, 0.05);
}
.tn:not(.ph) .thumbActions {
  margin: 0 0 6px 0;
  padding: 10px;
}
.tn:not(.ph) .thumbActions .thumbDescription {
  font-size: 15px;
}
.tn:not(.ph) .tn-inner > a .fa-tn {
  font-size: 6em;
  margin: 0.5em 0.08em 0.08em 0.08em;
}
#pressReleaseLogo {
  display: none;
}
.bodyContent h2 br {
  display: block;
  content: "";
  margin-top: 18px;
}
.FormField .FormField-clear,
.FormField .FormField-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0e86ca;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  font-size: 16px;
}
@media (min-width: 992px) {
  .FormField .FormField-clear,
  .FormField .FormField-icon {
    font-size: 18px;
    line-height: 40px;
  }
}
.FormField .FormField-icon {
  left: 10px;
  pointer-events: none;
}
.FormField .FormField-input:active + .FormField-icon,
.FormField .FormField-input:focus + .FormField-icon,
.FormField .FormField-input:hover + .FormField-icon {
  color: #00aeff;
}
.navbar-search {
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .navbar-search {
    float: right;
    clear: none;
  }
}
.fa.fa-search {
  display: none;
}
.btn.btn-primary.btn-search {
  padding: 7px 10px;
}
.countryname,
#countrytext {
  display: inline-block;
  vertical-align: top;
}
.countryselect {
  float: right;
  margin-right: 15px;
}
.countryselect .dropdown-toggle .Icon--caret {
  right: 10px;
}
.countryselect .dropdown:not(.in-menu) a {
  line-height: 34px;
  height: 35px;
}
@media (min-width: 768px) {
  .countryselect {
    margin-left: 20px;
    margin-right: 0;
  }
  .countryselect .dropdown-toggle {
    line-height: 0;
  }
  .countryselect .dropdown:not(.in-menu) a {
    line-height: 0;
  }
  .countryselect .dropdown:not(.in-menu) a .countryname {
    line-height: 34px;
  }
}
@media (min-width: 992px) {
  .countryselect .dropdown-toggle {
    line-height: 0;
  }
  #countrytext {
    line-height: 34px;
  }
  .countryselect .dropdown:not(.in-menu) a {
    line-height: 0;
  }
  .countryselect .dropdown:not(.in-menu) a .countryname {
    line-height: 34px;
  }
}
.dropdown-menu.countrylist {
  left: auto;
  right: 0;
}
.flag {
  background: url('../img/flags.png') no-repeat;
}
.flag.flag-AR {
  background-position: -16px 0;
}
.flag.flag-BR {
  background-position: -32px 0;
}
.flag.flag-CA {
  background-position: 0 -11px;
}
.flag.flag-CL {
  background-position: -16px -11px;
}
.flag.flag-MX {
  background-position: -32px -11px;
}
.flag.flag-US {
  background-position: 0 -22px;
}
.flag.flag-AU {
  background-position: -16px -22px;
}
.flag.flag-CN {
  background-position: -32px -22px;
}
.flag.flag-KO {
  background-position: 0 -33px;
}
.flag.flag-IN {
  background-position: -16px -33px;
}
.flag.flag-TW {
  background-position: -32px -33px;
}
.flag.flag-DE {
  background-position: -32px -44px;
}
.flag.flag-ES {
  background-position: -32px -88px;
}
.flag.flag-BL {
  background-position: 0 -110px;
}
.flag.flag-ND {
  background-position: 0 -88px;
}
.flag.flag-GB {
  background-position: -16px -99px;
}
.flag.flag-FR {
  background-position: -32px -55px;
}
.flag.flag-IT {
  background-position: -16px -66px;
}
.flag.flag-RU {
  background-position: -32px -77px;
}
.flag.flag-EU {
  background-position: 0 -55px;
}
.flag.flag-PL {
  background-position: 0 -77px;
}
.flag.flag-PT {
  background-position: -16px -77px;
}
.flag.flag-JP {
  background-position: -32px -110px;
}
.countryselect .flag,
.front-end-flags .flag {
  background: none;
}
.countryselect .flag {
  display: none;
}
.language-select-but {
  padding: 2px 2px;
  line-height: 1;
}
.language-select-but .flag {
  font-size: 12px;
  border: 1px solid #00aeff;
  width: auto;
  height: auto;
  padding: 3px 6px;
}
#thumbPlayContainer,
#FilesLightboxContainer {
  background: #001845;
}
#NewsLightbox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #001845;
  width: 100%;
}
#NewsLightboxInner {
  margin: 0 auto;
  position: relative;
  padding: 60px 30px;
  max-width: 750px;
}
#NewsLightboxInner #pagebody {
  display: block;
}
.pswp__ui--idle.pswp__ui--one-slide .pswp__top-bar {
  opacity: 0.8 !important;
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../components/Lightbox/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.Lightbox .Lightbox-button {
  color: #00aeff;
}
.pswp--svg .pswp__button {
  background-image: url(../components/Lightbox/default-skin.svg);
}
.pswp__button--close {
  background-position: 0 -44px;
}
@-webkit-keyframes Spinner-animationDefault {
  100% {
    background-position: -1600px top;
  }
}
@keyframes Spinner-animationDefault {
  100% {
    background-position: -1600px top;
  }
}
.Spinner,
#pageContainer .loadingInner,
.CssThemeDark #pageContainer .thumbnailset .ph.requested {
  margin: 0 auto;
  height: 80px;
  width: 80px;
  background: url('/Content/Themes/BlizzardLive/img/Spinner-bnet80.png') left top;
  -webkit-animation: Spinner-animationDefault 0.7s steps(20) infinite;
  animation: Spinner-animationDefault 0.7s steps(20) infinite;
}
#NewsLightboxLoading {
  position: fixed !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#NewsLightboxLoading .Spinner {
  margin-top: 30%;
  margin-left: auto;
  margin-right: auto;
}
#FilesLightboxClose {
  top: 0;
  right: 0;
  margin: 0;
}
.Lightbox-scroll {
  position: absolute;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #0e86ca;
  border: solid 1px #00aeff;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  transition: opacity 0.2s;
  height: 70px;
  width: 30px;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 480px) {
  .Lightbox-scroll {
    height: 70px;
    width: 30px;
    font-size: 20.26px;
  }
}
@media (min-width: 768px) {
  .Lightbox-scroll {
    height: 80px;
    width: 40px;
    font-size: 25.63px;
  }
}
.pswp__ui--idle .Lightbox-left,
.pswp__ui--idle .Lightbox-right {
  opacity: 0;
}
.Lightbox-left {
  left: 5px;
}
.Lightbox-right {
  right: 5px;
}
.Carousel-scroll .Carousel-scrollIcon,
.EmbeddedMedia-icon,
.ImageGallery-scroll .ImageGallery-scrollIcon,
.Lightbox .Lightbox-scroll .Lightbox-icon,
.position-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.Carousel {
  position: relative;
}
.Carousel-container {
  position: relative;
}
.Carousel-container .CarouselItem {
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #140B0E;
  background-size: cover;
}
.Carousel-container .CarouselItem.is-active {
  display: block;
}
.CarouselItem-content {
  padding: 0 20px;
}
@media (min-width: 480px) {
  .CarouselItem-content {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .CarouselItem-content {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .CarouselItem-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .Carousel-container .CarouselItem {
    background-size: 1600px auto;
  }
}
.Carousel-scroll {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60px;
  width: 20px;
  background-color: #0e86ca;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 250ms, color 0.2s;
  transition: opacity 250ms, color 0.2s;
  z-index: 1;
  cursor: pointer;
}
.Carousel-scroll:hover {
  background-color: #00aeff;
  color: #fff;
}
.Carousel-scroll:active {
  background-color: #095386;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 480px) {
  .Carousel-scroll {
    height: 70px;
    width: 30px;
    font-size: 20.26px;
  }
}
@media (min-width: 768px) {
  .Carousel-scroll {
    height: 80px;
    width: 40px;
    font-size: 25.63px;
  }
}
@media (min-width: 1200px) {
  .Carousel-scroll {
    height: 100px;
    width: 60px;
    font-size: 36.5px;
  }
}
.Carousel-prev {
  left: 20px;
}
@media (min-width: 1200px) {
  .Carousel-prev {
    left: 0;
  }
}
.Carousel-next {
  right: 20px;
}
@media (min-width: 1200px) {
  .Carousel-next {
    right: 0;
  }
}
@media (min-width: 768px) {
  .Carousel-scroll {
    display: none;
  }
  .Carousel:hover .Carousel-scroll {
    display: block;
  }
}
.Carousel--fixed {
  height: 30em;
  overflow: hidden;
}
.CarouselItem {
  position: relative;
}
.CarouselItem-content {
  position: relative;
}
.Counter {
  display: inline;
}
.Slide {
  position: relative;
  transition: opacity 250ms,transform 250ms;
}
.Slide--fadeIn {
  opacity: 0;
  transition: opacity 250ms;
}
.Slide--fadeIn.is-transitionIn {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.Slide--fadeIn.is-active {
  opacity: 1;
}
.Slide--fadeOut {
  opacity: 0;
}
.Slide--fadeOut.is-transitionOut {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.Slide--fadeOut.is-active {
  opacity: 1;
}
.Slide--slideInFadeOut {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}
.Slide--slideInFadeOut.is-transitionIn {
  -webkit-transition: opacity 250ms, -webkit-transform 250ms;
  transition: opacity 250ms, transform 250ms;
}
.Slide--slideInFadeOut.is-transitionOut {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}
.Slide--slideInFadeOut.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.ImageSlider {
  position: relative;
}
.ImageSlider-container {
  position: relative;
  text-align: center;
  padding: 30px 0;
  min-height: 160px;
}
@media (min-width: 768px) {
  .ImageSlider-container {
    padding: 40px 0;
    min-height: 180px;
  }
}
@media (min-width: 992px) {
  .ImageSlider-container {
    padding: 44px 0;
    min-height: 188px;
  }
}
@media (min-width: 1200px) {
  .ImageSlider-container {
    padding: 50px 0;
    min-height: 200px;
  }
}
.ImageSlider-item {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 0 1px;
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  -webkit-transition: -webkit-transform 250ms;
  transition: transform 250ms;
  cursor: pointer;
}
.ImageSlider-item.is-left {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
@media (min-width: 768px) {
  .ImageSlider-item {
    height: 80px;
    width: 80px;
  }
}
@media (min-width: 992px) {
  .ImageSlider-item {
    height: 88px;
    width: 88px;
  }
}
@media (min-width: 1200px) {
  .ImageSlider-item {
    height: 100px;
    width: 100px;
  }
}
.ImageSlider-item .ImageSlider-background {
  margin-top: 2.5%;
  height: 95%;
  width: 95%;
  opacity: 1;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  color: rgba(14, 134, 202, 0.3);
}
.ImageSlider.is-active .ImageSlider-item.is-selected {
  -webkit-transform: translateX(0) scale(2.25);
  transform: translateX(0) scale(2.25);
}
.ImageSlider.is-active .ImageSlider-item.is-selected .ImageSlider-background {
  opacity: 0;
}
.SvgLoader {
  display: none;
}
.Icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  padding: 0;
  border: 0;
}
.Icon--primary {
  color: #00aeff;
}
.Icon--button,
.Icon--inline {
  height: 1px;
  vertical-align: baseline;
}
.Icon--prefix {
  margin-right: 5px;
}
.Icon--small {
  width: 18px;
  height: 18px;
}
.Icon-svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  fill: currentColor;
  pointer-events: none;
}
.Icon--button .Icon-image,
.Icon--button .Icon-svg,
.Icon--inline .Icon-image,
.Icon--inline .Icon-svg {
  top: auto;
  width: 1.5em;
  height: 1.5em;
  bottom: -0.375em;
}
.Icon--caret {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.333);
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
a:hover .Icon--caret {
  color: rgba(255, 255, 255, 0.5);
}
.dropdown-toggle .Icon--caret {
  right: 0;
}
.Icon.FormField-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 1.8em;
  height: 1.8em;
}
#pageContainer button.btn-search {
  padding: 7px 20px;
}
#pageContainer button.btn-search .Icon.FormField-icon {
  width: 1.4em;
  height: 1.4em;
}
.ViewKit .sideboxes,
.ViewKit .pagetype {
  display: none;
}
.ViewKit .assetSet {
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  margin: 0 -20px;
}
.ViewKit .assetSetInner {
  margin: 0 20px 20px 20px;
}
.ViewKit .presskitList .attachment:first-child {
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}
.ViewKit .presskitList .attachment:last-child {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
.ViewKit .btn-download-container {
  margin: 0;
}
.ViewKit header h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: Blizzard, Helvetica, Arial, sans-serif;
}
.ViewKit header h2 {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
}
.kitContent {
  padding-top: 40px;
}
@media (min-width: 480px) {
  .ViewKit .assetSet {
    margin: 0 -30px;
  }
  .ViewKit .assetSetInner {
    margin: 0 30px 20px 0;
  }
}
@media (min-width: 768px) {
  .ViewKit .assetSet {
    margin: 0 -40px;
  }
  .ViewKit .assetSetInner {
    margin: 0 40px 20px 40px;
  }
}
@media (min-width: 992px) {
  .ViewKit .col-md-8 {
    width: 100%;
  }
}
.ViewSearch #maincontentcontainer {
  padding: 40px 0;
}
.ViewSearch .newsList {
  margin-left: -20px;
  margin-right: -20px;
}
.ViewSearch .newsItem {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ViewSearch .headline {
  font-weight: normal;
}
.ViewSearch .resultsReleases .intro {
  display: none;
}
.ViewSearch .td-prod {
  font-weight: normal;
}
.ViewSearch .td-plat {
  font-weight: normal;
  font-style: normal;
  color: hsla(0, 0%, 100%, 0.5);
}
.ViewSearch .table > thead > tr > th {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
.ViewSearch .table > tbody > tr > td,
.ViewSearch .table > tbody > tr > th,
.ViewSearch .table > tfoot > tr > td,
.ViewSearch .table > tfoot > tr > th,
.ViewSearch .table > thead > tr > td,
.ViewSearch .table > thead > tr > th {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
.ViewSearch .table-hover > tbody > tr:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.ViewSearch .sort .fa {
  color: hsla(0, 0%, 100%, 0.6);
}
@media (min-width: 480px) {
  .ViewSearch .newsList {
    margin-left: -30px;
    margin-right: -30px;
  }
  .ViewSearch .newsItem {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .ViewSearch .newsItem {
    margin: 0 10px;
  }
}
@media (min-width: 992px) {
  .ViewSearch .resultsReleases .newsList {
    margin-right: 0;
  }
  .ViewSearch .resultsAssets .newsList {
    margin-left: 0;
  }
}
.CssThemeDark #pageContainer .butLoading,
.CssThemeDark #pageContainer .butLoading:hover {
  background-color: transparent;
}
#zipCollection {
  background-color: #000;
}
#zipCollectionInner {
  max-width: 480px;
  margin: auto;
  border: 1px solid #16359f;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 10px #000;
  -webkit-box-shadow: 5px 5px 10px #000;
  box-shadow: 5px 5px 10px #000;
}
.ZCLitem {
  padding: 2px 10px 2px 10px;
  background-color: transparent;
  padding: 16px 20px 17px 20px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.ZCLitem:nth-child(even) {
  background-color: transparent;
}
.ZCLname {
  width: 70%;
  padding-right: 10px;
}
.ZCLsize {
  white-space: nowrap;
}
.zipCollectionRemove {
  width: 10%;
  height: 30px;
  background-image: url('../img/bliz_zip_delete.png');
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0.2s;
}
.ZCLitem:hover .zipCollectionRemove {
  opacity: 0.8;
}
#ZCLbutCreate {
  clear: both;
  margin: 14px 0 0 0;
}
.pageFooter {
  padding: 0;
}
.pageFooter .site-credit-text {
  color: #9d9d9d;
}
.pageFooter .site-credit-logo {
  background-image: url('/Content/Themes/BlizzardLive/img/gp_logo_108px.png');
}
.pageFooterInner {
  position: relative;
  box-sizing: border-box;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  z-index: 0;
}
.pageFooter a,
.pageFooter a:focus,
.pageFooter a:visited {
  color: rgba(255, 255, 255, 0.7);
}
.pageFooter a:hover {
  color: #ffffff;
}
@media (min-width: 480px) {
  .footer-section {
    padding: 8px 30px;
  }
}
@media (min-width: 768px) {
  .footer-section {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border-bottom: none;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .footer-section {
    font-size: inherit;
  }
}
.company-info {
  position: relative;
}
.site-logo-container {
  margin: 30px 0;
  height: 66px;
}
.site-logo-container a {
  display: block;
}
.site-logo {
  background: url(../img/footer-blizzard-logo.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 113px;
  height: 58px;
  margin: 0 auto;
  margin: 30px auto;
}
.site-esrb {
  margin: 40px;
}
.NavbarFooter-anchor {
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
  text-transform: uppercase;
}
.NavbarFooter-anchor:nth-child(n+2):before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 1px;
  background-color: hsla(0, 0%, 100%, 0.3);
  margin: 0 15px;
  pointer-events: none;
}
.NavbarFooter-anchor a {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: none;
}
.footer-legal-links .NavbarFooter-anchor {
  font-size: 13px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .footer-links-left,
  .footer-links-right {
    display: inline-block;
  }
  .footer-links-right:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: hsla(0, 0%, 100%, 0.3);
    margin: 0 15px;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .NavbarFooter-anchor {
    font-size: 17px;
  }
}
.site-copyright {
  font-family: Blizzard, Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.3);
}
.site-doNotSell {
  margin-top: 8px;
  font-family: Blizzard, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: hsla(0, 0%, 100%, 0.7);
  font-weight: 700;
}
@media (min-width: 480px) {
  .site-copyright {
    font-size: 13px;
  }
}
#pageFooterBottomContent {
  margin: 20px 0;
}
.butTickAll {
  background: none;
  padding-right: 0;
  line-height: 24px;
  height: auto;
}
.butTickAll span {
  display: inline-block;
}
.butTickAll::after {
  float: right;
  box-sizing: content-box;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-left: 8px;
  margin-top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
}
.butTickAll.untick::after {
  background-image: url(../img/bliz-tick.png);
}
.tn:not(.ph) .thumbActions .thumbOptions label {
  line-height: 24px;
  font-size: 13px;
  padding-left: 0;
  background: none;
}
.tn:not(.ph) .thumbActions .thumbOptions label::before {
  float: left;
  box-sizing: content-box;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 8px;
  margin-top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px rgba(255, 255, 255, 0.15);
  background-position: center center;
  background-repeat: no-repeat;
}
.tn:not(.ph) .thumbActions .thumbOptions label.untick::before {
  background-image: url(../img/bliz-tick.png);
}
.tn:not(.ph) .thumbActions .thumbDescription {
  font-size: 15px;
}
@media (min-width: 260px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 33.33333%;
  }
}
@media (min-width: 670px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .tabbox .tn,
  .LatestAdditionsList .tn,
  aside .tn {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .tabbox .tn,
  .LatestAdditionsList .tn {
    width: 20%;
  }
}
.tn-more {
  font-weight: 700;
  font-size: 20px;
}
.ViewTeamIndex .sideboxes {
  display: none;
}
.ViewTeamIndex .contactItem {
  vertical-align: top;
  margin-bottom: 30px;
}
.ViewTeamIndex .media-left {
  display: none;
}
.ViewTeamIndex .TeamJobTitle {
  font-weight: normal;
}
.ViewTeamIndex .pagetype h3 {
  display: block;
  margin-bottom: 30px;
}
.ViewTeamIndex .title {
  font-size: inherit;
  font-weight: normal;
}
p.TeamCategory {
  margin: 0 0 10px 0;
  font-family: Blizzard, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.ajaxErrorInfoMsg {
  font-size: 16px;
}
.ViewError #maincontentcontainer {
  margin-top: 40px;
}
body.cke_editable,
body.cke_ltr {
  height: auto;
  background: #002650;
}
.no-presskits {
  display: none;
}
.assetHeader .date {
  padding-top: 4px;
}
.assetInfo .butTickAll {
  padding-right: 2px;
}
.expandable {
  float: right;
  color: #00aeff;
  cursor: pointer;
}
.expandable:hover {
  color: #ffffff;
}
.expandable-open {
  display: none;
}
.assetsListItem.collapsed .expandable-close,
.assetsListItem.collapsed .butTickAll {
  display: none;
}
.assetsListItem.collapsed .expandable-open {
  display: block;
}
.assetsListItem.collapsed:hover {
  background-color: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}
.assetsListItem.collapsed:hover .expandable-open {
  color: #fff;
}
.assetsListItem .assetInfo {
  margin-bottom: 0;
}
.assetsListItem .thumbnailset {
  margin-top: 20px;
}
.instructions,
.adminTip {
  color: #fff;
}
.adminTip {
  border: 1px solid #666666;
}
.sideboxes {
  padding-left: 30px;
}
.itemsChooseInline {
  background-color: transparent;
  border: 1px solid #666666;
  color: #fff;
}
.itemsChooseInline a {
  color: #00aeff;
}
.itemsChooseInline a:hover,
.itemsChooseInline a:focus,
.itemsChooseInline .navbar-default .navbar-nav > li > a:focus,
.itemsChooseInline .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
#pageContainer .itemsChooseInline input {
  min-height: 0;
}
.newsCreateControls button {
  line-height: inherit;
  height: auto;
}
.tn:not(.ph) .thumbActions .thumbOptions .fa-download {
  margin-top: 5px;
}
