.admin label {
  font-weight: normal;
  margin: 0;
}
.admin legend {
  margin: 0;
  border: 0;
}
.admin input[type=radio] {
  margin: 4px;
}
.admin .tn {
  margin: 0 16px 10px 0;
}
#adminBar {
  z-index: 1998;
}
#adminBar ul {
  margin: 5px 10px 5px 0;
}
.itemStatus.admin {
  color: #ffffff;
}
.admin ul {
  list-style: none;
  padding: 0;
}
.admin .tabbox {
  margin-top: 16px;
  position: relative;
}
.admin .tabMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.admin .tabMenu li {
  display: block;
  float: left;
  cursor: pointer;
  cursor: hand;
  background-color: #ddd;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 0.9em;
  font-weight: bold;
  overflow: hidden;
  -moz-box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.3);
}
.admin .tabMenu li:hover {
  background-color: #eee;
}
.admin .tabMenu li.selected {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  -moz-box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: auto;
}
.admin .tabMenu li.actionBut {
  float: right;
  font-size: 0.7em;
  height: 28px;
  text-align: center;
  vertical-align: bottom;
  background-color: #ccc;
  -moz-box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 23px;
  background-image: url('/Content/shared/images/download.png');
  background-position: right 4px;
  background-repeat: no-repeat;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: background-color 500ms ease-out;
  -moz-transition: background-color 500ms ease-out;
  -o-transition: background-color 500ms ease-out;
  -ms-transition: background-color 500ms ease-out;
  transition: background-color 500ms ease-out;
}
.admin .tabMenu li.actionBut.active {
  background-color: #b2c4c1;
}
.admin .tabMenu li.actionBut:hover {
  background-color: #9ab8b3;
}
.admin .tabMenu li.actionBut a {
  display: block;
}
.admin .tabMenuRow.nav-tabs {
  margin: 0;
  border: none;
}
.admin .tabMenuActions {
  float: right;
}
.admin .tabboxBody {
  position: relative;
  padding-top: 29px;
  margin-bottom: 12px;
}
.admin .tabboxOuter {
  position: absolute;
  width: 100%;
}
.admin .tabboxOuter:not(.ko-tabboxOuter) {
  display: none;
}
.admin .tabboxInner {
  padding-top: 12px;
}
.admin .tabboxBody div article,
.admin .tabboxBody div fieldset {
  padding: 6px 10px 0 14px;
}
.admin .tabbox .assetsList {
  margin: 8px 12px;
}
.admin .tabboxBody section {
  /* for admin button */
  clear: both;
}
.admin .tabboxBody div.show {
  display: block;
}
.tabAddButton {
  padding: 4px 10px 0 0;
  text-align: right;
}
.nav-tabs > li.adminTab {
  float: right;
  padding-top: 10px;
}
.historyTable .tableLoading td,
.dataTable .tableLoading td {
  height: 54px;
}
.dataTable > thead > tr > th {
  border: 1px solid #eee;
}
.goliveOptionsList {
  margin: 0;
}
.admin .tabAddButton {
  padding: 4px 10px 0 0;
  text-align: right;
}
.body.cke_editable {
  padding: 4px;
}
.AssetsEdit .tn:not(.ph) {
  display: inline-block !important;
  color: #666666;
  margin: 0 10px 10px 0;
  border: 6px solid white;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #fff;
}
.container.notlive.fullPage > .itemStatus {
  margin: 0 -15px 20px -15px;
  padding: 15px;
}
.specificProductsList > ul {
  padding: 10px 0 0 20px;
}
.admin .productName {
  font-size: 12px;
  color: #999;
}
#pageedit .bodyContent {
  padding-bottom: 20px;
}
.ItemLogoPlaceholder {
  width: 100%;
  height: 150px;
  border: 1px solid #dddddd;
}
.admin .sort-none {
  color: #aaa;
}
.admin a.sortable {
  color: #666;
}
.admin a.sortable:visited,
.admin a.sortable:focus {
  color: #666;
}

.ac_results {
  padding: 0px;
  border: 1px solid #ddd;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
  /*width: 100%;*/
  font: menu;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  /* Style changed for Pro Pressroom */
  /* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
  line-height: 16px;
  overflow: hidden;
}
.ac_loading {
  background: white url('/Content/Themes/Default/css/indicator.gif') right center no-repeat;
}
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #bdb7d4;
  color: white;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.hid,
.jsshow {
  display: none;
}
input.placeholder {
  color: #999;
}
.table-hover tr {
  cursor: pointer;
}
.navbar {
  margin-bottom: 0;
}
.media,
.media-body {
  overflow: visible;
}
.media-left,
.media > .pull-left {
  padding-right: 14px;
}
body {
  font: 14px/20px 'Open Sans', 'Arial', sans-serif;
  background-color: #000000;
}
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3 {
  margin-bottom: 20px;
}
h3::first-letter {
  text-transform: uppercase;
}
.pagetype {
  position: relative;
}
.pagetype h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
}
.maincontent .pagetype h3 {
  margin-top: 10px;
}
.sideboxes h3 {
  margin-top: 10px;
  margin-bottom: 16px;
}
.sideboxes h4 {
  margin-top: 20px;
}
h4 > span {
  display: inline-block;
}
h4::first-letter,
h4 > span::first-letter {
  text-transform: uppercase;
}
h5 {
  text-transform: uppercase;
}
h6 {
  color: #999999;
}
th {
  text-transform: capitalize;
}
#maincontentcontainer {
  padding: 20px 0 40px 0;
  background-color: #ffffff;
}
.date {
  font-size: 11px;
  color: #999999;
}
.logo {
  text-align: center;
}
.headline {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 4px;
}
.maincontent .headline {
  font-size: 24px;
  line-height: 1.3;
}
.intro {
  color: #777;
}
.maincontent .intro {
  line-height: 1.4;
  margin-bottom: 4px;
}
.from {
  float: right;
  margin-left: 12px;
  color: #666666;
  font-variant: small-caps;
  font-size: 12px;
}
.newsItem .newsType {
  float: left;
  margin-right: 10px;
  font-size: 11px;
  color: #999999;
  font-variant: small-caps;
}
.newsList .title {
  display: none;
}
.form-group.formRequired label::after {
  content: "*";
  opacity: 0.75;
}
.infoBox {
  margin: 20px 0;
}
.infoBoxItem {
  margin-bottom: 10px;
}
.infoBoxLabel {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  font-weight: bold;
  opacity: 0.8;
}
.infoBoxData {
  display: inline-block;
}
.bodytext img {
  max-width: 100%;
}
html.page {
  width: 100%;
}
body.page {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.limit-width {
  max-width: 250px;
}
.row-no-header {
  padding-top: 20px;
}
.sideboxes aside {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 25px;
}
.sideboxes aside header {
  position: relative;
}
.sideboxes aside .table {
  margin-bottom: 0;
}
.sideboxes aside .table > tbody > tr > td,
.sideboxes aside .table > tbody > tr > th,
.sideboxes aside .table > tfoot > tr > td,
.sideboxes aside .table > tfoot > tr > th,
.sideboxes aside .table > thead > tr > td,
.sideboxes aside .table > thead > tr > th {
  border-top: 1px solid #eee;
}
.sideboxes aside .pager {
  margin: 15px 0 0 0;
}
.sideboxes aside .asideContent {
  margin-bottom: 10px;
}
.sideboxes-left aside {
  margin-bottom: 25px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border: 1px solid #ddd;
  padding: 15px;
}
.sideboxes-right aside:last-child {
  border-bottom: none;
}
@media (min-width: 992px) {
  .sideboxes-right {
    border-left: 1px solid #dbdbdb;
  }
  .sideboxes-right aside {
    padding-left: 5px;
  }
}
.sideboxes-right {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ViewNews .sideboxes-right {
    margin-top: 0;
    border-left: 1px solid #dbdbdb;
  }
  .ViewNews .sideboxes-right aside {
    padding-left: 5px;
  }
  .container-content {
    min-height: 400px;
  }
}
.navbar-nav-main > li > a {
  text-transform: capitalize;
}
.search-container > li {
  float: none;
}
.search-container > li .form-group {
  display: inline-block;
  margin: 0 auto;
}
.search-container .input-group-btn > .btn {
  z-index: 2;
}
.nav-login > li,
.nav-login > li.countryselect {
  display: inline-block;
}
.nav-login > li a,
.nav-login > li.countryselect a {
  display: inline-block;
}
.nav-login > li {
  float: left;
}
.nav-login > li.nav-toggle-container {
  float: right;
}
.navbar-toggle {
  margin-top: 0;
}
.navbar-text {
  display: inline-block;
  line-height: 20px;
  margin: 0 15px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .nav-login > li {
    display: inline-block;
  }
  .navbar-text {
    padding: 15px 0;
  }
  .search-container {
    margin-left: 15px;
  }
}
.sortableList {
  list-style: none;
  padding: 0;
}
.sortableList > li {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sideboxes aside footer .pager {
    text-align: right;
  }
  .sideboxes aside footer .pager li > a {
    padding: 3px 6px;
    font-size: 12px;
  }
}
.moreLinkContainer {
  text-align: right;
  margin-top: 12px;
}
.newsList,
.LatestAdditionsList,
.attachmentList,
.itemTextList {
  list-style: none;
  padding: 0;
}
.newsItem,
.LatestAdditionsList > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.itemText {
  margin-bottom: 10px;
}
.itemText .title {
  font-weight: bold;
}
.attachment {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
}
.attachment .thumbnailset {
  margin-top: 10px;
}
.attachmentListOrphan .attachment:first-child {
  padding-top: 0;
  border-top: none;
}
.presskitList .attachment:first-child {
  border-top: none;
}
.maincontent .fileCollectionList {
  margin: 10px 0 0 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.maincontent .fileCollectionList li {
  display: inline-block;
  margin-right: 8px;
}
.maincontent .fileCollectionList li i {
  padding-right: 2px;
}
.maincontent .fileCollectionList::before {
  content: "+";
  display: inline-block;
  padding-right: 8px;
}
.maincontent .fileCollectionList li {
  display: inline-block;
  margin-right: 8px;
}
.maincontent .fileCollectionList li i {
  padding-right: 4px;
}
.maincontent .fileCollectionList.isAttachment {
  margin: 5px 0 0 0;
}
.maincontent .fileCollectionList.isAttachment::before {
  content: "+";
  display: inline-block;
  padding-right: 8px;
}
.fileCol {
  display: inline-block;
  margin-right: 10px;
}
.assetsList {
  padding: 0 15px;
}
.assetsListItem {
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.assetsListItem:first-child {
  padding-top: 0;
  border-top: none;
}
.assetInfo {
  margin-bottom: 20px;
}
.itemsList a {
  display: block;
}
.docDownload {
  position: relative;
  margin-bottom: 10px;
}
.doc {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  padding-left: 22px;
  background: url('/Content/shared/images/doc-DOC.png') left center no-repeat;
}
.doc-PDF {
  background: url('/Content/shared/images/doc-PDF.png') left center no-repeat;
}
.latestFeed .itemImage {
  margin-right: 10px;
}
.contact-info {
  list-style: none;
  padding: 0;
}
.TeamJobTitle {
  font-weight: bold;
}
.ViewItem .pagetype h1 {
  display: none;
}
.ViewItem .HeaderPanel h2 {
  margin-bottom: 0;
}
.infoBox {
  margin: 20px 0;
}
.productLogoContainer {
  text-align: center;
}
.tableSchedule th {
  text-transform: uppercase;
}
.td-prod {
  font-weight: bold;
}
.td-plat {
  font-style: italic;
}
.sortable {
  white-space: nowrap;
}
.sort {
  display: inline-block;
  margin-left: 8px;
  width: 1em;
}
.sort .sort-asc,
.sort .sort-desc {
  color: #666;
  display: none;
}
.sort-none {
  color: #ccc;
}
.sorted .sort-none {
  display: none;
}
.sorted .sort-asc {
  display: inline-block;
}
.sorted.sortreverse .sort-none {
  display: none;
}
.sorted.sortreverse .sort-desc {
  display: inline-block;
}
.sorted.sortreverse .sort-asc {
  display: none;
}
.featuredProductsList .tn:not(.ph) {
  vertical-align: middle;
}
.ItemsFeatured .itemCaption {
  display: none;
}
.featuredTitlesDates .itemText {
  margin-bottom: 0;
}
.featuredTitlesDates .date-date {
  font-weight: bold;
}
.featuredTitlesDates .date-date:before {
  content: ": ";
}
.widgetLatestAssetsThumbs .asideContent {
  padding-top: 4px;
}
.newsHero {
  text-align: center;
}
.newsHero img {
  margin: 30px auto;
}
.boilerplate {
  margin-top: 20px;
}
.boilerplateHeader {
  font-weight: bold;
}
.boilerplateHeader,
.boilerplateText {
  font-size: 90%;
  line-height: 120%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  font-size: 0;
}
.flag.worldflag {
  width: 16px;
  height: 16px;
  background: url(/Content/shared/images/world.png) no-repeat center center;
}
.flag-td {
  text-align: center;
}
.flag-td .flag {
  display: inline-block;
  margin: 2px;
}
.pageFooter {
  color: #9d9d9d;
  padding: 10px 0 30px 0;
}
.pageFooter a,
.pageFooter a:focus,
.pageFooter a:visited {
  color: #9d9d9d;
}
.pageFooter a:hover {
  color: #dddddd;
  text-decoration: none;
}
.pageFooter h4 {
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
.pageFooter .footer-links > div {
  margin-bottom: 10px;
}
.pageFooter .footer-links > div > a {
  display: inline-block;
}
.pageFooter .footer-links > div > a::first-letter {
  text-transform: capitalize;
}
.pageFooter .container-links {
  padding: 0 20px 20px 20px;
}
.pageFooter .container-legal,
.pageFooter .container-logout {
  text-align: center;
  font-size: 11px;
}
.pageFooter .col-copyright {
  text-align: left;
  color: #666666;
}
.pageFooter .legal-links {
  text-align: right;
}
.pageFooter .legal-links > div {
  display: inline-block;
  margin-left: 20px;
}
.pageFooter .site-credit {
  text-align: center;
  margin-top: 20px;
}
.pageFooter .site-credit-text:before {
  display: block;
  content: "Press site by";
  font-size: 0.9em;
}
.pageFooter .site-credit-logo {
  display: block;
  width: 108px;
  height: 47px;
  background-image: url('/Content/Themes/Default/img/gp_logo.png');
  background-repeat: no-repeat;
  margin: 0 auto;
}
.loginFormContainer {
  width: 240px;
  padding: 15px;
}
.loginFormContainer .form-control {
  margin-bottom: 10px;
}
.loginButtonContainer {
  text-align: center;
  margin-bottom: 10px;
}
.loginReminder {
  font-size: 85%;
}
.checkbox-inline,
.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.countrylist .flag {
  margin-right: 4px;
}
.hid,
.jsshow {
  display: none;
}
body.cke_show_borders {
  width: auto;
  min-width: 0;
}
body.cke_editable,
body.cke_ltr {
  height: auto;
  background: #ffffff;
}
.ZipDownloading .ZipMessage {
  margin-top: 12px;
}
.ZipDownloading .ZipLink {
  margin: 12px 0;
  text-align: center;
}
.loadingOuter {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  display: none;
  margin: 0 auto;
}
.loadingBg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.loadingInner {
  height: 100%;
  width: 100%;
  background-image: url('/Content/Themes/Default/img/ajax-loader.gif');
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -10000px;
}
#filterLoading {
  left: -90000px;
}
.CssThemeDark #pageContainer .loadingInner,
.loadingInnerDark {
  background-image: url('/Content/Themes/Default/img/ajax-loader-white.gif');
}
.loadingOverlay {
  position: absolute;
  background-repeat: no-repeat;
  z-index: 99999;
  background-image: url('/Content/Themes/Default/img/ajax-loader-big.gif');
  background-position: center center;
}
.big .loadingInner {
  background-image: url('/Content/Themes/Default/img/ajax-loader-big.gif');
  background-position: center 33%;
}
.butLoading,
.butLoading:hover,
.btn-primary.butLoading {
  color: rgba(0, 0, 0, 0) !important;
  background-color: #fff !important;
  min-width: 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url('/Content/Themes/Default/img/ajax-loader.gif');
  cursor: default !important;
}
.CssThemeDark #pageContainer .butLoading,
.CssThemeDark #pageContainer .butLoading:hover {
  background-color: #000 !important;
  background-image: url('/Content/Themes/Default/img/ajax-loader-white.gif');
}
.searchPlaceholder {
  display: block;
  height: 24px;
}
#FilesLightboxContainer a,
#FilesLightboxContainer a:hover,
#FilesLightboxContainer a:visited,
#FilesLightboxContainer a:focus {
  color: #ffffff;
}
#thumbPlayContainer,
#FilesLightboxContainer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  color: #ffffff;
}
#thumbPlayContainerInner,
#FilesLightboxWindow {
  position: relative;
}
#thumbPlayClose,
#FilesLightboxClose {
  position: absolute;
  top: 7%;
  right: 5%;
  cursor: pointer;
  display: block;
  font-size: 2em;
  padding: 20px;
  margin: -20px -20px 0 0;
}
#FilesLightboxClose {
  top: 15%;
}
#FilesLightboxInner {
  text-align: center;
  position: relative;
}
#FilesLightboxLoading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/Content/Themes/Default/img/ajax-loader-white.gif') center center no-repeat;
}
#FilesLightboxImage {
  position: absolute;
  top: 0;
  left: 0;
}
#FilesLightboxDesc {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.1em;
}
#FilesLightboxDetails {
  text-align: left;
  margin-top: 10px;
  font-size: 0.9em;
}
#FilesLightboxPrev a,
#FilesLightboxNext a {
  display: block;
  position: absolute;
  top: 50%;
  font-size: 6em;
  padding: 20px;
}
#FilesLightboxPrev a {
  left: 5%;
  margin: -20px 0 -20px 0;
}
#FilesLightboxNext a {
  right: 5%;
  margin: -20px -20px 0 0;
}
.dividerbar {
  width: 1px;
  height: 1em;
  margin: 0 0.8em;
  display: inline-block;
  background-color: #555;
}
#FilesLightboxContainer .dividerbar {
  background-color: #fff;
}
#FilesLightboxDownload {
  float: right;
}
#FilesLightboxDownload a,
#FilesLightboxDownload a:hover,
#FilesLightboxDownload a:visited,
#FilesLightboxDownload a:focus {
  display: inline-block;
  font-size: 1.2em;
  color: #fff;
}
.attachedAssets #filedownload.btn-primary.fixed {
  position: fixed;
  z-index: 50;
  -webkit-box-shadow: 0 0 10px 5px #fff;
  -moz-box-shadow: 0 0 10px 5px #fff;
  box-shadow: 0 0 10px 5px #fff;
}
@media print {
  .lightboxOpen #pageContainer,
  .lightboxOpen #adminBar,
  .lightboxOpen #FilesLightboxDownload,
  .lightboxOpen #FilesLightboxPrev,
  .lightboxOpen #FilesLightboxNext {
    display: none;
  }
  .lightboxOpen .lightbox,
  .lightboxOpen #FilesLightboxWindow,
  .lightboxOpen #FilesLightboxContainerInner {
    display: block;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.wTooltip {
  border: 1px solid gray;
  background: #eeeeee;
  color: #000;
  padding: 10px;
  z-index: 100000;
  text-align: left;
  font-size: 80%;
}
.CssThemeDark .wTooltip {
  border: 1px solid #444444;
  background: #222222;
  color: #ffffff;
}
.firstParaOnly p {
  display: none;
}
.firstParaOnly p:first-child {
  display: block;
}
.presskitList .size {
  color: #999;
}
.button-container {
  text-align: center;
}
.ViewCodesDetails .bodyContent {
  text-align: center;
}
.ViewCodesRequest .bodyContent ul {
  margin-top: 20px;
}
.review-code {
  text-align: center;
  font-size: 2em;
  line-height: 2em;
  font-family: "Lucida Console", Monaco, monospace;
  background-color: rgba(0, 0, 0, 0.1);
}
#socialnetworkwidget ul {
  padding: 0;
}
#socialnetworkwidget ul li {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-bottom: 10px;
}
.socialList {
  display: inline-block;
  margin-top: 2px;
  list-style: none;
  padding: 0;
}
.socialList .socialLink {
  margin: 2px 0;
}
.SocialButtons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.SocialButtons li {
  display: inline-block;
  margin-right: 7px;
}
.SocialButtons li .add-icon:before {
  margin: 0;
  cursor: pointer;
}
.SocialButtons .google .icon,
.SocialButtons .google .label {
  display: none;
}
.add-icon:before {
  display: inline-block;
  margin-right: .5em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: white;
  background-color: #000000;
  padding: 4px 3px 3px 3px;
  width: 1.4em;
  text-align: center;
  border-radius: 3px;
}
.add-icon.fa-twitter:before {
  background-color: #55acee;
}
.add-icon.fa-facebook:before {
  background-color: #3a5795;
}
.add-icon.fa-google:before {
  background-color: #DC4E41;
}
.add-icon.fa-youtube:before {
  background-color: #cf3427;
}
.add-icon.fa-instagram:before {
  background-color: #ce6f2d;
}
.add-icon.fa-twitch:before {
  background-color: #6441a5;
}
.add-icon.fa-vine:before {
  background-color: #00bf8f;
}
.add-icon.fa-pinterest:before {
  background-color: #bd2126;
}
.add-icon.fa-snapchat:before {
  background-color: #fffc00;
}
.add-icon.fa-globe:before,
.add-icon.fa-weblink:before {
  background-color: #87d37c;
  content: "\f0ac";
}
.add-icon.fa-xbla:before,
.add-icon.fa-psn:before,
.add-icon.fa-periscope:before {
  content: '\f0a9';
  background-color: #999;
}
.add-icon .form-control {
  width: auto;
  display: inline-block;
}
.feed-yt {
  padding: 0;
}
.feed-yt-li {
  list-style: none;
  margin: 0 0 12px 0;
}
.feed-yt-li a {
  position: relative;
  display: block;
  height: 100%;
}
.feed-yt-image img {
  width: 100%;
  display: block;
}
.feed-yt-title {
  position: absolute;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 0.9em;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-yt-title div {
  padding: 4px 6px;
}
.tabLoading {
  height: 150px;
  background-image: url(/Content/Themes/Default/img/ajax-loader-big.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.tabbox .btn-download {
  float: right;
  margin-bottom: 10px;
}
.tabbox label {
  font-weight: normal;
  color: #999999;
}
.tabbox .nav-tabs > li > a > span {
  display: inline-block;
  font-weight: bold;
}
.tabbox .nav-tabs > li > a > span::first-letter {
  text-transform: uppercase;
}
.tabbox .nav-tabs .dropdown-menu > li > a {
  font-weight: bold;
}
.tabbox .nav-tabs .dropdown-menu > li > a::first-letter {
  text-transform: uppercase;
}
.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tabboxInner {
  padding-top: 20px;
  min-height: 400px;
}
.field-validation-error,
.validation-summary-errors,
.errorAlert {
  display: block;
  margin-top: 6px;
  color: #a94442;
}
.validation-summary-errors ul {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.validation-summary-errors li,
.errorAlert,
.field-validation-error {
  font-size: 90%;
  padding-left: 18px;
  color: #e93535;
  background: url('/Content/Themes/Default/img/icon_error.png') 0 1px no-repeat;
  text-align: left;
}
.contactsList {
  list-style: none;
  padding: 0;
}
.WidgetTeamItemName {
  font-weight: bold;
}
.ViewTeamIndex .title {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 4px 0;
}
.fa-pphead.fa-bar-chart {
  background-color: grey;
}
.fa-pphead.fa-commenting-o {
  background-color: grey;
}
.fa-pphead.fa-fire {
  background-color: orange;
}
.notlive.fullPage {
  margin-bottom: 6px;
}
.notlive > .itemStatus,
.notlive .itemStatusShort {
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
}
.notlive.fullPage > .itemStatus {
  font-size: 14px;
  padding: 6px 0 10px 0;
}
.tabbox .notlive > .itemStatus {
  padding: 6px 10px 10px 10px;
  margin-bottom: 10px;
}
.tabbox .notlive > .itemStatus {
  font-size: 0.9em;
}
.notlive > .itemStatusHead {
  font-weight: bold;
}
.notlive.fullPage > .itemStatus {
  margin-bottom: 12px;
}
.productList .notlive .itemStatusShort {
  display: inline-block;
  *display: inline;
  margin-left: 8px;
  height: 1em;
  line-height: 1em;
  padding: 3px;
}
.notlive {
  outline: 1px solid #888888;
  outline: 1px solid rgba(136, 136, 136, 0.8);
}
.notlive > .itemStatus {
  background-color: #888888;
  background-color: rgba(136, 136, 136, 0.8);
}
.notlive.status-exclusive {
  outline: 1px solid #01b2f1;
  outline: 1px solid rgba(1, 178, 241, 0.8);
}
.notlive.status-exclusive > .itemStatus {
  background-color: #01b2f1;
  background-color: rgba(1, 178, 241, 0.8);
}
.notlive.status-exclusive:hover {
  outline: 1px solid rgba(1, 178, 241, 0.8);
}
.status-exclusive.active p {
  border: 1px solid #01b2f1;
  border: 1px solid rgba(1, 178, 241, 0.8);
}
.topbar {
  display: none;
}
.ajaxErrorInfoMsg {
  font-size: 12px;
}
.breadcrumb a {
  display: inline-block;
}
.breadcrumb a::first-letter {
  text-transform: uppercase;
}
.agegate {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.filter-item {
  padding: 0;
}
.filter-item header {
  margin: 0;
  padding: 8px 15px;
}
.filter-item header h3,
.filter-item header h4 {
  margin: 0;
}
.filter-category-list.list-group-item {
  padding: 0;
}
.filter-group header:hover {
  background-color: #aaa;
  cursor: pointer;
}
.filter-active-list header:hover {
  background-color: #aaa;
  cursor: pointer;
}
@media (min-width: 768px) {
  .filter-active-list header:hover {
    background-color: inherit;
    cursor: default;
  }
}
.filter-option-list {
  padding: 0 15px;
  border-top: 1px solid #eeeeee;
  display: none;
  max-height: 200px;
  width: 100%;
  overflow-y: auto;
  position: relative;
}
.filter-option-list label {
  display: block;
}
.filter-option-list label:hover {
  background-color: #eee;
}
.filter-option-list .checkbox {
  display: inline-block;
  margin-right: 10px;
}
.filter-option-list .form-control {
  margin: 10px 0;
}
.filter-option-list .filter-o {
  display: block;
}
.filter-option-list .filter-o:first-letter {
  text-transform: uppercase;
}
.filter-option-list-overlay {
  box-shadow: inset 1px 2px 5px 17px #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
}
.filter-activity {
  font-size: 0;
  float: left;
  color: #33CC33;
  transition: font-size 0.3s, margin-right 0.3s;
}
.filterActive .filter-activity {
  font-size: 1em;
  margin-right: 8px;
}
.filter-status {
  float: right;
}
.filter-status .filter-up {
  display: none;
}
.filter-group.open .filter-status .filter-up {
  display: inline-block;
}
.filter-group.open .filter-status .filter-down {
  display: none;
}
.filter-selections {
  display: none;
  padding: 6px 9px 8px 15px;
}
.filter-selections .btn {
  margin: 0 6px 6px 0;
}
.filter-selections .btn .fa {
  opacity: 0.5;
}
.filter-selections .btn:hover .fa {
  opacity: 1;
  color: #CC3333;
}
.filter-selection-template {
  display: none;
}
@media (min-width: 992px) {
  .filter-option-list .checkbox {
    display: block;
    margin-right: 0;
  }
}

.thumbnailset {
  margin: 0 -10px 0 0;
  padding: 0;
  clear: both;
  margin-top: 6px;
  font-size: 0px;
  font-size: 0rem;
}
.tn {
  margin-bottom: 10px;
  transition: opacity 0.25s ease-in-out;
}
.tabbox .tn,
.LatestAdditionsList .tn,
aside .tn {
  width: 100%;
}
.tabbox .tn.externalLink,
.LatestAdditionsList .tn.externalLink,
aside .tn.externalLink {
  width: 100%;
}
@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: 25%;
  }
  .tabbox .tn.collapsed,
  .LatestAdditionsList .tn.collapsed,
  aside .tn.collapsed {
    width: 50%;
  }
}
@media (min-width: 768px) {
  aside .tn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  aside .tn {
    width: 50%;
  }
  aside .tn.collapsed {
    width: 100%;
  }
  .tabbox .tn,
  .LatestAdditionsList .tn {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .tabbox .tn,
  .LatestAdditionsList .tn {
    width: 25%;
  }
  .tabbox .tn.collapsed,
  .LatestAdditionsList .tn.collapsed {
    width: 50%;
  }
  .tabbox .tn.externalLink,
  .LatestAdditionsList .tn.externalLink {
    width: 50%;
  }
}
.tn:not(.ph) {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 10px;
  color: #666666;
  line-height: 1;
  vertical-align: top;
}
.tn:not(.ph) .tn-inner {
  padding: 4px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-right: 10px;
}
.tn:not(.ph) .tn-inner > a {
  text-align: center;
}
.tn:not(.ph) .tn-inner > a .fa-tn {
  font-size: 6em;
  margin: 0.08em;
}
.tn:not(.ph) a {
  display: block;
  position: relative;
}
.tn:not(.ph) a img {
  display: block;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  margin: 0 auto;
  height: auto;
}
.tn:not(.ph) a img:hover {
  opacity: 0.8;
}
.tn:not(.ph) a img:not(.fileicon) {
  width: 100%;
}
.tn:not(.ph) .thumbActions {
  text-align: left;
  margin-top: 8px;
}
.tn:not(.ph) .thumbActions .thumbDescription {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  padding: 2px 0;
}
.tn:not(.ph) .thumbActions .thumbOptions {
  cursor: pointer;
  clear: both;
}
.tn:not(.ph) .thumbActions .thumbOptions label {
  display: block;
  margin-top: 4px;
  padding-left: 18px;
  background-image: url('/Content/Themes/Default/img/tickall.png');
  background-position: left 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 13px;
  line-height: 13px;
  cursor: pointer;
  font-weight: inherit;
  color: #999999;
}
.tn:not(.ph) .thumbActions .thumbOptions label input {
  clip: rect(0 0 0 0);
  position: absolute;
}
.tn:not(.ph) .thumbActions .thumbOptions label.untick {
  background-position: left -13px;
}
.tn:not(.ph) .thumbActions .thumbOptions label .thumbDescription {
  display: inline-block;
}
.tn:not(.ph).hidden {
  display: none !important;
  cursor: pointer;
}
.tn-more {
  display: block;
  font-size: 14px;
  text-align: center;
}
.tn-more a {
  cursor: pointer;
}
.tn-more a:after {
  content: '...';
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions {
  cursor: default;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions label .thumbDescription {
  display: inline;
  color: #666666;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions .thumbViewButton {
  display: none;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions a {
  display: inline-block;
  float: right;
  margin-top: 4px;
  vertical-align: middle;
  padding-right: 20px;
  height: 13px;
  background: url('/Content/shared/images/download_small_dark.png') bottom right no-repeat;
}
.thumbnailset .collapsed:not(.ph) .thumbActions .thumbOptions .ft {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
.CssThemeDark .thumbnailset .externalLink.collapsed:not(.ph) .thumbActions .thumbOptions a {
  background-image: url('/Content/shared/images/download_small_light.png');
}
.thumbnailset .ph.requested {
  height: 30px;
  width: 100%;
  background-image: url('/Content/shared/images/ajax-loader.gif');
  background-position: center top;
  background-repeat: no-repeat;
}
.CssThemeDark .thumbnailset .ph.requested {
  background-image: url('/Content/shared/images/ajax-loader-white.gif');
}
.btn-download-container {
  text-align: center;
  margin-bottom: 12px;
}
.btn-download-container.floating {
  text-align: right;
  margin-top: -20px;
}
.btn-download-container {
  text-align: center;
  margin-bottom: 12px;
}
.thumbPlay {
  position: relative;
  display: block;
}
.thumbPlayButton {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: url('/Content/shared/images/thumbPlay.png') center center no-repeat;
  top: 0;
  left: 0;
}
.thumbPlayButton:hover {
  opacity: 1;
}
.thumbViewButton {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url('/Content/shared/images/thumbView.png') center center no-repeat;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.thumbViewButton:hover {
  opacity: 0.8;
}
.butTickAll {
  display: block;
  float: right;
  cursor: pointer;
  padding-right: 18px;
  background-image: url('/Content/Themes/Default/img/tickall.png');
  background-position: right 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 13px;
  line-height: 13px;
  overflow: hidden;
  margin: 4px 0 8px 8px;
}
.butTickAll.untick {
  background-position: right -13px;
}
#zipCollection {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
#zipCollectionInner {
  position: relative;
  width: 480px;
  margin: auto;
  border: 1px solid #16359f;
  padding: 20px;
  background-color: #fff;
  -moz-box-shadow: 5px 5px 10px #000;
  -webkit-box-shadow: 5px 5px 10px #000;
  box-shadow: 5px 5px 10px #000;
}
#zipCollectionList {
  width: 100%;
  padding-top: 12px;
  max-height: 300px;
  overflow-y: auto;
}
.ZCLitem {
  padding: 2px 10px 2px 10px;
  background-color: #ededed;
}
.ZCLitem:nth-child(even) {
  background-color: #f8f8f8;
}
#zipCollectionList div div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ZCLname {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.ZCLsize {
  width: 20%;
  opacity: 0.6;
}
.zipCollectionRemove {
  width: 5%;
  text-align: right;
  height: 12px;
  background: url('/Content/Themes/Default/img/zip_delete.png') no-repeat center right;
  cursor: pointer;
}
#ZCLclose {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 28px;
  height: 28px;
  background: url('/Content/Themes/Default/img/zip_close.png') no-repeat center center;
  cursor: pointer;
}
#zipCollectionSizeContainer {
  padding: 10px 0 20px 0;
  text-align: right;
}
#zipCollectionSize {
  font-weight: bold;
}
#zipCollectionPostZip {
  overflow: hidden;
  text-overflow: ellipsis;
}
#ZCLdownloadbut {
  text-align: right;
}
#ZCLbutClear {
  float: left;
}
#ZCLbutDownload {
  float: right;
}
#ZCLbutCopy,
#ZCLbutCreate {
  opacity: 0.5;
  margin-right: 8px;
}
#ZCLclipboard {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 10px;
  margin-top: 10px;
}
.CssThemeDark #ZCLclipboard.admin {
  background-color: #eee;
}
#ZCLpassword input,
#ZCLexpiryDays input {
  border: none;
  background-color: transparent;
  background-color: #ddd;
  padding: 3px 6px 3px 6px;
  margin: 0 4px;
}
#ZCLpassword input {
  width: 150px;
}
#ZCLexpiryDays input {
  width: 20px;
  text-align: center;
}
#ZCLlink,
.ZCLlinkEditable {
  text-align: center;
  margin: 0 auto;
  background-color: #ddd;
  padding: 2px 12px 2px 12px;
}
.ZCLlinkEditable {
  font-weight: bold;
}
#ZCLlink input {
  width: 422px;
  font-weight: bold;
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 3px 6px 3px 6px;
}
#ZCLshowLink,
.ZCLlinkInfo,
.ZCLlinkEditorButtons {
  text-align: right;
  margin-top: 5px;
  font-size: 0.9em;
}
.ZCLbutEditSeoTitle {
  float: left;
}
.ZCLnonLiveWarning {
  font-size: 90%;
  margin-top: 8px;
}
.ViewKit .LatestAdditionsList {
  margin-top: 24px;
}
.kitDetails {
  display: block;
  padding-bottom: 12px;
}
.kitDetails .kitImage {
  float: left;
  height: 44px;
  width: 64px;
  background: url('/Content/Themes/Default/img/kit-icon.png') no-repeat center center;
}
.kitDetails .kitImage a {
  display: block;
  width: 100%;
  height: 100%;
}
.kitDetails .kitTitle,
.kitDetails .kitContents,
.kitDetails .kitButtons {
  margin-left: 72px;
}
.kitDetails .kitTitle a {
  font-weight: bold;
}
.kitDetails .kitSize {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.9em;
  opacity: 0.8;
}
.kitDetails .kitButtons a {
  display: inline-block;
  margin-right: 8px;
}
.attachedAssets .kitDetails {
  padding-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 12px;
}
.NewsItemNews .attachments:before {
  content: '+\00a0\00a0';
}
.NewsItemFiles .attachments:before {
  content: '-\00a0\00a0';
}
.fa-file-word-o,
.fa-file-word-o:hover {
  color: #2B579A;
}
.fa-file-excel-o,
.fa-file-excel-o:hover {
  color: #217346;
}
.fa-file-pdf-o,
.fa-file-pdf-o:hover {
  color: #FF3500;
}
.fa-file-powerpoint-o,
.fa-file-powerpoint-o:hover {
  color: #D24726;
}
.fileCol .fa,
.fileCol .fa:hover {
  color: #666666;
}

.ViewUsersBoxed #pageHeader {
  max-width: 600px;
}
.ViewUsersBoxed #pageContainer {
  width: 100%;
  min-height: 100vh;
  display: table;
}
.ViewUsersBoxed #contentContainer {
  display: table-cell;
  vertical-align: middle;
  background-color: #ffffff;
}
.ViewUsersBoxed #maincontentcontainer {
  background: none;
}
.ViewUsersBoxed #maincontent {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 600px;
}
.ViewUsersBoxed nav {
  text-align: center;
  margin-top: 20px;
}
fieldset {
  margin: 10px 0;
}
@media (min-width: 640px) {
  .ViewUsersBoxed #maincontent {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 25px;
  }
}
.registrationRequiredInfo {
  font-size: 80%;
  margin-bottom: 20px;
}
.loginLostPassword {
  text-align: center;
  margin-top: 20px;
}
#UserProfileRemove {
  float: left;
  margin-right: 12px;
}
#UserProfileUpdateButton,
#UserProfileCancel {
  float: right;
  margin-left: 12px;
}

@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");
}
@font-face {
  font-family: 'Open Sans';
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.light.eot);
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.light.eot?#iefix) format("embedded-opentype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.light.woff) format("woff"), url(/Content/Themes/BlizzardLive/fonts/open-sans.light.ttf) format("truetype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.light.svg#open_sanslight) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.regular.eot);
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.regular.eot?#iefix) format("embedded-opentype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.regular.woff) format("woff"), url(/Content/Themes/BlizzardLive/fonts/open-sans.regular.ttf) format("truetype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.regular.svg#open_sansregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.italic.eot);
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.italic.eot?#iefix) format("embedded-opentype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.italic.woff) format("woff"), url(/Content/Themes/BlizzardLive/fonts/open-sans.italic.ttf) format("truetype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.italic.svg#open_sansitalic) format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.semibold.eot);
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.semibold.eot?#iefix) format("embedded-opentype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.semibold.woff) format("woff"), url(/Content/Themes/BlizzardLive/fonts/open-sans.semibold.ttf) format("truetype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.semibold.svg#open_sanssemibold) format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.bold.eot);
  src: url(/Content/Themes/BlizzardLive/fonts/open-sans.bold.eot?#iefix) format("embedded-opentype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.bold.woff) format("woff"), url(/Content/Themes/BlizzardLive/fonts/open-sans.bold.ttf) format("truetype"), url(/Content/Themes/BlizzardLive/fonts/open-sans.bold.svg#open_sansbold) format("svg");
  font-weight: 700;
  font-style: normal;
}
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 .2s;
  transition: color .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: .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: .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: .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 rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 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;
}
.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 rgba(255, 255, 255, 0.15);
  pointer-events: none;
}
.panel-bg.maincontent-bg {
  background-image: url('/Content/Themes/BlizzardLive/img/generic-texture_bg.jpg');
}
.panel-bg.sub-content-bg {
  background-image: url('/Content/Themes/BlizzardLive/img/generic-landscape-texture_bg_short.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('/Content/Themes/BlizzardLive/img/generic-landscape-texture_bg_short.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: rgba(255, 255, 255, 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 rgba(255, 255, 255, 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 rgba(255, 255, 255, 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: rgba(255, 255, 255, 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('/Content/Themes/BlizzardLive/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: rgba(255, 255, 255, 0.5);
}
.size {
  float: right;
  color: rgba(255, 255, 255, 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 rgba(255, 255, 255, 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: rgba(255, 255, 255, 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;
}
#countrytext {
  display: none;
}
@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('/Content/Themes/BlizzardLive/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 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/Content/Themes/BlizzardLive/img/flags-frontend-16px-high.png') no-repeat;
  margin: 4px 4px 4px 0;
}
.countryselect .flag.flag-KR {
  background-position: -96px -48px;
}
.countryselect .flag.flag-IT {
  background-position: -48px -48px;
}
.countryselect .flag.flag-ES {
  background-position: -96px -24px;
}
.countryselect .flag.flag-AU {
  background-position: -24px 0;
}
.countryselect .flag.flag-GB {
  background-position: -24px -48px;
}
.countryselect .flag.flag-AR {
  background-position: -96px -96px;
}
.countryselect .flag.flag-US {
  background-position: -48px -96px;
}
.countryselect .flag.flag-CN {
  background-position: -24px -24px;
}
.countryselect .flag.flag-SE {
  background-position: 0 -96px;
}
.countryselect .flag.flag-CZ {
  background-position: -48px -24px;
}
.countryselect .flag.flag-RU {
  background-position: -96px -72px;
}
.countryselect .flag.flag-FR {
  background-position: 0 -48px;
}
.countryselect .flag.flag-CL {
  background-position: 0 -24px;
}
.countryselect .flag.flag-PL {
  background-position: -48px -72px;
}
.countryselect .flag.flag-BE {
  background-position: -48px 0;
}
.countryselect .flag.flag-PT {
  background-position: -72px -72px;
}
.countryselect .flag.flag-DE {
  background-position: -72px -24px;
}
.countryselect .flag.flag-CA {
  background-position: -96px 0;
}
.countryselect .flag.flag-JP {
  background-position: -72px -48px;
}
.countryselect .flag.flag-BR {
  background-position: -72px 0;
}
.countryselect .flag.flag-MX {
  background-position: 0 -72px;
}
.countryselect .flag.flag-MY {
  background-position: -32px -96px;
}
.countryselect .flag.flag-TW {
  background-position: -24px -96px;
}
.countryselect .flag.flag-IN {
  background-position: -72px -96px;
}
.countryselect .flag.flag-KO {
  background-position: -96px -48px;
}
.countryselect .flag.flag-EU {
  background-position: 0 -120px;
}
.countryselect .flag.flag-BL {
  background-position: -48px -120px;
}
.countryselect .flag.flag-ND {
  background-position: -72px -120px;
}
#thumbPlayContainer,
#FilesLightboxContainer {
  background: #001845;
}
#NewsLightbox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #001845;
  width: 100%;
}
#NewsLightboxInner {
  margin: 60px auto;
  position: relative;
  padding: 0 30px;
  max-width: 750px;
}
#NewsLightboxInner #pagebody {
  display: block;
}
.pswp__ui--idle.pswp__ui--one-slide .pswp__top-bar {
  opacity: .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: .75;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  box-shadow: none;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/Content/Themes/BlizzardLive/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(/Content/Themes/BlizzardLive/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 .2s;
  transition: color .2s;
  transition: opacity .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 .2s;
  transition: opacity 250ms,color .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 rgba(255, 255, 255, 0.15);
  margin: 0 -20px;
}
.ViewKit .assetSetInner {
  margin: 0 20px 20px 20px;
}
.ViewKit .presskitList .attachment:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.ViewKit .presskitList .attachment:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 0.5);
}
.ViewSearch .table > thead > tr > th {
  border-bottom: 1px solid rgba(255, 255, 255, 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 rgba(255, 255, 255, 0.15);
}
.ViewSearch .table-hover > tbody > tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.ViewSearch .sort .fa {
  color: rgba(255, 255, 255, 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('/Content/Themes/BlizzardLive/img/bliz_zip_delete.png');
  vertical-align: bottom;
  opacity: 0;
  transition: opacity .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(/Content/Themes/BlizzardLive/img/footer-blizzard-logo.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 113px;
  height: 58px;
  margin: 0 auto;
  margin: 30px auto;
}
.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: rgba(255, 255, 255, 0.3);
  margin: 0 15px;
  pointer-events: none;
}
.NavbarFooter-anchor a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
@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: rgba(255, 255, 255, 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: rgba(255, 255, 255, 0.3);
}
@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(/Content/Themes/BlizzardLive/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(/Content/Themes/BlizzardLive/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;
}
