/**
 * @fileOverview reset.less
 *
 * Normalize.css is a customisable CSS file that makes browsers render all elements more
 * consistently and in line with modern standards. We researched the differences between default
 * browser styles in order to precisely target only the styles that need normalizing.
 *
 * @see http://github.com/necolas/normalize.css
 */
/* Display in IE6-9 and FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Display block in IE6-9 and FF3 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}
/* Base settings */
html {
  height: 100%;
  font-size: 100%;
  -webkit-background-size: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* Focus states */
a:focus {
  outline: none;
}
/* Hover & Active */
a:hover,
a:active {
  outline: 0;
}
/* Prevents sub and sup affecting line-height in all browsers */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Img border in a's and image quality */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Prevent max-width from affecting Google Maps */
#map_canvas img {
  max-width: none;
}
/* Forms */
/* Font size in all browsers, margin changes, misc consistency */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*
 * Mixin for min-width media queries.
 * Returns the properties unwrapped for browsers that do not
 * support media queries.
 *
 * NOTE: The ordering of this mixin matters for when @supportsMediaQueries is false.
 *		 .panels-min-mq(@cms-sm ,{...}); should be placed before .panels-min-mq(@cms-lg ,{...}); so that
 *		 the styles in the larger media query take presidence.
 *
 */
/*
 * Mixin for max-width media queries.
 * Ignore on browsers that do not support media queries as
 * these browsers will get served the large screen styles.
 */
/*
 * A new micro clearfix hack
 * @see http://h5bp.com/q
 */
* {
  box-sizing: border-box;
}
html {
  background-color: #0d0119;
  color: #8eb1bc;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100%;
  position: relative;
}
body {
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 68em) {
  body {
    overflow: auto;
  }
}
.ie8 body {
  overflow: auto;
}
img,
video {
  max-width: 100%;
}
a {
  color: #4f93b6;
  text-decoration: none;
}
a:hover {
  color: #00d8ff;
}
button {
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
  overflow: visible;
  -webkit-appearance: initial;
}
::-webkit-input-placeholder {
  color: #976da2;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
::-moz-placeholder {
  color: #976da2;
  text-rendering: auto;
}
:-ms-input-placeholder {
  color: #976da2 !important;
  text-rendering: auto;
}
#breakpoint {
  display: none;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 30em) {
  #breakpoint {
    z-index: 1;
  }
}
.ie8 #breakpoint {
  z-index: 1;
}
@media only screen and (min-width: 38em) {
  #breakpoint {
    z-index: 2;
  }
}
.ie8 #breakpoint {
  z-index: 2;
}
@media only screen and (min-width: 50em) {
  #breakpoint {
    z-index: 3;
  }
}
.ie8 #breakpoint {
  z-index: 3;
}
@media only screen and (min-width: 68em) {
  #breakpoint {
    z-index: 4;
  }
}
.ie8 #breakpoint {
  z-index: 4;
}
@media only screen and (min-width: 85em) {
  #breakpoint {
    z-index: 5;
  }
}
.ie8 #breakpoint {
  z-index: 5;
}
.static-bg .all-content-wrapper {
  background: #0d0119 url("../images/global-bg-md.jpg") center 0 no-repeat;
  min-height: 100%;
  background-attachment: fixed;
}
@media only screen and (min-width: 38em) {
  .static-bg .all-content-wrapper {
    background: #0d0119 url("../images/global-bg.jpg") center 0 no-repeat;
  }
}
.ie8 .static-bg .all-content-wrapper {
  background: #0d0119 url("../images/global-bg.jpg") center 0 no-repeat;
}
.container {
  max-width: 1200px;
  max-width: 75rem;
  padding: 16px;
  padding: 1rem;
  margin: auto;
}
.sixteen-nine {
  padding-bottom: 56.25%;
  position: relative;
}
.sixteen-nine__media {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.visible-xl {
  display: none;
}
.page-container {
  overflow-x: hidden;
  min-height: 100%;
}
.justified-list {
  text-align: justify;
  font-size: 0.1px;
}
.justified-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.justified-list__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}
.justified-list--small {
  text-align: justify;
  font-size: 0.1px;
}
.justified-list--small:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.justified-list--small:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.server-error .ui-breadcrumb {
  display: none;
}
.server-error .container {
  text-align: center;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  visibility: hidden;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pseudo {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.explore-menu-out .hack-stock-android-overflow,
.nav-menu-out .hack-stock-android-overflow {
  overflow: hidden;
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../vendor/components-font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../vendor/components-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../vendor/components-font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../vendor/components-font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../vendor/components-font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../vendor/components-font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.panels-container {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.panels-list {
  *zoom: 1;
  margin-left: -0.75%;
  margin-right: -0.75%;
}
.panels-list:before,
.panels-list:after {
  content: " ";
  display: table;
}
.panels-list:after {
  clear: both;
}
.panels-list__item {
  float: left;
  padding-left: 0.75%;
  padding-right: 0.75%;
  width: 100%;
  margin-bottom: 1.5%;
}
@media only screen and (min-width: 30rem) {
  .panels-list__item {
    float: left;
    padding-left: 0.75%;
    padding-right: 0.75%;
    width: 50%;
  }
}
@media only screen and (min-width: 30rem) {
  .panels-list__item {
    float: left;
    padding-left: 0.75%;
    padding-right: 0.75%;
    width: 50%;
  }
}
.ie8 .panels-list__item {
  float: left;
  padding-left: 0.75%;
  padding-right: 0.75%;
  width: 50%;
}
@media only screen and (min-width: 50rem) {
  .panels-list__item {
    float: left;
    padding-left: 0.75%;
    padding-right: 0.75%;
    width: 25%;
  }
}
@media only screen and (min-width: 50rem) {
  .panels-list__item {
    float: left;
    padding-left: 0.75%;
    padding-right: 0.75%;
    width: 25%;
  }
}
.ie8 .panels-list__item {
  float: left;
  padding-left: 0.75%;
  padding-right: 0.75%;
  width: 25%;
}
.panels-list__item .panel-item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: #190625;
  background-color: rgba(25, 6, 37, 0.8);
}
.panels-list__item .panel-item__image {
  display: inline-block;
  height: 100%;
}
.panels-list__item .panel-item__summary {
  display: none;
}
.panels-list__item .panel-item__text {
  padding: 12px 12px 24px;
  padding: 0.75rem 0.75rem 1.5rem;
}
.panels-list__item .panel-item__title {
  font-size: 12px;
  font-size: 0.8rem;
}
.panels-list__item .panel-item__summary {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
@media only screen and (min-width: 38rem) {
  .panels-list__item .panel-item__text {
    position: relative;
    height: 50%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item .panel-item__image {
    display: inline-block;
    height: 50%;
  }
  .panels-list__item .panel-item__summary {
    display: block;
  }
  .panels-list__item .panel-item__text {
    padding: 12px 12px 24px;
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .panels-list__item .panel-item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .panels-list__item .panel-item__summary {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 38rem) {
  .panels-list__item .panel-item__text {
    position: relative;
    height: 50%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item .panel-item__image {
    display: inline-block;
    height: 50%;
  }
  .panels-list__item .panel-item__summary {
    display: block;
  }
  .panels-list__item .panel-item__text {
    padding: 12px 12px 24px;
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .panels-list__item .panel-item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .panels-list__item .panel-item__summary {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.ie8 .panels-list__item .panel-item__text {
  position: relative;
  height: 50%;
  background-color: #190625;
  background-color: transparent;
}
.ie8 .panels-list__item .panel-item__image {
  display: inline-block;
  height: 50%;
}
.ie8 .panels-list__item .panel-item__summary {
  display: block;
}
.ie8 .panels-list__item .panel-item__text {
  padding: 12px 12px 24px;
  padding: 0.75rem 0.75rem 1.5rem;
}
.ie8 .panels-list__item .panel-item__title {
  font-size: 16px;
  font-size: 1rem;
}
.ie8 .panels-list__item .panel-item__summary {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media only screen and (min-width: 50rem) {
  .panels-list__item .panel-item__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #190625;
    background-color: rgba(25, 6, 37, 0.8);
  }
  .panels-list__item .panel-item__image {
    display: inline-block;
    height: 100%;
  }
  .panels-list__item .panel-item__summary {
    display: none;
  }
  .panels-list__item .panel-item__text {
    padding: 12px 12px 24px;
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .panels-list__item .panel-item__title {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .panels-list__item .panel-item__summary {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 50rem) {
  .panels-list__item .panel-item__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #190625;
    background-color: rgba(25, 6, 37, 0.8);
  }
  .panels-list__item .panel-item__image {
    display: inline-block;
    height: 100%;
  }
  .panels-list__item .panel-item__summary {
    display: none;
  }
  .panels-list__item .panel-item__text {
    padding: 12px 12px 24px;
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .panels-list__item .panel-item__title {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .panels-list__item .panel-item__summary {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
.ie8 .panels-list__item .panel-item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: #190625;
  background-color: rgba(25, 6, 37, 0.8);
}
.ie8 .panels-list__item .panel-item__image {
  display: inline-block;
  height: 100%;
}
.ie8 .panels-list__item .panel-item__summary {
  display: none;
}
.ie8 .panels-list__item .panel-item__text {
  padding: 12px 12px 24px;
  padding: 0.75rem 0.75rem 1.5rem;
}
.ie8 .panels-list__item .panel-item__title {
  font-size: 12px;
  font-size: 0.8rem;
}
.ie8 .panels-list__item .panel-item__summary {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
@media only screen and (min-width: 68rem) {
  .panels-list__item .panel-item__text {
    position: relative;
    height: 50%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item .panel-item__image {
    display: inline-block;
    height: 50%;
  }
  .panels-list__item .panel-item__summary {
    display: block;
  }
  .panels-list__item .panel-item__text {
    padding: 12px 12px 24px;
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .panels-list__item .panel-item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .panels-list__item .panel-item__summary {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 68rem) {
  .panels-list__item .panel-item__text {
    position: relative;
    height: 50%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item .panel-item__image {
    display: inline-block;
    height: 50%;
  }
  .panels-list__item .panel-item__summary {
    display: block;
  }
  .panels-list__item .panel-item__text {
    padding: 12px 12px 24px;
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .panels-list__item .panel-item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .panels-list__item .panel-item__summary {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.ie8 .panels-list__item .panel-item__text {
  position: relative;
  height: 50%;
  background-color: #190625;
  background-color: transparent;
}
.ie8 .panels-list__item .panel-item__image {
  display: inline-block;
  height: 50%;
}
.ie8 .panels-list__item .panel-item__summary {
  display: block;
}
.ie8 .panels-list__item .panel-item__text {
  padding: 12px 12px 24px;
  padding: 0.75rem 0.75rem 1.5rem;
}
.ie8 .panels-list__item .panel-item__title {
  font-size: 16px;
  font-size: 1rem;
}
.ie8 .panels-list__item .panel-item__summary {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}
.panel-item {
  position: relative;
  padding-top: 48.44368932%;
  height: 0;
  display: block;
  border: 0 none;
}
@media only screen and (min-width: 30rem) {
  .panel-item {
    position: relative;
    padding-top: 100%;
    height: 0;
  }
}
@media only screen and (min-width: 30rem) {
  .panel-item {
    position: relative;
    padding-top: 100%;
    height: 0;
  }
}
.ie8 .panel-item {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.panel-item:hover,
.panel-item:active,
.panel-item:focus {
  border: 0 none;
}
.panel-item:hover .panel-item__title,
.panel-item:active .panel-item__title,
.panel-item:focus .panel-item__title {
  color: #ffffff;
}
.panel-item:hover .panel-item__summary,
.panel-item:active .panel-item__summary,
.panel-item:focus .panel-item__summary {
  color: #e5d1ee;
}
.panels-list__item.panels-list__item--featured {
  float: left;
  padding-left: 0.75%;
  padding-right: 0.75%;
  width: 100%;
}
@media only screen and (min-width: 50rem) {
  .panels-list__item.panels-list__item--featured {
    float: left;
    padding-left: 0.75%;
    padding-right: 0.75%;
    width: 50%;
  }
}
@media only screen and (min-width: 50rem) {
  .panels-list__item.panels-list__item--featured {
    float: left;
    padding-left: 0.75%;
    padding-right: 0.75%;
    width: 50%;
  }
}
.ie8 .panels-list__item.panels-list__item--featured {
  float: left;
  padding-left: 0.75%;
  padding-right: 0.75%;
  width: 50%;
}
.panels-list__item.panels-list__item--featured .panel-item {
  position: relative;
  padding-top: 48.44368932%;
  height: 0;
}
.panel-item__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #190625;
  overflow: hidden;
  text-align: center;
}
.panel-item__image {
  max-width: none;
  margin-left: -50%;
  margin-right: -50%;
}
.panel-item__title {
  color: #51aaff;
  text-align: left;
}
.panel-item__summary {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: left;
}
.panel-item__date {
  position: absolute;
  bottom: 2px;
  right: 5px;
  color: #6d67d6;
  font-size: 9px;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.panel-item__play-button {
  display: none;
}
.panel-item__icon {
  display: none;
}
.panels-list__item.panels-list__item--no-summary .panel-item__text,
.panels-list__item.panels-list__item--youtube .panel-item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: #190625;
  background-color: rgba(25, 6, 37, 0.8);
}
.panels-list__item.panels-list__item--no-summary .panel-item__image,
.panels-list__item.panels-list__item--youtube .panel-item__image {
  display: inline-block;
  height: 100%;
}
.panels-list__item.panels-list__item--no-summary .panel-item__summary,
.panels-list__item.panels-list__item--youtube .panel-item__summary {
  display: none;
}
.panels-list__item.panels-list__item--no-summary .panel-item__summary,
.panels-list__item.panels-list__item--youtube .panel-item__summary {
  display: none;
}
.panels-list__item.panels-list__item--twitter .panel-item__title {
  display: none;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
  position: relative;
  height: 100%;
  background-color: #190625;
  background-color: transparent;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__image {
  display: none;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
  display: table;
  width: 100%;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
  display: table-cell;
  vertical-align: middle;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
  text-align: center;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__icon {
  display: none;
}
@media only screen and (min-width: 38rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
    padding: 24px;
    padding: 1.5rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 38rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
    padding: 24px;
    padding: 1.5rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
  padding: 24px;
  padding: 1.5rem;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__title {
  font-size: 16px;
  font-size: 1rem;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 50rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
    padding: 12px 12px 24px;
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__title {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 50rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
    padding: 12px 12px 24px;
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__title {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
  padding: 12px 12px 24px;
  padding: 0.75rem 0.75rem 1.5rem;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__title {
  font-size: 12px;
  font-size: 0.8rem;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
@media only screen and (min-width: 68rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
    padding: 24px;
    padding: 1.5rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 68rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
    padding: 24px;
    padding: 1.5rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
  padding: 24px;
  padding: 1.5rem;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__title {
  font-size: 16px;
  font-size: 1rem;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__summary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  position: relative;
  height: 100%;
  background-color: #190625;
  background-color: transparent;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
  display: none;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  display: table;
  width: 100%;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
  display: table-cell;
  vertical-align: middle;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
  text-align: center;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
  display: none;
}
@media only screen and (min-width: 38rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    position: relative;
    height: 50%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
    display: inline-block;
    height: 50%;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    display: block;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    text-align: left;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary:before {
    display: none;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
    display: block;
  }
}
@media only screen and (min-width: 38rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    position: relative;
    height: 50%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
    display: inline-block;
    height: 50%;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    display: block;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    text-align: left;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary:before {
    display: none;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
    display: block;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  position: relative;
  height: 50%;
  background-color: #190625;
  background-color: transparent;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
  display: inline-block;
  height: 50%;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
  display: block;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
  text-align: left;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary:before {
  display: none;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
  display: block;
}
@media only screen and (min-width: 50rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    position: relative;
    height: 100%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
    display: none;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    display: table;
    width: 100%;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    display: table-cell;
    vertical-align: middle;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    text-align: center;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
    display: none;
  }
}
@media only screen and (min-width: 50rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    position: relative;
    height: 100%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
    display: none;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    display: table;
    width: 100%;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    display: table-cell;
    vertical-align: middle;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    text-align: center;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
    display: none;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  position: relative;
  height: 100%;
  background-color: #190625;
  background-color: transparent;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
  display: none;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  display: table;
  width: 100%;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
  display: table-cell;
  vertical-align: middle;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
  text-align: center;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
  display: none;
}
@media only screen and (min-width: 68rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    position: relative;
    height: 50%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
    display: inline-block;
    height: 50%;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    display: block;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    text-align: left;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary:before {
    display: none;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
    display: block;
  }
}
@media only screen and (min-width: 68rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    position: relative;
    height: 50%;
    background-color: #190625;
    background-color: transparent;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
    display: inline-block;
    height: 50%;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    display: block;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
    text-align: left;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary:before {
    display: none;
  }
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
    display: block;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  position: relative;
  height: 50%;
  background-color: #190625;
  background-color: transparent;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__image {
  display: inline-block;
  height: 50%;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
  display: block;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary {
  text-align: left;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__summary:before {
  display: none;
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__icon {
  display: block;
}
.panel-item__twitter {
  display: block;
  font-size: 12px;
  font-size: 0.8rem;
  color: #cccccc;
}
.panel-item__twitter-author {
  color: #51aaff;
}
/**
 * Styles for the Modal.  This is based off the Toolkit Modal
 */
/* Background */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  opacity: 0.7;
}
/* Base modal */
.modal {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  top: 50%;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.modal .close {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1.5em;
  width: 1.5em;
  height: 1.5em;
  color: #7777a2;
}
.modal .close:hover {
  cursor: pointer;
}
.modal .modal-content {
  position: relative;
  border: 2px solid #3e0762;
  width: auto;
  max-width: 75%;
  margin: 0 auto;
  display: inline-block;
  box-shadow: 0px 0px 6em 1em #210335;
  background-color: #000;
}
.modal .modal-content.video {
  width: 75%;
}
.ie8 .modal {
  top: 100px !important;
  width: 100%;
}
.ie8 .modal-content {
  width: 75%;
}
.modal-controls {
  display: none;
}
.modal-content:hover .modal-controls.active {
  display: block;
}
.modal-navigation {
  position: absolute;
  margin-top: -87px;
  top: 50%;
}
.modal-navigation.prev {
  left: 0;
}
.modal-navigation.next {
  right: 0;
}
.modal-navigation:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2;
}
@font-face {
  font-family: "Metronic";
  src: url("../fonts/typography/metronic/MetronicforBlizzard-Bold.eot");
  src: url("../fonts/typography/metronic/MetronicforBlizzard-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/typography/metronic/MetronicforBlizzard-Bold.woff") format("woff"), url("../fonts/typography/metronic/MetronicforBlizzard-Bold.ttf") format("truetype"), url("../fonts/typography/metronic/MetronicforBlizzard-Bold.svg#exobold") format("svg");
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
}
@font-face {
  font-family: "Metronic";
  src: url("../fonts/typography/metronic/MetronicforBlizzard.eot");
  src: url("../fonts/typography/metronic/MetronicforBlizzard.eot?#iefix") format("embedded-opentype"), url("../fonts/typography/metronic/MetronicforBlizzard.woff") format("woff"), url("../fonts/typography/metronic/MetronicforBlizzard.ttf") format("truetype"), url("../fonts/typography/metronic/MetronicforBlizzard.svg#exoregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
body.ko-kr {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
body.ko-kr p,
body.ko-kr div {
  text-rendering: auto;
}
body.ko-kr .btn,
body.ko-kr .heading,
body.ko-kr .heading-light,
body.ko-kr .page__title,
body.ko-kr .section__title,
body.ko-kr .sub-section__heading,
body.ko-kr .paragraph__heading,
body.ko-kr .paragraph__heading--alternate,
body.ko-kr .paragraph__heading,
body.ko-kr .paragraph__heading--alternate,
body.ko-kr .paragraph__heading--alternate {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
body.ko-kr .bnet-container,
body.ko-kr .explore-menu,
body.ko-kr .explore-caption {
  font-family: Dotum, "돋움", Helvetica, AppleGothic, Sans-serif;
}
body.ko-kr h1,
body.ko-kr h2,
body.ko-kr h3,
body.ko-kr h4,
body.ko-kr h5,
body.ko-kr h6 {
  text-rendering: auto;
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
body.zh-tw {
  font-family: '微軟正黑', 'Microsoft JhengHei', Helvetica, Tahoma, '新明細體', PMingLiU, SimSun, sans-serif;
}
body.zh-tw p {
  text-rendering: auto;
}
body.zh-tw .btn,
body.zh-tw .heading,
body.zh-tw .heading-light,
body.zh-tw .page__title,
body.zh-tw .section__title,
body.zh-tw .sub-section__heading,
body.zh-tw .paragraph__heading,
body.zh-tw .paragraph__heading--alternate,
body.zh-tw .paragraph__heading,
body.zh-tw .paragraph__heading--alternate,
body.zh-tw .paragraph__heading--alternate {
  font-family: '微軟正黑', 'Microsoft JhengHei', Helvetica, Tahoma, '新明細體', PMingLiU, SimSun, sans-serif;
}
body.zh-tw .bnet-container,
body.zh-tw .explore-menu,
body.zh-tw .explore-caption {
  font-family: '微軟正黑', 'Microsoft JhengHei', Helvetica, Tahoma, '新明細體', PMingLiU, SimSun, sans-serif;
}
body.zh-tw h1,
body.zh-tw h2,
body.zh-tw h3,
body.zh-tw h4,
body.zh-tw h5,
body.zh-tw h6 {
  text-rendering: auto;
}
.text-center {
  text-align: center;
}
.heading,
.paragraph__heading,
.paragraph__heading--alternate {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}
.ko-kr .heading,
.ko-kr .paragraph__heading,
.ko-kr .paragraph__heading--alternate {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.heading a,
.paragraph__heading a,
.paragraph__heading--alternate a {
  color: inherit;
}
.heading--light,
.paragraph__heading--alternate {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}
.ko-kr .heading--light,
.ko-kr .paragraph__heading--alternate {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.heading--light a,
.paragraph__heading--alternate a {
  color: inherit;
}
.glow {
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
}
.glow--tagline {
  text-shadow: 0 0 16px #000000;
  text-shadow: 0 0 1rem #000000;
}
.page__title {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
  text-transform: uppercase;
  font-size: 59px;
  font-size: 3.725rem;
}
.ko-kr .page__title {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.page__description {
  font-size: 21px;
  font-size: 1.35rem;
  color: #8eb1bc;
  line-height: 1.6;
  font-weight: 200;
}
.section__title {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
  text-transform: uppercase;
  font-size: 2.6em;
}
.ko-kr .section__title {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
@media only screen and (min-width: 50em) {
  .section__title {
    font-size: 2.9em;
  }
}
.ie8 .section__title {
  font-size: 2.9em;
}
.section__description {
  font-size: 18px;
  font-size: 1.125rem;
  color: #8eb1bc;
  line-height: 1.6;
}
.sub-section__heading {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
}
.ko-kr .sub-section__heading {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.paragraph__heading,
.paragraph__heading--alternate {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.paragraph__heading--alternate {
  color: #66ccff;
}
.paragraph__description {
  font-size: 16px;
  font-size: 1rem;
  color: #8eb1bc;
  line-height: 1.6;
}
@font-face {
  font-family: 'heroes-icon';
  src: url('../fonts/heroes-icons/heroes.eot?adcul8');
  src: url('../fonts/heroes-icons/heroes.eot?#iefixadcul8') format('embedded-opentype'), url('../fonts/heroes-icons/heroes.woff?adcul8') format('woff'), url('../fonts/heroes-icons/heroes.ttf?adcul8') format('truetype'), url('../fonts/heroes-icons/heroes.svg?adcul8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'battlegrounds-icon';
  src: url('../fonts/battlegrounds-icons/battlegrounds.eot?adcul8');
  src: url('../fonts/battlegrounds-icons/battlegrounds.eot?#iefixadcul8') format('embedded-opentype'), url('../fonts/battlegrounds-icons/battlegrounds.woff?adcul8') format('woff'), url('../fonts/battlegrounds-icons/battlegrounds.ttf?adcul8') format('truetype'), url('../fonts/battlegrounds-icons/battlegrounds.svg?adcul8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="heroes-icon-"],
[class*=" heroes-icon-"] {
  font-family: "heroes-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.heroes-icon-universe-warcraft:before {
  content: "\e600";
}
.heroes-icon-universe-starcraft:before {
  content: "\e601";
}
.heroes-icon-universe-diablo:before {
  content: "\e602";
}
.heroes-icon-universe-retro:before {
  content: "\e607";
}
.heroes-icon-role-warrior:before {
  content: "\e603";
}
.heroes-icon-role-support:before {
  content: "\e604";
}
.heroes-icon-role-specialist:before {
  content: "\e605";
}
.heroes-icon-role-assassin:before {
  content: "\e606";
}
[class^="battlegrounds-icon-"],
[class*=" battlegrounds-icon-"] {
  font-family: "battlegrounds-icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 1.5rem;
  vertical-align: inherit;
}
.battlegrounds-icon-arrow:before {
  content: "\e600";
}
.battlegrounds-icon-info:before {
  content: "\e601";
}
.battlegrounds-icon-merc:before {
  content: "\e602";
}
.battlegrounds-icon-structure:before {
  content: "\e603";
}
.battlegrounds-icon-legendary:before {
  content: "\e604";
}
.callout-button {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background: #ff9900;
  background: linear-gradient(#ff9900, #ff6600);
  text-align: center;
  padding: 0.5em 1em;
  border: 2px solid #ffb674;
}
.ko-kr .callout-button {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.callout-button a {
  color: inherit;
}
.callout-button:hover {
  color: #ffffff;
  box-shadow: inset 0 0 12px #ffffff;
  box-shadow: inset 0 0 0.75rem #ffffff;
}
.btn {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  border: 2px solid #0f2e63;
  display: inline-block;
  text-align: center;
  padding: .7em 2em;
  margin: 8px 0;
  margin: .5rem 0;
  position: relative;
}
.ko-kr .btn {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.btn a {
  color: inherit;
}
.btn:hover,
.btn.is-active {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.btn--small {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  border: 2px solid #0f2e63;
  display: inline-block;
  text-align: center;
  padding: .7em 2em;
  margin: 8px 0;
  margin: .5rem 0;
  position: relative;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
}
.ko-kr .btn--small {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.btn--small a {
  color: inherit;
}
.btn--small:hover,
.btn--small.is-active {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.btn-active-neon-bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #d878ff;
  background: linear-gradient(to right, #deb9fd, #d878ff 10%, #9b72fb);
  bottom: -6px;
  left: -2px;
  right: -2px;
  top: auto;
  box-shadow: 0 0 24px 2px #d878ff;
  box-shadow: 0 0 1.5rem 2px #d878ff;
  opacity: 1;
  transition: opacity .25s;
}
.btn--nav {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  border: 2px solid #0f2e63;
  display: inline-block;
  text-align: center;
  padding: .7em 2em;
  margin: 8px 0;
  margin: .5rem 0;
  position: relative;
  display: block;
  border-width: 1px;
  border-bottom: 1px solid #1f62b5;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
  margin-top: 9px;
  margin-top: 0.6rem;
  padding: 11px 16px;
  padding: 0.7rem 1rem;
}
.ko-kr .btn--nav {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.btn--nav a {
  color: inherit;
}
.btn--nav:hover,
.btn--nav.is-active {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.btn--nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  top: auto;
  background-color: #58baff;
  transition: background-color 0.5s;
}
.btn--nav:hover {
  border-bottom: 1px solid #ffffff;
}
.btn--nav:hover:after {
  background-color: #ffffff;
  box-shadow: 0 0 16px 1px #009cff;
  box-shadow: 0 0 1rem 1px #009cff;
}
.btn--nav.is-active {
  background-color: #0d0119;
  background: linear-gradient(#260d54, #0d0119);
  border-color: #182e83;
  color: #ffffff;
  border-bottom: 1px solid #1f62b5;
}
.btn--nav.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #d878ff;
  background: linear-gradient(to right, #deb9fd, #d878ff 10%, #9b72fb);
  bottom: -6px;
  left: -2px;
  right: -2px;
  top: auto;
  box-shadow: 0 0 24px 2px #d878ff;
  box-shadow: 0 0 1.5rem 2px #d878ff;
  opacity: 1;
  transition: opacity .25s;
}
.primary-button {
  background-color: #8332cd;
  background-image: linear-gradient(#046bb3, #8332cd);
  padding: 3px;
  display: inline-block;
}
.primary-button:hover {
  background-color: #f20df3;
  background-image: linear-gradient(#00d8ff, #f20df3);
}
.primary-button:hover .primary-button__inner {
  color: #00d8ff;
  background-color: #062050;
  background-image: linear-gradient(#062050, #540f94);
}
.primary-button__inner {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  padding: .7em 2em;
  background-color: #021e50;
  font-weight: 700;
  color: #ffffff;
  background-image: linear-gradient(#021e50, #300e66);
}
.square-play-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/icons/play.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.heroes-dropdown {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
}
.heroes-dropdown:hover {
  cursor: pointer;
}
.heroes-dropdown .dropdown__selected {
  text-align: center;
  color: #8d66c6;
  font-size: 18px;
  font-size: 1.15rem;
  background: url('../images/buttons/navigation-buttons.png') right bottom no-repeat;
}
.heroes-dropdown select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  min-height: 40px;
}
.heroes-dropdown select:hover {
  cursor: pointer;
}
.arrow-tab {
  width: 90px;
  height: 175px;
  display: block;
}
@media only screen and (min-width: 68em) {
  .arrow-tab {
    background-color: #120423;
    background-color: rgba(18, 4, 35, 0.3);
  }
}
.ie8 .arrow-tab {
  background-color: #120423;
  background-color: rgba(18, 4, 35, 0.3);
}
@media only screen and (min-width: 68em) {
  .arrow-tab:hover {
    background-color: rgba(18, 4, 35, 0.5);
  }
}
.ie8 .arrow-tab:hover {
  background-color: rgba(18, 4, 35, 0.5);
}
.arrow-tab .heroes-arrow {
  background: transparent url("../images/buttons/navigation-buttons.png") 0 -64px no-repeat;
  width: 45px;
  height: 86px;
  margin: 43px auto 0;
  display: block;
}
@media only screen and (min-width: 68em) {
  .arrow-tab.prev {
    border-radius: 0 5px 5px 0;
  }
}
.ie8 .arrow-tab.prev {
  border-radius: 0 5px 5px 0;
}
.arrow-tab.prev .heroes-arrow {
  background-position: 0 -64px;
}
.arrow-tab.prev:hover .heroes-arrow {
  background-position: -45px -64px;
}
@media only screen and (min-width: 68em) {
  .arrow-tab.next {
    border-radius: 5px 0 0 5px;
  }
}
.ie8 .arrow-tab.next {
  border-radius: 5px 0 0 5px;
}
.arrow-tab.next .heroes-arrow {
  background-position: -140px -64px;
}
.arrow-tab.next:hover .heroes-arrow {
  background-position: -95px -64px;
}
.arrow-small {
  background: transparent url("../images/icons/small_arrows.png") 0 0 no-repeat;
  width: 25px;
  height: 50px;
}
.arrow-small.prev {
  background-position: -8px 0;
}
.arrow-small.prev:hover {
  background-position: -48px 0;
}
.arrow-small.next {
  background-position: -8px -50px;
}
.arrow-small.next:hover {
  background-position: -48px -50px;
}
.media-border {
  background-repeat: no-repeat;
  background-color: #43286b;
  background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
  padding: 3px;
  border: none;
}
.media-border:hover {
  background-color: #8d66c6;
  background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
}
.media-border .media-wrapper {
  padding: 3px;
  background-color: #000000;
}
.thumbnail-border--active {
  background: #00d8ff;
  box-shadow: 0 0 1em 2px #009cff;
}
.thumbnail-border--active:before,
.thumbnail-border--active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00d8ff;
  background: linear-gradient(to right, #00d8ff, #ffffff, #00d8ff);
}
.thumbnail-border--active:before {
  top: -4px;
}
.thumbnail-border--active:after {
  top: auto;
  bottom: -4px;
}
.tooltip--icon-large {
  background-repeat: no-repeat;
  padding: 4px;
  background-color: #273a4a;
  background: linear-gradient(#273a4a, #2f284a);
  position: relative;
}
.tooltip--icon-large.active {
  background-color: #8782d4;
  background: linear-gradient(#8782d4, #6ebfd4);
}
.tooltip--icon-large.active:hover {
  border: 4px solid #ffffff;
  padding: 0;
  background-image: none;
}
.tooltip--icon {
  background-repeat: no-repeat;
  padding: 3px;
  background-color: #273a4a;
  background: linear-gradient(#273a4a, #2f284a);
  position: relative;
}
.tooltip--icon.active {
  background-color: #8782d4;
  background: linear-gradient(#8782d4, #6ebfd4);
}
.tooltip--icon.active:hover {
  border: 3px solid #ffffff;
  padding: 0;
  background-image: none;
}
.tooltip--icon-alternate {
  background-repeat: no-repeat;
  padding: 3px;
  background-color: #273a4a;
  background: linear-gradient(#273a4a, #2f284a);
  position: relative;
}
.tooltip--icon-alternate:hover {
  background-color: #8782d4;
  background-image: linear-gradient(#8782d4, #6ebfd4);
}
.tooltip--icon-static {
  background-repeat: no-repeat;
  padding: 4px;
  background-color: #273a4a;
  background: linear-gradient(#273a4a, #2f284a);
  position: relative;
}
.tooltip--icon-static.active {
  background-color: #8782d4;
  background: linear-gradient(#8782d4, #6ebfd4);
}
.tooltip--alternate {
  background-repeat: no-repeat;
  padding: 3px;
  background-color: #14324e;
  background: linear-gradient(#14324e, #43286b);
  position: relative;
}
.tooltip--alternate.active:hover {
  background-color: #28649c;
  background: linear-gradient(#28649c, #8650d6);
}
@media only screen and (min-width: 50em) {
  .bnet-wrapper {
    position: relative;
    height: 2em;
  }
}
.ie8 .bnet-wrapper {
  position: relative;
  height: 2em;
}
.bnet-logo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1px;
  padding: 4px 13px 5px;
  height: 48px;
  height: 3rem;
  width: 64px;
  width: 4rem;
}
.bnet-logo img {
  max-height: 100%;
  max-width: auto;
}
@media only screen and (min-width: 50em) {
  .bnet-logo {
    display: none;
  }
}
.ie8 .bnet-logo {
  display: none;
}
@media only screen and (min-width: 50em) {
  #service {
    margin-right: 0.75em;
  }
}
.ie8 #service {
  margin-right: 0.75em;
}
@media only screen and (max-width: 49.99em) {
  #service {
    display: block;
    bottom: 0;
    top: 0;
    left: 100%;
    right: auto;
    z-index: 1;
    position: absolute;
    width: 70%;
    float: none;
  }
  #service .service-bar {
    display: block;
    float: none;
    background-color: #222;
  }
  .explore-menu-out #service {
    display: block;
  }
  #service .service-cell {
    float: none;
    background: none;
  }
  #service .service-welcome {
    font-size: 1em;
    padding: 7px 15px;
    background-color: none;
  }
  #service .service-welcome a {
    font-size: 1em;
    white-space: nowrap;
  }
  #service .service-auth {
    padding-right: 15px;
  }
  #service .service-auth .service-link {
    display: inline;
    border: none;
    text-align: right;
    position: absolute;
    top: -40px;
    top: -2.5rem;
    left: 0;
    padding: 8px 32px;
    padding: .5rem 2rem;
  }
  #service .service-auth .auth-menu {
    position: relative;
    top: auto;
    right: auto;
    background: none;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 0 15px 15px;
  }
  #service .service-home,
  #service .service-shop,
  #service .service-account,
  #service .service-support {
    display: none;
  }
  #service #explore-link {
    display: none;
  }
  #service .explore-menu {
    display: block !important;
    position: relative;
    width: auto;
    right: auto;
    top: auto;
    background: none;
  }
  #service .explore-menu .explore-nav,
  #service .explore-menu .explore-links {
    width: 100%;
    float: none;
  }
  #service .explore-menu .explore-primary {
    background: none;
  }
  #service .explore-primary {
    padding: 0;
  }
  #service .explore-primary li {
    border: 2px solid #232a31;
    margin-bottom: 1px;
  }
  #service .explore-primary a {
    border: none;
    margin: 0;
    padding: 0.7em 2em;
  }
  #service .explore-primary .explore-caption {
    color: #00b6ff;
  }
  #service .explore-links .explore-caption {
    display: none;
  }
  #service .explore-links li {
    border: none;
  }
  #service .explore-links a {
    font-size: 13px;
  }
  #service .explore-links ul {
    display: none;
  }
  #service .explore-game {
    margin-left: 0;
  }
  #service .explore-game a {
    width: auto;
    height: auto;
    background: none;
  }
  #service .explore-game a:hover {
    background: none;
  }
  #service .explore-game .explore-game-inner {
    padding: 0;
  }
  #service .explore-secondary {
    background: none;
    height: auto;
  }
  #service .explore-secondary .explore-caption {
    text-align: left;
  }
  #service .explore-secondary li {
    float: none;
    width: auto;
    background: none;
    border-left: none;
  }
  #service .explore-secondary a {
    padding: 0.5em 1.5em;
  }
  #service .explore-secondary a strong {
    color: #00b6ff;
    padding: 0;
  }
}
nav[role=navigation] {
  min-height: 2.5em;
  max-width: 1200px;
  max-width: 1200px;
  max-width: 75rem;
  margin: auto;
  position: relative;
  z-index: 5;
}
.mobile-nav-container {
  float: left;
  cursor: pointer;
  z-index: 20;
  padding: 0;
  margin: 0;
  height: 2.5em;
  line-height: 2.5em;
}
.mobile-nav-btn {
  margin: 1px;
  line-height: 48px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  clear: right;
  height: 48px;
  height: 3rem;
  width: 64px;
  width: 4rem;
}
@media only screen and (min-width: 50em) {
  .mobile-nav-btn {
    display: none;
  }
}
.ie8 .mobile-nav-btn {
  display: none;
}
.mobile-nav-btn.is-active {
  background-color: #15333a;
}
.mobile-nav-btn + .mobile-nav-btn {
  margin-left: 0.5em;
}
.hamburger {
  background-image: url('../images/icons/icon-hamburger.png');
  background-position: center 40%;
  background-repeat: no-repeat;
}
.small-logo {
  position: relative;
  display: block;
  margin: auto;
  width: 184px;
  height: 90px;
}
@media only screen and (min-width: 30em) {
  .small-logo {
    width: 249px;
    height: 106px;
  }
}
.ie8 .small-logo {
  width: 249px;
  height: 106px;
}
@media only screen and (min-width: 50em) {
  .small-logo {
    margin: -32px 16px 16px;
    margin: -2rem 1rem 1rem;
  }
}
.ie8 .small-logo {
  margin: -32px 16px 16px;
  margin: -2rem 1rem 1rem;
}
@media only screen and (min-width: 68em) {
  .small-logo {
    display: none;
  }
}
.ie8 .small-logo {
  display: none;
}
.small-logo:after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
  content: "";
  background: url('../images/logos/logo.png') center -18px no-repeat;
  background-size: contain;
  width: 184px;
  height: 150px;
}
@media (min-resolution: 2dppx) {
  .small-logo:after {
    background-image: url('../images/logos/logo@2x.png');
    background-position: center -6px;
  }
}
@media only screen and (min-width: 30em) {
  .small-logo:after {
    background-position: center -40px;
    width: 249px;
    height: 188px;
  }
}
@media only screen and (min-width: 30em) and (min-resolution: 2dppx) {
  .small-logo:after {
    background-position: center -24px;
  }
}
.ie8 .small-logo:after {
  background-position: center -40px;
  width: 249px;
  height: 188px;
}
@media (min-resolution: 2dppx) {
  .ie8 .small-logo:after {
    background-position: center -24px;
  }
}
.zh-tw .small-logo:after {
  background-image: url('../images/logos/logo-tw.png');
  background-position: center -12px;
}
@media (min-resolution: 2dppx) {
  .zh-tw .small-logo:after {
    background-image: url('../images/logos/logo-tw@2x.png');
    background-position: center -8px;
  }
}
@media only screen and (min-width: 30em) {
  .zh-tw .small-logo:after {
    background-position: center -30px;
  }
}
@media only screen and (min-width: 30em) and (min-resolution: 2dppx) {
  .zh-tw .small-logo:after {
    background-position: center -22px;
  }
}
.ie8 .zh-tw .small-logo:after {
  background-position: center -30px;
}
@media (min-resolution: 2dppx) {
  .ie8 .zh-tw .small-logo:after {
    background-position: center -22px;
  }
}
.home .small-logo {
  width: 55%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 20%;
}
@media only screen and (min-width: 50em) {
  .home .small-logo {
    width: 249px;
    height: 106px;
    padding: 0;
  }
}
.ie8 .home .small-logo {
  width: 249px;
  height: 106px;
  padding: 0;
}
.home .small-logo:after {
  background-position: center 12px;
  width: 100%;
  height: 270px;
}
@media (min-resolution: 2dppx) {
  .home .small-logo:after {
    background-position: center 24px;
  }
}
@media only screen and (min-width: 30em) {
  .home .small-logo:after {
    background: url('../images/logos/logo@2x.png') center -30px no-repeat;
    background-size: contain;
  }
}
.ie8 .home .small-logo:after {
  background: url('../images/logos/logo@2x.png') center -30px no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 50em) {
  .home .small-logo:after {
    background: url('../images/logos/logo.png') center -40px no-repeat;
    width: 249px;
    height: 188px;
  }
}
@media only screen and (min-width: 50em) and (min-resolution: 2dppx) {
  .home .small-logo:after {
    background-image: url('../images/logos/logo@2x.png');
    background-position: center -24px;
    background-size: 249px 176px;
  }
}
.ie8 .home .small-logo:after {
  background: url('../images/logos/logo.png') center -40px no-repeat;
  width: 249px;
  height: 188px;
}
@media (min-resolution: 2dppx) {
  .ie8 .home .small-logo:after {
    background-image: url('../images/logos/logo@2x.png');
    background-position: center -24px;
    background-size: 249px 176px;
  }
}
.zh-tw.home .small-logo:after {
  background-image: url('../images/logos/logo-tw.png');
  background-position: center 24px;
}
@media (min-resolution: 2dppx) {
  .zh-tw.home .small-logo:after {
    background-image: url('../images/logos/logo-tw@2x.png');
    background-position: center 28px;
  }
}
@media only screen and (min-width: 30em) {
  .zh-tw.home .small-logo:after {
    background-image: url('../images/logos/logo-tw@2x.png');
    background-position: center -24px;
  }
}
.ie8 .zh-tw.home .small-logo:after {
  background-image: url('../images/logos/logo-tw@2x.png');
  background-position: center -24px;
}
@media only screen and (min-width: 50em) {
  .zh-tw.home .small-logo:after {
    background-image: url('../images/logos/logo-tw.png');
    background-position: center -26px;
  }
}
@media only screen and (min-width: 50em) and (min-resolution: 2dppx) {
  .zh-tw.home .small-logo:after {
    background-image: url('../images/logos/logo-tw@2x.png');
    background-position: center -20px;
  }
}
.ie8 .zh-tw.home .small-logo:after {
  background-image: url('../images/logos/logo-tw.png');
  background-position: center -26px;
}
@media (min-resolution: 2dppx) {
  .ie8 .zh-tw.home .small-logo:after {
    background-image: url('../images/logos/logo-tw@2x.png');
    background-position: center -20px;
  }
}
.main-nav-container {
  padding: 0;
}
@media only screen and (min-width: 50em) {
  .main-nav-container {
    padding: 0 16px;
    padding: 0 1rem;
    margin-top: -16px;
    margin-top: -1rem;
  }
}
.ie8 .main-nav-container {
  padding: 0 16px;
  padding: 0 1rem;
  margin-top: -16px;
  margin-top: -1rem;
}
@media only screen and (min-width: 68em) {
  .main-nav-container {
    margin-top: 0;
    padding-top: 16px;
    padding-top: 1rem;
  }
}
.ie8 .main-nav-container {
  margin-top: 0;
  padding-top: 16px;
  padding-top: 1rem;
}
@media only screen and (min-width: 50em) {
  .fr-fr .nav-list__item a,
  .pt-br .nav-list__item a,
  .de-de .nav-list__item a,
  .pl-pl .nav-list__item a,
  .es-mx .nav-list__item a,
  .es-es .nav-list__item a,
  .ru-ru .nav-list__item a {
    font-size: 12px;
    font-size: .75rem;
    margin-left: 2px;
  }
}
.ie8 .fr-fr .nav-list__item a,
.ie8 .pt-br .nav-list__item a,
.ie8 .de-de .nav-list__item a,
.ie8 .pl-pl .nav-list__item a,
.ie8 .es-mx .nav-list__item a,
.ie8 .es-es .nav-list__item a,
.ie8 .ru-ru .nav-list__item a {
  font-size: 12px;
  font-size: .75rem;
  margin-left: 2px;
}
@media only screen and (min-width: 85em) {
  .fr-fr .nav-list__item a,
  .pt-br .nav-list__item a,
  .de-de .nav-list__item a,
  .pl-pl .nav-list__item a,
  .es-mx .nav-list__item a,
  .es-es .nav-list__item a,
  .ru-ru .nav-list__item a {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 3px;
  }
}
.ie8 .fr-fr .nav-list__item a,
.ie8 .pt-br .nav-list__item a,
.ie8 .de-de .nav-list__item a,
.ie8 .pl-pl .nav-list__item a,
.ie8 .es-mx .nav-list__item a,
.ie8 .es-es .nav-list__item a,
.ie8 .ru-ru .nav-list__item a {
  font-size: 16px;
  font-size: 1rem;
  margin-left: 3px;
}
.nav-list-container {
  width: 70%;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 50em) {
  .nav-list-container {
    position: relative;
    right: auto;
    width: 100%;
    display: table;
  }
}
.ie8 .nav-list-container {
  position: relative;
  right: auto;
  width: 100%;
  display: table;
}
.nav-list {
  background-color: #000000;
}
@media only screen and (min-width: 50em) {
  .nav-list {
    display: table-row;
    background-color: transparent;
  }
}
.ie8 .nav-list {
  display: table-row;
  background-color: transparent;
}
.nav-list__item {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  vertical-align: middle;
  display: block;
}
.ko-kr .nav-list__item {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.nav-list__item a {
  color: inherit;
}
.nav-list__item a {
  display: block;
  padding: 13px 16px;
  padding: 0.86rem 1rem;
  font-weight: 700;
  border-bottom: 1px solid #0f2e63;
  position: relative;
  z-index: 2;
}
.nav-list__item a.is-active {
  color: #ffffff;
}
.nav-list__item a.btn i {
  line-height: 1;
}
.nav-list__item a.nav-link-beta {
  background: #ff9900;
  background: linear-gradient(#ff9900, #ff6600);
  border: 1px solid #FDBC80;
  border-bottom: 1px solid #ffffff;
  text-shadow: none;
  transition: border 0.25s;
}
.nav-list__item a.nav-link-beta:before,
.nav-list__item a.nav-link-beta:after {
  content: none;
}
.nav-list__item a.nav-link-beta:hover {
  background: #ff9900;
  background: linear-gradient(#ff9900, #ff6600);
  border: 1px solid #ffffff;
  box-shadow: 0 0 16px rgba(218, 118, 28, 0.9);
  box-shadow: 0 0 1rem rgba(218, 118, 28, 0.9);
}
@media only screen and (min-width: 50em) {
  .nav-list__item a.nav-link-beta {
    box-shadow: 0 0 16px rgba(169, 55, 0, 0.9);
    box-shadow: 0 0 1rem rgba(169, 55, 0, 0.9);
  }
}
.ie8 .nav-list__item a.nav-link-beta {
  box-shadow: 0 0 16px rgba(169, 55, 0, 0.9);
  box-shadow: 0 0 1rem rgba(169, 55, 0, 0.9);
}
@media only screen and (min-width: 50em) {
  .nav-list__item {
    display: table-cell;
    position: relative;
    width: 9.25%;
    white-space: nowrap;
  }
  .nav-list__item a {
    font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    background-color: #0c3c59;
    background: linear-gradient(#19193f, #0f325b);
    border: 2px solid #0f2e63;
    display: inline-block;
    padding: .7em 2em;
    margin: 8px 0;
    margin: .5rem 0;
    position: relative;
    display: block;
    border-width: 1px;
    border-bottom: 1px solid #1f62b5;
    text-shadow: 0 0 16px #009cff;
    text-shadow: 0 0 1rem #009cff;
    margin-top: 9px;
    margin-top: 0.6rem;
    padding: 11px 16px;
    padding: 0.7rem 1rem;
    font-size: 12px;
    font-size: 0.8rem;
    text-align: center;
    margin-left: 3px;
  }
  .ko-kr .nav-list__item a {
    font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
  }
  .nav-list__item a a {
    color: inherit;
  }
  .nav-list__item a:hover,
  .nav-list__item a.is-active {
    background-color: #18388a;
    background: linear-gradient(#1b0d41, #18388a);
    border-color: #182e83;
    color: #ffffff;
  }
  .nav-list__item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    top: auto;
    background-color: #58baff;
    transition: background-color 0.5s;
  }
  .nav-list__item a:hover {
    border-bottom: 1px solid #ffffff;
  }
  .nav-list__item a:hover:after {
    background-color: #ffffff;
    box-shadow: 0 0 16px 1px #009cff;
    box-shadow: 0 0 1rem 1px #009cff;
  }
  .nav-list__item a.is-active {
    background-color: #0d0119;
    background: linear-gradient(#260d54, #0d0119);
    border-color: #182e83;
    color: #ffffff;
    border-bottom: 1px solid #1f62b5;
  }
  .nav-list__item a.is-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #d878ff;
    background: linear-gradient(to right, #deb9fd, #d878ff 10%, #9b72fb);
    bottom: -6px;
    left: -2px;
    right: -2px;
    top: auto;
    box-shadow: 0 0 24px 2px #d878ff;
    box-shadow: 0 0 1.5rem 2px #d878ff;
    opacity: 1;
    transition: opacity .25s;
  }
  .nav-list__item:first-child a {
    margin-left: 0;
  }
}
.ie8 .nav-list__item {
  display: table-cell;
  position: relative;
  width: 9.25%;
  white-space: nowrap;
}
.ie8 .nav-list__item a {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  border: 2px solid #0f2e63;
  display: inline-block;
  padding: .7em 2em;
  margin: 8px 0;
  margin: .5rem 0;
  position: relative;
  display: block;
  border-width: 1px;
  border-bottom: 1px solid #1f62b5;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
  margin-top: 9px;
  margin-top: 0.6rem;
  padding: 11px 16px;
  padding: 0.7rem 1rem;
  font-size: 12px;
  font-size: 0.8rem;
  text-align: center;
  margin-left: 3px;
}
.ko-kr .ie8 .nav-list__item a {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.ie8 .nav-list__item a a {
  color: inherit;
}
.ie8 .nav-list__item a:hover,
.ie8 .nav-list__item a.is-active {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.ie8 .nav-list__item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  top: auto;
  background-color: #58baff;
  transition: background-color 0.5s;
}
.ie8 .nav-list__item a:hover {
  border-bottom: 1px solid #ffffff;
}
.ie8 .nav-list__item a:hover:after {
  background-color: #ffffff;
  box-shadow: 0 0 16px 1px #009cff;
  box-shadow: 0 0 1rem 1px #009cff;
}
.ie8 .nav-list__item a.is-active {
  background-color: #0d0119;
  background: linear-gradient(#260d54, #0d0119);
  border-color: #182e83;
  color: #ffffff;
  border-bottom: 1px solid #1f62b5;
}
.ie8 .nav-list__item a.is-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #d878ff;
  background: linear-gradient(to right, #deb9fd, #d878ff 10%, #9b72fb);
  bottom: -6px;
  left: -2px;
  right: -2px;
  top: auto;
  box-shadow: 0 0 24px 2px #d878ff;
  box-shadow: 0 0 1.5rem 2px #d878ff;
  opacity: 1;
  transition: opacity .25s;
}
.ie8 .nav-list__item:first-child a {
  margin-left: 0;
}
.nav-list__item a.is-active {
  background-color: #0f2e63;
  background-color: rgba(15, 46, 99, 0.5);
}
.nav-list__item:first-child {
  padding-top: 2px;
}
.beta-btn--nav {
  color: #f87e01;
}
.all-content-wrapper {
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
}
.nav-menu-out .all-content-wrapper {
  -webkit-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
}
@media only screen and (max-width: 49.99em) {
  .explore-menu-out .all-content-wrapper {
    -webkit-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
  }
}
.bnet-wrapper {
  font-size: 13px;
}
@media only screen and (min-width: 50em) {
  .nav-list__item.nav-link-home {
    display: none;
  }
}
.ie8 .nav-list__item.nav-link-home {
  display: none;
}
@media only screen and (min-width: 68em) {
  .nav-list__item.nav-link-home {
    display: table-cell;
    width: 19%;
  }
  .nav-list__item.nav-link-home a {
    position: absolute;
    text-indent: -15984px;
    text-indent: -999rem;
    box-shadow: none;
    border: none;
    background: none;
    padding: 0;
    height: 159px;
    width: 100%;
    max-width: 249px;
    top: -70px;
    top: -4.4rem;
    left: -14px;
  }
  .zh-tw .nav-list__item.nav-link-home a {
    top: -57px;
    top: -3.6rem;
  }
  .nav-list__item.nav-link-home a:before {
    content: none;
  }
  .nav-list__item.nav-link-home a:after {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    content: "";
    background: url('../images/logos/logo.png') left center no-repeat;
    background-size: 100%;
    height: 188px;
    width: 100%;
  }
  .zh-tw .nav-list__item.nav-link-home a:after {
    background-image: url('../images/logos/logo-tw.png');
  }
  .nav-list__item.nav-link-home a:hover:after {
    background-color: transparent;
    box-shadow: none;
  }
}
@media only screen and (min-width: 68em) and (min-resolution: 2dppx) {
  .nav-list__item.nav-link-home a {
    top: -64px;
    top: -4rem;
  }
}
@media only screen and (min-width: 68em) and (min-resolution: 2dppx) {
  .nav-list__item.nav-link-home a:after {
    background-image: url('../images/logos/logo@2x.png');
  }
}
@media only screen and (min-width: 68em) and (min-resolution: 2dppx) {
  .zh-tw .nav-list__item.nav-link-home a:after {
    background-image: url('../images/logos/logo-tw@2x.png');
  }
}
.ie8 .nav-list__item.nav-link-home {
  display: table-cell;
  width: 19%;
}
.ie8 .nav-list__item.nav-link-home a {
  position: absolute;
  text-indent: -15984px;
  text-indent: -999rem;
  box-shadow: none;
  border: none;
  background: none;
  padding: 0;
  height: 159px;
  width: 100%;
  max-width: 249px;
  top: -70px;
  top: -4.4rem;
  left: -14px;
}
@media (min-resolution: 2dppx) {
  .ie8 .nav-list__item.nav-link-home a {
    top: -64px;
    top: -4rem;
  }
}
.zh-tw .ie8 .nav-list__item.nav-link-home a {
  top: -57px;
  top: -3.6rem;
}
.ie8 .nav-list__item.nav-link-home a:before {
  content: none;
}
.ie8 .nav-list__item.nav-link-home a:after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
  background: url('../images/logos/logo.png') left center no-repeat;
  background-size: 100%;
  height: 188px;
  width: 100%;
}
@media (min-resolution: 2dppx) {
  .ie8 .nav-list__item.nav-link-home a:after {
    background-image: url('../images/logos/logo@2x.png');
  }
}
.zh-tw .ie8 .nav-list__item.nav-link-home a:after {
  background-image: url('../images/logos/logo-tw.png');
}
@media (min-resolution: 2dppx) {
  .zh-tw .ie8 .nav-list__item.nav-link-home a:after {
    background-image: url('../images/logos/logo-tw@2x.png');
  }
}
.ie8 .nav-list__item.nav-link-home a:hover:after {
  background-color: transparent;
  box-shadow: none;
}
.video-switcher__video {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 50em) {
  .video-switcher__video {
    display: none;
  }
}
.ie8 .video-switcher__video {
  display: none;
}
.video-switcher__frame {
  padding-bottom: 56.25%;
  position: relative;
}
.video-switcher__btn {
  display: block;
  font-size: 15px;
  font-size: .95rem;
  vertical-align: top;
  margin: 4px 0;
  margin: 0.25rem 0;
}
@media only screen and (min-width: 30em) {
  .video-switcher__btn {
    display: inline-block;
    width: 32%;
    margin: 0;
  }
}
.ie8 .video-switcher__btn {
  display: inline-block;
  width: 32%;
  margin: 0;
}
@media only screen and (min-width: 50em) {
  .video-switcher__btn {
    background-repeat: no-repeat;
    background-color: #43286b;
    background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
    padding: 3px;
    border: none;
  }
  .video-switcher__btn:hover {
    background-color: #8d66c6;
    background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
  }
  .video-switcher__btn .media-wrapper {
    padding: 3px;
    background-color: #000000;
  }
}
.ie8 .video-switcher__btn {
  background-repeat: no-repeat;
  background-color: #43286b;
  background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
  padding: 3px;
  border: none;
}
.ie8 .video-switcher__btn:hover {
  background-color: #8d66c6;
  background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
}
.ie8 .video-switcher__btn .media-wrapper {
  padding: 3px;
  background-color: #000000;
}
.video-switcher__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 30em) {
  .video-switcher__btn + .video-switcher__btn {
    margin-top: 0;
  }
}
.ie8 .video-switcher__btn + .video-switcher__btn {
  margin-top: 0;
}
@media only screen and (min-width: 30em) {
  .pt-br .video-switcher__btn,
  .ru-ru .video-switcher__btn {
    padding: 0.7em 0.3em;
  }
}
.ie8 .pt-br .video-switcher__btn,
.ie8 .ru-ru .video-switcher__btn {
  padding: 0.7em 0.3em;
}
@media only screen and (min-width: 30em) {
  .es-mx .video-switcher__btn,
  .es-es .video-switcher__btn {
    padding: 0.7em 0.5em;
  }
}
.ie8 .es-mx .video-switcher__btn,
.ie8 .es-es .video-switcher__btn {
  padding: 0.7em 0.5em;
}
@media only screen and (min-width: 30em) {
  .it-it .video-switcher__btn {
    padding: 0.7em 1.1em;
  }
}
.ie8 .it-it .video-switcher__btn {
  padding: 0.7em 1.1em;
}
@media only screen and (min-width: 50em) {
  .marketing-wrapper {
    padding: 3px;
    background-color: #000000;
  }
}
.ie8 .marketing-wrapper {
  padding: 3px;
  background-color: #000000;
}
.marketing-list-item.cinematic .sixteen-nine {
  background: url('../images/marketing/cinematic.jpg') 0 0 no-repeat;
  background-size: cover;
}
.marketing-list-item.developer .sixteen-nine {
  background: url('../images/marketing/developer.jpg') 0 0 no-repeat;
  background-size: cover;
}
.marketing-list-item.gameplay .sixteen-nine {
  background: url('../images/marketing/gameplay.jpg') 0 0 no-repeat;
  background-size: cover;
}
.marketing-video-container {
  display: none;
}
@media only screen and (min-width: 50em) {
  .marketing-video-container {
    display: block;
    position: relative;
    cursor: pointer;
  }
}
.ie8 .marketing-video-container {
  display: block;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 50em) {
  .marketing-video-container .btn {
    z-index: 5;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 2em 3em;
    margin-top: -2em;
    margin-left: -3em;
    background-color: #0c3c59;
    background: linear-gradient(#19193f, #0f325b);
  }
}
.ie8 .marketing-video-container .btn {
  z-index: 5;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2em 3em;
  margin-top: -2em;
  margin-left: -3em;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
}
@media only screen and (min-width: 50em) {
  .video-switcher__btn:hover .marketing-video-container .btn {
    background-color: #18388a;
    background: linear-gradient(#1b0d41, #18388a);
    border-color: #182e83;
    color: #ffffff;
  }
}
.ie8 .video-switcher__btn:hover .marketing-video-container .btn {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.marketing-video-container .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/icons/play.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 50em) {
  .marketing-content {
    padding: 1em;
    display: block;
    text-align: left;
  }
}
.ie8 .marketing-content {
  padding: 1em;
  display: block;
  text-align: left;
}
@media only screen and (min-width: 50em) {
  .marketing-content .heading,
  .marketing-content .paragraph__heading,
  .marketing-content .paragraph__heading--alternate {
    font-size: 30px;
    font-size: 1.9rem;
  }
}
.ie8 .marketing-content .heading,
.ie8 .marketing-content .paragraph__heading,
.ie8 .marketing-content .paragraph__heading--alternate {
  font-size: 30px;
  font-size: 1.9rem;
}
@media only screen and (min-width: 50em) {
  .pt-br .marketing-content .heading,
  .pt-br .marketing-content .paragraph__heading,
  .pt-br .marketing-content .paragraph__heading--alternate {
    font-size: 25px;
    font-size: 1.6rem;
  }
}
.ie8 .pt-br .marketing-content .heading,
.ie8 .pt-br .marketing-content .paragraph__heading,
.ie8 .pt-br .marketing-content .paragraph__heading--alternate {
  font-size: 25px;
  font-size: 1.6rem;
}
.video-switcher__btn__title {
  display: block;
}
@media only screen and (min-width: 50em) {
  .es-mx .video-switcher__btn__title,
  .es-es .video-switcher__btn__title,
  .ru-ru .video-switcher__btn__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.ie8 .es-mx .video-switcher__btn__title,
.ie8 .es-es .video-switcher__btn__title,
.ie8 .ru-ru .video-switcher__btn__title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 68em) {
  .es-mx .video-switcher__btn__title,
  .es-es .video-switcher__btn__title,
  .ru-ru .video-switcher__btn__title {
    font-size: 30px;
    font-size: 1.9rem;
  }
}
.ie8 .es-mx .video-switcher__btn__title,
.ie8 .es-es .video-switcher__btn__title,
.ie8 .ru-ru .video-switcher__btn__title {
  font-size: 30px;
  font-size: 1.9rem;
}
.video-switcher__btn__sub-title {
  display: block;
  color: #4f93b6;
  font-weight: 400;
}
@media only screen and (min-width: 50em) {
  .video-switcher__btn__sub-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.ie8 .video-switcher__btn__sub-title {
  font-size: 24px;
  font-size: 1.5rem;
}
.video-switcher__btn:hover .video-switcher__btn__sub-title {
  color: #00d8ff;
}
@media only screen and (min-width: 50em) {
  .video-switcher__btn:hover .video-switcher__btn__sub-title {
    color: #4f93b6;
  }
}
.ie8 .video-switcher__btn:hover .video-switcher__btn__sub-title {
  color: #4f93b6;
}
#copyright {
  color: #8eb1bc;
  font-size: 12px;
  font-size: .75rem;
  position: relative;
  border-top: none;
}
#copyright a {
  color: #4f93b6;
}
#copyright a:first-child {
  margin-left: 0;
}
#copyright p {
  max-width: 66%;
}
.home #footer {
  background-color: #08000f;
}
.game #footer {
  background-color: #160321;
}
.lower-footer-wrapper {
  padding: 16px;
  padding: 1rem;
  max-width: 1200px;
  max-width: 75rem;
  margin: auto;
  position: relative;
}
#legal {
  padding: 0;
}
#legal #blizzard {
  float: none;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 38em) {
  #legal #blizzard {
    float: left;
  }
}
.ie8 #legal #blizzard {
  float: left;
}
@media only screen and (max-width: 49.99em) {
  .en-gb #legal #blizzard,
  .es-es #legal #blizzard,
  .fr-fr #legal #blizzard,
  .it-it #legal #blizzard,
  .pl-pl #legal #blizzard {
    float: none;
  }
}
#legal a {
  display: block;
  margin-bottom: 9px;
  margin-bottom: 0.6rem;
}
#legal #legal-ratings {
  float: none;
  width: auto;
}
@media only screen and (min-width: 38em) {
  #legal #legal-ratings {
    float: right;
    vertical-align: top;
    width: auto;
    margin-left: 10px;
  }
}
.ie8 #legal #legal-ratings {
  float: right;
  vertical-align: top;
  width: auto;
  margin-left: 10px;
}
@media only screen and (max-width: 49.99em) {
  .en-gb #legal #legal-ratings,
  .es-es #legal #legal-ratings,
  .fr-fr #legal #legal-ratings,
  .it-it #legal #legal-ratings,
  .pl-pl #legal #legal-ratings {
    float: none;
    margin-left: 0;
  }
}
#legal #legal-ratings img {
  margin: auto;
  display: block;
}
.ko-kr #legal #legal-ratings img {
  display: inline-block;
}
#legal #legal-ratings img.esrb-logo,
#legal #legal-ratings img.dejus-rating {
  float: left;
}
#legal #legal-ratings .product-rating {
  float: none;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  display: block;
}
@media only screen and (min-width: 38em) {
  #legal #legal-ratings .product-rating {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    width: auto;
  }
}
.ie8 #legal #legal-ratings .product-rating {
  display: inline-block;
  margin-left: 10px;
  margin-top: 0;
  width: auto;
}
#legal #legal-ratings .product-rating span {
  display: block;
}
#legal #legal-ratings .product-rating a {
  margin-right: 10px;
  margin-bottom: 0;
  display: block;
}
.ko-kr #legal #legal-ratings .product-rating a {
  float: none;
  margin-right: 0;
}
@media only screen and (min-width: 38em) {
  #legal #legal-ratings .product-rating a {
    float: left;
  }
}
.ie8 #legal #legal-ratings .product-rating a {
  float: left;
}
#legal #legal-ratings .product-rating.esrb-rating,
#legal #legal-ratings .product-rating.dejus-rating {
  width: 224px;
  width: 14rem;
}
#legal #legal-ratings .product-rating.esrb-rating a,
#legal #legal-ratings .product-rating.dejus-rating a {
  float: left;
}
#legal #legal-ratings .product-rating.dejus-rating {
  width: 144px;
  width: 9rem;
}
#legal #legal-ratings .product-rating.pegi-rating a {
  float: left;
  margin-right: 0;
}
#legal #legal-ratings .pegi-rating .pegi-descriptor-image {
  float: left;
  margin-left: 10px;
}
#legal #legal-ratings .pegi-rating .pegi-descriptor-image:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 49.99em) {
  #legal #legal-ratings .product-rating.pegi-rating {
    width: 290px;
  }
}
@media only screen and (min-width: 38em) {
  #legal #legal-ratings .product-rating.pegi-rating {
    display: block;
  }
}
.ie8 #legal #legal-ratings .product-rating.pegi-rating {
  display: block;
}
@media only screen and (min-width: 50em) {
  #legal #legal-ratings .product-rating.pegi-rating {
    display: inline-block;
  }
}
.ie8 #legal #legal-ratings .product-rating.pegi-rating {
  display: inline-block;
}
@media only screen and (min-width: 38em) {
  .truste-container {
    display: inline-block;
    vertical-align: top;
  }
}
.ie8 .truste-container {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 49.99em) {
  .en-gb .truste-container,
  .es-es .truste-container,
  .fr-fr .truste-container,
  .it-it .truste-container,
  .pl-pl .truste-container {
    display: block;
  }
}
.grb-rating {
  text-align: center;
}
.esrb-descriptor,
.dejus-descriptor {
  text-align: left;
}
.esrb-disclaimer {
  max-width: 224px;
  max-width: 14rem;
  width: 100%;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: left;
}
@media only screen and (min-width: 50em) {
  .esrb-disclaimer {
    float: right;
    clear: right;
  }
}
.ie8 .esrb-disclaimer {
  float: right;
  clear: right;
}
#international {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: none;
}
.home .social-icon-container {
  display: none;
}
@media only screen and (min-width: 50em) {
  .social-icon-container {
    float: right;
    margin-top: -40px;
    margin-top: -2.5rem;
  }
}
.ie8 .social-icon-container {
  float: right;
  margin-top: -40px;
  margin-top: -2.5rem;
}
#copyright .social-icon-container a {
  float: left;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 50em) {
  #copyright .social-icon-container a {
    margin-bottom: 0;
  }
}
.ie8 #copyright .social-icon-container a {
  margin-bottom: 0;
}
#copyright .social-icon-container a + a {
  margin-left: 16px;
  margin-left: 1rem;
}
.social-icon {
  background: #000000 url("../images/layout/social.png");
  border-radius: 4px;
  width: 31px;
  height: 31px;
}
.social-icon.rss {
  background-position: 0px 0;
}
.social-icon.rss:hover {
  background-position: 0px 31px;
}
.social-icon.facebook {
  background-position: -31px 0;
}
.social-icon.facebook:hover {
  background-position: -31px 31px;
}
.social-icon.twitter {
  background-position: -62px 0;
}
.social-icon.twitter:hover {
  background-position: -62px 31px;
}
.social-icon.youtube {
  background-position: -93px 0;
}
.social-icon.youtube:hover {
  background-position: -93px 31px;
}
.social-icon.me2day {
  background-position: -124px 0;
}
.social-icon.me2day:hover {
  background-position: -124px 31px;
}
.social-icon.plurk {
  background-position: -155px 0;
}
.social-icon.plurk:hover {
  background-position: -155px 31px;
}
.social-icon.weibo {
  background-position: -186px 0;
}
.social-icon.weibo:hover {
  background-position: -186px 31px;
}
.social-icon.kaixin {
  background-position: -217px 0;
}
.social-icon.kaixin:hover {
  background-position: -217px 31px;
}
.social-icon.vkontakte {
  background-position: -248px 0;
}
.social-icon.vkontakte:hover {
  background-position: -248px 31px;
}
.social-icon.vk {
  background-position: -279px 0;
}
.social-icon.vk:hover {
  background-position: -279px 31px;
}
.social-icon.wechat {
  background-position: -310px 0;
}
.social-icon.wechat:hover {
  background-position: -310px 31px;
}
.social-icon.tencent-weibo {
  background-position: -341px 0;
}
.social-icon.tencent-weibo:hover {
  background-position: -341px 31px;
}
.social-icon.reddit {
  background-position: -372px 0;
}
.social-icon.reddit:hover {
  background-position: -372px 31px;
}
.social-icon.google {
  background-position: -403px 0;
}
.social-icon.google:hover {
  background-position: -403px 31px;
}
.link-list-container {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  line-height: 48px;
  line-height: 3rem;
  border-top: 1px solid #14324a;
  border-bottom: 1px solid #14324a;
}
.pegi-provisional {
  text-align: center;
}
.news-list__item {
  *zoom: 1;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px;
  padding: 1rem;
  border: 1px solid transparent;
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  transition: border-color 0.5s;
  clear: both;
}
.news-list__item:before,
.news-list__item:after {
  display: table;
  content: "";
  visibility: hidden;
  line-height: 0;
}
.news-list__item:after {
  clear: both;
}
.news-list__item:hover {
  border: 1px solid #14324a;
}
.news-list__item:hover .news-list__item__thumbnail {
  border: 1px solid #14324a;
}
.news-list__item:hover .news-list__item__title {
  color: #ffffff;
}
.publish-date {
  color: #858084;
}
.article-meta {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 0px;
  padding-bottom: .01rem;
}
.comments-link {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  float: left;
  padding-left: 24px;
  padding-left: 1.5rem;
  margin-right: 32px;
  margin-right: 2rem;
  position: relative;
  line-height: 1.5;
}
.ko-kr .comments-link {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.comments-link a {
  color: inherit;
}
.comments-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 4px;
  top: .25rem;
  background: url("../images/blog/comment-sprite-sm.png") no-repeat;
  width: 16px;
  height: 15px;
}
.news-list__item__thumbnail {
  display: block;
  border: 1px solid #43286b;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
}
@media only screen and (min-width: 38em) {
  .news-list__item__thumbnail {
    float: left;
  }
}
.ie8 .news-list__item__thumbnail {
  float: left;
}
.news-list__item__thumbnail img {
  width: 100%;
}
@media only screen and (min-width: 38em) {
  .news-list__item__thumbnail img {
    width: 160px;
    width: 10rem;
  }
}
.ie8 .news-list__item__thumbnail img {
  width: 160px;
  width: 10rem;
}
@media only screen and (min-width: 50em) {
  .news-list__item__thumbnail img {
    width: auto;
    max-height: 132px;
    max-width: 260px;
  }
}
.ie8 .news-list__item__thumbnail img {
  width: auto;
  max-height: 132px;
  max-width: 260px;
}
@media only screen and (min-width: 38em) {
  .news-list__item__content {
    padding-left: 192px;
    padding-left: 12rem;
  }
}
.ie8 .news-list__item__content {
  padding-left: 192px;
  padding-left: 12rem;
}
@media only screen and (min-width: 50em) {
  .news-list__item__content {
    padding-left: 288px;
    padding-left: 18rem;
  }
}
.ie8 .news-list__item__content {
  padding-left: 288px;
  padding-left: 18rem;
}
.news-list__item__title {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4f93b6;
  transition: color .5s;
}
.ko-kr .news-list__item__title {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.news-list__item__title a {
  color: inherit;
}
@media only screen and (min-width: 50em) {
  .featured-news .container {
    padding: 0;
  }
}
.ie8 .featured-news .container {
  padding: 0;
}
@media only screen and (min-width: 50em) {
  .featured-news .media-wrapper {
    padding: 3px 6px;
    background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
    background-size: 3px 100%;
    background-repeat: no-repeat;
    background-position: 100%, 0, 0, 0;
    border-top: 3px solid #43286b;
    border-bottom: 3px solid #14324a;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .featured-news .media-wrapper:hover {
    border-top: 3px solid #8d66c6;
    border-bottom: 3px solid #3583c2;
    background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
  }
}
.ie8 .featured-news .media-wrapper {
  padding: 3px 6px;
  background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
  background-size: 3px 100%;
  background-repeat: no-repeat;
  background-position: 100%, 0, 0, 0;
  border-top: 3px solid #43286b;
  border-bottom: 3px solid #14324a;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.ie8 .featured-news .media-wrapper:hover {
  border-top: 3px solid #8d66c6;
  border-bottom: 3px solid #3583c2;
  background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
}
@media only screen and (min-width: 50em) {
  .featured-news .news-list__item {
    width: 33%;
    float: left;
    clear: none;
    border: none;
    background-color: transparent;
  }
  .featured-news .news-list__item:hover {
    border: none;
  }
  .featured-news .news-list__item:hover .news-list__item__thumbnail {
    border: none;
  }
  .featured-news .news-list__item:last-child {
    display: none;
  }
}
.ie8 .featured-news .news-list__item {
  width: 33%;
  float: left;
  clear: none;
  border: none;
  background-color: transparent;
}
.ie8 .featured-news .news-list__item:hover {
  border: none;
}
.ie8 .featured-news .news-list__item:hover .news-list__item__thumbnail {
  border: none;
}
.ie8 .featured-news .news-list__item:last-child {
  display: none;
}
@media only screen and (min-width: 68em) {
  .featured-news .news-list__item {
    width: 25%;
  }
  .featured-news .news-list__item:last-child {
    display: block;
  }
}
.ie8 .featured-news .news-list__item {
  width: 25%;
}
.ie8 .featured-news .news-list__item:last-child {
  display: block;
}
.featured-news .news-list__item__preview {
  height: 232px;
  height: 14.5rem;
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 50em) {
  .featured-news .news-list__item__thumbnail {
    float: none;
    width: auto;
    border: none;
    margin-bottom: 0;
  }
}
.ie8 .featured-news .news-list__item__thumbnail {
  float: none;
  width: auto;
  border: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 50em) {
  .featured-news .news-list__item__thumbnail img {
    max-width: 100%;
  }
}
.ie8 .featured-news .news-list__item__thumbnail img {
  max-width: 100%;
}
@media only screen and (min-width: 50em) {
  .featured-news .news-list__item__content {
    padding: 8px;
    padding: .5rem;
  }
}
.ie8 .featured-news .news-list__item__content {
  padding: 8px;
  padding: .5rem;
}
.featured-news .news-list {
  *zoom: 1;
}
.featured-news .news-list:before,
.featured-news .news-list:after {
  display: table;
  content: "";
  visibility: hidden;
  line-height: 0;
}
.featured-news .news-list:after {
  clear: both;
}
.featured-news .publish-date {
  display: block;
  padding-top: 3px;
  padding-top: 0.2rem;
  float: right;
}
.ie8 .featured-news-section .media-wrapper,
.ie8 .home-news-container .media-wrapper {
  border: 3px solid #43286b;
}
.feature-container .fb-button-container {
  display: none;
}
@media only screen and (min-width: 50em) {
  .feature-container .fb-button-container {
    position: absolute;
    top: 7.5em;
    right: 0;
    padding-right: 1em;
    display: block;
  }
}
.ie8 .feature-container .fb-button-container {
  position: absolute;
  top: 7.5em;
  right: 0;
  padding-right: 1em;
  display: block;
}
@media only screen and (min-width: 68em) {
  .feature-container .fb-button-container {
    top: 1.5em;
  }
}
.ie8 .feature-container .fb-button-container {
  top: 1.5em;
}
.page-container {
  background-color: #08000f;
}
.home .header-container {
  background: #0c0314 url("../images/home/bg1.jpg") center 0 no-repeat;
  background-size: auto 100%;
  height: 240px;
  height: 15rem;
  padding-bottom: 640px;
  padding-bottom: 40rem;
}
@media only screen and (min-width: 38em) {
  .home .header-container {
    padding-bottom: 102%;
  }
}
.ie8 .home .header-container {
  padding-bottom: 102%;
}
@media only screen and (min-width: 50em) {
  .home .header-container {
    background-image: url("../images/home/bg2.jpg");
    padding-bottom: 70.8%;
    height: 720px;
    height: 45rem;
    position: relative;
  }
}
.ie8 .home .header-container {
  background-image: url("../images/home/bg2.jpg");
  padding-bottom: 70.8%;
  height: 720px;
  height: 45rem;
  position: relative;
}
@media only screen and (min-width: 68em) {
  .home .header-container {
    background-image: url("../images/home/bg3.jpg");
    padding-bottom: 0;
    overflow: hidden;
    height: 810px;
    background-size: 1920px auto;
  }
}
.ie8 .home .header-container {
  background-image: url("../images/home/bg3.jpg");
  padding-bottom: 0;
  overflow: hidden;
  height: 810px;
  background-size: 1920px auto;
}
@media only screen and (min-width: 1920px) {
  .home .header-container {
    height: 0;
    padding-bottom: 35.6%;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 68em) {
  .video .home .header-container {
    background-image: url("../images/home/bg-video.jpg");
    height: 684px;
  }
}
.ie8 .video .home .header-container {
  background-image: url("../images/home/bg-video.jpg");
  height: 684px;
}
@media only screen and (min-width: 50em) {
  .home .header-container:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: transparent;
    background: linear-gradient(to bottom, transparent 0%, #08000f 100%);
  }
}
.ie8 .home .header-container:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: transparent;
  background: linear-gradient(to bottom, transparent 0%, #08000f 100%);
}
.header-media {
  display: none;
  opacity: 0;
  transition: opacity 2s;
}
.header-media.loaded {
  opacity: 1;
}
@media only screen and (min-width: 68em) {
  .header-media {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    min-width: 1920px;
    width: 100%;
  }
}
.ie8 .header-media {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  min-width: 1920px;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .header-media {
    left: 0;
    margin-left: 0;
  }
}
.banner-media-container {
  position: absolute;
  top: 0;
  padding-top: 35%;
  width: 100%;
}
@media only screen and (min-width: 30em) {
  .banner-media-container {
    padding-top: 20%;
  }
}
.ie8 .banner-media-container {
  padding-top: 20%;
}
@media only screen and (min-width: 50em) {
  .banner-media-container {
    padding-top: 96px;
    padding-top: 6rem;
  }
}
.ie8 .banner-media-container {
  padding-top: 96px;
  padding-top: 6rem;
}
.banner-media-description {
  text-align: center;
  color: #ffffff;
  margin: auto;
  max-width: 1200px;
  max-width: 75rem;
}
.tagline {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 5% auto 10% auto;
  font-size: 25px;
  font-size: 1.6rem;
  max-width: 288px;
  max-width: 18rem;
}
.ko-kr .tagline {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.tagline a {
  color: inherit;
}
@media only screen and (min-width: 38em) {
  .tagline {
    max-width: none;
  }
}
.ie8 .tagline {
  max-width: none;
}
@media only screen and (min-width: 50em) {
  .tagline {
    margin: 136px auto 48px;
    margin: 8.5rem auto 3rem;
    font-size: 52px;
    font-size: 3.3rem;
    line-height: 1.1;
    max-width: 704px;
    max-width: 44rem;
  }
}
.ie8 .tagline {
  margin: 136px auto 48px;
  margin: 8.5rem auto 3rem;
  font-size: 52px;
  font-size: 3.3rem;
  line-height: 1.1;
  max-width: 704px;
  max-width: 44rem;
}
@media only screen and (min-width: 68em) {
  .tagline {
    margin-top: 96px;
    margin-top: 6rem;
    line-height: 1;
  }
}
.ie8 .tagline {
  margin-top: 96px;
  margin-top: 6rem;
  line-height: 1;
}
@media only screen and (min-width: 50em) {
  .it-it .tagline {
    max-width: 960px;
    max-width: 60rem;
  }
}
.ie8 .it-it .tagline {
  max-width: 960px;
  max-width: 60rem;
}
.beta-button {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background: #ff9900;
  background: linear-gradient(#ff9900, #ff6600);
  text-align: center;
  padding: 0.5em 1em;
  border: 2px solid #ffb674;
  display: inline-block;
  margin: 0 8px;
  margin: 0 0.5rem;
  font-size: 19px;
  font-size: 1.2rem;
}
.ko-kr .beta-button {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.beta-button a {
  color: inherit;
}
.beta-button:hover {
  color: #ffffff;
  box-shadow: inset 0 0 12px #ffffff;
  box-shadow: inset 0 0 0.75rem #ffffff;
}
.ru-ru .beta-button,
.es-es .beta-button,
.fr-fr .beta-button,
.it-it .beta-button {
  font-size: 19px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 50em) {
  .beta-button {
    font-size: 25px;
    font-size: 1.6rem;
  }
}
.ie8 .beta-button {
  font-size: 25px;
  font-size: 1.6rem;
}
.learn-more-link {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  font-size: 19px;
  font-size: 1.2rem;
  color: #ff9900;
  text-transform: uppercase;
  text-shadow: 0 0 16px black;
  text-shadow: 0 0 1rem black;
  display: inline-block;
  margin: 19px 8px 0;
  margin: 1.2rem 0.5rem 0;
}
.ko-kr .learn-more-link {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.learn-more-link a {
  color: inherit;
}
.learn-more-link:hover {
  color: #ffffff;
}
@media only screen and (min-width: 50em) {
  .learn-more-link {
    font-size: 1.4em;
  }
}
.ie8 .learn-more-link {
  font-size: 1.4em;
}
.transition-bg {
  display: none;
}
@media only screen and (min-width: 68em) {
  .transition-bg {
    display: block;
    left: 50%;
    top: 0;
    margin-left: -933px;
    max-width: 1867px;
    position: absolute;
  }
}
.ie8 .transition-bg {
  display: block;
  left: 50%;
  top: 0;
  margin-left: -933px;
  max-width: 1867px;
  position: absolute;
}
.map-preview {
  position: relative;
  overflow: hidden;
}
.map-preview.sky-temple {
  background: #08000f url("../images/battlegrounds/sky-temple/preview-sm.jpg") center 0 no-repeat;
}
@media only screen and (min-width: 38em) {
  .map-preview.sky-temple {
    background: #08000f url("../images/battlegrounds/sky-temple/preview-lg.jpg") center 0 no-repeat;
  }
}
.ie8 .map-preview.sky-temple {
  background: #08000f url("../images/battlegrounds/sky-temple/preview-lg.jpg") center 0 no-repeat;
}
.map-preview.garden-of-terror {
  background: #08000f url("../images/battlegrounds/garden-of-terror/preview-sm.jpg") center 0 no-repeat;
}
@media only screen and (min-width: 38em) {
  .map-preview.garden-of-terror {
    background: #08000f url("../images/battlegrounds/garden-of-terror/preview-lg.jpg") center 0 no-repeat;
  }
}
.ie8 .map-preview.garden-of-terror {
  background: #08000f url("../images/battlegrounds/garden-of-terror/preview-lg.jpg") center 0 no-repeat;
}
.map-preview.blackhearts-bay {
  background: #08000f url("../images/battlegrounds/blackhearts-bay/preview-sm.jpg") center 0 no-repeat;
}
@media only screen and (min-width: 38em) {
  .map-preview.blackhearts-bay {
    background: #08000f url("../images/battlegrounds/blackhearts-bay/preview-lg.jpg") center 0 no-repeat;
  }
}
.ie8 .map-preview.blackhearts-bay {
  background: #08000f url("../images/battlegrounds/blackhearts-bay/preview-lg.jpg") center 0 no-repeat;
}
.map-preview.dragon-shire {
  background: #08000f url("../images/battlegrounds/dragon-shire/preview-sm.jpg") center 0 no-repeat;
}
@media only screen and (min-width: 38em) {
  .map-preview.dragon-shire {
    background: #08000f url("../images/battlegrounds/dragon-shire/preview-lg.jpg") center 0 no-repeat;
  }
}
.ie8 .map-preview.dragon-shire {
  background: #08000f url("../images/battlegrounds/dragon-shire/preview-lg.jpg") center 0 no-repeat;
}
.map-preview.haunted-mines {
  background: #08000f url("../images/battlegrounds/haunted-mines/preview-sm.jpg") center 0 no-repeat;
}
@media only screen and (min-width: 38em) {
  .map-preview.haunted-mines {
    background: #08000f url("../images/battlegrounds/haunted-mines/preview-lg.jpg") center 0 no-repeat;
  }
}
.ie8 .map-preview.haunted-mines {
  background: #08000f url("../images/battlegrounds/haunted-mines/preview-lg.jpg") center 0 no-repeat;
}
.map-preview.cursed-hollow {
  background: #08000f url("../images/battlegrounds/cursed-hollow/preview-sm.jpg") center 0 no-repeat;
}
@media only screen and (min-width: 38em) {
  .map-preview.cursed-hollow {
    background: #08000f url("../images/battlegrounds/cursed-hollow/preview-lg.jpg") center 0 no-repeat;
  }
}
.ie8 .map-preview.cursed-hollow {
  background: #08000f url("../images/battlegrounds/cursed-hollow/preview-lg.jpg") center 0 no-repeat;
}
.map-preview.tomb-of-the-spider-queen {
  background: #08000f url("../images/battlegrounds/tomb-of-the-spider-queen/preview-sm.jpg") center 0 no-repeat;
}
@media only screen and (min-width: 38em) {
  .map-preview.tomb-of-the-spider-queen {
    background: #08000f url("../images/battlegrounds/tomb-of-the-spider-queen/preview-lg.jpg") center 0 no-repeat;
  }
}
.ie8 .map-preview.tomb-of-the-spider-queen {
  background: #08000f url("../images/battlegrounds/tomb-of-the-spider-queen/preview-lg.jpg") center 0 no-repeat;
}
.map-preview:before {
  content: "";
  position: absolute;
  top: 0;
  max-width: 1200px;
  max-width: 75rem;
  margin: 0 auto;
  top: 480px;
  top: 30rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: url(../images/home/battlegrounds-bg.jpg) center bottom no-repeat;
  background-size: cover;
}
.map-preview:after {
  content: "";
  position: absolute;
  top: 0;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  height: 10rem;
  background: url(../images/layout/trim-triangles-pink.png) center bottom no-repeat;
}
@media only screen and (min-width: 50em) {
  .map-preview .container {
    position: relative;
    padding-bottom: 86px;
    padding-bottom: 5.4rem;
  }
}
.ie8 .map-preview .container {
  position: relative;
  padding-bottom: 86px;
  padding-bottom: 5.4rem;
}
.map-preview .section__title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 25px 0;
  margin: 1.6rem 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 50em) {
  .map-preview .section__title {
    font-size: 48px;
    font-size: 3rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
}
.ie8 .map-preview .section__title {
  font-size: 48px;
  font-size: 3rem;
  margin-top: 48px;
  margin-top: 3rem;
}
.map-preview .section__description {
  text-align: justify;
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 50em) {
  .map-preview .section__description {
    max-width: 960px;
    max-width: 60rem;
    text-align: center;
  }
}
.ie8 .map-preview .section__description {
  max-width: 960px;
  max-width: 60rem;
  text-align: center;
}
.map-preview__widget-container {
  margin-top: 208px;
  margin-top: 13rem;
}
@media only screen and (min-width: 38em) {
  .map-preview__widget-container {
    margin-top: 400px;
    margin-top: 25rem;
  }
}
.ie8 .map-preview__widget-container {
  margin-top: 400px;
  margin-top: 25rem;
}
.map-widget-list {
  max-width: 288px;
  max-width: 18rem;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  text-align: justify;
  font-size: 0.1px;
}
.map-widget-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 38em) {
  .map-widget-list {
    max-width: 640px;
    max-width: 40rem;
    text-align: center;
  }
}
.ie8 .map-widget-list {
  max-width: 640px;
  max-width: 40rem;
  text-align: center;
}
@media only screen and (min-width: 68em) {
  .map-widget-list {
    max-width: 1040px;
    max-width: 65rem;
    text-align: justify;
  }
}
.ie8 .map-widget-list {
  max-width: 1040px;
  max-width: 65rem;
  text-align: justify;
}
.map-widget-list__item {
  width: 126px;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}
.ko-kr .map-widget-list__item {
  white-space: nowrap;
}
@media only screen and (min-width: 38em) {
  .map-widget-list__item {
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
}
.ie8 .map-widget-list__item {
  margin-left: 1.25%;
  margin-right: 1.25%;
}
@media only screen and (min-width: 68em) {
  .map-widget-list__item {
    margin-left: 0;
    margin-right: 0;
  }
}
.ie8 .map-widget-list__item {
  margin-left: 0;
  margin-right: 0;
}
.map-thumbnail .heading,
.map-thumbnail .paragraph__heading,
.map-thumbnail .paragraph__heading--alternate {
  text-align: center;
  margin-left: -4%;
  margin-right: -4%;
  color: #009cff;
}
.de-de .map-thumbnail .heading,
.de-de .map-thumbnail .paragraph__heading,
.de-de .map-thumbnail .paragraph__heading--alternate {
  font-size: 0.85em;
}
.map-thumbnail__border {
  padding: 4px;
  background: #43286b;
  background: linear-gradient(#43286b, #0c3c59);
  display: inline-block;
  clear: both;
  position: relative;
}
.map-thumbnail__border.is-active .map-thumbnail__icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: -60px;
  top: -3.8rem;
  left: -16px;
  left: -1rem;
  width: 157px;
  height: 207px;
  background: url(../images/battlegrounds/thumbnail-hover.png) 0 0 no-repeat;
}
.map-thumbnail__border.is-active + .heading,
.map-thumbnail__border.is-active + .paragraph__heading,
.map-thumbnail__border.is-active + .paragraph__heading--alternate {
  color: #ffffff;
}
.map-thumbnail__icon {
  display: block;
  border: 4px solid #08000f;
  width: 118px;
  height: 118px;
  background: #0d0119 url(../images/battlegrounds/sprite.png) 0 0 no-repeat;
  background-size: 781px 109px;
}
@media (min-resolution: 2dppx) {
  .map-thumbnail__icon {
    background-image: url(../images/battlegrounds/sprite@2x.png);
  }
}
.map-thumbnail__icon.sky-temple {
  background-position: 0px 0;
}
.map-thumbnail__icon.garden-of-terror {
  background-position: -112px 0;
}
.map-thumbnail__icon.blackhearts-bay {
  background-position: -224px 0;
}
.map-thumbnail__icon.dragon-shire {
  background-position: -336px 0;
}
.map-thumbnail__icon.haunted-mines {
  background-position: -448px 0;
}
.map-thumbnail__icon.cursed-hollow {
  background-position: -560px 0;
}
.map-thumbnail__icon.tomb-of-the-spider-queen {
  background-position: -672px 0;
}
.hero-widget {
  position: relative;
  overflow: hidden;
  background: #08000f url("../images/heroes/widget/bg-sm.jpg") 50% 0 no-repeat;
  background-size: contain;
  padding-top: 55%;
}
.hero-widget:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0d0119;
  background: linear-gradient(to right, #0d0119, #61cae8, #0d0119);
  height: 2px;
  width: 100%;
}
.hero-widget:after {
  bottom: 0;
  top: initial;
}
@media only screen and (min-width: 38em) {
  .hero-widget {
    padding-top: 33%;
    background: #08000f url("../images/heroes/widget/bg-md.jpg") 50% 0 no-repeat;
    background-size: contain;
  }
}
.ie8 .hero-widget {
  padding-top: 33%;
  background: #08000f url("../images/heroes/widget/bg-md.jpg") 50% 0 no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 68em) {
  .hero-widget {
    padding-top: 0;
    background: #08000f;
  }
}
.ie8 .hero-widget {
  padding-top: 0;
  background: #08000f;
}
@media only screen and (min-width: 68em) {
  .hero-widget .container {
    position: relative;
    height: 100%;
  }
}
.ie8 .hero-widget .container {
  position: relative;
  height: 100%;
}
.hero-widget .section__title {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 68em) {
  .hero-widget .section__title {
    font-size: 46px;
    font-size: 2.9rem;
    text-align: left;
  }
}
.ie8 .hero-widget .section__title {
  font-size: 46px;
  font-size: 2.9rem;
  text-align: left;
}
.hero-widget .section__description {
  text-align: justify;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.hero-select-area {
  position: relative;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 68em) {
  .hero-select-area {
    width: 100%;
    padding: 48px 560px 88px 0;
    padding: 3rem 35rem 5.5rem 0;
  }
}
.ie8 .hero-select-area {
  width: 100%;
  padding: 48px 560px 88px 0;
  padding: 3rem 35rem 5.5rem 0;
}
.hero-widget__thumbnail-list {
  *zoom: 1;
  text-align: center;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 248px;
  width: 15.5rem;
}
.hero-widget__thumbnail-list:before,
.hero-widget__thumbnail-list:after {
  display: table;
  content: "";
  visibility: hidden;
  line-height: 0;
}
.hero-widget__thumbnail-list:after {
  clear: both;
}
@media only screen and (min-width: 30em) {
  .hero-widget__thumbnail-list {
    width: 400px;
    width: 25rem;
  }
}
.ie8 .hero-widget__thumbnail-list {
  width: 400px;
  width: 25rem;
}
@media only screen and (min-width: 38em) {
  .hero-widget__thumbnail-list {
    width: 528px;
    width: 33rem;
  }
}
.ie8 .hero-widget__thumbnail-list {
  width: 528px;
  width: 33rem;
}
@media only screen and (min-width: 50em) {
  .hero-widget__thumbnail-list {
    width: 736px;
    width: 46rem;
  }
}
.ie8 .hero-widget__thumbnail-list {
  width: 736px;
  width: 46rem;
}
@media only screen and (min-width: 68em) {
  .hero-widget__thumbnail-list {
    width: 528px;
    width: 33rem;
  }
}
.ie8 .hero-widget__thumbnail-list {
  width: 528px;
  width: 33rem;
}
@media only screen and (min-width: 68em) {
  .hero-widget__thumbnail-list {
    margin-left: 6px;
    margin-left: 0.4rem;
  }
}
.ie8 .hero-widget__thumbnail-list {
  margin-left: 6px;
  margin-left: 0.4rem;
}
.hexagon {
  position: relative;
  width: 68px;
  width: 4.25rem;
  height: 74px;
  height: 4.625rem;
  float: left;
}
.hexagon__clip {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hexagon__item {
  position: relative;
  top: 10px;
  top: 0.625rem;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  -webkit-transform: scaleX(1.74) rotate(45deg);
  -ms-transform: scaleX(1.74) rotate(45deg);
  transform: scaleX(1.74) rotate(45deg);
}
.hero-thumbnail {
  margin: 0 1px -13px;
  margin: 0 0.0625rem -0.8125rem;
}
.hero-thumbnail:nth-child(6n + 4) {
  margin-left: 36px;
  margin-left: 2.25rem;
}
@media only screen and (min-width: 30em) {
  .hero-thumbnail:nth-child(6n + 4) {
    margin-left: 1px;
    margin-left: 0.0625rem;
  }
  .hero-thumbnail:nth-child(10n + 6) {
    margin-left: 36px;
    margin-left: 2.25rem;
  }
}
.ie8 .hero-thumbnail:nth-child(6n + 4) {
  margin-left: 1px;
  margin-left: 0.0625rem;
}
.ie8 .hero-thumbnail:nth-child(10n + 6) {
  margin-left: 36px;
  margin-left: 2.25rem;
}
@media only screen and (min-width: 38em) {
  .hero-thumbnail:nth-child(10n + 6) {
    margin-left: 1px;
    margin-left: 0.0625rem;
  }
  .hero-thumbnail:nth-child(14n + 8) {
    margin-left: 36px;
    margin-left: 2.25rem;
  }
}
.ie8 .hero-thumbnail:nth-child(10n + 6) {
  margin-left: 1px;
  margin-left: 0.0625rem;
}
.ie8 .hero-thumbnail:nth-child(14n + 8) {
  margin-left: 36px;
  margin-left: 2.25rem;
}
@media only screen and (min-width: 50em) {
  .hero-thumbnail:nth-child(14n + 8) {
    margin-left: 1px;
    margin-left: 0.0625rem;
  }
  .hero-thumbnail:nth-child(20n + 11) {
    margin-left: 36px;
    margin-left: 2.25rem;
  }
}
.ie8 .hero-thumbnail:nth-child(14n + 8) {
  margin-left: 1px;
  margin-left: 0.0625rem;
}
.ie8 .hero-thumbnail:nth-child(20n + 11) {
  margin-left: 36px;
  margin-left: 2.25rem;
}
@media only screen and (min-width: 68em) {
  .hero-thumbnail:nth-child(20n + 11) {
    margin-left: 1px;
    margin-left: 0.0625rem;
  }
  .hero-thumbnail:nth-child(14n + 8) {
    margin-left: 36px;
    margin-left: 2.25rem;
  }
}
.ie8 .hero-thumbnail:nth-child(20n + 11) {
  margin-left: 1px;
  margin-left: 0.0625rem;
}
.ie8 .hero-thumbnail:nth-child(14n + 8) {
  margin-left: 36px;
  margin-left: 2.25rem;
}
.ie8 .hero-thumbnail.hero-thumbnail--offset {
  margin-left: 36px;
  margin-left: 2.25rem;
}
.hero-thumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: -15px;
  top: -0.9375rem;
  left: -10px;
  left: -0.625rem;
  width: 90px;
  width: 5.625rem;
  height: 100px;
  height: 6.25rem;
  background: url("../images/heroes/thumbnail-borders.png") -368px 0 no-repeat;
  background-size: 458px 100px;
}
@media (min-resolution: 2dppx) {
  .hero-thumbnail:before {
    background-image: url("../images/heroes/thumbnail-borders@2x.png");
  }
}
.hero-thumbnail__icon {
  position: absolute;
  top: -14px;
  top: -0.875rem;
  left: -12px;
  left: -0.75rem;
  display: inline-block;
  width: 90px;
  width: 5.625rem;
  height: 100px;
  height: 6.25rem;
  background: url("../images/heroes/thumbnails-hexagon.png");
  background-size: 92px 3600px;
}
.hero-thumbnail__icon.the-lost-vikings {
  background-position: 0 0px;
}
.hero-thumbnail__icon.anubarak {
  background-position: 0 -100px;
}
.hero-thumbnail__icon.arthas {
  background-position: 0 -200px;
}
.hero-thumbnail__icon.abathur {
  background-position: 0 -300px;
}
.hero-thumbnail__icon.chen {
  background-position: 0 -400px;
}
.hero-thumbnail__icon.diablo {
  background-position: 0 -500px;
}
.hero-thumbnail__icon.falstad {
  background-position: 0 -600px;
}
.hero-thumbnail__icon.illidan {
  background-position: 0 -700px;
}
.hero-thumbnail__icon.jaina {
  background-position: 0 -800px;
}
.hero-thumbnail__icon.kaelthas {
  background-position: 0 -900px;
}
.hero-thumbnail__icon.kerrigan {
  background-position: 0 -1000px;
}
.hero-thumbnail__icon.lili {
  background-position: 0 -1100px;
}
.hero-thumbnail__icon.etc {
  background-position: 0 -1200px;
}
.hero-thumbnail__icon.muradin {
  background-position: 0 -1300px;
}
.hero-thumbnail__icon.murky {
  background-position: 0 -1400px;
}
.hero-thumbnail__icon.nazeebo {
  background-position: 0 -1500px;
}
.hero-thumbnail__icon.nova {
  background-position: 0 -1600px;
}
.hero-thumbnail__icon.raynor {
  background-position: 0 -1700px;
}
.hero-thumbnail__icon.rehgar {
  background-position: 0 -1800px;
}
.hero-thumbnail__icon.malfurion {
  background-position: 0 -1900px;
}
.hero-thumbnail__icon.gazlowe {
  background-position: 0 -2000px;
}
.hero-thumbnail__icon.tychus {
  background-position: 0 -2100px;
}
.hero-thumbnail__icon.tyrael {
  background-position: 0 -2200px;
}
.hero-thumbnail__icon.uther {
  background-position: 0 -2300px;
}
.hero-thumbnail__icon.valla {
  background-position: 0 -2400px;
}
.hero-thumbnail__icon.zagara {
  background-position: 0 -2500px;
}
.hero-thumbnail__icon.zeratul {
  background-position: 0 -2600px;
}
.hero-thumbnail__icon.thrall {
  background-position: 0 -2700px;
}
.hero-thumbnail__icon.sgt-hammer {
  background-position: 0 -2800px;
}
.hero-thumbnail__icon.sonya {
  background-position: 0 -2900px;
}
.hero-thumbnail__icon.stitches {
  background-position: 0 -3000px;
}
.hero-thumbnail__icon.sylvanas {
  background-position: 0 -3100px;
}
.hero-thumbnail__icon.azmodan {
  background-position: 0 -3200px;
}
.hero-thumbnail__icon.brightwing {
  background-position: 0 -3300px;
}
.hero-thumbnail__icon.tassadar {
  background-position: 0 -3400px;
}
.hero-thumbnail__icon.tyrande {
  background-position: 0 -3500px;
}
@media (min-resolution: 2dppx) {
  .hero-thumbnail__icon {
    background-image: url("../images/heroes/thumbnails-hexagon@2x.png");
  }
}
.hero-thumbnail__icon:after {
  content: "";
  position: absolute;
  top: -1px;
  top: -0.0625rem;
  left: 0;
  width: 90px;
  width: 5.625rem;
  height: 100px;
  height: 6.25rem;
  background: url("../images/heroes/thumbnail-borders.png") -276px 0 no-repeat;
  background-size: 458px 100px;
}
@media (min-resolution: 2dppx) {
  .hero-thumbnail__icon:after {
    background-image: url("../images/heroes/thumbnail-borders@2x.png");
  }
}
.free-rotation .hero-thumbnail__icon:after {
  background-position: -92px 0;
}
.unreleased .hero-thumbnail__icon {
  opacity: .5;
}
.hero-thumbnail__link:hover + .hero-thumbnail__icon:after,
.hero-thumbnail__link.is-active + .hero-thumbnail__icon:after {
  content: " ";
  background-position: 0 0;
}
.free-rotation .hero-thumbnail__link:hover + .hero-thumbnail__icon:after,
.free-rotation .hero-thumbnail__link.is-active + .hero-thumbnail__icon:after {
  background-position: -184px 0;
}
@media only screen and (min-width: 68em) {
  .hero-widget__bg-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 1940px;
  }
}
.ie8 .hero-widget__bg-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 1940px;
}
.hero-widget__bg-container__hero {
  display: none;
}
@media only screen and (min-width: 68em) {
  .hero-widget__bg-container__hero {
    display: block;
    position: absolute;
    right: 103px;
    top: 2px;
    -webkit-transform: translateZ(0);
  }
}
.ie8 .hero-widget__bg-container__hero {
  display: block;
  position: absolute;
  right: 103px;
  top: 2px;
  -webkit-transform: translateZ(0);
}
.hero-widget__hero-info {
  display: none;
}
@media only screen and (min-width: 68em) {
  .hero-widget__hero-info {
    display: block;
    position: absolute;
    bottom: 16px;
    bottom: 1rem;
    right: 96px;
    right: 6rem;
    width: 352px;
    width: 22rem;
  }
}
.ie8 .hero-widget__hero-info {
  display: block;
  position: absolute;
  bottom: 16px;
  bottom: 1rem;
  right: 96px;
  right: 6rem;
  width: 352px;
  width: 22rem;
}
.hero-widget__hero-info__franchise {
  height: 128px;
  height: 8rem;
  float: left;
  margin-top: -32px;
  margin-top: -2rem;
}
.hero-info__headings__name {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  color: #009cff;
  font-size: 27px;
  font-size: 1.6875rem;
}
.ko-kr .hero-info__headings__name {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.hero-info__headings__name a {
  color: inherit;
}
.hero-info__headings__title {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  color: #8eb1bc;
  font-size: 18px;
  font-size: 1.125rem;
}
.ko-kr .hero-info__headings__title {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.hero-info__headings__title a {
  color: inherit;
}
.bg-container__hero__paintover {
  opacity: 0;
}
.bg-container__hero__paintover.loaded {
  transition: opacity .5s;
  opacity: 1;
}
.section__view-all {
  margin-top: 22px;
  margin-top: 1.4rem;
  text-align: center;
}
@media only screen and (min-width: 68em) {
  .section__view-all {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.ie8 .section__view-all {
  margin-top: 32px;
  margin-top: 2rem;
}
.view-all-link {
  text-transform: uppercase;
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-size: 19px;
  font-size: 1.2rem;
  color: #009cff;
}
.ko-kr .view-all-link {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.view-all-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  position: relative;
  margin-left: 8px;
  margin-left: 0.5rem;
  width: 12px;
  height: 14px;
  background: url("../images/icons/caret-right.png") 0 0 no-repeat;
}
.home-style-container {
  background: #08000f url("../images/style/bg-flat-md.jpg") center top no-repeat;
  background-size: 100% auto;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 57%;
}
@media only screen and (min-width: 68em) {
  .home-style-container {
    background: #08000f url("../images/style/bg-flat.jpg") center top no-repeat;
    min-height: 864px;
    min-height: 54rem;
    padding-top: 600px;
  }
}
.ie8 .home-style-container {
  background: #08000f url("../images/style/bg-flat.jpg") center top no-repeat;
  min-height: 864px;
  min-height: 54rem;
  padding-top: 600px;
}
.home-style-container .section__title {
  font-size: 34px;
  font-size: 2.15rem;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 50em) {
  .home-style-container .section__title {
    width: 75%;
    margin: auto;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
.ie8 .home-style-container .section__title {
  width: 75%;
  margin: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 68em) {
  .home-style-container .section__title {
    font-size: 48px;
    font-size: 3rem;
  }
}
.ie8 .home-style-container .section__title {
  font-size: 48px;
  font-size: 3rem;
}
.home-style-container .section__description {
  text-align: center;
}
@media only screen and (min-width: 50em) {
  .home-style-container .section__description {
    width: 80%;
    margin: auto;
  }
}
.ie8 .home-style-container .section__description {
  width: 80%;
  margin: auto;
}
.ie8 .home-style-container {
  min-height: 0;
}
.home-news-container {
  position: relative;
}
.home-news-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0d0119;
  background: linear-gradient(to right, #0d0119, #009cff, #0d0119);
  height: 2px;
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .home-news-container .container {
    padding: 0;
  }
}
.ie8 .home-news-container .container {
  padding: 0;
}
@media only screen and (min-width: 50em) {
  .home-news-container .media-wrapper {
    padding: 3px 6px;
    background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
    background-size: 3px 100%;
    background-repeat: no-repeat;
    background-position: 100%, 0, 0, 0;
    border-top: 3px solid #43286b;
    border-bottom: 3px solid #14324a;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .home-news-container .media-wrapper:hover {
    border-top: 3px solid #8d66c6;
    border-bottom: 3px solid #3583c2;
    background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
  }
}
.ie8 .home-news-container .media-wrapper {
  padding: 3px 6px;
  background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
  background-size: 3px 100%;
  background-repeat: no-repeat;
  background-position: 100%, 0, 0, 0;
  border-top: 3px solid #43286b;
  border-bottom: 3px solid #14324a;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.ie8 .home-news-container .media-wrapper:hover {
  border-top: 3px solid #8d66c6;
  border-bottom: 3px solid #3583c2;
  background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
}
@media only screen and (min-width: 50em) {
  .home-news-container .news-list__item {
    width: 33%;
    float: left;
    clear: none;
    border: none;
    background-color: transparent;
  }
  .home-news-container .news-list__item:hover {
    border: none;
  }
  .home-news-container .news-list__item:hover .news-list__item__thumbnail {
    border: none;
  }
  .home-news-container .news-list__item:last-child {
    display: none;
  }
}
.ie8 .home-news-container .news-list__item {
  width: 33%;
  float: left;
  clear: none;
  border: none;
  background-color: transparent;
}
.ie8 .home-news-container .news-list__item:hover {
  border: none;
}
.ie8 .home-news-container .news-list__item:hover .news-list__item__thumbnail {
  border: none;
}
.ie8 .home-news-container .news-list__item:last-child {
  display: none;
}
@media only screen and (min-width: 68em) {
  .home-news-container .news-list__item {
    width: 25%;
  }
  .home-news-container .news-list__item:last-child {
    display: block;
  }
}
.ie8 .home-news-container .news-list__item {
  width: 25%;
}
.ie8 .home-news-container .news-list__item:last-child {
  display: block;
}
.home-news-container .news-list__item__preview {
  height: 232px;
  height: 14.5rem;
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 50em) {
  .home-news-container .news-list__item__thumbnail {
    float: none;
    width: auto;
    border: none;
    margin-bottom: 0;
  }
}
.ie8 .home-news-container .news-list__item__thumbnail {
  float: none;
  width: auto;
  border: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 50em) {
  .home-news-container .news-list__item__thumbnail img {
    max-width: 100%;
  }
}
.ie8 .home-news-container .news-list__item__thumbnail img {
  max-width: 100%;
}
@media only screen and (min-width: 50em) {
  .home-news-container .news-list__item__content {
    padding: 8px;
    padding: .5rem;
  }
}
.ie8 .home-news-container .news-list__item__content {
  padding: 8px;
  padding: .5rem;
}
.home-news-container .news-list {
  *zoom: 1;
}
.home-news-container .news-list:before,
.home-news-container .news-list:after {
  display: table;
  content: "";
  visibility: hidden;
  line-height: 0;
}
.home-news-container .news-list:after {
  clear: both;
}
.home-news-container .publish-date {
  display: block;
  padding-top: 3px;
  padding-top: 0.2rem;
  float: right;
}
.home-news-container .section__title {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 16px 0;
  margin: 1rem 0;
}
@media only screen and (min-width: 50em) {
  .home-news-container .section__title {
    display: none;
  }
}
.ie8 .home-news-container .section__title {
  display: none;
}
.home-news-container .btn {
  display: block;
  max-width: 288px;
  max-width: 18rem;
  margin: auto;
}
@media only screen and (min-width: 50em) {
  .home-news-container {
    background: #08000f url("../images/news/bg-news.jpg") 50% 0 no-repeat;
    padding: 64px 0;
    padding: 4rem 0;
  }
}
.ie8 .home-news-container {
  background: #08000f url("../images/news/bg-news.jpg") 50% 0 no-repeat;
  padding: 64px 0;
  padding: 4rem 0;
}
.home-social-container {
  position: relative;
  background: #08000f url("../images/social/background.jpg") center top no-repeat;
  background-size: contain;
}
.home-social-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #0d0119;
  background: linear-gradient(to right, #0d0119, #009cff, #0d0119);
  height: 2px;
  width: 100%;
}
@media only screen and (min-width: 68em) {
  .home-social-container {
    background: #08000f url("../images/social/background.jpg") center top no-repeat;
    min-height: 672px;
    min-height: 42rem;
  }
}
.ie8 .home-social-container {
  background: #08000f url("../images/social/background.jpg") center top no-repeat;
  min-height: 672px;
  min-height: 42rem;
}
.home-social-container .section__title {
  text-align: center;
  font-size: 38px;
  font-size: 2.4rem;
  margin: 24px 0;
  margin: 1.5rem 0;
}
.home-social-container .section__description {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 50em) {
  .home-social-container .section__description {
    width: 55%;
    margin: 0 auto 32px;
    margin: 0 auto 2rem;
  }
}
.ie8 .home-social-container .section__description {
  width: 55%;
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
}
@media only screen and (min-width: 68em) {
  .home-social-container .section__description:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("../images/social/ogre-left.png") 0 0 no-repeat;
    width: 463px;
    height: 416px;
    left: -36%;
    top: auto;
    bottom: -370px;
  }
}
.ie8 .home-social-container .section__description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../images/social/ogre-left.png") 0 0 no-repeat;
  width: 463px;
  height: 416px;
  left: -36%;
  top: auto;
  bottom: -370px;
}
@media only screen and (min-width: 68em) {
  .home-social-container .section__description:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url("../images/social/ogre-right.png") 0 0 no-repeat;
    width: 612px;
    height: 442px;
    left: 57%;
    top: auto;
    bottom: -400px;
  }
}
.ie8 .home-social-container .section__description:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../images/social/ogre-right.png") 0 0 no-repeat;
  width: 612px;
  height: 442px;
  left: 57%;
  top: auto;
  bottom: -400px;
}
.social-list {
  text-align: justify;
  font-size: 0.1px;
  position: relative;
  max-width: 384px;
  max-width: 24rem;
  margin: 0 auto;
  text-align: center;
}
.social-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 38em) {
  .social-list {
    max-width: 528px;
    max-width: 33rem;
  }
}
.ie8 .social-list {
  max-width: 528px;
  max-width: 33rem;
}
.social-list__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}
.social-list__item a {
  display: inline-block;
}
.social-list__icon {
  min-width: 131px;
  min-height: 199px;
  background: transparent url("../images/social/social-sprites.png") 0 0 no-repeat;
}
.facebook .social-list__icon {
  background-position: 0 0;
}
.facebook .social-list__icon:hover {
  background-position: -131px 0;
}
.reddit .social-list__icon {
  background-position: 0 -199px;
}
.reddit .social-list__icon:hover {
  background-position: -131px -199px;
}
.twitter .social-list__icon {
  background-position: 0 -398px;
}
.twitter .social-list__icon:hover {
  background-position: -131px -398px;
}
.vk .social-list__icon {
  background-position: 0 -597px;
}
.vk .social-list__icon:hover {
  background-position: -131px -597px;
}
.youtube .social-list__icon {
  background-position: 0 -796px;
}
.youtube .social-list__icon:hover {
  background-position: -131px -796px;
}
.home-panels {
  position: relative;
}
@media only screen and (min-width: 50em) {
  .home-panels {
    background: url(../images/home/panels-bg.jpg) center bottom no-repeat;
    background-size: contain;
    margin-top: -260px;
  }
  .video .home-panels {
    margin-top: -170px;
  }
}
.ie8 .home-panels {
  background: url(../images/home/panels-bg.jpg) center bottom no-repeat;
  background-size: contain;
  margin-top: -260px;
}
.video .ie8 .home-panels {
  margin-top: -170px;
}
@media only screen and (min-width: 85em) {
  .home-panels {
    background-size: auto;
  }
}
.ie8 .home-panels {
  background-size: auto;
}
.home-panels .container {
  padding: 16px 0 100px;
  padding: 1rem 0 100px;
}
.home-panels .container:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 190px;
  background: url(../images/layout/trim-triangles-blue.png) center top no-repeat;
}
.panels-list {
  margin-bottom: -1.5%;
}
.panel-item {
  -webkit-transform: rotate(0.0001deg) translateY(0);
  -ms-transform: rotate(0.0001deg) translateY(0);
  transform: rotate(0.0001deg) translateY(0);
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.panel-item:before,
.panel-item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d986ff;
  background: linear-gradient(to bottom, #d986ff 0%, #b245ff 100%);
}
.panel-item:after {
  background: #6d67d6;
  background: linear-gradient(to bottom, #6d67d6 0%, #433f8d 100%);
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.panel-item:hover,
.panel-item:active,
.panel-item:focus {
  -webkit-transform: rotate(0.0001deg) translateY(-4px);
  -ms-transform: rotate(0.0001deg) translateY(-4px);
  transform: rotate(0.0001deg) translateY(-4px);
}
.panel-item:hover:after,
.panel-item:active:after,
.panel-item:focus:after {
  opacity: 0;
}
.panel-item:hover .panel-item__icon,
.panel-item:active .panel-item__icon,
.panel-item:focus .panel-item__icon {
  color: #fff;
}
.panel-item__container {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 1;
}
.panel-item__text {
  border-top: 1px solid #433f8d;
}
.panel-item__title {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  text-transform: uppercase;
  transition: color 0.4s;
}
.panels-list__item.modal-container {
  background: none;
}
.panel-item__date {
  bottom: 3px;
  right: 8px;
}
.ko-kr .panel-item__date {
  font-size: 12px;
  font-size: 0.75rem;
}
.panel-item__summary {
  transition: color 0.4s;
}
@media only screen and (min-width: 50em) {
  .panel-item__summary {
    margin-top: 0.175em;
  }
}
.ie8 .panel-item__summary {
  margin-top: 0.175em;
}
.ko-kr .panel-item__summary {
  font-size: 12px;
  font-size: 0.8rem;
}
.panels-list__item--youtube .panel-item__play-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -31px;
}
.panels-list__item--youtube .panel-item__play-button:before,
.panels-list__item--youtube .panel-item__play-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 63px;
  background: transparent url(../images/icons/play-hexagon.svg) center center no-repeat;
}
.no-svg .panels-list__item--youtube .panel-item__play-button:before,
.no-svg .panels-list__item--youtube .panel-item__play-button:after {
  background-image: url(../images/icons/play-hexagon.png);
}
.panels-list__item--youtube .panel-item__play-button:after {
  opacity: 0;
  transition: opacity 0.4s;
  background-image: url(../images/icons/play-hexagon-hover.svg);
}
.no-svg .panels-list__item--youtube .panel-item__play-button:after {
  background-image: url(../images/icons/play-hexagon-hover.png);
  visibility: hidden;
}
.panels-list__item--youtube .panel-item:hover .panel-item__play-button:after {
  opacity: 1;
}
.no-svg .panels-list__item--youtube .panel-item:hover .panel-item__play-button:before {
  visibility: hidden;
}
.no-svg .panels-list__item--youtube .panel-item:hover .panel-item__play-button:after {
  visibility: visible;
}
.panel-item__icon {
  color: #bbf1ff;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: color 0.4s;
}
.panels-list__item--twitter .panel-item__icon,
.panels-list__item--youtube .panel-item__icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  font-size: 1.8em;
}
.panels-list__item--twitter .panel-item__icon:before {
  content: "\f099";
}
.panels-list__item--youtube .panel-item__icon:before {
  content: "\f167";
}
.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  text-align: center;
  margin-bottom: 6px;
  color: #bbf1ff;
  font-size: 1.8em;
  content: "\f099";
}
@media only screen and (min-width: 38rem) {
  .panels-list__item--image.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
    display: none;
  }
}
@media only screen and (min-width: 38rem) {
  .panels-list__item--image.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
    display: none;
  }
}
.ie8 .panels-list__item--image.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
  display: none;
}
@media only screen and (min-width: 50rem) {
  .panels-list__item--image.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
    display: block;
  }
}
@media only screen and (min-width: 50rem) {
  .panels-list__item--image.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
    display: block;
  }
}
.ie8 .panels-list__item--image.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
  display: block;
}
@media only screen and (min-width: 68rem) {
  .panels-list__item--image.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
    display: none;
  }
}
@media only screen and (min-width: 68rem) {
  .panels-list__item--image.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
    display: none;
  }
}
.ie8 .panels-list__item--image.panels-list__item.panels-list__item--twitter .panel-item__summary:before {
  display: none;
}
.panels-list__item.panels-list__item--twitter.panels-list__item--no-image .panel-item__text {
  padding-top: 0;
}
@media only screen and (min-width: 30rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    padding-top: 0;
  }
}
@media only screen and (min-width: 30rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    padding-top: 0;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  padding-top: 0;
}
@media only screen and (min-width: 38rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}
@media only screen and (min-width: 38rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media only screen and (min-width: 50rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    padding-top: 0;
  }
}
@media only screen and (min-width: 50rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    padding-top: 0;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  padding-top: 0;
}
@media only screen and (min-width: 68rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}
@media only screen and (min-width: 68rem) {
  .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}
.ie8 .panels-list__item.panels-list__item--twitter.panels-list__item--image .panel-item__text {
  padding-top: 12px;
  padding-top: 0.75rem;
}
body.game {
  font-size: 14px;
}
@media only screen and (min-width: 50em) {
  body.game {
    font-size: 16px;
  }
}
.ie8 body.game {
  font-size: 16px;
}
body.game header {
  background-color: #0d0119;
}
body.game .container {
  width: 90%;
}
body.game .marketing-container .container {
  width: auto;
  padding: 0 16px;
  padding: 0 1rem;
}
body.game .all-content-wrapper {
  background-color: #0d0119;
  background-image: none;
}
.game .gameintro-splash .container {
  padding: 1em 0;
}
.gameintro-splash {
  background-image: url("../images/game/game-header-800.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: #0d0119;
  min-height: 420px;
}
@media only screen and (min-width: 38em) {
  .gameintro-splash {
    background-size: cover;
  }
}
.ie8 .gameintro-splash {
  background-size: cover;
}
@media only screen and (min-width: 50em) {
  .gameintro-splash {
    background-image: url("../images/game/game-header.jpg");
    background-color: #0c0115;
    background-size: auto;
    min-height: 774px;
  }
}
.ie8 .gameintro-splash {
  background-image: url("../images/game/game-header.jpg");
  background-color: #0c0115;
  background-size: auto;
  min-height: 774px;
}
.gameintro-splash h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 0;
}
@media only screen and (min-width: 38em) {
  .gameintro-splash h1 {
    margin-top: 2em;
  }
}
.ie8 .gameintro-splash h1 {
  margin-top: 2em;
}
.gameintro-splash__trim {
  background: url("../images/game/game-header-end.jpg") bottom center no-repeat #0d0119;
  height: 93px;
}
.gameintro-splash__text {
  padding-top: 190px;
}
@media only screen and (min-width: 30em) {
  .gameintro-splash__text {
    padding-top: 250px;
  }
}
.ie8 .gameintro-splash__text {
  padding-top: 250px;
}
@media only screen and (min-width: 38em) {
  .gameintro-splash__text {
    padding-top: 300px;
  }
}
.ie8 .gameintro-splash__text {
  padding-top: 300px;
}
@media only screen and (min-width: 50em) {
  .gameintro-splash__text {
    padding-top: 500px;
  }
}
.ie8 .gameintro-splash__text {
  padding-top: 500px;
}
@media only screen and (min-width: 50em) {
  .gameintro-splash .gameintro-splash__text .container {
    width: 60%;
  }
}
.ie8 .gameintro-splash .gameintro-splash__text .container {
  width: 60%;
}
.gameintro-splash__description {
  text-shadow: 0 0 .25em black;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 50em) {
  .gameintro-splash__description {
    margin: auto;
    font-size: 21px;
    font-size: 1.35rem;
  }
}
.ie8 .gameintro-splash__description {
  margin: auto;
  font-size: 21px;
  font-size: 1.35rem;
}
.gameintro-splash__description p {
  margin: 0;
}
.new-light-hero {
  content: "";
  position: absolute;
  top: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25em;
  height: 25em;
  z-index: -1;
}
.gameintro-new-light {
  min-height: 580px;
  background: #0c0115 url("../images/game/game-heroes-tiles-sm.jpg") center top no-repeat;
  line-height: 580px;
}
@media only screen and (min-width: 50em) {
  .gameintro-new-light {
    background-image: url("../images/game/game-heroes-tiles.jpg");
    background-position: center center;
  }
}
.ie8 .gameintro-new-light {
  background-image: url("../images/game/game-heroes-tiles.jpg");
  background-position: center center;
}
@media only screen and (min-width: 68em) {
  .gameintro-new-light {
    overflow: hidden;
  }
}
.ie8 .gameintro-new-light {
  overflow: hidden;
}
.gameintro-new-light .container {
  padding: 2.5em 0;
}
@media only screen and (min-width: 30em) {
  .gameintro-new-light .container {
    padding-top: 8em;
    width: 60%;
  }
}
.ie8 .gameintro-new-light .container {
  padding-top: 8em;
  width: 60%;
}
@media only screen and (min-width: 38em) {
  .gameintro-new-light .container {
    padding-top: 9em;
  }
}
.ie8 .gameintro-new-light .container {
  padding-top: 9em;
}
@media only screen and (min-width: 50em) {
  .gameintro-new-light .container {
    padding-top: 3em;
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.ie8 .gameintro-new-light .container {
  padding-top: 3em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media only screen and (min-width: 68em) {
  .gameintro-new-light .container {
    position: relative;
    z-index: 1;
    padding: 2em 1em;
  }
}
.ie8 .gameintro-new-light .container {
  position: relative;
  z-index: 1;
  padding: 2em 1em;
}
@media only screen and (min-width: 68em) {
  .gameintro-new-light .container:before {
    content: "";
    position: absolute;
    top: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25em;
    height: 25em;
    z-index: -1;
    right: 80%;
    background-image: url("../images/game/game-heroes-left.png");
    background-position: top right;
  }
}
.ie8 .gameintro-new-light .container:before {
  content: "";
  position: absolute;
  top: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25em;
  height: 25em;
  z-index: -1;
  right: 80%;
  background-image: url("../images/game/game-heroes-left.png");
  background-position: top right;
}
@media only screen and (min-width: 68em) {
  .gameintro-new-light .container:after {
    content: "";
    position: absolute;
    top: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25em;
    height: 25em;
    z-index: -1;
    left: 80%;
    background-image: url("../images/game/game-heroes-right.png");
    background-position: top left;
  }
}
.ie8 .gameintro-new-light .container:after {
  content: "";
  position: absolute;
  top: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25em;
  height: 25em;
  z-index: -1;
  left: 80%;
  background-image: url("../images/game/game-heroes-right.png");
  background-position: top left;
}
.gameintro-new-light .section__title {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 50em) {
  .gameintro-new-light .section__title {
    width: 70%;
  }
}
.ie8 .gameintro-new-light .section__title {
  width: 70%;
}
@media only screen and (min-width: 50em) {
  .gameintro-new-light .gameintro-new-light__text .container {
    width: 75%;
  }
}
.ie8 .gameintro-new-light .gameintro-new-light__text .container {
  width: 75%;
}
@media only screen and (min-width: 68em) {
  .gameintro-new-light .gameintro-new-light__text .container {
    width: 60%;
  }
}
.ie8 .gameintro-new-light .gameintro-new-light__text .container {
  width: 60%;
}
.gameintro-new-light__text {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 50em) {
  .gameintro-new-light__text {
    margin-top: 1em;
  }
}
.ie8 .gameintro-new-light__text {
  margin-top: 1em;
}
@media only screen and (min-width: 68em) {
  .gameintro-new-light__text {
    margin-top: 3em;
  }
}
.ie8 .gameintro-new-light__text {
  margin-top: 3em;
}
@media only screen and (min-width: 50em) {
  .gameintro-new-light__text p {
    width: 60%;
    margin: 1em auto 0 auto;
  }
}
.ie8 .gameintro-new-light__text p {
  width: 60%;
  margin: 1em auto 0 auto;
}
.marketing-container {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 50em) {
  .marketing-container {
    background: #0c0314 url("../images/marketing/bg.png") center center no-repeat;
    max-height: 661px;
  }
}
.ie8 .marketing-container {
  background: #0c0314 url("../images/marketing/bg.png") center center no-repeat;
  max-height: 661px;
}
@media only screen and (min-width: 50em) {
  .marketing-container {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}
.ie8 .marketing-container {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.marketing-container .video-switcher {
  margin: 12px 0 0;
  margin: .75rem 0 0;
}
@media only screen and (min-width: 50em) {
  .marketing-container .video-switcher {
    margin: 0;
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
.ie8 .marketing-container .video-switcher {
  margin: 0;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 68em) {
  .marketing-container .video-switcher {
    padding-top: 48px;
    padding-top: 3rem;
  }
}
.ie8 .marketing-container .video-switcher {
  padding-top: 48px;
  padding-top: 3rem;
}
@media only screen and (min-width: 30em) {
  .marketing-container .video-switcher__btn {
    width: 49%;
  }
}
.ie8 .marketing-container .video-switcher__btn {
  width: 49%;
}
@media only screen and (min-width: 50em) {
  .marketing-container .video-switcher__btn__title {
    display: inline;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    color: #4f93b6;
  }
}
.ie8 .marketing-container .video-switcher__btn__title {
  display: inline;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #4f93b6;
}
@media only screen and (min-width: 50em) {
  .marketing-container .video-switcher__btn__sub-title {
    display: inline;
  }
}
.ie8 .marketing-container .video-switcher__btn__sub-title {
  display: inline;
}
.marketing-container .marketing-container__desc {
  text-align: justify;
}
@media only screen and (min-width: 68em) {
  .marketing-container .marketing-container__desc {
    position: relative;
    text-align: center;
    max-width: 78%;
    margin: 0 auto 48px;
    margin: 0 auto 3rem;
  }
}
.ie8 .marketing-container .marketing-container__desc {
  position: relative;
  text-align: center;
  max-width: 78%;
  margin: 0 auto 48px;
  margin: 0 auto 3rem;
}
@media only screen and (min-width: 50em) {
  .marketing-container .marketing-content {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.ie8 .marketing-container .marketing-content {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 50em) {
  .marketing-container .marketing-wrapper {
    padding: 0;
  }
}
.ie8 .marketing-container .marketing-wrapper {
  padding: 0;
}
@media only screen and (min-width: 50em) {
  .marketing-container:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: url("../images/marketing/bg-trim.png") center 0 no-repeat;
    width: 100%;
    height: 231px;
  }
}
.ie8 .marketing-container:before {
  content: "";
  position: absolute;
  bottom: 0;
  background: url("../images/marketing/bg-trim.png") center 0 no-repeat;
  width: 100%;
  height: 231px;
}
.marketing-container .sixteen-nine {
  padding-bottom: 49.45%;
}
@media only screen and (min-width: 50em) {
  .pt-br .marketing-container .video-switcher {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
.ie8 .pt-br .marketing-container .video-switcher {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.marketing-list-item.cinematic .sixteen-nine {
  background-image: url('../images/marketing/cinematic-lg.png');
}
.marketing-list-item.gameplay .sixteen-nine {
  background-image: url('../images/marketing/gameplay-lg.png');
}
.gameintro-type__list li {
  padding: 0;
}
@media only screen and (min-width: 50em) {
  .gameintro-type__list li {
    width: 25%;
    float: left;
    padding: 0 1em;
  }
}
.ie8 .gameintro-type__list li {
  width: 25%;
  float: left;
  padding: 0 1em;
}
.gameintro-type__list li + li {
  margin-top: 1em;
}
@media only screen and (min-width: 50em) {
  .gameintro-type__list li + li {
    margin-top: 0;
  }
}
.ie8 .gameintro-type__list li + li {
  margin-top: 0;
}
@media only screen and (min-width: 50em) {
  .gameintro-type__text {
    margin-left: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    min-height: 21em;
    padding: .5em 1em 1em;
  }
}
.ie8 .gameintro-type__text {
  margin-left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 21em;
  padding: .5em 1em 1em;
}
@media only screen and (min-width: 68em) {
  .gameintro-type__text {
    min-height: 16em;
  }
}
.ie8 .gameintro-type__text {
  min-height: 16em;
}
.gameintro-type__character__wrapper {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  padding: .5em;
  box-shadow: 0 0 0.25em rgba(255, 255, 255, 0.2) inset, 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
  margin: 0 1em 1em 0;
}
@media only screen and (min-width: 50em) {
  .gameintro-type__character__wrapper {
    padding-bottom: 151.5%;
    position: relative;
    float: none;
    background: none;
    box-shadow: none;
    margin: 0;
  }
}
.ie8 .gameintro-type__character__wrapper {
  padding-bottom: 151.5%;
  position: relative;
  float: none;
  background: none;
  box-shadow: none;
  margin: 0;
}
.gameintro-type__character {
  height: 84px;
  width: 84px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/game/game-role-thumbs.jpg");
}
@media only screen and (min-width: 50em) {
  .gameintro-type__character {
    width: 100%;
    z-index: 1;
    position: absolute;
    background-position: bottom center;
    left: 0;
    top: 0;
    height: 100%;
  }
}
.ie8 .gameintro-type__character {
  width: 100%;
  z-index: 1;
  position: absolute;
  background-position: bottom center;
  left: 0;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 50em) {
  .gameintro-type__list .gameintro-type__character__wrapper .gameintro-type__character {
    background-position: bottom center;
    background-size: contain;
  }
}
.ie8 .gameintro-type__list .gameintro-type__character__wrapper .gameintro-type__character {
  background-position: bottom center;
  background-size: contain;
}
.assassin .gameintro-type__character {
  background-position: 0 0;
}
@media only screen and (min-width: 50em) {
  .assassin .gameintro-type__character {
    background-image: url('../images/game/game-roles-assassin.jpg');
  }
}
.ie8 .assassin .gameintro-type__character {
  background-image: url('../images/game/game-roles-assassin.jpg');
}
.warrior .gameintro-type__character {
  background-position: 0 -84px;
}
@media only screen and (min-width: 50em) {
  .warrior .gameintro-type__character {
    background-image: url('../images/game/game-roles-warrior.jpg');
  }
}
.ie8 .warrior .gameintro-type__character {
  background-image: url('../images/game/game-roles-warrior.jpg');
}
.support .gameintro-type__character {
  background-position: 0 -168px;
}
@media only screen and (min-width: 50em) {
  .support .gameintro-type__character {
    background-image: url('../images/game/game-roles-support.jpg');
  }
}
.ie8 .support .gameintro-type__character {
  background-image: url('../images/game/game-roles-support.jpg');
}
.specialist .gameintro-type__character {
  background-position: 0 -252px;
}
@media only screen and (min-width: 50em) {
  .specialist .gameintro-type__character {
    background-image: url('../images/game/game-roles-specialist.jpg');
  }
}
.ie8 .specialist .gameintro-type__character {
  background-image: url('../images/game/game-roles-specialist.jpg');
}
@media only screen and (min-width: 50em) {
  .gameintro-type__label {
    margin-left: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5em 0.5em 0.5em;
  }
}
.ie8 .gameintro-type__label {
  margin-left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5em 0.5em 0.5em;
}
.gameintro-hero {
  background-color: #11041e;
}
@media only screen and (min-width: 50em) {
  .gameintro-hero {
    background: #11041e url("../images/game/bg-game-type.jpg") top center no-repeat;
  }
}
.ie8 .gameintro-hero {
  background: #11041e url("../images/game/bg-game-type.jpg") top center no-repeat;
}
.gameintro-hero .gameintro-herotype.container {
  padding: 16px 0 32px;
  padding: 1rem 0 2rem;
}
@media only screen and (min-width: 50em) {
  .gameintro-hero .gameintro-herotype.container {
    padding: 16px;
    padding: 1rem;
    width: 100%;
  }
}
.ie8 .gameintro-hero .gameintro-herotype.container {
  padding: 16px;
  padding: 1rem;
  width: 100%;
}
@media only screen and (min-width: 68em) {
  .gameintro-hero .gameintro-herotype.container {
    width: 90%;
  }
}
.ie8 .gameintro-hero .gameintro-herotype.container {
  width: 90%;
}
@media only screen and (min-width: 50em) {
  .gameintro-hero .gameintro-herotype .gameintro-type__list li {
    padding: 0 0.5em;
  }
}
.ie8 .gameintro-hero .gameintro-herotype .gameintro-type__list li {
  padding: 0 0.5em;
}
@media only screen and (min-width: 50em) {
  .gameintro-hero__splash {
    padding-bottom: 708px;
    background: url("../images/game/bg-game-your-way-centered.jpg") bottom center no-repeat;
  }
}
.ie8 .gameintro-hero__splash {
  padding-bottom: 708px;
  background: url("../images/game/bg-game-your-way-centered.jpg") bottom center no-repeat;
}
@media only screen and (min-width: 68em) {
  .gameintro-hero__splash {
    padding-bottom: 6em;
    background: url("../images/game/bg-game-your-way.jpg") bottom center no-repeat;
  }
}
.ie8 .gameintro-hero__splash {
  padding-bottom: 6em;
  background: url("../images/game/bg-game-your-way.jpg") bottom center no-repeat;
}
.gameintro-herotype {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 50em) {
  .gameintro-herotype {
    padding-top: 3.75em;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
.ie8 .gameintro-herotype {
  padding-top: 3.75em;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 68em) {
  .gameintro-herotype {
    padding-bottom: 5em;
    margin-bottom: 5em;
  }
}
.ie8 .gameintro-herotype {
  padding-bottom: 5em;
  margin-bottom: 5em;
}
.gameintro-hero__subheading {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 1em;
}
@media only screen and (min-width: 50em) {
  .gameintro-hero__subheading {
    width: 75%;
    margin: 1em auto 0 auto;
  }
}
.ie8 .gameintro-hero__subheading {
  width: 75%;
  margin: 1em auto 0 auto;
}
@media only screen and (min-width: 50em) {
  .gameintro-hero__subheading p {
    margin-bottom: 1.25em;
  }
}
.ie8 .gameintro-hero__subheading p {
  margin-bottom: 1.25em;
}
.gameintro-yourway {
  padding-top: 30em;
  background: #160321 url("../images/game/bg-game-your-way-centered-sm.jpg") top center no-repeat;
}
@media only screen and (min-width: 50em) {
  .gameintro-yourway {
    padding-top: 16px;
    padding-top: 1rem;
    background: none;
  }
}
.ie8 .gameintro-yourway {
  padding-top: 16px;
  padding-top: 1rem;
  background: none;
}
.game .gameintro-yourway.container {
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 68em) {
  .game .gameintro-yourway.container {
    margin: auto;
    width: 90%;
  }
}
.ie8 .game .gameintro-yourway.container {
  margin: auto;
  width: 90%;
}
.gameintro-customize {
  text-align: center;
}
@media only screen and (min-width: 50em) {
  .gameintro-customize {
    text-align: center;
  }
}
.ie8 .gameintro-customize {
  text-align: center;
}
@media only screen and (min-width: 68em) {
  .gameintro-customize {
    float: left;
    width: 25%;
    text-align: left;
    min-height: 25.5em;
  }
}
.ie8 .gameintro-customize {
  float: left;
  width: 25%;
  text-align: left;
  min-height: 25.5em;
}
@media only screen and (min-width: 50em) {
  .gameintro-customize p {
    width: 75%;
    margin: 1em auto 0 auto;
  }
}
.ie8 .gameintro-customize p {
  width: 75%;
  margin: 1em auto 0 auto;
}
@media only screen and (min-width: 68em) {
  .gameintro-customize p {
    width: auto;
    margin: 1em 0 0 0;
  }
}
.ie8 .gameintro-customize p {
  width: auto;
  margin: 1em 0 0 0;
}
.gameintro-customize__text {
  margin-top: 1em;
}
.gameintro-fresh {
  background: #160321 url("../images/game/game-fresh-take-sm.jpg") top center no-repeat;
  background-size: contain;
  padding-top: 11em;
}
@media only screen and (min-width: 38em) {
  .gameintro-fresh {
    padding-top: 21em;
  }
}
.ie8 .gameintro-fresh {
  padding-top: 21em;
}
@media only screen and (min-width: 50em) {
  .gameintro-fresh {
    background: #160321 url("../images/game/game-fresh-take.jpg") top center no-repeat;
    padding-top: 0;
  }
}
.ie8 .gameintro-fresh {
  background: #160321 url("../images/game/game-fresh-take.jpg") top center no-repeat;
  padding-top: 0;
}
.gameintro-fresh .container {
  padding: 3.75em 0 2em;
}
@media only screen and (min-width: 30em) {
  .gameintro-fresh .container {
    padding-top: 4.75em;
  }
}
.ie8 .gameintro-fresh .container {
  padding-top: 4.75em;
}
@media only screen and (min-width: 50em) {
  .gameintro-fresh p {
    margin: 1em auto 0 auto;
    width: 92%;
  }
}
.ie8 .gameintro-fresh p {
  margin: 1em auto 0 auto;
  width: 92%;
}
@media only screen and (min-width: 50em) {
  .gameintro-fresh__top {
    min-height: 51em;
  }
}
.ie8 .gameintro-fresh__top {
  min-height: 51em;
}
.gameintro-fresh__top__text {
  margin-top: 1em;
  font-size: 1.2em;
}
.gameintro-fresh__top-trim {
  background: url("../images/game/game-fresh-top.jpg") top center no-repeat;
  padding-top: 3em;
}
.gameintro-team {
  padding: 1px;
  margin: 0 0 2em 0;
}
@media only screen and (min-width: 68em) {
  .gameintro-team {
    margin: 0 0 2em 0;
  }
}
.ie8 .gameintro-team {
  margin: 0 0 2em 0;
}
.gameintro-team .sub-section__heading {
  text-align: center;
}
@media only screen and (min-width: 50em) {
  .gameintro-team p {
    margin: 0.5em auto 0;
    font-size: 1em;
    text-align: center;
  }
}
.ie8 .gameintro-team p {
  margin: 0.5em auto 0;
  font-size: 1em;
  text-align: center;
}
.gameintro-team__text {
  margin-top: .5em;
  width: auto;
  font-size: 1.125em;
}
.gameintro-team__lining {
  padding: 0;
  text-align: center;
}
.gameintro-team__thumb {
  padding: .5em;
  background-color: #020c17;
  margin: 0 auto 1em 0;
}
@media only screen and (min-width: 50em) {
  .gameintro-team__thumb {
    max-width: 30%;
    float: left;
    margin: 0;
  }
}
.ie8 .gameintro-team__thumb {
  max-width: 30%;
  float: left;
  margin: 0;
}
.gameintro-battlegrounds {
  background-color: #160321;
  background: #160321 url("../images/game/bg-game-gameplay-sm.jpg") top center no-repeat;
  background-size: contain;
  padding: 10em 0 5em 0;
}
@media only screen and (min-width: 50em) {
  .gameintro-battlegrounds {
    padding: 5em 0;
    background: #160321 url("../images/game/bg-game-gameplay-med.jpg") top center no-repeat;
  }
}
.ie8 .gameintro-battlegrounds {
  padding: 5em 0;
  background: #160321 url("../images/game/bg-game-gameplay-med.jpg") top center no-repeat;
}
@media only screen and (min-width: 68em) {
  .gameintro-battlegrounds {
    background: #160321 url("../images/game/bg-game-gameplay.jpg") top center no-repeat;
  }
}
.ie8 .gameintro-battlegrounds {
  background: #160321 url("../images/game/bg-game-gameplay.jpg") top center no-repeat;
}
body.game .gameintro-battlegrounds .container {
  width: 100%;
}
@media only screen and (min-width: 30em) {
  body.game .gameintro-battlegrounds .container {
    width: 90%;
  }
}
.ie8 body.game .gameintro-battlegrounds .container {
  width: 90%;
}
.gameintro-battlegrounds__lead {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 50em) {
  .gameintro-battlegrounds__lead {
    width: 70%;
    margin: 0 auto;
  }
}
.ie8 .gameintro-battlegrounds__lead {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (min-width: 50em) {
  .gameintro-battlegrounds__lead p {
    width: 75%;
    margin: 1em auto 6em auto;
  }
}
.ie8 .gameintro-battlegrounds__lead p {
  width: 75%;
  margin: 1em auto 6em auto;
}
.gameintro-battlegrounds__lead__text {
  font-size: 1.125em;
  margin: 1em 0 3em 0;
}
@media only screen and (min-width: 50em) {
  .gameintro-battlegrounds__feature {
    float: left;
    width: 47%;
  }
}
.ie8 .gameintro-battlegrounds__feature {
  float: left;
  width: 47%;
}
@media only screen and (min-width: 50em) {
  .gameintro-battlegrounds__feature.first {
    margin-right: 5%;
  }
}
.ie8 .gameintro-battlegrounds__feature.first {
  margin-right: 5%;
}
.gameintro-battlegrounds__feature .gameintro-battlegrounds__feature__text,
.gameintro-battlegrounds__feature .heading,
.gameintro-battlegrounds__feature .paragraph__heading,
.gameintro-battlegrounds__feature .paragraph__heading--alternate {
  margin-top: 1em;
}
.gameintro-battlegrounds__feature + .gameintro-battlegrounds__feature {
  margin-top: 2em;
}
@media only screen and (min-width: 50em) {
  .gameintro-battlegrounds__feature + .gameintro-battlegrounds__feature {
    padding-right: 0;
    margin-top: 0;
  }
}
.ie8 .gameintro-battlegrounds__feature + .gameintro-battlegrounds__feature {
  padding-right: 0;
  margin-top: 0;
}
.game-thumbnail__wrapper {
  position: relative;
  background-color: #000;
}
.game-thumbnail__wrapper .btn {
  position: absolute;
  bottom: 6px;
  right: 6px;
  padding: 0.3em 0.9em;
  font-size: 1.5em;
  cursor: pointer;
  margin: 0;
}
.game-thumbnail__wrapper:hover {
  cursor: pointer;
}
.game-thumbnail__wrapper:hover .btn {
  background-color: #111e3b;
  box-shadow: inset 0 0 1em #182e83;
  border: 2px solid #182e83;
  color: #fff;
}
@media only screen and (min-width: 50em) {
  .gameintro-battlegrounds__feature__img {
    width: 100%;
  }
}
.ie8 .gameintro-battlegrounds__feature__img {
  width: 100%;
}
.gameintro-footer {
  background: #160321 url("../images/game/bg-game-cta.jpg") top center no-repeat;
  padding: 13em 0 3em;
  margin-top: -12em;
}
.gameintro-footer .container {
  margin-top: 32px;
  margin-top: 2rem;
}
@media only screen and (min-width: 50em) {
  .gameintro-footer .container {
    margin-top: 0;
  }
}
.ie8 .gameintro-footer .container {
  margin-top: 0;
}
@media only screen and (max-width: 49.99em) {
  .gameintro-footer .container {
    padding: 0;
  }
}
.gameintro-footer .beta-button {
  margin-top: 1em;
  display: inline-block;
  white-space: nowrap;
}
.es-mx .gameintro-footer .beta-button,
.ru-ru .gameintro-footer .beta-button {
  white-space: normal;
}
/* screenshot carousel */
.screenshot-carousel {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
  margin: auto;
}
.screenshot-carousel.active-6 .carousel-list {
  -webkit-transform: translate(-500%);
  -ms-transform: translate(-500%);
  transform: translate(-500%);
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel.active-6 .carousel-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.ie8 .screenshot-carousel.active-6 .carousel-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.screenshot-carousel.active-5 .carousel-list {
  -webkit-transform: translate(-400%);
  -ms-transform: translate(-400%);
  transform: translate(-400%);
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel.active-5 .carousel-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.ie8 .screenshot-carousel.active-5 .carousel-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.screenshot-carousel.active-4 .carousel-list {
  -webkit-transform: translate(-300%);
  -ms-transform: translate(-300%);
  transform: translate(-300%);
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel.active-4 .carousel-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.ie8 .screenshot-carousel.active-4 .carousel-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.screenshot-carousel.active-3 .carousel-list {
  -webkit-transform: translate(-200%);
  -ms-transform: translate(-200%);
  transform: translate(-200%);
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel.active-3 .carousel-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.ie8 .screenshot-carousel.active-3 .carousel-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.screenshot-carousel.active-2 .carousel-list {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel.active-2 .carousel-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.ie8 .screenshot-carousel.active-2 .carousel-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.screenshot-carousel.active-1 .carousel-list {
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel.active-1 .carousel-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.ie8 .screenshot-carousel.active-1 .carousel-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.screenshot-carousel .indicators {
  margin-top: 17px;
  margin-top: 1.1rem;
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel .indicators {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.ie8 .screenshot-carousel .indicators {
  margin-top: 32px;
  margin-top: 2rem;
}
@media only screen and (min-width: 38em) {
  .screenshot-carousel--playing-hearthstone .screen {
    max-width: none;
  }
}
.ie8 .screenshot-carousel--playing-hearthstone .screen {
  max-width: none;
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel--playing-hearthstone .screen {
    padding-bottom: 32px;
    padding-bottom: 2rem;
    min-height: 880px;
    min-height: 55rem;
  }
}
.ie8 .screenshot-carousel--playing-hearthstone .screen {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  min-height: 880px;
  min-height: 55rem;
}
.screenshot-carousel--home {
  max-width: 757px;
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel--home {
    background-size: contain;
    max-width: 837px;
    margin-top: 64px;
    margin-top: 4rem;
  }
}
.ie8 .screenshot-carousel--home {
  background-size: contain;
  max-width: 837px;
  margin-top: 64px;
  margin-top: 4rem;
}
.screenshot-carousel--wallpaper.active-3 .carousel-list {
  -webkit-transform: translate(-200%);
  -ms-transform: translate(-200%);
  transform: translate(-200%);
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel--wallpaper.active-3 .carousel-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.ie8 .screenshot-carousel--wallpaper.active-3 .carousel-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.screenshot-carousel--wallpaper.active-2 .carousel-list {
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel--wallpaper.active-2 .carousel-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.ie8 .screenshot-carousel--wallpaper.active-2 .carousel-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.screenshot-carousel--wallpaper.active-1 .carousel-list {
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
}
@media only screen and (min-width: 50em) {
  .screenshot-carousel--wallpaper.active-1 .carousel-list {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.ie8 .screenshot-carousel--wallpaper.active-1 .carousel-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.screen {
  max-width: 720px;
  position: relative;
  overflow: hidden;
  margin: 0 16px;
  margin: 0 1rem;
}
@media only screen and (min-width: 50em) {
  .screen {
    z-index: 2;
    padding-bottom: 0;
    margin: auto;
  }
}
.ie8 .screen {
  z-index: 2;
  padding-bottom: 0;
  margin: auto;
}
.screen-carousel-container {
  position: relative;
}
.carousel-list {
  white-space: nowrap;
  font-size: 0.1px;
  transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
}
@media only screen and (min-width: 50em) {
  .carousel-list {
    width: 100%;
    transition: none;
  }
}
.ie8 .carousel-list {
  width: 100%;
  transition: none;
}
.carousel__item {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 38em) {
  .carousel__item {
    background: none;
    padding: 0;
  }
}
.ie8 .carousel__item {
  background: none;
  padding: 0;
}
@media only screen and (min-width: 50em) {
  .carousel__item {
    float: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    max-width: 100%;
    position: absolute;
    top: 0;
  }
}
.ie8 .carousel__item {
  float: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  position: absolute;
  top: 0;
}
.carousel__item.active {
  z-index: 1;
  opacity: 1;
  position: relative;
}
@media only screen and (min-width: 38em) {
  .carousel__item--playing-hearthstone {
    padding: 8px;
  }
}
.ie8 .carousel__item--playing-hearthstone {
  padding: 8px;
}
.carousel__item--playing-hearthstone .media-frame {
  margin: 0;
}
.carousel__item--playing-hearthstone .active {
  position: absolute;
}
.carousel__img {
  display: block;
}
.screenshot-indicator {
  height: 28px;
  width: 28px;
  display: inline-block;
}
.screenshot-indicator:hover {
  cursor: pointer;
  background-position: -355px -262px;
}
.screenshot-indicator.active {
  background-position: -385px -262px;
}
.heading--carousel {
  max-width: 720px;
  max-width: 45rem;
  text-align: left;
}
@media only screen and (min-width: 38em) {
  .heading--carousel {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Palatino Linotype', Times, serif;
    text-align: center;
    color: #fff;
    line-height: 40px;
    text-shadow: 0 0 4px #000,
					0 0 8px #000;
    top: .25em;
    margin-bottom: 0;
    border-bottom: none;
    max-width: none;
    text-transform: uppercase;
    padding-bottom: 0;
  }
}
.ie8 .heading--carousel {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'Palatino Linotype', Times, serif;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-shadow: 0 0 4px #000,
					0 0 8px #000;
  top: .25em;
  margin-bottom: 0;
  border-bottom: none;
  max-width: none;
  text-transform: uppercase;
  padding-bottom: 0;
}
.overlay-control-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 57%;
}
.overlay-controls {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.overlay-controls--playing-hearthstone {
  right: 16px;
  right: 1rem;
  left: 16px;
  left: 1rem;
}
@media only screen and (min-width: 50em) {
  .overlay-controls--playing-hearthstone {
    right: 8px;
    left: 8px;
  }
}
.ie8 .overlay-controls--playing-hearthstone {
  right: 8px;
  left: 8px;
}
.overlay-controls:hover .overlay__control {
  background-repeat: no-repeat;
}
.overlay__control {
  position: absolute;
  top: 50%;
  width: 33%;
  margin-top: -46px;
  height: 92px;
  max-width: 100px;
  z-index: 4;
  background-repeat: no-repeat;
}
.overlay__control.prev {
  background-position: -329px 0;
  left: 0;
}
.overlay__control.prev:hover {
  background-position: -429px 0;
  cursor: pointer;
}
.overlay__control.next {
  background-position: -492px 0;
  right: 0;
}
.overlay__control.next:hover {
  background-position: -592px 0;
  cursor: pointer;
}
.overlay__control.zoom {
  background-position: 227px 192px;
  left: 100px;
  right: 100px;
  width: auto;
  max-width: none;
}
.overlay__control.zoom:hover {
  background-position: 227px -73px;
  cursor: pointer;
}
body.media .all-content-wrapper {
  background-color: #0d0119;
}
body.media .sub-section__heading {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 50em) {
  body.media .sub-section__heading {
    text-align: left;
  }
}
.ie8 body.media .sub-section__heading {
  text-align: left;
}
@media only screen and (min-width: 50em) {
  body.media .container {
    padding-top: 5em;
  }
}
.ie8 body.media .container {
  padding-top: 5em;
}
@media only screen and (min-width: 50em) {
  body.media .marketing-list-item {
    margin-bottom: 2em;
    background-repeat: no-repeat;
    background-color: #43286b;
    background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
    padding: 3px;
    border: none;
  }
  body.media .marketing-list-item:hover {
    background-color: #8d66c6;
    background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
  }
  body.media .marketing-list-item .media-wrapper {
    padding: 3px;
    background-color: #000000;
  }
}
.ie8 body.media .marketing-list-item {
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-color: #43286b;
  background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
  padding: 3px;
  border: none;
}
.ie8 body.media .marketing-list-item:hover {
  background-color: #8d66c6;
  background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
}
.ie8 body.media .marketing-list-item .media-wrapper {
  padding: 3px;
  background-color: #000000;
}
.neon-bar,
.neon-bar--bottom {
  position: relative;
}
.neon-bar:after {
  top: 0;
}
.neon-bar--bottom:after {
  top: auto;
  bottom: 0;
}
.neon-bar:after,
.neon-bar--bottom:after,
.neon-bar--both:after,
.neon-bar--both:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #4f93b6;
  background-image: linear-gradient(to right, #1d3f62, #3690b3, #1d3f62);
  height: 2px;
  width: 100%;
}
#media-trailers {
  margin-top: 32px;
  margin-top: 2rem;
}
.media-container {
  margin-bottom: 2em;
}
.media-list {
  padding: 3% 0;
  text-align: justify;
}
.media-list.maps-spotlight {
  text-align: center;
}
.media-list .placeholder {
  display: inline-block;
  width: 30%;
  height: 0;
}
.media-list__item {
  margin-bottom: 2%;
  width: 31.6%;
}
@media only screen and (min-width: 50em) {
  .media-list__item {
    width: 23.3%;
  }
}
.ie8 .media-list__item {
  width: 23.3%;
}
.media-list__item.map-video-item {
  display: block;
}
.media-list__item .media-list__item__title {
  word-wrap: break-word;
  margin-top: .3em;
  margin-bottom: .5em;
}
@media only screen and (min-width: 50em) {
  .media-list__media-frame {
    border: 2px solid #14324a;
    background-color: #000000;
    transition: border 0.25s ease-out;
    cursor: pointer;
  }
}
.ie8 .media-list__media-frame {
  border: 2px solid #14324a;
  background-color: #000000;
  transition: border 0.25s ease-out;
  cursor: pointer;
}
@media only screen and (min-width: 50em) {
  .media-list__media-frame:hover {
    border-color: #009cff;
  }
}
.ie8 .media-list__media-frame:hover {
  border-color: #009cff;
}
.screen {
  display: block;
}
@media only screen and (max-width: 49.99em) {
  .screen {
    margin: 0;
  }
}
@media only screen and (min-width: 68em) {
  .screen {
    display: inline-block;
  }
}
.ie8 .screen {
  display: inline-block;
}
.screenshot-indicator {
  width: 35px;
  height: 35px;
  position: relative;
  background: transparent url("../images/buttons/navigation-buttons.png") -7px -18px no-repeat;
}
.screenshot-indicator:after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  top: -11px;
  left: -13px;
  background: none;
  display: block;
}
.screenshot-indicator:hover {
  background-position: -7px -18px;
}
.screenshot-indicator:hover:after {
  background: transparent url("../images/buttons/navigation-buttons.png") -97px -8px no-repeat;
}
.screenshot-indicator.active {
  background-position: -54px -18px;
}
.overlay__control {
  display: none;
}
@media only screen and (min-width: 68em) {
  .overlay__control {
    position: relative;
    top: auto;
    left: auto;
    background: transparent url("../images/buttons/navigation-buttons.png") 0 -64px no-repeat;
    width: 45px;
    height: 86px;
    vertical-align: top;
    margin-top: 250px;
    display: inline-block;
  }
  .overlay__control.prev {
    background-position: 0 -64px;
  }
  .overlay__control.prev:hover {
    background-position: -45px -64px;
  }
  .overlay__control.next {
    background-position: -140px -64px;
  }
  .overlay__control.next:hover {
    background-position: -95px -64px;
  }
}
.ie8 .overlay__control {
  position: relative;
  top: auto;
  left: auto;
  background: transparent url("../images/buttons/navigation-buttons.png") 0 -64px no-repeat;
  width: 45px;
  height: 86px;
  vertical-align: top;
  margin-top: 250px;
  display: inline-block;
}
.ie8 .overlay__control.prev {
  background-position: 0 -64px;
}
.ie8 .overlay__control.prev:hover {
  background-position: -45px -64px;
}
.ie8 .overlay__control.next {
  background-position: -140px -64px;
}
.ie8 .overlay__control.next:hover {
  background-position: -95px -64px;
}
.wallpaper-data {
  display: none;
}
.wallpaper-select {
  max-width: 720px;
  margin: 0 auto;
}
.download-wallpaper {
  width: 100%;
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
}
.res-label {
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.modal-container {
  cursor: pointer;
}
.featured-news-section {
  position: relative;
  z-index: 2;
  padding: 32px 0 16px;
  padding: 2rem 0 1rem;
  display: none;
}
@media only screen and (min-width: 50em) {
  .featured-news-section .container {
    padding: 0;
  }
}
.ie8 .featured-news-section .container {
  padding: 0;
}
@media only screen and (min-width: 50em) {
  .featured-news-section .media-wrapper {
    padding: 3px 6px;
    background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
    background-size: 3px 100%;
    background-repeat: no-repeat;
    background-position: 100%, 0, 0, 0;
    border-top: 3px solid #43286b;
    border-bottom: 3px solid #14324a;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .featured-news-section .media-wrapper:hover {
    border-top: 3px solid #8d66c6;
    border-bottom: 3px solid #3583c2;
    background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
  }
}
.ie8 .featured-news-section .media-wrapper {
  padding: 3px 6px;
  background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
  background-size: 3px 100%;
  background-repeat: no-repeat;
  background-position: 100%, 0, 0, 0;
  border-top: 3px solid #43286b;
  border-bottom: 3px solid #14324a;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.ie8 .featured-news-section .media-wrapper:hover {
  border-top: 3px solid #8d66c6;
  border-bottom: 3px solid #3583c2;
  background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
}
@media only screen and (min-width: 50em) {
  .featured-news-section .news-list__item {
    width: 33%;
    float: left;
    clear: none;
    border: none;
    background-color: transparent;
  }
  .featured-news-section .news-list__item:hover {
    border: none;
  }
  .featured-news-section .news-list__item:hover .news-list__item__thumbnail {
    border: none;
  }
  .featured-news-section .news-list__item:last-child {
    display: none;
  }
}
.ie8 .featured-news-section .news-list__item {
  width: 33%;
  float: left;
  clear: none;
  border: none;
  background-color: transparent;
}
.ie8 .featured-news-section .news-list__item:hover {
  border: none;
}
.ie8 .featured-news-section .news-list__item:hover .news-list__item__thumbnail {
  border: none;
}
.ie8 .featured-news-section .news-list__item:last-child {
  display: none;
}
@media only screen and (min-width: 68em) {
  .featured-news-section .news-list__item {
    width: 25%;
  }
  .featured-news-section .news-list__item:last-child {
    display: block;
  }
}
.ie8 .featured-news-section .news-list__item {
  width: 25%;
}
.ie8 .featured-news-section .news-list__item:last-child {
  display: block;
}
.featured-news-section .news-list__item__preview {
  height: 232px;
  height: 14.5rem;
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 50em) {
  .featured-news-section .news-list__item__thumbnail {
    float: none;
    width: auto;
    border: none;
    margin-bottom: 0;
  }
}
.ie8 .featured-news-section .news-list__item__thumbnail {
  float: none;
  width: auto;
  border: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 50em) {
  .featured-news-section .news-list__item__thumbnail img {
    max-width: 100%;
  }
}
.ie8 .featured-news-section .news-list__item__thumbnail img {
  max-width: 100%;
}
@media only screen and (min-width: 50em) {
  .featured-news-section .news-list__item__content {
    padding: 8px;
    padding: .5rem;
  }
}
.ie8 .featured-news-section .news-list__item__content {
  padding: 8px;
  padding: .5rem;
}
.featured-news-section .news-list {
  *zoom: 1;
}
.featured-news-section .news-list:before,
.featured-news-section .news-list:after {
  display: table;
  content: "";
  visibility: hidden;
  line-height: 0;
}
.featured-news-section .news-list:after {
  clear: both;
}
.featured-news-section .publish-date {
  display: block;
  padding-top: 3px;
  padding-top: 0.2rem;
  float: right;
}
@media only screen and (min-width: 68em) {
  .featured-news-section {
    display: block;
  }
}
.ie8 .featured-news-section {
  display: block;
}
@media only screen and (min-width: 68em) {
  .featured-news-section .media-wrapper {
    height: 272px;
    height: 17rem;
    position: relative;
  }
}
.ie8 .featured-news-section .media-wrapper {
  height: 272px;
  height: 17rem;
  position: relative;
}
.featured-news-section .news-list__item__preview {
  height: auto;
  max-height: 70px;
  max-height: 4.4rem;
}
.featured-news-section .article-meta {
  position: absolute;
  bottom: 0;
}
.featured-news-section .publish-date {
  float: right;
}
.news-index-section {
  position: relative;
}
.news-index-section .section__title {
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 50em) {
  .news-index-section .section__title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
.ie8 .news-index-section .section__title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.news-index-section .news-list {
  position: relative;
}
.news-index-section .news-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #009cff;
  background: linear-gradient(to right, #14324a, #009cff, #14324a);
  height: 2px;
  width: 100%;
}
.news-index-section .more-news-btn {
  display: block;
}
.news-index-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/news/glow.png") center no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 210px;
  width: 100%;
  top: -43px;
}
@media only screen and (min-width: 50em) {
  .news-index-section:before {
    top: -22px;
  }
}
.ie8 .news-index-section:before {
  top: -22px;
}
@media only screen and (min-width: 50em) {
  .news-index-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/news/triangles.png") center no-repeat;
    width: 334px;
    height: 202px;
    right: 32px;
    right: 2rem;
    left: auto;
    top: -117px;
    z-index: 1;
  }
}
.ie8 .news-index-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/news/triangles.png") center no-repeat;
  width: 334px;
  height: 202px;
  right: 32px;
  right: 2rem;
  left: auto;
  top: -117px;
  z-index: 1;
}
@media only screen and (min-width: 68em) {
  .news-index-section .news-list__item {
    position: relative;
  }
  .news-index-section .news-list__item:hover .comments-link {
    color: #ffffff;
  }
  .news-index-section .news-list__item:hover .comments-link:after {
    background-position: 0 -25px;
  }
}
.ie8 .news-index-section .news-list__item {
  position: relative;
}
.ie8 .news-index-section .news-list__item:hover .comments-link {
  color: #ffffff;
}
.ie8 .news-index-section .news-list__item:hover .comments-link:after {
  background-position: 0 -25px;
}
@media only screen and (min-width: 68em) {
  .news-index-section .comments-link {
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 16px;
    top: 1rem;
    margin-right: 0;
    padding-right: 35px;
    padding-right: 2.2rem;
    font-size: 20px;
    font-size: 1.25rem;
    color: #4f93b6;
  }
  .news-index-section .comments-link:after {
    background: url("../images/blog/comment-sprite.png") no-repeat;
    width: 26px;
    height: 25px;
    left: auto;
    right: 0;
  }
}
.ie8 .news-index-section .comments-link {
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 16px;
  top: 1rem;
  margin-right: 0;
  padding-right: 35px;
  padding-right: 2.2rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #4f93b6;
}
.ie8 .news-index-section .comments-link:after {
  background: url("../images/blog/comment-sprite.png") no-repeat;
  width: 26px;
  height: 25px;
  left: auto;
  right: 0;
}
@media only screen and (min-width: 68em) {
  .news-index-section .news-list__item__preview {
    max-width: 78%;
  }
}
.ie8 .news-index-section .news-list__item__preview {
  max-width: 78%;
}
.circle-glow-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/news/glow.png") center no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 210px;
  width: 100%;
  top: -43px;
}
@media only screen and (min-width: 50em) {
  .circle-glow-bg {
    top: -22px;
  }
}
.ie8 .circle-glow-bg {
  top: -22px;
}
.article-container {
  position: relative;
  z-index: 1;
  padding: 16px 16px 96px;
  padding: 1rem 1rem 6rem;
}
.article-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #009cff;
  background: linear-gradient(to right, #14324a, #009cff, #14324a);
  height: 2px;
  width: 100%;
}
.article-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #009cff;
  background: linear-gradient(to right, #14324a, #009cff, #14324a);
  height: 2px;
  width: 100%;
  bottom: 0;
  top: initial;
}
@media only screen and (min-width: 50em) {
  .article-container {
    padding: 48px 32px 96px;
    padding: 3rem 2rem 6rem;
    margin-top: 80px;
    margin-top: 5rem;
  }
}
.ie8 .article-container {
  padding: 48px 32px 96px;
  padding: 3rem 2rem 6rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media only screen and (min-width: 68em) {
  .article-container {
    min-height: 832px;
    min-height: 52rem;
  }
}
.ie8 .article-container {
  min-height: 832px;
  min-height: 52rem;
}
.article-container .section__title {
  font-size: 33px;
  font-size: 2.1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media only screen and (min-width: 38em) {
  .article-container .section__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.ie8 .article-container .section__title {
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 50em) {
  .article-container .section__title {
    font-size: 48px;
    font-size: 3rem;
  }
}
.ie8 .article-container .section__title {
  font-size: 48px;
  font-size: 3rem;
}
.article-container .comments-link {
  float: right;
  margin-right: 0;
}
.article-container .publish-date:before {
  content: "|";
  margin-left: 1px;
  margin-left: .1rem;
}
.article-container ul {
  margin-left: 1.5em;
}
.article-container li {
  list-style-position: outside;
  list-style-type: disc;
}
.article-container ol li {
  list-style-type: decimal;
}
.article-container hr {
  clear: both;
  border-width: 1px 0 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #ff00f6;
}
.article-container h1,
.article-container h2,
.article-container h3,
.article-container h4,
.article-container h5,
.article-container h6 {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
}
@media only screen and (min-width: 50em) {
  .article-container h1 {
    font-size: 2.75em;
  }
}
.ie8 .article-container h1 {
  font-size: 2.75em;
}
@media only screen and (min-width: 50em) {
  .article-container h2 {
    font-size: 2.3125em;
  }
}
.ie8 .article-container h2 {
  font-size: 2.3125em;
}
@media only screen and (min-width: 50em) {
  .article-container h3 {
    font-size: 1.6875em;
  }
}
.ie8 .article-container h3 {
  font-size: 1.6875em;
}
@media only screen and (min-width: 50em) {
  .article-container h4 {
    font-size: 1.4375em;
  }
}
.ie8 .article-container h4 {
  font-size: 1.4375em;
}
.lightbox {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.lightbox img {
  border: 2px solid #14324a;
  transition: border 0.25s;
}
.lightbox img:hover {
  border: 2px solid #009cff;
}
.lightbox:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 50px;
  width: 50px;
  background: url(https://bnetcmsus-a.akamaihd.net/cms/content_entry_media/AF0ZSS2XA46X1394580639398.png) no-repeat;
}
.news .container {
  position: relative;
}
.article-container__article-banner {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
}
.related-rail {
  display: none;
}
@media only screen and (min-width: 68em) {
  .related-rail {
    display: block;
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 96px;
    top: 6rem;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    width: 304px;
    width: 19rem;
    padding: 16px;
    padding: 1rem;
  }
}
.ie8 .related-rail {
  display: block;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 96px;
  top: 6rem;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  width: 304px;
  width: 19rem;
  padding: 16px;
  padding: 1rem;
}
.related-rail__content li {
  position: relative;
  padding: 16px 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(67, 40, 107, 0.5);
}
.article-block .title {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  color: #4f93b6;
  display: block;
  margin-left: 96px;
  margin-left: 6rem;
  transition: color .25s;
  word-break: break-word;
}
.ko-kr .article-block .title {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.article-block .title a {
  color: inherit;
}
.article-block .title:hover {
  color: #ffffff;
}
.article-block .image {
  display: block;
  position: absolute;
  width: 80px;
  width: 5rem;
  height: 40px;
  height: 2.5rem;
  background-size: cover;
  background-position: center center;
  border: 1px solid #43286b;
}
.article-block .date {
  color: #858084;
  margin-left: 96px;
  margin-left: 6rem;
}
.article-meta {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  color: #4f93b6;
}
.ko-kr .article-meta {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.article-meta a {
  color: inherit;
}
.entry__article-wrapper {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
.entry__article-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/news/glow.png") center no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 210px;
  width: 100%;
  top: -43px;
  top: -108px;
}
@media only screen and (min-width: 50em) {
  .entry__article-wrapper:after {
    top: -22px;
  }
}
.ie8 .entry__article-wrapper:after {
  top: -22px;
}
@media only screen and (min-width: 50em) {
  .entry__article-wrapper:after {
    top: -115px;
  }
}
.ie8 .entry__article-wrapper:after {
  top: -115px;
}
.entry__article-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/news/glow.png") center no-repeat;
  background-size: contain;
  height: 100%;
  max-height: 210px;
  width: 100%;
  top: -43px;
  top: initial;
  bottom: -108px;
}
@media only screen and (min-width: 50em) {
  .entry__article-wrapper:before {
    top: -22px;
  }
}
.ie8 .entry__article-wrapper:before {
  top: -22px;
}
@media only screen and (min-width: 50em) {
  .entry__article-wrapper:before {
    top: initial;
    bottom: -115px;
  }
}
.ie8 .entry__article-wrapper:before {
  top: initial;
  bottom: -115px;
}
@media only screen and (min-width: 68em) {
  .entry__article-wrapper {
    margin-right: 336px;
    margin-right: 21rem;
  }
}
.ie8 .entry__article-wrapper {
  margin-right: 336px;
  margin-right: 21rem;
}
@media only screen and (min-width: 68em) {
  .bnet-comments {
    margin-right: 336px;
    margin-right: 21rem;
  }
}
.ie8 .bnet-comments {
  margin-right: 336px;
  margin-right: 21rem;
}
.related-rail__header {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 8px 0 16px;
  margin: .5rem 0 1rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.ko-kr .related-rail__header {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.related-rail__header a {
  color: inherit;
}
.triangle-decoration:before {
  content: "";
  position: absolute;
  top: 0;
  top: -197px;
  background: url("../images/news/triangles.png") center no-repeat;
  height: 202px;
  right: 0;
  left: 0;
}
.disabled-comments-msg {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 32px;
  padding: 2rem;
  text-align: center;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.ko-kr .disabled-comments-msg {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.disabled-comments-msg a {
  color: inherit;
}
@media only screen and (min-width: 68em) {
  .disabled-comments-msg {
    margin-right: 336px;
    margin-right: 21rem;
  }
}
.ie8 .disabled-comments-msg {
  margin-right: 336px;
  margin-right: 21rem;
}
.community-share {
  *zoom: 1;
  float: none;
  display: block;
  margin: 1em 0 1em;
}
.community-share:before,
.community-share:after {
  display: table;
  content: "";
  visibility: hidden;
  line-height: 0;
}
.community-share:after {
  clear: both;
}
.share-wrapper {
  white-space: nowrap;
  width: 224px;
  width: 14rem;
  float: left;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
@media only screen and (min-width: 28em) {
  .share-wrapper {
    float: right;
  }
}
.share-wrapper .share-title {
  float: left;
}
@media only screen and (min-width: 28em) {
  .share-wrapper .share-title {
    float: right;
  }
}
.share-links {
  background-color: transparent;
}
.share-links a {
  margin: 0 1px;
  margin: 0 .1rem;
}
.share-links .studivz {
  background-position: 0 -240px;
}
.like-wrapper {
  max-width: 220px;
}
.twitter-like {
  float: left;
  max-width: 110px;
}
#facebook-like {
  float: left;
  max-width: 110px;
}
.hero-spotlight-blog .ability {
  overflow: auto;
}
.default-avatar {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: url("../images/icons/avatar-default.jpg") no-repeat;
  width: 64px;
  height: 64px;
  border: 1px solid #14324a;
  top: 15px;
  left: 15px;
}
.nested-avatar {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: url("../images/icons/avatar-default.jpg") no-repeat;
  width: 64px;
  height: 64px;
  border: 1px solid #14324a;
  top: 15px;
  left: 15px;
  background-position: 0 -64px;
  width: 32px;
  height: 32px;
  left: 80px;
  left: 5rem;
}
.bnet-comments {
  padding: 0;
  position: relative;
  z-index: 2;
}
.bnet-comments .subheader-2 {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}
.ko-kr .bnet-comments .subheader-2 {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.bnet-comments .subheader-2 a {
  color: inherit;
}
.bnet-comments .comments-form {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  padding: 16px;
  padding: 1rem;
  margin-top: 0;
}
.bnet-comments .comments-form-wrapper .comments-form .bnet-avatar {
  display: none;
}
.bnet-comments .comments-error-gate {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  padding: 16px;
  padding: 1rem;
  margin-top: 0;
}
.bnet-comments .comments-error-gate .ui-button {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  border: 2px solid #0f2e63;
  display: inline-block;
  text-align: center;
  padding: .7em 2em;
  margin: 8px 0;
  margin: .5rem 0;
  position: relative;
  font-weight: 400;
}
.ko-kr .bnet-comments .comments-error-gate .ui-button {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.bnet-comments .comments-error-gate .ui-button a {
  color: inherit;
}
.bnet-comments .comments-error-gate .ui-button:hover,
.bnet-comments .comments-error-gate .ui-button.is-active {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.bnet-comments .comments-error-gate .ui-button span {
  display: inline;
}
.bnet-comments .comments-list .comment-blizzard .comment-tile,
.bnet-comments .comments-list .comment-blizzard.comment-nested .comment-tile {
  background: rgba(29, 63, 98, 0.3);
  color: #009cff;
}
.bnet-comments .comments-list .comment-blizzard .comment-tile .poster-name,
.bnet-comments .comments-list .comment-blizzard.comment-nested .comment-tile .poster-name {
  color: #009cff;
}
.bnet-comments .comment-tile {
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0;
}
.bnet-comments .comment-tile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: url("../images/icons/avatar-default.jpg") no-repeat;
  width: 64px;
  height: 64px;
  border: 1px solid #14324a;
  top: 15px;
  left: 15px;
}
.bnet-comments .comment-tile.comment-buried:before {
  display: none;
}
.bnet-comments .comment-nested .bnet-avatar {
  left: 80px;
  left: 5rem;
}
.bnet-comments .comment-nested .comment-tile {
  padding-left: 128px;
  padding-left: 8rem;
}
.bnet-comments .comment-nested .comment-tile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: url("../images/icons/avatar-default.jpg") no-repeat;
  width: 64px;
  height: 64px;
  border: 1px solid #14324a;
  top: 15px;
  left: 15px;
  background-position: 0 -64px;
  width: 32px;
  height: 32px;
  left: 80px;
  left: 5rem;
}
.bnet-comments .comments-list > li {
  margin: 0;
  margin-top: 16px;
  margin-top: 1rem;
}
.bnet-comments .comments-list > li.comment-nested {
  margin-top: 0;
}
.bnet-comments .comments-list > li.comment-nested .comment-tile {
  background: rgba(0, 0, 0, 0.3);
}
.bnet-comments .comments-list > li.nested-reply {
  margin-top: 0;
  padding-left: 0;
}
.bnet-comments .comments-list > li.nested-reply .comments-form {
  padding-left: 128px;
  padding-left: 8rem;
}
.bnet-comments .comments-list > li.nested-reply .comments-form .bnet-avatar {
  left: 80px;
  left: 5rem;
}
.bnet-comments .comments-list > li.nested-reply .comments-form .bnet-avatar img {
  width: 32px;
  height: 32px;
}
.bnet-comments .comment-nested {
  padding-left: 0;
}
.bnet-comments .comment-tile .comment-foot {
  margin-top: 48px;
  margin-top: 3rem;
}
.bnet-comments .comment-tile .comment-foot .ui-button {
  visibility: visible;
}
.bnet-comments .comments-form .input-wrapper textarea {
  width: 100%;
}
.bnet-comments .rate-post-wrapper .rate-up,
.bnet-comments .rate-post-wrapper .downvote-wrapper {
  opacity: 1;
}
.comment-foot .ui-button {
  color: #4f93b6;
  width: inherit;
}
.comment-foot .ui-button:hover {
  color: #00d8ff;
}
.bnet-comments .rate-option,
.bnet-comments .rate-post-wrapper {
  visibility: visible !important;
}
.avatar-outer {
  border: 1px solid #14324a;
}
.tab-menu {
  *zoom: 1;
}
.tab-menu:before,
.tab-menu:after {
  display: table;
  content: "";
  visibility: hidden;
  line-height: 0;
}
.tab-menu:after {
  clear: both;
}
.tab-menu li {
  float: left;
  margin-right: 8px;
  margin-right: .5rem;
}
.tab-menu a {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  border: 2px solid #0f2e63;
  display: inline-block;
  text-align: center;
  padding: .7em 2em;
  margin: 8px 0;
  margin: .5rem 0;
  position: relative;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  color: #8eb1bc;
}
.ko-kr .tab-menu a {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.tab-menu a a {
  color: inherit;
}
.tab-menu a:hover,
.tab-menu a.is-active {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.tab-menu a.tab-active {
  color: #ffffff;
}
.tab-menu a span {
  vertical-align: sub;
}
textarea {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid #212938;
  color: #ffffff;
  width: 100%;
  padding: 8px;
  padding: .5rem;
  transition: border-color 0.25s;
}
textarea:focus {
  border: 2px solid #2b495e;
}
.report-post {
  display: none;
}
.comment-submit,
.comments-action .ui-button {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  border: 2px solid #0f2e63;
  display: inline-block;
  text-align: center;
  padding: .7em 2em;
  margin: 8px 0;
  margin: .5rem 0;
  position: relative;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  padding: 0;
}
.ko-kr .comment-submit,
.ko-kr .comments-action .ui-button {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.comment-submit a,
.comments-action .ui-button a {
  color: inherit;
}
.comment-submit:hover,
.comments-action .ui-button:hover,
.comment-submit.is-active,
.comments-action .ui-button.is-active {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.comment-submit:hover,
.comments-action .ui-button:hover {
  border-width: 2px;
}
.ui-button .button-right,
.ui-button .button-left {
  overflow: initial;
}
.comments-action .ui-cancel {
  margin-left: 16px;
  margin-left: 1rem;
}
.rate-post-wrapper {
  position: absolute;
  bottom: 16px;
  bottom: 1rem;
}
.rate-post-wrapper.upvoted .rate-up {
  color: #fff;
}
.rate-post-wrapper.downvoted .rate-down {
  color: #fff;
}
.bnet-comments .rate-post-wrapper {
  float: right;
  padding: 0;
}
.bnet-comments .comment-rating {
  top: 16px;
  top: 1rem;
  bottom: auto;
  position: absolute;
  float: right;
  margin-top: 0;
  min-width: initial;
  padding: 0;
  right: 16px;
  right: 1rem;
}
.bnet-comments .comment-rating + .rate-post-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
  position: absolute;
  padding: 0;
  bottom: 16px;
  bottom: 1rem;
  left: 16px;
  left: 1rem;
  min-width: initial;
}
@media only screen and (min-width: 30em) {
  .bnet-comments .comment-rating + .rate-post-wrapper {
    position: relative;
    float: right;
    margin-right: 16px;
    margin-right: 1rem;
  }
}
.ie8 .bnet-comments .comment-rating + .rate-post-wrapper {
  position: relative;
  float: right;
  margin-right: 16px;
  margin-right: 1rem;
}
.moderator-review {
  display: none;
}
.news .ui-pagination li.current a {
  background: none;
  color: #ffffff;
}
.ui-dropdown .dropdown-wrapper {
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 8px;
  padding: .5rem;
  border: 2px solid #14324a;
}
.news .report-post {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px;
  padding: 1rem;
}
.news .report-post .ui-button {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  border: 2px solid #0f2e63;
  display: inline-block;
  text-align: center;
  padding: .7em 2em;
  margin: 8px 0;
  margin: .5rem 0;
  position: relative;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  margin-right: 16px;
  margin-right: 1rem;
}
.ko-kr .news .report-post .ui-button {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.news .report-post .ui-button a {
  color: inherit;
}
.news .report-post .ui-button:hover,
.news .report-post .ui-button.is-active {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.news .report-post .report-submit-wrapper {
  float: right;
}
.news .report-post select {
  margin: 8px 0;
  margin: .5rem 0;
}
.news .ui-pagination li {
  margin: 0;
}
.news .ui-pagination li a {
  border: 2px solid #1d3f62;
  color: #858084;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 8px;
  padding: 0 .5rem;
  margin: 0 4px;
  margin: 0 .25rem;
  transition: border .25s;
}
.news .ui-pagination li a:last-child {
  margin-right: 0;
}
.news .ui-pagination li a:hover {
  border: 2px solid #00d8ff;
}
.news .ui-pagination li.current a {
  border: 2px solid #00d8ff;
}
.news .ui-pagination li.cap-item {
  display: none;
}
.ui-context {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 8px;
  padding: .5rem;
  border: 2px solid #14324a;
}
.ui-context .context .context-links .link-first {
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
}
.ui-context .context .context-links .link-last {
  border-radius: 0;
}
.comment-hot {
  box-shadow: 0 0 16px rgba(0, 156, 255, 0.5);
  box-shadow: 0 0 1rem rgba(0, 156, 255, 0.5);
}
.ui-context .context .context-links a {
  background: transparent url("../images/icons/context.gif") no-repeat;
  transition: background-color 0.25s;
}
.ui-context .context .context-links a:hover {
  background-color: transparent;
  background-color: rgba(0, 156, 255, 0.3);
}
.ui-context .context .context-links .icon-profile {
  background-position: 0 7px;
}
.ui-context .context .context-links .icon-posts {
  background-position: 0 -30px;
}
.ui-context .context .context-links .icon-ignore {
  background-position: 0 -60px;
}
.ui-context .context .context-links .icon-ban {
  background-position: 0 -90px;
}
.hero-list {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 38em) {
  .hero-list {
    text-align: justify;
    font-size: 0.1px;
  }
  .hero-list:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.ie8 .hero-list {
  text-align: justify;
  font-size: 0.1px;
}
.ie8 .hero-list:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.hero-container {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  margin-top: .5rem;
  max-width: 136px;
  vertical-align: top;
}
@media only screen and (min-width: 50em) {
  .hero-container {
    max-width: none;
  }
}
.ie8 .hero-container {
  max-width: none;
}
.ie8 .hero-container {
  display: inline;
}
.hero-container.placeholder {
  visibility: hidden;
  display: inline-block;
  margin-top: 0;
  width: 216px;
  height: 10px;
}
.hero-container.ng-enter,
.hero-container.ng-leave,
.hero-container.ng-move {
  transition: opacity 0.25s, top 0.2s;
}
.hero-container.ng-enter,
.hero-container.ng-leave.ng-leave-active {
  opacity: 0;
  top: -70px;
}
.hero-container.ng-leave,
.hero-container.ng-enter.ng-enter-active {
  opacity: 1;
  top: 0;
}
.hero-list__item {
  display: inline;
  margin: 16px 4px;
  margin: 1rem .25rem;
  max-width: 136px;
  max-width: 8.5rem;
  vertical-align: top;
  cursor: pointer;
}
@media only screen and (min-width: 38em) {
  .hero-list__item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    vertical-align: top;
    text-align: left;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.ie8 .hero-list__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 50em) {
  .hero-list__item {
    max-width: 216px;
    margin: 32px 0;
    margin: 2rem 0;
  }
}
.ie8 .hero-list__item {
  max-width: 216px;
  margin: 32px 0;
  margin: 2rem 0;
}
.hero-list__item__border {
  width: 136px;
  height: 196px;
  display: inline-block;
  border: 2px solid #43286b;
  margin-bottom: 12px;
  margin-bottom: .75rem;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 50em) {
  .hero-list__item__border {
    width: 216px;
    height: 310px;
    padding: 5px;
    border: none;
    box-shadow: 0 0 16px #000000;
    box-shadow: 0 0 1rem #000000;
    background: #261e4a;
    background: linear-gradient(#261e4a, #140f29);
  }
}
.ie8 .hero-list__item__border {
  width: 216px;
  height: 310px;
  padding: 5px;
  border: none;
  box-shadow: 0 0 16px #000000;
  box-shadow: 0 0 1rem #000000;
  background: #261e4a;
  background: linear-gradient(#261e4a, #140f29);
}
@media only screen and (min-width: 50em) {
  .hero-list__item.released .hero-list__item__border {
    z-index: 1;
    background: #14324a;
    background: linear-gradient(#14324a, #43286b);
  }
}
.ie8 .hero-list__item.released .hero-list__item__border {
  z-index: 1;
  background: #14324a;
  background: linear-gradient(#14324a, #43286b);
}
.hero-link {
  position: relative;
  display: block;
}
@media only screen and (min-width: 50em) {
  .hero-list__item.released .hero-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/heroes/hover-border.png") no-repeat;
    opacity: 0;
    transition: opacity .5s;
  }
}
.ie8 .hero-list__item.released .hero-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/heroes/hover-border.png") no-repeat;
  opacity: 0;
  transition: opacity .5s;
}
@media only screen and (min-width: 50em) {
  .hero-list__item.released .hero-link:hover:before {
    opacity: 1;
    width: 340px;
    height: 490px;
    top: -95px;
    left: -62px;
  }
}
.ie8 .hero-list__item.released .hero-link:hover:before {
  opacity: 1;
  width: 340px;
  height: 490px;
  top: -95px;
  left: -62px;
}
@media only screen and (min-width: 50em) {
  .hero-list__item.released .hero-link:hover .hero-list__item__border {
    background: transparent;
    box-shadow: none;
  }
}
.ie8 .hero-list__item.released .hero-link:hover .hero-list__item__border {
  background: transparent;
  box-shadow: none;
}
.hero-link:hover .hero-link__coming-soon {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.ie8 .hero-list__item.released .hero-list__item__border:hover {
  background: #00d8ff !important;
}
.ie8 .hero-link:before {
  display: none;
}
.ie8 .hero-link:hover:before {
  display: block;
}
.hero-list__item__name {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
}
.ko-kr .hero-list__item__name {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
@media only screen and (min-width: 50em) {
  .hero-list__item__name {
    font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .ko-kr .hero-list__item__name {
    font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
  }
  .hero-list__item__name a {
    color: inherit;
  }
}
.ie8 .hero-list__item__name {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 24px;
  font-size: 1.5rem;
}
.ko-kr .ie8 .hero-list__item__name {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.ie8 .hero-list__item__name a {
  color: inherit;
}
.hero-list__item.unreleased .hero-list__item__name {
  color: #858084;
}
.hero-list__item__title {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
  font-size: .9rem;
  color: #8eb1bc;
}
.ko-kr .hero-list__item__title {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.hero-list__item__title a {
  color: inherit;
}
@media only screen and (min-width: 50em) {
  .hero-list__item__title {
    font-size: 16px;
    font-size: 1rem;
  }
}
.ie8 .hero-list__item__title {
  font-size: 16px;
  font-size: 1rem;
}
.hero-list__item.unreleased .hero-list__item__title {
  opacity: .5;
}
.hero-list__item__role-icon {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  vertical-align: sub;
  top: 3px;
  top: 0.2rem;
  left: 4px;
  left: 0.25rem;
  margin-left: -11px;
  margin-left: -0.7rem;
}
.hero-link__coming-soon {
  display: none;
}
@media only screen and (min-width: 50em) {
  .hero-link__coming-soon {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    position: absolute;
    cursor: default;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    transition: opacity .5s;
  }
}
.ie8 .hero-link__coming-soon {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  position: absolute;
  cursor: default;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity .5s;
}
.soon-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.soon-wrapper h2 {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 40px;
  font-size: 2.5rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-shadow: 0 0 16px #261e4a;
  text-shadow: 0 0 1rem #261e4a;
}
.ko-kr .soon-wrapper h2 {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.soon-wrapper h2 a {
  color: inherit;
}
.es-mx .soon-wrapper h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.de-de .soon-wrapper h2 {
  font-size: 32px;
  font-size: 2rem;
}
.filter-btn {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 20px;
  padding: .5rem 1.25rem;
  position: absolute;
}
@media only screen and (min-width: 50em) {
  .filter-btn {
    display: none;
  }
}
.ie8 .filter-btn {
  display: none;
}
.index-search {
  position: relative;
  margin-left: 72px;
  margin-left: 4.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  z-index: 3;
}
@media only screen and (min-width: 50em) {
  .index-search {
    float: right;
    clear: right;
    max-width: 385px;
    max-width: 24.0625rem;
    margin-top: 48px;
    margin-top: 3rem;
    width: 33%;
  }
}
.ie8 .index-search {
  float: right;
  clear: right;
  max-width: 385px;
  max-width: 24.0625rem;
  margin-top: 48px;
  margin-top: 3rem;
  width: 33%;
}
.index-search__input {
  padding: 12px;
  padding: 0.75rem;
  background-color: #000000;
  background-color: rgba(13, 1, 25, 0.7);
  border: 1px solid #260d54;
  width: 100%;
  color: #ffffff;
}
.index-search__icon {
  position: absolute;
  top: 12px;
  top: .8rem;
  font-size: 17px;
  font-size: 1.1rem;
  right: 16px;
  right: 1rem;
  color: #a200ff;
}
.filter-wrapper {
  *zoom: 1;
  display: none;
}
.filter-wrapper:before,
.filter-wrapper:after {
  display: table;
  content: "";
  visibility: hidden;
  line-height: 0;
}
.filter-wrapper:after {
  clear: both;
}
@media only screen and (min-width: 50em) {
  .filter-wrapper {
    display: block !important;
    padding-top: 48px;
    padding-top: 3rem;
    -webkit-transform: translateZ(0);
    position: relative;
    z-index: 2;
  }
}
.ie8 .filter-wrapper {
  display: block !important;
  padding-top: 48px;
  padding-top: 3rem;
  -webkit-transform: translateZ(0);
  position: relative;
  z-index: 2;
}
.filter-label {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 14px;
  font-size: .9rem;
}
.ko-kr .filter-label {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.filter-label a {
  color: inherit;
}
@media only screen and (min-width: 50em) {
  .filter-label {
    float: left;
    font-size: 19px;
    font-size: 1.2rem;
    margin-right: 12px;
    margin-right: 0.8rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}
.ie8 .filter-label {
  float: left;
  font-size: 19px;
  font-size: 1.2rem;
  margin-right: 12px;
  margin-right: 0.8rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.filter-group {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 50em) {
  .filter-group {
    float: left;
    min-width: 256px;
    min-width: 16rem;
  }
  .filter-group:first-child {
    margin-right: 48px;
    margin-right: 3rem;
  }
}
.ie8 .filter-group {
  float: left;
  min-width: 256px;
  min-width: 16rem;
}
.ie8 .filter-group:first-child {
  margin-right: 48px;
  margin-right: 3rem;
}
.hero-filter-option {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 4px 48px 4px 0;
  margin: .25rem 3rem .25rem 0;
  display: inline-block;
}
@media only screen and (min-width: 50em) {
  .hero-filter-option {
    margin: 0;
  }
}
.ie8 .hero-filter-option {
  margin: 0;
}
.hero-filter-option .hero-filter-icon {
  font-size: 32px;
  font-size: 2rem;
  vertical-align: middle;
  opacity: .5;
}
@media only screen and (min-width: 50em) {
  .hero-filter-option .hero-filter-icon {
    font-size: 35px;
    font-size: 2.2rem;
  }
}
.ie8 .hero-filter-option .hero-filter-icon {
  font-size: 35px;
  font-size: 2.2rem;
}
.hero-filter-option .hero-filter-icon.checked {
  opacity: 1;
}
.hero-filter-option .hero-filter-icon + span {
  vertical-align: middle;
}
.hero-filter-option .hero-filter-icon.heroes-icon-universe-retro {
  font-size: 22px;
  font-size: 1.4rem;
  padding: 4px;
  padding: 0.3rem;
}
@media only screen and (min-width: 50em) {
  .hero-filter-option span {
    display: none;
  }
}
.ie8 .hero-filter-option span {
  display: none;
}
.ng-cloak {
  display: none;
}
.heroes-icon-role-warrior.checked,
.heroes-icon-universe-starcraft.checked {
  opacity: 1;
  color: #4ca0ff;
  font-smoothing: antialiased;
}
.heroes-icon-role-assassin.checked,
.heroes-icon-universe-diablo.checked {
  opacity: 1;
  color: #ff8da3;
  font-smoothing: antialiased;
}
.heroes-icon-role-support.checked {
  opacity: 1;
  color: #02e9d9;
  font-smoothing: antialiased;
}
.heroes-icon-role-specialist.checked {
  opacity: 1;
  color: #c571ff;
  font-smoothing: antialiased;
}
.heroes-icon-universe-warcraft.checked {
  opacity: 1;
  color: #ffe0a4;
  font-smoothing: antialiased;
}
.heroes-icon-universe-retro.checked {
  opacity: 1;
  color: #06acf9;
  font-smoothing: antialiased;
}
.hero-filter-option > label {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  cursor: pointer;
  color: #766aa5;
}
.ko-kr .hero-filter-option > label {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.hero-filter-option > label a {
  color: inherit;
}
.hero-filter-option > input[type='checkbox'] {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
.hero-filter-option > input[type='checkbox']:checked + label {
  color: white;
}
.heroes-entry {
  background-color: #08000f;
}
.heroes-entry .all-content-wrapper {
  background: none;
}
.heroes-entry .section-heading {
  text-transform: uppercase;
  margin: 1em 0 1em 1em;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
}
@media only screen and (min-width: 68em) {
  .heroes-entry .section-heading {
    margin: 1em 0;
  }
}
.ie8 .heroes-entry .section-heading {
  margin: 1em 0;
}
.heroes-entry .ability-icon-border {
  float: left;
}
.heroes-entry .ability-icon {
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
  background-color: #000000;
  padding: 3px;
}
.heroes-entry .ability-icon--large {
  width: 100%;
  height: 100%;
  max-width: 80px;
  max-height: 80px;
  background-color: #000000;
  padding: 3px;
}
.heroes-entry .ability-icon-container {
  width: 90%;
  margin: 0 auto;
}
.skins-wrapper .section-heading,
.abilities-wrapper .section-heading {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}
.ko-kr .skins-wrapper .section-heading,
.ko-kr .abilities-wrapper .section-heading {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.skins-wrapper .section-heading a,
.abilities-wrapper .section-heading a {
  color: inherit;
}
.feature {
  z-index: 2;
  padding-top: 86.25%;
  margin-top: -90px;
  position: relative;
}
@media only screen and (min-width: 50em) {
  .feature {
    padding-top: 0;
    padding-bottom: 71.5%;
    margin-top: -40px;
    z-index: 0;
    height: 0;
  }
}
.ie8 .feature {
  padding-top: 0;
  padding-bottom: 71.5%;
  margin-top: -40px;
  z-index: 0;
  height: 0;
}
@media only screen and (min-width: 68em) {
  .feature {
    padding-bottom: 0;
    margin-top: -106px;
    height: 800px;
  }
}
.ie8 .feature {
  padding-bottom: 0;
  margin-top: -106px;
  height: 800px;
}
.heroes-entry .feature-container {
  text-align: center;
}
@media only screen and (min-width: 50em) {
  .heroes-entry .feature-container {
    background-color: transparent;
    padding-bottom: 71.5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
  }
}
.ie8 .heroes-entry .feature-container {
  background-color: transparent;
  padding-bottom: 71.5%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
}
@media only screen and (min-width: 68em) {
  .heroes-entry .feature-container {
    height: 800px;
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 1168px;
    max-width: 73rem;
  }
}
.ie8 .heroes-entry .feature-container {
  height: 800px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  max-width: 1168px;
  max-width: 73rem;
}
.heroes-entry .feature-container .btn,
.heroes-entry .feature-container .btn--no-glow,
.heroes-entry .feature-container .btn--sm {
  display: inline-block;
  font-size: 2em;
  margin-bottom: 0.5em;
  padding: 0 0.25em;
  outline: 0;
}
@media only screen and (min-width: 50em) {
  .heroes-entry .feature-container .fb-button-container {
    top: 3.5em;
  }
}
.ie8 .heroes-entry .feature-container .fb-button-container {
  top: 3.5em;
}
@media only screen and (min-width: 68em) {
  .heroes-entry .feature-container .fb-button-container {
    top: 7.5em;
  }
}
.ie8 .heroes-entry .feature-container .fb-button-container {
  top: 7.5em;
}
.skin-navigation {
  margin: 8px auto 0 auto;
  margin: 0.5rem auto 0 auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 92px;
}
@media only screen and (min-width: 38em) {
  .skin-navigation {
    height: 112px;
    margin-top: 0;
  }
}
.ie8 .skin-navigation {
  height: 112px;
  margin-top: 0;
}
@media only screen and (min-width: 50em) {
  .skin-navigation {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 3;
    height: auto;
    width: 100%;
  }
}
.ie8 .skin-navigation {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 68em) {
  .skin-navigation {
    left: 24px;
    left: 1.5rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.ie8 .skin-navigation {
  left: 24px;
  left: 1.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.skin-navigation .skin-navigation__heading {
  display: none;
  font-size: 1em;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-left: 25px;
  text-align: left;
}
@media only screen and (min-width: 50em) {
  .skin-navigation .skin-navigation__heading {
    display: block;
  }
}
.ie8 .skin-navigation .skin-navigation__heading {
  display: block;
}
.skin-navigation.no-paginate .skin-navigation__heading {
  margin-left: 0;
}
.skin-navigation.no-paginate .skin-navigation__controls {
  display: none;
}
.skin-navigation .skin-navigation__window {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.skin-navigation .skin-navigation__window:after {
  box-shadow: -16px 0px 7px -11px #000000 inset;
  content: "";
  width: 20px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 50em) {
  .skin-navigation .skin-navigation__window {
    width: 290px;
    float: left;
  }
  .skin-navigation .skin-navigation__window:after {
    display: none;
  }
}
.ie8 .skin-navigation .skin-navigation__window {
  width: 290px;
  float: left;
}
.ie8 .skin-navigation .skin-navigation__window:after {
  display: none;
}
@media only screen and (min-width: 50em) {
  .skin-navigation.no-paginate .skin-navigation__window {
    width: 280px;
  }
}
.ie8 .skin-navigation.no-paginate .skin-navigation__window {
  width: 280px;
}
.skin-navigation .skin-navigation__controls {
  display: none;
}
@media only screen and (min-width: 50em) {
  .skin-navigation .skin-navigation__controls {
    display: block;
    float: left;
    margin-top: 1.25em;
  }
}
.ie8 .skin-navigation .skin-navigation__controls {
  display: block;
  float: left;
  margin-top: 1.25em;
}
.skin-navigation .skin-navigation__controls.disabled {
  visibility: hidden;
}
.skin-list__item {
  margin: 0 8px 8px 0;
  margin: 0 0.5rem 0.5rem 0;
  display: inline-block;
  width: 75px;
  height: 75px;
  position: relative;
}
.skin-list__item.selected:before {
  content: "";
  background-image: url('../images/heroes/skin_hover.png');
  background-size: 100%;
  width: 120%;
  height: 0;
  padding-bottom: 125%;
  display: block;
  z-index: 1;
  position: absolute;
  top: -10%;
  left: -10%;
}
.skin-list__item.selected:hover {
  cursor: auto;
  background-color: none;
  background-image: none;
}
@media only screen and (min-width: 38em) {
  .skin-list__item {
    width: 95px;
    height: 95px;
  }
}
.ie8 .skin-list__item {
  width: 95px;
  height: 95px;
}
@media only screen and (min-width: 50em) {
  .skin-list__item {
    position: relative;
    margin: 0 4px;
    width: 80px;
    height: 80px;
  }
  .skin-list__item:hover {
    cursor: pointer;
  }
  .skin-list__item:hover .ability-tooltip {
    display: block;
    top: -3em;
    padding: 0.5em 1em;
    min-width: 160px;
    min-width: 10rem;
    width: auto;
    z-index: 2;
  }
}
.ie8 .skin-list__item {
  position: relative;
  margin: 0 4px;
  width: 80px;
  height: 80px;
}
.ie8 .skin-list__item:hover {
  cursor: pointer;
}
.ie8 .skin-list__item:hover .ability-tooltip {
  display: block;
  top: -3em;
  padding: 0.5em 1em;
  min-width: 160px;
  min-width: 10rem;
  width: auto;
  z-index: 2;
}
.skin-list__item:last-child {
  margin-right: 0;
}
.ie8 .skin-list__item.selected {
  background-color: #fff;
}
.ie8 .skin-list__item.selected:before {
  display: none;
}
.skin-list__thumbnail {
  padding: 3px;
  background-color: #000000;
}
.ie8 .skin-list__thumbnail {
  width: 75px;
  height: 75px;
}
.skin-list {
  transition: left 1s ease-in-out;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-top: 10px;
}
@media only screen and (min-width: 50em) {
  .skin-list {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    overflow: visible;
    height: 100px;
    padding: 10px 0 0 0;
    text-align: left;
  }
}
.ie8 .skin-list {
  position: relative;
  top: auto;
  left: 0;
  right: auto;
  overflow: visible;
  height: 100px;
  padding: 10px 0 0 0;
  text-align: left;
}
.ie8 .skin-list {
  overflow: visible;
}
.header-video-overlay .hero-skin {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 86.25%;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 50em) {
  .header-video-overlay .hero-skin {
    padding-bottom: 71.5%;
  }
}
.ie8 .header-video-overlay .hero-skin {
  padding-bottom: 71.5%;
}
@media only screen and (min-width: 68em) {
  .header-video-overlay .hero-skin {
    padding-bottom: 52.55%;
  }
}
.ie8 .header-video-overlay .hero-skin {
  padding-bottom: 52.55%;
}
.header-video-overlay .hero-skin.selected {
  display: block;
}
.header-video-overlay .video-wrapper {
  display: none;
}
@media only screen and (min-width: 68em) {
  .header-video-overlay .video-wrapper {
    display: block;
  }
}
.ie8 .header-video-overlay .video-wrapper {
  display: block;
}
@media only screen and (min-width: 50em) {
  .header-video-overlay .hero-video {
    display: block;
    width: 1480px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .header-video-overlay .hero-video.is-active {
    opacity: 1;
  }
}
.ie8 .header-video-overlay .hero-video {
  display: block;
  width: 1480px;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.ie8 .header-video-overlay .hero-video.is-active {
  opacity: 1;
}
@media only screen and (min-width: 50em) {
  .heroes-entry header[role=banner] {
    background-image: none;
    padding: 0;
    height: auto;
    z-index: 3;
  }
}
.ie8 .heroes-entry header[role=banner] {
  background-image: none;
  padding: 0;
  height: auto;
  z-index: 3;
}
.hero-info {
  padding: 1em;
}
@media only screen and (min-width: 50em) {
  .hero-info {
    z-index: 2;
    width: 55%;
    padding: 0;
    border-top: none;
    position: absolute;
    top: 64px;
    top: 4rem;
    left: 16px;
    left: 1rem;
  }
}
.ie8 .hero-info {
  z-index: 2;
  width: 55%;
  padding: 0;
  border-top: none;
  position: absolute;
  top: 64px;
  top: 4rem;
  left: 16px;
  left: 1rem;
}
@media only screen and (min-width: 68em) {
  .hero-info {
    top: 144px;
    top: 9rem;
  }
}
.ie8 .hero-info {
  top: 144px;
  top: 9rem;
}
.hero-info .hero-identity {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 50em) {
  .hero-info .hero-identity {
    display: block;
    text-align: left;
  }
}
.ie8 .hero-info .hero-identity {
  display: block;
  text-align: left;
}
.hero-info .hero-identity__name {
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 0.9em;
}
@media only screen and (min-width: 30em) {
  .hero-info .hero-identity__name {
    font-size: 2.5em;
  }
}
.ie8 .hero-info .hero-identity__name {
  font-size: 2.5em;
}
@media only screen and (min-width: 68em) {
  .hero-info .hero-identity__name {
    font-size: 3em;
  }
}
.ie8 .hero-info .hero-identity__name {
  font-size: 3em;
}
.hero-info .hero-identity__title {
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0.3em 0 0;
}
@media only screen and (min-width: 50em) {
  .hero-info .hero-identity__title {
    font-size: 1.35em;
  }
}
.ie8 .hero-info .hero-identity__title {
  font-size: 1.35em;
}
.hero-info .hero-identity__info-container {
  margin-top: 4%;
  display: inline-block;
  max-width: 60%;
  text-align: left;
}
@media only screen and (min-width: 30em) {
  .hero-info .hero-identity__info-container {
    max-width: 60%;
  }
}
.ie8 .hero-info .hero-identity__info-container {
  max-width: 60%;
}
@media only screen and (min-width: 50em) {
  .hero-info .hero-identity__info-container {
    max-width: 75%;
  }
}
.ie8 .hero-info .hero-identity__info-container {
  max-width: 75%;
}
.hero-info .franchise-icon {
  background-image: url('../images/icons/franchise_icons.png');
  background-repeat: no-repeat;
  background-size: 400%;
  display: inline-block;
  vertical-align: top;
  width: 18%;
  padding-bottom: 18%;
  max-width: 115px;
  max-height: 115px;
}
.hero-info .franchise-icon.diablo {
  background-position: 66% 0;
}
.hero-info .franchise-icon.starcraft {
  background-position: 33% 0;
}
.hero-info .franchise-icon.warcraft {
  background-position: 100% 0;
}
.hero-info .franchise-icon.retro {
  background-position: 0 0;
}
.hero-description {
  margin: 1em 0;
}
@media only screen and (min-width: 50em) {
  .hero-description {
    margin: 1em 0;
    text-align: left;
    width: 80%;
    max-width: 392px;
    max-width: 24.5rem;
  }
}
.ie8 .hero-description {
  margin: 1em 0;
  text-align: left;
  width: 80%;
  max-width: 392px;
  max-width: 24.5rem;
}
@media only screen and (min-width: 68em) {
  .hero-description {
    margin: 0.5em 0 0 1.5em;
    text-align: left;
    position: relative;
    z-index: 2;
  }
}
.ie8 .hero-description {
  margin: 0.5em 0 0 1.5em;
  text-align: left;
  position: relative;
  z-index: 2;
}
.ko-kr .hero-identity .hero-name {
  line-height: 1.1em;
}
@media only screen and (min-width: 50em) {
  .hero-spotlight-main {
    position: absolute;
    top: 60%;
    left: 58%;
    width: 20%;
    margin-top: -19%;
    margin-left: -13%;
    z-index: 3;
    text-align: center;
  }
  .anubarak .hero-spotlight-main {
    top: 50%;
  }
}
.ie8 .hero-spotlight-main {
  position: absolute;
  top: 60%;
  left: 58%;
  width: 20%;
  margin-top: -19%;
  margin-left: -13%;
  z-index: 3;
  text-align: center;
}
.anubarak .ie8 .hero-spotlight-main {
  top: 50%;
}
@media only screen and (min-width: 68em) {
  .hero-spotlight-main {
    top: 50%;
    left: 50%;
    width: 30%;
    margin-top: -15%;
  }
}
.ie8 .hero-spotlight-main {
  top: 50%;
  left: 50%;
  width: 30%;
  margin-top: -15%;
}
.hero-spotlight-main .hero-spotlight__play-button {
  display: none;
}
@media only screen and (min-width: 50em) {
  .hero-spotlight-main .hero-spotlight__play-button {
    display: block;
    background: transparent url('../images/icons/playIcon.png') 0 0 no-repeat;
    background-size: 200%;
    height: 0;
    width: 110%;
    max-width: 280px;
    max-height: 338px;
    padding-bottom: 35%;
    padding-top: 80%;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
    margin-left: -5%;
  }
  .hero-spotlight-main .hero-spotlight__play-button:hover {
    background-position: 100% 0;
    cursor: pointer;
  }
}
.ie8 .hero-spotlight-main .hero-spotlight__play-button {
  display: block;
  background: transparent url('../images/icons/playIcon.png') 0 0 no-repeat;
  background-size: 200%;
  height: 0;
  width: 110%;
  max-width: 280px;
  max-height: 338px;
  padding-bottom: 35%;
  padding-top: 80%;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  margin-left: -5%;
}
.ie8 .hero-spotlight-main .hero-spotlight__play-button:hover {
  background-position: 100% 0;
  cursor: pointer;
}
@media only screen and (min-width: 68em) {
  .hero-spotlight-main .hero-spotlight__play-button {
    padding-top: 58%;
    width: 100%;
    margin-left: 0;
  }
}
.ie8 .hero-spotlight-main .hero-spotlight__play-button {
  padding-top: 58%;
  width: 100%;
  margin-left: 0;
}
.hero-info .video-button {
  margin-top: 16px;
  margin-top: 1rem;
  width: 90%;
  background-color: #8332cd;
  background-image: linear-gradient(#046bb3, #8332cd);
  max-width: 324px;
}
@media only screen and (min-width: 38em) {
  .hero-info .video-button {
    width: 285px;
  }
}
.ie8 .hero-info .video-button {
  width: 285px;
}
@media only screen and (min-width: 50em) {
  .hero-info .video-button {
    display: none;
  }
}
.ie8 .hero-info .video-button {
  display: none;
}
.hero-info .video-button .primary-button__inner {
  font-size: 16px;
  font-size: 1rem;
}
.body.zh-tw .hero-info .video-button {
  margin-left: -80px;
}
.body.ko-kr .hero-info .video-button {
  margin-left: -90px;
}
.header-video-overlay {
  display: none;
}
@media only screen and (min-width: 50em) {
  .header-video-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1480px;
    height: 800px;
    margin-left: -740px;
  }
}
.ie8 .header-video-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1480px;
  height: 800px;
  margin-left: -740px;
}
@media only screen and (min-width: 68em) {
  .header-video-overlay {
    display: block;
  }
}
.ie8 .header-video-overlay {
  display: block;
}
@media only screen and (min-width: 68em) {
  .header-video-overlay .hero-header-video {
    width: 1480px;
    height: 800px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
  }
  .header-video-overlay .hero-header-video.is-active {
    opacity: 1;
  }
}
.ie8 .header-video-overlay .hero-header-video {
  width: 1480px;
  height: 800px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.ie8 .header-video-overlay .hero-header-video.is-active {
  opacity: 1;
}
@media only screen and (min-width: 50em) {
  .sylvanas .hero-description {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
.ie8 .sylvanas .hero-description {
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (min-width: 68em) {
  .sylvanas .hero-description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.ie8 .sylvanas .hero-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.sylvanas.pl-pl .hero-description {
  font-size: 13px;
  font-size: 0.85rem;
}
.tychus.pl-pl .hero-description,
.tychus.de-de .hero-description,
.tychus.fr-fr .hero-description {
  font-size: 13px;
  font-size: 0.85rem;
  line-height: 1.4;
}
.raynor.pl-pl .hero-description,
.raynor.de-de .hero-description,
.raynor.fr-fr .hero-description {
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (min-width: 50em) {
  .jaina .hero-description {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
.ie8 .jaina .hero-description {
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media only screen and (min-width: 68em) {
  .jaina .hero-description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.ie8 .jaina .hero-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.jaina.pl-pl .hero-description {
  font-size: 13px;
  font-size: 0.85rem;
}
.paginate-previous,
.paginate-next {
  display: none;
  background-color: transparent;
}
@media only screen and (min-width: 85em) {
  .paginate-previous,
  .paginate-next {
    position: absolute;
    top: 50%;
    margin-top: -87px;
    z-index: 2;
    display: block;
  }
}
.ie8 .paginate-previous,
.ie8 .paginate-next {
  position: absolute;
  top: 50%;
  margin-top: -87px;
  z-index: 2;
  display: block;
}
.paginate-previous:hover,
.paginate-next:hover {
  background-color: transparent;
}
.paginate-previous {
  left: 0;
}
.paginate-previous:hover {
  background-position: 0 -180px;
}
.paginate-next {
  right: 0;
  background-position: -90px 0;
}
.paginate-next:hover {
  background-position: -90px -180px;
}
.ie8 .paginate-previous,
.ie8 .paginate-next {
  display: none;
}
@media only screen and (min-width: 68em) {
  .hero-summary-container {
    max-width: 1168px;
    max-width: 73rem;
    margin: 0 auto;
  }
}
.ie8 .hero-summary-container {
  max-width: 1168px;
  max-width: 73rem;
  margin: 0 auto;
}
.hero-summary-container .divider {
  background: transparent url("../images/heroes/separator-main.png") 50% 0 no-repeat;
  height: 4px;
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 50em) {
  .hero-summary-container .section-heading {
    font-size: 24px;
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto 1em;
    line-height: 1;
  }
}
.ie8 .hero-summary-container .section-heading {
  font-size: 24px;
  font-size: 1.5rem;
  width: 90%;
  margin: 0 auto 1em;
  line-height: 1;
}
@media only screen and (min-width: 50em) {
  .de-de .hero-summary-container .section-heading,
  .ru-ru .hero-summary-container .section-heading {
    font-size: 16px;
    font-size: 1rem;
  }
}
.ie8 .de-de .hero-summary-container .section-heading,
.ie8 .ru-ru .hero-summary-container .section-heading {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 68em) {
  .de-de .hero-summary-container .section-heading,
  .ru-ru .hero-summary-container .section-heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.ie8 .de-de .hero-summary-container .section-heading,
.ie8 .ru-ru .hero-summary-container .section-heading {
  font-size: 24px;
  font-size: 1.5rem;
}
.hero-stats-container {
  padding: 1em 0;
  background-color: #12092c;
  background: linear-gradient(to top, #0e0520, #1b1146);
  float: left;
  width: 50%;
  min-height: 288px;
  min-height: 18rem;
}
@media only screen and (min-width: 30em) {
  .hero-stats-container {
    margin-right: 1%;
    width: 49.5%;
  }
}
.ie8 .hero-stats-container {
  margin-right: 1%;
  width: 49.5%;
}
@media only screen and (min-width: 38em) {
  .hero-stats-container {
    min-height: 416px;
    min-height: 26rem;
  }
}
.ie8 .hero-stats-container {
  min-height: 416px;
  min-height: 26rem;
}
@media only screen and (min-width: 50em) {
  .hero-stats-container {
    width: 24.55%;
    margin-right: 0.6%;
    float: left;
    min-height: 368px;
    min-height: 23rem;
  }
}
.ie8 .hero-stats-container {
  width: 24.55%;
  margin-right: 0.6%;
  float: left;
  min-height: 368px;
  min-height: 23rem;
}
.hero-stats-container .hero-stats {
  margin: 0 auto;
  width: auto;
  max-width: 85%;
}
.hero-stats-container .stat {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 30em) {
  .hero-stats-container .stat {
    margin-bottom: 0;
  }
}
.ie8 .hero-stats-container .stat {
  margin-bottom: 0;
}
@media only screen and (min-width: 50em) {
  .hero-stats-container .stat {
    display: block;
    width: 100%;
  }
}
.ie8 .hero-stats-container .stat {
  display: block;
  width: 100%;
}
.hero-stats-container .stat:last-child {
  margin-bottom: 0;
}
.hero-stats-container .info-container {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 30em) {
  .hero-stats-container .info-container {
    width: 60%;
    margin-top: 1em;
  }
}
.ie8 .hero-stats-container .info-container {
  width: 60%;
  margin-top: 1em;
}
@media only screen and (min-width: 38em) {
  .hero-stats-container .info-container {
    margin-top: 1.25em;
  }
}
.ie8 .hero-stats-container .info-container {
  margin-top: 1.25em;
}
@media only screen and (min-width: 50em) {
  .hero-stats-container .info-container {
    margin-top: 0.75em;
  }
}
.ie8 .hero-stats-container .info-container {
  margin-top: 0.75em;
}
.hero-stats-container .stat-icon {
  display: none;
  width: 30%;
  height: 0;
  padding-bottom: 30%;
  float: left;
  margin-right: 5%;
  background: transparent url("../images/icons/stat-icons.png") 0 0 no-repeat;
  background-size: 400%;
  max-width: 80px;
  max-height: 80px;
}
@media only screen and (min-width: 30em) {
  .hero-stats-container .stat-icon {
    display: block;
    width: 25%;
    padding-bottom: 25%;
  }
}
.ie8 .hero-stats-container .stat-icon {
  display: block;
  width: 25%;
  padding-bottom: 25%;
}
@media only screen and (min-width: 50em) {
  .hero-stats-container .stat-icon {
    margin-right: 2%;
    width: 38%;
    padding-bottom: 38%;
  }
}
.ie8 .hero-stats-container .stat-icon {
  margin-right: 2%;
  width: 38%;
  padding-bottom: 38%;
}
@media only screen and (min-width: 68em) {
  .hero-stats-container .stat-icon {
    width: 33%;
    padding-bottom: 33%;
  }
}
.ie8 .hero-stats-container .stat-icon {
  width: 33%;
  padding-bottom: 33%;
}
.hero-stats-container .stat-icon.damage {
  background-position: 0 0;
}
.hero-stats-container .stat-icon.utility {
  background-position: 33.33% 0;
}
.hero-stats-container .stat-icon.survivability {
  background-position: 66.67% 0;
}
.hero-stats-container .stat-icon.complexity {
  background-position: 100% 0;
}
.hero-stats-container .stat-name {
  float: left;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 0.5em;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
}
@media only screen and (min-width: 50em) {
  .hero-stats-container .stat-name {
    margin-top: 0.5em;
    font-size: 0.9em;
  }
}
.ie8 .hero-stats-container .stat-name {
  margin-top: 0.5em;
  font-size: 0.9em;
}
.hero-stats-container .stat-bar-container {
  line-height: 1em;
  width: 100%;
  float: left;
}
.hero-stats-container .stat-bar-bg {
  background-color: #3a2d57;
  float: left;
  position: relative;
  width: 8.2%;
  height: 8px;
}
.hero-stats-container .stat-bar-bg + .stat-bar-bg {
  margin-left: 2%;
}
.hero-stats-container .stat-bar-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  box-shadow: 0 0 16px #009cff;
}
.hero-stats-container .stat-bar-progress.filled {
  width: 100%;
}
.fill1 .stat-bar-progress,
.fill2 .stat-bar-progress,
.fill3 .stat-bar-progress,
.fill4 .stat-bar-progress {
  background-color: #58baff;
  box-shadow: 0 0 16px #58baff;
}
.fill5 .stat-bar-progress,
.fill6 .stat-bar-progress,
.fill7 .stat-bar-progress {
  background-color: #a27ce7;
  box-shadow: 0 0 16px #a27ce7;
}
.fill8 .stat-bar-progress,
.fill9 .stat-bar-progress,
.fill10 .stat-bar-progress {
  background-color: #ff77fd;
  box-shadow: 0 0 16px #ff77fd;
}
.hero-role-container,
.heroic-abilities-container,
.abilities-summary {
  background-color: #12092c;
  background: linear-gradient(to top, #0e0520, #1b1146);
  min-height: 288px;
  min-height: 18rem;
  padding: 1em 0;
  float: left;
}
@media only screen and (min-width: 38em) {
  .hero-role-container,
  .heroic-abilities-container,
  .abilities-summary {
    min-height: 416px;
    min-height: 26rem;
  }
}
.ie8 .hero-role-container,
.ie8 .heroic-abilities-container,
.ie8 .abilities-summary {
  min-height: 416px;
  min-height: 26rem;
}
@media only screen and (min-width: 50em) {
  .hero-role-container,
  .heroic-abilities-container,
  .abilities-summary {
    min-height: 368px;
    min-height: 23rem;
    padding: 1em;
    height: 100%;
  }
}
.ie8 .hero-role-container,
.ie8 .heroic-abilities-container,
.ie8 .abilities-summary {
  min-height: 368px;
  min-height: 23rem;
  padding: 1em;
  height: 100%;
}
@media only screen and (min-width: 50em) {
  .de-de .hero-role-container,
  .de-de .heroic-abilities-container,
  .de-de .abilities-summary,
  .ru-ru .hero-role-container,
  .ru-ru .heroic-abilities-container,
  .ru-ru .abilities-summary {
    padding: 1.5em 0.75em 1em;
  }
}
.ie8 .de-de .hero-role-container,
.ie8 .de-de .heroic-abilities-container,
.ie8 .de-de .abilities-summary,
.ie8 .ru-ru .hero-role-container,
.ie8 .ru-ru .heroic-abilities-container,
.ie8 .ru-ru .abilities-summary {
  padding: 1.5em 0.75em 1em;
}
.hero-role-container {
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 30em) {
  .hero-role-container {
    width: 49.5%;
  }
}
.ie8 .hero-role-container {
  width: 49.5%;
}
.hero-role-container .paragraph__heading--alternate {
  margin: 0;
}
.hero-role-wrapper {
  width: 78%;
  height: 80%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 200px;
}
.hero-role-image {
  display: block;
  background: transparent url("../images/icons/role-icons.png") 0 0 no-repeat;
  background-size: 400%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.hero-role-image.warrior {
  background-position: 0 0;
}
.hero-role-image.assassin {
  background-position: 33.33% 0;
}
.hero-role-image.support {
  background-position: 66.66% 0;
}
.hero-role-image.specialist {
  background-position: 100% 0;
}
.hero-role {
  text-align: center;
}
.hero-role .question {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  background-image: url("../images/icons/question-mark.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 17px;
  height: 20px;
  margin-left: 0.25em;
  margin-bottom: 0.2em;
  cursor: pointer;
}
.hero-role .question:hover {
  background-position: -17px 0;
}
@media only screen and (max-width: 37.99em) {
  .de-de .hero-role.support {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 37.99em) {
  .es-es .hero-role.specialist,
  .es-mx .hero-role.specialist {
    font-size: 19px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 37.99em) {
  .pt-br .hero-role.specialist {
    font-size: 19px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 50em) {
  .tooltip-wrapper {
    position: relative;
  }
}
.ie8 .tooltip-wrapper {
  position: relative;
}
.ability-tooltip {
  position: absolute;
  top: 110%;
  right: 0;
  width: 240px;
  width: 15rem;
  display: none;
  border: 2px solid #2a284d;
  background-color: #000000;
  z-index: 1;
  padding: 1em;
}
.ability-tooltip.left {
  left: 0;
  right: auto;
}
@media only screen and (min-width: 50em) {
  .tooltip-wrapper:hover .ability-tooltip {
    display: block;
  }
}
.ie8 .tooltip-wrapper:hover .ability-tooltip {
  display: block;
}
.ability-tooltip .ability-tooltip__title {
  color: #ffffff;
  display: block;
}
.ability-tooltip .ability-tooltip__description {
  color: #7777a2;
}
.heroic-abilities-container,
.abilities-summary {
  display: none;
}
@media only screen and (min-width: 50em) {
  .heroic-abilities-container,
  .abilities-summary {
    display: block;
  }
}
.ie8 .heroic-abilities-container,
.ie8 .abilities-summary {
  display: block;
}
@media only screen and (min-width: 50em) {
  .hero-role-container,
  .heroic-abilities-container {
    width: 24.55%;
    float: left;
    margin-right: 0.6%;
  }
}
.ie8 .hero-role-container,
.ie8 .heroic-abilities-container {
  width: 24.55%;
  float: left;
  margin-right: 0.6%;
}
@media only screen and (min-width: 50em) {
  .heroic-abilities-container {
    padding-top: 1.5em;
  }
}
.ie8 .heroic-abilities-container {
  padding-top: 1.5em;
}
@media only screen and (min-width: 50em) {
  .heroic-abilities-container .ability-box__icon-wrapper {
    width: 45%;
    height: auto;
  }
}
.ie8 .heroic-abilities-container .ability-box__icon-wrapper {
  width: 45%;
  height: auto;
}
@media only screen and (min-width: 50em) {
  .heroic-abilities-container .ability-box__icon-wrapper + .ability-box__icon-wrapper {
    margin: 0 0 0 5%;
  }
}
.ie8 .heroic-abilities-container .ability-box__icon-wrapper + .ability-box__icon-wrapper {
  margin: 0 0 0 5%;
}
@media only screen and (min-width: 50em) {
  .abilities-summary {
    vertical-align: top;
    width: 24.55%;
    float: left;
    padding-top: 1.5em;
  }
}
.ie8 .abilities-summary {
  vertical-align: top;
  width: 24.55%;
  float: left;
  padding-top: 1.5em;
}
@media only screen and (min-width: 50em) {
  .abilities-summary .ability-box__icon-wrapper {
    width: 30%;
    height: auto;
  }
}
.ie8 .abilities-summary .ability-box__icon-wrapper {
  width: 30%;
  height: auto;
}
@media only screen and (min-width: 50em) {
  .abilities-summary .ability-box__icon-wrapper + .ability-box__icon-wrapper {
    margin: 0 0 0 5%;
  }
}
.ie8 .abilities-summary .ability-box__icon-wrapper + .ability-box__icon-wrapper {
  margin: 0 0 0 5%;
}
@media only screen and (min-width: 50em) {
  .abilities-summary .trait-heading {
    margin-top: 2em;
  }
}
.ie8 .abilities-summary .trait-heading {
  margin-top: 2em;
}
@media only screen and (min-width: 50em) {
  .trait-icon-container {
    margin: 0 auto;
    width: 90%;
  }
}
.ie8 .trait-icon-container {
  margin: 0 auto;
  width: 90%;
}
.abilities-wrapper {
  padding: 0;
  color: #718e97;
}
@media only screen and (min-width: 68em) {
  .abilities-wrapper {
    background: transparent url("../images/heroes/ability_bg.jpg") center 0 no-repeat;
  }
}
.ie8 .abilities-wrapper {
  background: transparent url("../images/heroes/ability_bg.jpg") center 0 no-repeat;
}
.abilities-wrapper .container {
  margin-bottom: 4em;
}
.ability-box__icon-wrapper {
  float: left;
}
.ability-box__icon {
  padding: 3px;
  background-color: #000000;
}
.hero-abilities-container {
  position: relative;
  z-index: 0;
  overflow: auto;
  max-width: 1168px;
  max-width: 73rem;
  margin: 0 auto;
}
@media only screen and (min-width: 50em) {
  .hero-abilities-container .abilities-container__wrapper {
    margin: 0 1.25em;
  }
}
.ie8 .hero-abilities-container .abilities-container__wrapper {
  margin: 0 1.25em;
}
@media only screen and (min-width: 68em) {
  .hero-abilities-container .abilities-container__wrapper {
    margin: 0;
  }
}
.ie8 .hero-abilities-container .abilities-container__wrapper {
  margin: 0;
}
@media only screen and (min-width: 38em) {
  .hero-abilities-container .abilities-container__header {
    margin: 1em auto;
    font-weight: 700;
    font-size: 1.5em;
  }
}
.ie8 .hero-abilities-container .abilities-container__header {
  margin: 1em auto;
  font-weight: 700;
  font-size: 1.5em;
}
.hero-abilities-container .abilities-container__ability-box {
  background-color: #12092c;
  margin-bottom: 0.2em;
  padding: 1em;
}
@media only screen and (min-width: 50em) {
  .hero-abilities-container .abilities-container__ability-box {
    background: linear-gradient(to top, #0e0520, #1b1146);
    float: left;
    width: 32.2%;
    min-height: 31em;
    padding: 0;
    vertical-align: top;
  }
}
.ie8 .hero-abilities-container .abilities-container__ability-box {
  background: linear-gradient(to top, #0e0520, #1b1146);
  float: left;
  width: 32.2%;
  min-height: 31em;
  padding: 0;
  vertical-align: top;
}
@media only screen and (min-width: 50em) {
  .hero-abilities-container .abilities-container__ability-box + .abilities-container__ability-box {
    margin-left: 1.7%;
  }
}
.ie8 .hero-abilities-container .abilities-container__ability-box + .abilities-container__ability-box {
  margin-left: 1.7%;
}
.hero-abilities-container .ability-image-container {
  width: 20%;
  float: left;
  margin-right: 5%;
}
@media only screen and (min-width: 38em) {
  .hero-abilities-container .ability-image-container {
    width: 15%;
  }
}
.ie8 .hero-abilities-container .ability-image-container {
  width: 15%;
}
@media only screen and (min-width: 50em) {
  .hero-abilities-container .ability-image-container {
    width: auto;
    margin: 0;
    float: none;
  }
}
.ie8 .hero-abilities-container .ability-image-container {
  width: auto;
  margin: 0;
  float: none;
}
.hero-abilities-container .ability-box__title {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 0.5em 0;
}
@media only screen and (min-width: 50em) {
  .hero-abilities-container .ability-box__title {
    margin: 2em 0 0.25em;
    line-height: 1.25;
  }
}
.ie8 .hero-abilities-container .ability-box__title {
  margin: 2em 0 0.25em;
  line-height: 1.25;
}
.hero-abilities-container .ability-box__description-container {
  display: inline-block;
}
.hero-abilities-container .ability-box__description {
  position: relative;
}
.hero-abilities-container .ability-name {
  text-transform: uppercase;
}
.hero-abilities-container .ability-icon-border {
  width: 100%;
  max-width: 88px;
}
@media only screen and (min-width: 50em) {
  .hero-abilities-container .ability-icon-border {
    position: absolute;
    bottom: -32px;
    bottom: -2rem;
    left: 50%;
    margin-left: -32px;
    margin-left: -2rem;
    z-index: 2;
  }
}
.ie8 .hero-abilities-container .ability-icon-border {
  position: absolute;
  bottom: -32px;
  bottom: -2rem;
  left: 50%;
  margin-left: -32px;
  margin-left: -2rem;
  z-index: 2;
}
@media only screen and (min-width: 68em) {
  .heroic-abilities-container .ability-box__icon-wrapper + .ability-box__icon-wrapper {
    margin: 0 0 0 5%;
  }
}
.ie8 .heroic-abilities-container .ability-box__icon-wrapper + .ability-box__icon-wrapper {
  margin: 0 0 0 5%;
}
@media only screen and (min-width: 68em) {
  .abilities-summary .ability-box__icon-wrapper + .ability-box__icon-wrapper {
    margin: 0 0 0 5%;
  }
}
.ie8 .abilities-summary .ability-box__icon-wrapper + .ability-box__icon-wrapper {
  margin: 0 0 0 5%;
}
.ability-box__video-wrapper {
  display: none;
}
@media only screen and (min-width: 50em) {
  .ability-box__video-wrapper {
    margin-top: 0;
    display: block;
  }
}
.ie8 .ability-box__video-wrapper {
  margin-top: 0;
  display: block;
}
@media only screen and (min-width: 50em) {
  .ability-box__video-wrapper .ability-video-wrapper {
    background-color: #000000;
    padding: 3px;
  }
}
.ie8 .ability-box__video-wrapper .ability-video-wrapper {
  background-color: #000000;
  padding: 3px;
}
.ability-box__video-wrapper .ability-video-wrapper .play-overlay {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.3;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.ability-box__video-wrapper .ability-video-wrapper .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 1em;
  font-size: 2em;
  text-align: center;
  margin: -0.6em 0 0 -0.8em;
  color: white;
  z-index: 3;
  display: none;
}
@media only screen and (min-width: 68em) {
  .ability-box__video-wrapper .ability-video-wrapper .fa-play {
    font-size: 4em;
  }
}
.ie8 .ability-box__video-wrapper .ability-video-wrapper .fa-play {
  font-size: 4em;
}
.ability-box__video-wrapper .ability-video-wrapper .video-text {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: white;
  font-size: 0.9em;
  text-transform: uppercase;
  text-shadow: 0 0 6px black;
  z-index: 3;
}
.ability-box__video-wrapper:hover .ability-video-wrapper .play-overlay {
  display: block;
}
.ability-box__video-wrapper:hover .ability-video-wrapper .fa-play {
  display: block;
}
.ie8 .ability-box__video-wrapper .ability-video-wrapper .play-overlay {
  background-color: transparent;
}
@media only screen and (min-width: 50em) {
  .ability-image-container {
    position: relative;
    margin-bottom: 3em;
  }
}
.ie8 .ability-image-container {
  position: relative;
  margin-bottom: 3em;
}
.ability-info-container {
  width: 65%;
  float: left;
  min-height: 88px;
}
@media only screen and (min-width: 38em) {
  .ability-info-container {
    width: 53%;
  }
}
.ie8 .ability-info-container {
  width: 53%;
}
@media only screen and (min-width: 50em) {
  .ability-info-container {
    margin: 0 auto 1em;
    width: 85%;
    float: none;
    min-height: 160px;
    min-height: 10rem;
  }
}
.ie8 .ability-info-container {
  margin: 0 auto 1em;
  width: 85%;
  float: none;
  min-height: 160px;
  min-height: 10rem;
}
.ability-box__video-button {
  margin-top: 1em;
  border-width: 1px;
  cursor: pointer;
  margin-left: 25%;
  text-align: center;
}
@media only screen and (min-width: 38em) {
  .ability-box__video-button {
    float: right;
    width: 22%;
    margin-left: 0;
    margin-top: 0;
  }
}
.ie8 .ability-box__video-button {
  float: right;
  width: 22%;
  margin-left: 0;
  margin-top: 0;
}
@media only screen and (min-width: 50em) {
  .ability-box__video-button {
    display: none;
  }
}
.ie8 .ability-box__video-button {
  display: none;
}
.ability-box__video-button .fa-play {
  margin-right: 0.5em;
}
.explore-heroes {
  overflow: hidden;
  margin-top: 3em;
  padding-top: 3em;
  background: transparent url('../images/heroes/more_bg.jpg') center 0 no-repeat;
  min-height: 560px;
  min-height: 35rem;
}
.explore-heroes .heading-wrapper {
  background: transparent url('../images/heroes/flare.png') center 0 no-repeat;
}
.explore-heroes .heading-wrapper .explore-heading {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.ko-kr .explore-heroes .heading-wrapper .explore-heading {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.explore-heroes .heading-wrapper .explore-heading a {
  color: inherit;
}
.explore-heroes .all-heroes-container {
  text-align: center;
}
.explore-heroes .all-heroes {
  margin: 1em auto;
  text-align: center;
  font-size: 1.25em;
}
.explore-heroes .hero-container.placeholder {
  width: 280px;
  height: 1px;
}
.explore-list-wrapper {
  max-width: 1168px;
  max-width: 73rem;
  margin: 0 auto;
  padding: 16px;
  padding: 1rem;
}
body.battlegrounds .all-content-wrapper {
  background: url("../images/battlegrounds/battlegrounds_index_header_800.jpg") 50% -150px no-repeat;
}
@media only screen and (min-width: 50em) {
  body.battlegrounds .all-content-wrapper {
    background: url("../images/battlegrounds/battlegrounds_index_header_1940.jpg") 50% 0 no-repeat;
  }
}
.ie8 body.battlegrounds .all-content-wrapper {
  background: url("../images/battlegrounds/battlegrounds_index_header_1940.jpg") 50% 0 no-repeat;
}
.battlegrounds-intro__wrapper:after {
  content: "";
  background-image: url("../images/battlegrounds/pink_triangle_divider.png");
  display: block;
  height: 240px;
  height: 15rem;
  width: 100%;
  background-position: 50% -123px;
  background-repeat: no-repeat;
  position: absolute;
  top: 352px;
  top: 22rem;
  left: 0;
}
@media only screen and (min-width: 50em) {
  .battlegrounds-intro__wrapper:after {
    top: 464px;
    top: 29rem;
  }
}
.ie8 .battlegrounds-intro__wrapper:after {
  top: 464px;
  top: 29rem;
}
.battlegrounds-intro {
  text-align: center;
  height: 320px;
  height: 20rem;
}
@media only screen and (min-width: 50em) {
  .battlegrounds-intro {
    height: 432px;
    height: 27rem;
  }
}
.ie8 .battlegrounds-intro {
  height: 432px;
  height: 27rem;
}
.battlegrounds-intro .battlegrounds-heading {
  font-size: 32px;
  font-size: 2rem;
  margin: 8px auto;
  margin: .5rem auto;
  margin-top: 32px;
  margin-top: 2rem;
}
@media only screen and (min-width: 38em) {
  .battlegrounds-intro .battlegrounds-heading {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.ie8 .battlegrounds-intro .battlegrounds-heading {
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 50em) {
  .battlegrounds-intro .battlegrounds-heading {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.ie8 .battlegrounds-intro .battlegrounds-heading {
  font-size: 56px;
  font-size: 3.5rem;
}
@media only screen and (min-width: 68em) {
  .battlegrounds-intro .battlegrounds-heading {
    font-size: 64px;
    font-size: 4rem;
  }
}
.ie8 .battlegrounds-intro .battlegrounds-heading {
  font-size: 64px;
  font-size: 4rem;
}
.battlegrounds-intro .page__tagline {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  color: white;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
}
.ko-kr .battlegrounds-intro .page__tagline {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.battlegrounds-intro .page__tagline a {
  color: inherit;
}
@media only screen and (min-width: 50em) {
  .battlegrounds-intro .page__tagline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.ie8 .battlegrounds-intro .page__tagline {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 68em) {
  .battlegrounds-intro .page__tagline {
    font-size: 32px;
    font-size: 2rem;
  }
}
.ie8 .battlegrounds-intro .page__tagline {
  font-size: 32px;
  font-size: 2rem;
}
.battlegrounds-list-wrapper {
  background-image: url("../images/battlegrounds/purple_cloud.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.battlegrounds-list {
  width: auto;
  max-width: 960px;
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}
.battleground-item {
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
  position: relative;
  font-size: 16px;
  vertical-align: top;
  text-align: left;
  max-width: 297px;
}
@media only screen and (min-width: 38em) {
  .battleground-item {
    display: inline-block;
  }
}
.ie8 .battleground-item {
  display: inline-block;
}
@media only screen and (min-width: 38em) {
  .battleground-item + .battleground-item {
    margin-left: 2%;
  }
}
.ie8 .battleground-item + .battleground-item {
  margin-left: 2%;
}
@media only screen and (min-width: 50em) {
  .battleground-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.ie8 .battleground-item:nth-child(3n+1) {
  margin-left: 0;
}
.battleground-item .media-border {
  display: block;
  background-repeat: no-repeat;
  background-color: #43286b;
  background-image: linear-gradient(#43286b, #14324a), linear-gradient(#43286b, #14324a);
  padding: 5px;
  border: none;
}
.battleground-item .media-border:hover {
  background-color: #8d66c6;
  background-image: linear-gradient(#8d66c6, #3583c2), linear-gradient(#8d66c6, #3583c2);
}
@media only screen and (min-width: 50em) {
  .battleground-item .media-border:before {
    content: "";
    position: absolute;
    background: url("../images/battlegrounds/battleground_hover.png") -51px -28px no-repeat;
    top: -129px;
    left: -55px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .5s;
    z-index: 3;
    width: 414px;
    height: 700px;
  }
}
.ie8 .battleground-item .media-border:before {
  content: "";
  position: absolute;
  background: url("../images/battlegrounds/battleground_hover.png") -51px -28px no-repeat;
  top: -129px;
  left: -55px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .5s;
  z-index: 3;
  width: 414px;
  height: 700px;
}
.battleground-item .media-border:hover {
  cursor: pointer;
}
@media only screen and (min-width: 50em) {
  .battleground-item .media-border:hover:before {
    opacity: 1;
  }
}
.ie8 .battleground-item .media-border:hover:before {
  opacity: 1;
}
.battleground-item .media-border .media-wrapper {
  display: block;
  padding: 8px;
  background-color: #000000;
}
.battleground-item__details {
  display: block;
  padding: 16px;
  padding: 1rem;
  overflow: hidden;
  height: 220px;
}
.battleground-item__title {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.battleground-item__description {
  display: block;
  font-size: 0.85em;
  text-align: left;
}
.battleground-features {
  max-width: 960px;
  max-width: 60rem;
}
.battleground-features:before {
  content: "";
  background: transparent url("../images/battlegrounds/glow_grid.png") 50% 0 no-repeat;
  display: block;
  height: 96px;
  height: 6rem;
}
.battleground-features__title {
  text-align: center;
}
.battleground-features__summary {
  text-align: center;
  margin: 0 auto;
}
.battleground-feature {
  margin-top: 32px;
  margin-top: 2rem;
}
.battleground-feature__details {
  margin-top: 32px;
  margin-top: 2rem;
}
@media only screen and (min-width: 50em) {
  .battleground-feature__details {
    float: left;
    width: 70%;
  }
}
.ie8 .battleground-feature__details {
  float: left;
  width: 70%;
}
@media only screen and (min-width: 50em) {
  .battleground-feature__image {
    float: left;
    width: 30%;
  }
}
.ie8 .battleground-feature__image {
  float: left;
  width: 30%;
}
.interactive-map {
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 0;
}
.nav-menu-out .interactive-map.old-webkit,
.explore-menu-out .interactive-map.old-webkit {
  display: none;
}
.interactive-map.sky-temple {
  background-color: #b9c1ce;
}
.leaflet-layer {
  transition: opacity 0.3s linear;
}
.battleground {
  background-color: #000;
  transition: height 1s ease-out;
  height: 100%;
}
.battleground nav {
  min-height: 0;
}
.battleground.intro-open {
  height: 350%;
}
@media only screen and (max-height: 30rem) {
  .battleground.intro-open {
    height: 500%;
  }
}
.battleground .page-container {
  overflow: hidden;
  height: 100%;
}
.battleground .all-content-wrapper {
  height: 100%;
}
.battleground .foot {
  display: none;
  position: absolute;
  bottom: -224px;
  bottom: -14rem;
  left: 0;
  right: 0;
  padding: 0;
  background-color: rgba(8, 0, 15, 0.7);
  background: linear-gradient(transparent, transparent 5%, rgba(8, 0, 15, 0.6) 20%, rgba(8, 0, 15, 0.6));
}
.battleground .small-logo {
  transition: opacity .75s;
}
@media only screen and (orientation: landscape) and (max-width: 38em) {
  .battleground:not(.intro-open) .small-logo {
    display: none;
  }
}
@media only screen and (max-width: 50em) {
  .battleground-popupopen .small-logo {
    opacity: 0;
    pointer-events: none;
  }
}
.leaflet-control {
  margin-bottom: 64px !important;
  margin-bottom: 4rem !important;
  border-radius: 0;
  opacity: 1;
  transition: opacity .5s;
}
.intro-open .leaflet-control {
  opacity: 0;
}
@media only screen and (min-width: 85em) {
  .leaflet-control {
    margin-bottom: 80px !important;
    margin-bottom: 5rem !important;
  }
}
.ie8 .leaflet-control {
  margin-bottom: 80px !important;
  margin-bottom: 5rem !important;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.leaflet-control-container {
  display: none;
  padding: 0;
}
@media only screen and (min-width: 38em) {
  .leaflet-control-container {
    padding: 16px;
    padding: 1rem;
  }
}
.ie8 .leaflet-control-container {
  padding: 16px;
  padding: 1rem;
}
@media only screen and (min-width: 50em) {
  .leaflet-control-container {
    display: block;
  }
}
.ie8 .leaflet-control-container {
  display: block;
}
.battleground-intro {
  transition: max-height 0.5s;
  text-align: center;
  position: absolute;
  top: 0;
  max-height: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.intro-open .battleground-intro {
  max-height: 1328px;
  max-height: 83rem;
}
@media only screen and (min-width: 50em) {
  .battleground-intro__info {
    text-align: left;
    max-width: 400px;
    max-width: 25rem;
    position: relative;
  }
}
.ie8 .battleground-intro__info {
  text-align: left;
  max-width: 400px;
  max-width: 25rem;
  position: relative;
}
@media only screen and (min-width: 68em) {
  .battleground-intro__info {
    max-width: 480px;
    max-width: 30rem;
  }
}
.ie8 .battleground-intro__info {
  max-width: 480px;
  max-width: 30rem;
}
.battleground-intro__additional {
  background: #191c49;
  background: linear-gradient(#0b0117, #191c49);
}
.additional__objectives {
  max-width: 1200px;
  max-width: 75rem;
  padding: 16px;
  padding: 1rem;
  margin: auto;
  padding: 0;
  overflow: hidden;
}
@media only screen and (min-width: 50em) {
  .additional__objectives {
    padding: 16px 0;
    padding: 1rem 0;
    position: relative;
  }
  .additional__objectives:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #191c49;
    background: linear-gradient(to right, #000000, #915af1, #000000);
    height: 2px;
    width: 100%;
  }
}
.ie8 .additional__objectives {
  padding: 16px 0;
  padding: 1rem 0;
  position: relative;
}
.ie8 .additional__objectives:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #191c49;
  background: linear-gradient(to right, #000000, #915af1, #000000);
  height: 2px;
  width: 100%;
}
.additional__objectives__item {
  text-align: left;
  padding: 16px;
  padding: 1rem;
  position: relative;
}
@media only screen and (min-width: 50em) {
  .additional__objectives__item {
    width: 33.333%;
    float: left;
  }
}
.ie8 .additional__objectives__item {
  width: 33.333%;
  float: left;
}
.additional__objectives__icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  padding: 1rem;
  width: 112px;
}
.additional__objectives__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  right: 0;
  background: transparent;
}
.additional__objectives__icon img {
  position: relative;
  z-index: 2;
}
.additional__objectives__description {
  width: 100%;
  padding-left: 80px;
  padding-left: 5rem;
  color: #ffffff;
}
.additional__objectives__header {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  color: #4998d3;
  text-transform: none;
}
.ko-kr .additional__objectives__header {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.additional__objectives__header a {
  color: inherit;
}
@media only screen and (min-width: 38em) {
  .additional__objectives__header {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.ie8 .additional__objectives__header {
  font-size: 20px;
  font-size: 1.25rem;
}
.battleground-intro__container {
  background-color: #0b0117;
  position: relative;
}
@media only screen and (min-width: 50em) {
  .battleground-intro__container {
    position: absolute;
    padding-top: 28px;
    padding-top: 1.75rem;
    top: 144px;
    top: 9rem;
    background-color: transparent;
    width: 100%;
  }
}
.ie8 .battleground-intro__container {
  position: absolute;
  padding-top: 28px;
  padding-top: 1.75rem;
  top: 144px;
  top: 9rem;
  background-color: transparent;
  width: 100%;
}
@media only screen and (min-width: 68em) {
  .battleground-intro__container {
    top: 128px;
    top: 8rem;
  }
}
.ie8 .battleground-intro__container {
  top: 128px;
  top: 8rem;
}
.battleground-intro__banner {
  padding-bottom: 240px;
  padding-bottom: 15rem;
}
.sky-temple .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/sky-temple/front-800.jpg") center 20% no-repeat;
}
@media only screen and (min-width: 50em) {
  .sky-temple .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/sky-temple/front-1088.jpg") center 60% no-repeat;
  }
}
.ie8 .sky-temple .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/sky-temple/front-1088.jpg") center 60% no-repeat;
}
@media only screen and (min-width: 68em) {
  .sky-temple .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/sky-temple/front-1940.jpg") center 0 no-repeat;
  }
}
.ie8 .sky-temple .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/sky-temple/front-1940.jpg") center 0 no-repeat;
}
.garden-of-terror .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/garden-of-terror/front-800.jpg") center 20% no-repeat;
}
@media only screen and (min-width: 50em) {
  .garden-of-terror .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/garden-of-terror/front-1088.jpg") center 60% no-repeat;
  }
}
.ie8 .garden-of-terror .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/garden-of-terror/front-1088.jpg") center 60% no-repeat;
}
@media only screen and (min-width: 68em) {
  .garden-of-terror .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/garden-of-terror/front-1940.jpg") center 0 no-repeat;
  }
}
.ie8 .garden-of-terror .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/garden-of-terror/front-1940.jpg") center 0 no-repeat;
}
.blackhearts-bay .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/blackhearts-bay/front-800.jpg") center 20% no-repeat;
}
@media only screen and (min-width: 50em) {
  .blackhearts-bay .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/blackhearts-bay/front-1088.jpg") center 60% no-repeat;
  }
}
.ie8 .blackhearts-bay .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/blackhearts-bay/front-1088.jpg") center 60% no-repeat;
}
@media only screen and (min-width: 68em) {
  .blackhearts-bay .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/blackhearts-bay/front-1940.jpg") center 0 no-repeat;
  }
}
.ie8 .blackhearts-bay .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/blackhearts-bay/front-1940.jpg") center 0 no-repeat;
}
.dragon-shire .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/dragon-shire/front-800.jpg") center 20% no-repeat;
}
@media only screen and (min-width: 50em) {
  .dragon-shire .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/dragon-shire/front-1088.jpg") center 60% no-repeat;
  }
}
.ie8 .dragon-shire .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/dragon-shire/front-1088.jpg") center 60% no-repeat;
}
@media only screen and (min-width: 68em) {
  .dragon-shire .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/dragon-shire/front-1940.jpg") center 0 no-repeat;
  }
}
.ie8 .dragon-shire .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/dragon-shire/front-1940.jpg") center 0 no-repeat;
}
.haunted-mines .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/haunted-mines/front-800.jpg") center 20% no-repeat;
}
@media only screen and (min-width: 50em) {
  .haunted-mines .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/haunted-mines/front-1088.jpg") center 60% no-repeat;
  }
}
.ie8 .haunted-mines .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/haunted-mines/front-1088.jpg") center 60% no-repeat;
}
@media only screen and (min-width: 68em) {
  .haunted-mines .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/haunted-mines/front-1940.jpg") center 0 no-repeat;
  }
}
.ie8 .haunted-mines .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/haunted-mines/front-1940.jpg") center 0 no-repeat;
}
.cursed-hollow .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/cursed-hollow/front-800.jpg") center 20% no-repeat;
}
@media only screen and (min-width: 50em) {
  .cursed-hollow .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/cursed-hollow/front-1088.jpg") center 60% no-repeat;
  }
}
.ie8 .cursed-hollow .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/cursed-hollow/front-1088.jpg") center 60% no-repeat;
}
@media only screen and (min-width: 68em) {
  .cursed-hollow .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/cursed-hollow/front-1940.jpg") center 0 no-repeat;
  }
}
.ie8 .cursed-hollow .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/cursed-hollow/front-1940.jpg") center 0 no-repeat;
}
.tomb-of-the-spider-queen .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/tomb-of-the-spider-queen/front-800.jpg") center 20% no-repeat;
}
@media only screen and (min-width: 50em) {
  .tomb-of-the-spider-queen .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/tomb-of-the-spider-queen/front-1088.jpg") center 60% no-repeat;
  }
}
.ie8 .tomb-of-the-spider-queen .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/tomb-of-the-spider-queen/front-1088.jpg") center 60% no-repeat;
}
@media only screen and (min-width: 68em) {
  .tomb-of-the-spider-queen .battleground-intro__banner {
    background: #0b0117 url("../images/battlegrounds/tomb-of-the-spider-queen/front-1940.jpg") center 0 no-repeat;
  }
}
.ie8 .tomb-of-the-spider-queen .battleground-intro__banner {
  background: #0b0117 url("../images/battlegrounds/tomb-of-the-spider-queen/front-1940.jpg") center 0 no-repeat;
}
@media only screen and (min-width: 30em) {
  .battleground-intro__banner {
    padding-bottom: 63%;
  }
}
.ie8 .battleground-intro__banner {
  padding-bottom: 63%;
}
@media only screen and (min-width: 38em) {
  .battleground-intro__banner {
    padding-bottom: 480px;
    padding-bottom: 30rem;
  }
}
.ie8 .battleground-intro__banner {
  padding-bottom: 480px;
  padding-bottom: 30rem;
}
.battleground-intro__btn {
  position: absolute;
  width: 100%;
  top: -24px;
  top: -1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  left: 0;
}
@media only screen and (min-width: 50em) {
  .battleground-intro__btn {
    position: absolute;
    top: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}
.ie8 .battleground-intro__btn {
  position: absolute;
  top: 0;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 68em) {
  .battleground-intro__btn {
    top: 32px;
    top: 2rem;
  }
}
.ie8 .battleground-intro__btn {
  top: 32px;
  top: 2rem;
}
.battleground-intro__btn__outer {
  background-color: #8332cd;
  background-image: linear-gradient(#046bb3, #8332cd);
  padding: 3px;
  display: inline-block;
}
.battleground-intro__btn__outer:hover {
  background-color: #f20df3;
  background-image: linear-gradient(#00d8ff, #f20df3);
}
.battleground-intro__btn__outer:hover .primary-button__inner {
  color: #00d8ff;
  background-color: #062050;
  background-image: linear-gradient(#062050, #540f94);
}
@media only screen and (min-width: 50em) {
  .battleground-intro__btn__outer {
    background: transparent url('../images/icons/playIcon.png') 0 0 no-repeat;
    background-size: 200%;
    height: 0;
    width: 100%;
    max-width: 280px;
    max-height: 338px;
    padding-bottom: 84px;
    padding-bottom: 5.25rem;
    padding-top: 235px;
  }
}
.ie8 .battleground-intro__btn__outer {
  background: transparent url('../images/icons/playIcon.png') 0 0 no-repeat;
  background-size: 200%;
  height: 0;
  width: 100%;
  max-width: 280px;
  max-height: 338px;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  padding-top: 235px;
}
@media only screen and (min-width: 50em) {
  .battleground-intro__btn__outer:hover {
    background: transparent url('../images/icons/playIcon.png') 0 0 no-repeat;
    background-position: 100% 0;
    cursor: pointer;
  }
}
.ie8 .battleground-intro__btn__outer:hover {
  background: transparent url('../images/icons/playIcon.png') 0 0 no-repeat;
  background-position: 100% 0;
  cursor: pointer;
}
.battleground-intro__btn__inner {
  display: block;
  padding: .7em 2em;
  background-color: #021e50;
  font-weight: 700;
  background-image: linear-gradient(#021e50, #300e66);
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}
.ko-kr .battleground-intro__btn__inner {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.battleground-intro__btn__inner a {
  color: inherit;
}
@media only screen and (min-width: 50em) {
  .battleground-intro__btn__inner {
    background-image: none;
    background-color: transparent;
    padding: 0;
    margin-top: -16px;
    margin-top: -1rem;
  }
}
.ie8 .battleground-intro__btn__inner {
  background-image: none;
  background-color: transparent;
  padding: 0;
  margin-top: -16px;
  margin-top: -1rem;
}
.battleground-intro__title {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  font-size: 19px;
  font-size: 1.2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.ko-kr .battleground-intro__title {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.battleground-intro__title a {
  color: inherit;
}
.battleground-intro__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(to right, #000000, #915af1, #000000);
  height: 2px;
  width: 100%;
}
.battleground-intro__title:after {
  top: auto;
  bottom: -16px;
  bottom: -1rem;
}
@media only screen and (min-width: 50em) {
  .battleground-intro__title:after {
    content: none;
  }
}
.ie8 .battleground-intro__title:after {
  content: none;
}
@media only screen and (min-width: 50em) {
  .battleground-intro__title {
    margin: 32px;
    margin: 2rem;
    font-size: 32px;
    font-size: 2rem;
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-shadow: 0 0 16px #009cff;
    text-shadow: 0 0 1rem #009cff;
  }
}
.ie8 .battleground-intro__title {
  margin: 32px;
  margin: 2rem;
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
}
@media only screen and (min-width: 68em) {
  .battleground-intro__title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.ie8 .battleground-intro__title {
  font-size: 40px;
  font-size: 2.5rem;
}
.battleground-intro__description {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #ffffff;
}
.battleground-intro__explore {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
  display: block;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
}
.ko-kr .battleground-intro__explore {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.battleground-intro__explore a {
  color: inherit;
}
.map-share-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: -115px auto;
}
@media only screen and (min-width: 68em) {
  .map-share-container {
    margin-top: -20px;
  }
}
.ie8 .map-share-container {
  margin-top: -20px;
}
.triangle-down {
  position: relative;
  padding-top: 22px;
  padding-top: 1.4rem;
  height: 80px;
  height: 5rem;
  background: url("../images/battlegrounds/glow_grid.png") center 0 no-repeat;
}
.triangle-down:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-left: 2rem solid transparent;
  border-right: 32px solid transparent;
  border-right: 2rem solid transparent;
  border-top: 27px solid #191c49;
  border-top: 1.7rem solid #191c49;
}
.triangle-down:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/battlegrounds/pointer.png") center 0 no-repeat;
  width: 42px;
  height: 18px;
  right: 0;
  margin: auto;
  top: -8px;
  top: -0.5rem;
}
.battleground .leaflet-popup-pane {
  top: -122px;
}
.battleground .leaflet-popup-pane.small {
  top: -62px;
}
.leaflet-container {
  font: inherit;
}
.battleground__popup {
  width: 256px;
}
@media only screen and (min-width: 50em) {
  .battleground__popup {
    width: 384px;
  }
}
.ie8 .battleground__popup {
  width: 384px;
}
.battleground__popup .image-thumbnail {
  max-width: 100% !important;
}
.battleground__popup.leaflet-popup a.leaflet-popup-close-button {
  z-index: 4;
}
.battleground__popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 0;
  background: transparent;
  border: 3px solid #4080c0;
  box-shadow: 0 0 48px 3px rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 3rem 3px rgba(0, 0, 0, 0.9);
  border-image: linear-gradient(#8e61c4, #4080c0) 1;
  border-width: 3px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 49.99em) {
  .battleground__popup .leaflet-popup-content-wrapper {
    pointer-events: none;
  }
}
.battleground__popup .leaflet-popup-tip-container {
  position: relative;
  overflow: visible;
  z-index: 2;
}
.battleground__popup .leaflet-popup-tip {
  background-color: #1b2254;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #4080c0;
  margin-top: -9px;
  box-shadow: none;
}
.battleground__popup .leaflet-popup-content {
  margin: 0;
  padding: 0;
  width: 100% !important;
  line-height: inherit;
}
.battleground__popup .leaflet-popup-content p {
  margin-top: 0;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.battleground__popup .leaflet-popup-content h4 {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.ko-kr .battleground__popup .leaflet-popup-content h4 {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.battleground__popup .leaflet-popup-content h4 a {
  color: inherit;
}
.battleground__popup .leaflet-popup-content .media-wrapper {
  position: relative;
}
.battleground__popup .leaflet-popup-content .media-wrapper img {
  width: 100%;
}
.battleground__popup .leaflet-popup-content .media-wrapper .btn {
  position: absolute;
  bottom: 6px;
  right: 6px;
  padding: 0.3em 0.9em;
  font-size: 1.5em;
  cursor: pointer;
  margin: 0;
}
.battleground__popup .leaflet-popup-content .media-wrapper .play-overlay {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.3;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.battleground__popup .leaflet-popup-content .media-wrapper .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 1em;
  font-size: 4em;
  text-align: center;
  margin: -0.6em 0 0 -0.8em;
  color: white;
  z-index: 3;
  display: none;
}
.battleground__popup .leaflet-popup-content .media-wrapper .video-text {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: white;
  font-size: 1.25em;
  text-transform: uppercase;
  text-shadow: 0 0 6px black;
  z-index: 3;
}
.battleground__popup .leaflet-popup-content .media-wrapper:hover .play-overlay {
  display: block;
}
.battleground__popup .leaflet-popup-content .media-wrapper:hover .fa-play {
  display: block;
}
.battleground__popup .leaflet-popup-content .media-wrapper:hover .btn {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
@media only screen and (min-width: 50em) {
  .battleground__popup.content-description {
    width: 448px;
    width: 28rem;
  }
}
.ie8 .battleground__popup.content-description {
  width: 448px;
  width: 28rem;
}
@media only screen and (min-width: 50em) {
  .battleground__popup.content-description .media-wrapper {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
}
.ie8 .battleground__popup.content-description .media-wrapper {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.battleground__popup .text-content {
  background: #0b142b;
  background: rgba(11, 20, 43, 0.85);
  background: linear-gradient(rgba(11, 20, 43, 0.85), rgba(27, 34, 84, 0.85) 60%, #1b2254 80%, #1b2254);
  padding: 16px;
  padding: 1rem;
}
.battleground__popup .text-content h4 + p {
  margin-bottom: 0;
}
.battleground__popup .text-content h4:first-child:last-child {
  margin-bottom: 0;
}
.battleground__popup .legendary-event h4 {
  text-align: center;
}
.battleground__popup .legendary-event .event-steps {
  width: 80%;
  margin: 0 auto;
}
.battleground__popup .legendary-event .step {
  list-style-position: outside;
  list-style-type: disc;
}
.battleground__popup .legendary-event .event-steps__heading {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.battleground__popup .legendary-event .event-steps__description {
  line-height: 19px;
  line-height: 1.2rem;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.battlegrounds__marker-icon {
  background-image: url("../images/icons/markers.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 92px !important;
  height: 100px !important;
  margin: -95px 0 0 -46px !important;
  visibility: hidden;
  transition: visibility 0s 0.5s;
  -webkit-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}
.battlegrounds__marker-icon.is-active {
  visibility: visible;
  transition-delay: 0s;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
.battlegrounds__marker-icon.small {
  width: 48px !important;
  height: 48px !important;
  margin: -44px 0 0 -24px !important;
}
.battlegrounds__marker-icon.type_mercenary {
  background-position: -4px -2px;
}
.battlegrounds__marker-icon.type_mercenary.small {
  background-position: -100px -80px;
}
.battlegrounds__marker-icon.type_structure {
  background-position: -4px -108px;
}
.battlegrounds__marker-icon.type_structure.small {
  background-position: -100px -133px;
}
.battlegrounds__marker-icon.type_legendary {
  background-position: -4px -212px;
}
.battlegrounds__marker-icon.type_legendary.small {
  background-position: -100px -186px;
}
.modal-container {
  position: relative;
  background: #0b142b;
  background: rgba(11, 20, 43, 0.85);
  pointer-events: auto;
}
.modal-container .battleground-magnify {
  position: absolute;
  right: 16px;
  right: 1rem;
  bottom: 8px;
  bottom: .5rem;
  border: 2px solid #4080c0;
}
.modal-container .battleground-video-btn {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  border: 2px solid #0f2e63;
  display: inline-block;
  text-align: center;
  padding: .7em 2em;
  margin: 8px 0;
  margin: .5rem 0;
  position: relative;
  z-index: 5;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1.5em 2em;
  margin-top: -1.5em;
  margin-left: -2em;
}
.ko-kr .modal-container .battleground-video-btn {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.modal-container .battleground-video-btn a {
  color: inherit;
}
.modal-container .battleground-video-btn:hover,
.modal-container .battleground-video-btn.is-active {
  background-color: #18388a;
  background: linear-gradient(#1b0d41, #18388a);
  border-color: #182e83;
  color: #ffffff;
}
.modal-container .battleground-video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../images/icons/play.png');
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 50em) {
  .modal-container .battleground-video-btn {
    display: block;
  }
}
.ie8 .modal-container .battleground-video-btn {
  display: block;
}
.battleground-toolbar {
  background-color: #0c3c59;
  background: linear-gradient(#19193f, #0f325b);
  position: absolute;
  width: 100%;
  height: 48px;
  height: 3rem;
  max-width: 1168px;
  max-width: 73rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  transition: opacity .25s, bottom .25s;
  border-top: 1px solid #1f62b5;
  box-sizing: content-box;
}
@media only screen and (min-width: 73.25rem) {
  .battleground-toolbar {
    border: 1px solid #1f62b5;
    border-bottom: none;
  }
}
@media only screen and (min-width: 85em) {
  .battleground-toolbar {
    bottom: 16px;
    bottom: 1rem;
    border: 1px solid #1f62b5;
  }
}
.ie8 .battleground-toolbar {
  bottom: 16px;
  bottom: 1rem;
  border: 1px solid #1f62b5;
}
.intro-open .battleground-toolbar {
  opacity: 0;
}
.vertical-glowbar {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  background: #00d8ff;
  background: linear-gradient(#00d8ff, #ffffff, #00d8ff);
  bottom: -1px;
  left: -3px;
  top: -1px;
  box-shadow: 0 0 16px 1px #009cff;
  box-shadow: 0 0 1rem 1px #009cff;
}
.toolbar-btn {
  position: absolute;
  top: 0;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 48px;
  line-height: 3rem;
  color: #ffffff;
  cursor: pointer;
}
.toolbar__info {
  position: absolute;
  top: 0;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 48px;
  line-height: 3rem;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.25s;
  left: 0;
  height: 100%;
}
.toolbar__info:hover {
  text-shadow: 0 0 8px rgba(0, 156, 255, 0.75);
  text-shadow: 0 0 0.5rem rgba(0, 156, 255, 0.75);
}
.toolbar__map {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  width: 100%;
  padding: 0 48px;
  padding: 0 3rem;
}
.ko-kr .toolbar__map {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.toolbar__map a {
  color: inherit;
}
@media only screen and (min-width: 38em) {
  .toolbar__map {
    text-align: left;
    padding-right: 144px;
    padding-right: 9rem;
  }
}
.ie8 .toolbar__map {
  text-align: left;
  padding-right: 144px;
  padding-right: 9rem;
}
@media only screen and (min-width: 50em) {
  .toolbar__map {
    padding-right: 480px;
    padding-right: 30rem;
  }
}
.ie8 .toolbar__map {
  padding-right: 480px;
  padding-right: 30rem;
}
.toolbar__map button {
  width: 100%;
}
.toolbar__map-current {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
  line-height: 48px;
  line-height: 3rem;
  border-right: 1px solid #1f62b5;
  position: relative;
  white-space: nowrap;
  transition: background-color 0.25s;
}
.ko-kr .toolbar__map-current {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.toolbar__map-current a {
  color: inherit;
}
.toolbar__map-current:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  background: #00d8ff;
  background: linear-gradient(#00d8ff, #ffffff, #00d8ff);
  bottom: -1px;
  left: -3px;
  top: -1px;
  box-shadow: 0 0 16px 1px #009cff;
  box-shadow: 0 0 1rem 1px #009cff;
  left: -2px;
  bottom: 0;
}
.toolbar__map-current:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: auto;
  right: 16px;
  right: 1rem;
  top: 16px;
  top: 1rem;
  content: "\f077";
}
.toolbar__map-current:hover {
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
}
.toolbar__map-current:hover {
  text-shadow: 0 0 8px rgba(0, 156, 255, 0.75);
  text-shadow: 0 0 0.5rem rgba(0, 156, 255, 0.75);
}
@media only screen and (min-width: 38em) {
  .toolbar__map-current {
    text-align: left;
    padding-left: 16px;
    padding-left: 1rem;
  }
}
.ie8 .toolbar__map-current {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
@media only screen and (max-width: 37.99em) {
  .fr-fr .toolbar__map-current,
  .es-es .toolbar__map-current,
  .es-mx .toolbar__map-current,
  .it-it .toolbar__map-current,
  .pl-pl .toolbar__map-current,
  .ru-ru .toolbar__map-current,
  .pt-br .toolbar__map-current,
  .de-de .toolbar__map-current {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 37.99em) {
  .toolbar__map-current__label {
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin: auto;
  }
}
.toolbar__map-select {
  position: absolute;
  bottom: 100%;
  left: 32px;
  left: 2rem;
  right: 48px;
  right: 3rem;
  padding: 0;
  padding-left: 16px;
  padding-left: 1rem;
  max-height: 0;
  transition: max-height 0.25s;
  border-bottom: 1px solid transparent;
  overflow: hidden;
}
@media only screen and (min-width: 38em) {
  .toolbar__map-select {
    right: 144px;
    right: 9rem;
  }
}
.ie8 .toolbar__map-select {
  right: 144px;
  right: 9rem;
}
@media only screen and (min-width: 50em) {
  .toolbar__map-select {
    right: 480px;
    right: 30rem;
  }
}
.ie8 .toolbar__map-select {
  right: 480px;
  right: 30rem;
}
.toolbar__map-select.is-active {
  max-height: 288px;
  max-height: 18rem;
  z-index: 100;
}
.toolbar__map-select__item {
  text-align: center;
  line-height: 48px;
  line-height: 3rem;
  border: 1px solid #1f62b5;
  border-bottom: none;
  white-space: nowrap;
}
@media only screen and (min-width: 38em) {
  .toolbar__map-select__item {
    text-align: left;
  }
}
.ie8 .toolbar__map-select__item {
  text-align: left;
}
.toolbar__map-select__item a {
  display: block;
  padding: 0 16px;
  padding: 0 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: background-color 0.25s;
  background-color: #0a091f;
  background-color: rgba(10, 9, 31, 0.75);
  position: relative;
  color: #8eb1bc;
}
.toolbar__map-select__item a:after {
  opacity: 0;
  transition: opacity .25s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  background: #00d8ff;
  background: linear-gradient(#00d8ff, #ffffff, #00d8ff);
  bottom: -1px;
  left: -3px;
  top: -1px;
  box-shadow: 0 0 16px 1px #009cff;
  box-shadow: 0 0 1rem 1px #009cff;
}
.toolbar__map-select__item a:hover {
  color: #ffffff;
  background-color: #071e42;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
}
.toolbar__map-select__item a:hover:after {
  opacity: 1;
}
.toolbar__filters__menu button {
  width: 100%;
}
.toolbar__filters__btn {
  position: absolute;
  top: 0;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 48px;
  line-height: 3rem;
  color: #ffffff;
  cursor: pointer;
  right: 0;
}
@media only screen and (min-width: 38em) {
  .toolbar__filters__btn {
    display: none;
  }
}
.ie8 .toolbar__filters__btn {
  display: none;
}
.toolbar__filters__menu {
  position: absolute;
  top: auto;
  bottom: 102%;
  left: 0;
  right: 0;
  height: 48px;
  height: 3rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid transparent;
  background-color: rgba(10, 9, 31, 0.6);
}
@media only screen and (min-width: 38em) {
  .toolbar__filters__menu {
    overflow: visible;
    left: auto;
    bottom: 0;
    max-height: none;
    background-color: transparent;
    border-bottom: 0;
  }
}
.ie8 .toolbar__filters__menu {
  overflow: visible;
  left: auto;
  bottom: 0;
  max-height: none;
  background-color: transparent;
  border-bottom: 0;
}
.toolbar__filters__menu.is-active {
  max-height: 48px;
  max-height: 3rem;
}
.toolbar__filters__item {
  height: 48px;
  height: 3rem;
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 38em) {
  .toolbar__filters__item {
    width: 48px;
    width: 3rem;
    border-left: 1px solid #1f62b5;
  }
  .toolbar__filters__item:first-child {
    border-left: none;
  }
}
.ie8 .toolbar__filters__item {
  width: 48px;
  width: 3rem;
  border-left: 1px solid #1f62b5;
}
.ie8 .toolbar__filters__item:first-child {
  border-left: none;
}
@media only screen and (min-width: 50em) {
  .toolbar__filters__item {
    width: 160px;
    width: 10rem;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}
.ie8 .toolbar__filters__item {
  width: 160px;
  width: 10rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}
.toolbar__filters__option {
  transition: background-color 0.25s;
  position: relative;
  display: block;
  text-align: center;
  line-height: 48px;
  line-height: 3rem;
  color: #8eb1bc;
  padding: 0;
  white-space: nowrap;
}
.toolbar__filters__option:hover {
  text-shadow: 0 0 8px rgba(0, 156, 255, 0.75);
  text-shadow: 0 0 0.5rem rgba(0, 156, 255, 0.75);
}
@media only screen and (min-width: 50em) {
  .toolbar__filters__option {
    text-align: left;
    padding-left: 16px;
    padding-left: 1rem;
  }
}
.ie8 .toolbar__filters__option {
  text-align: left;
  padding-left: 16px;
  padding-left: 1rem;
}
.toolbar__filters__option.filter-mercs {
  color: #ffffff;
}
.toolbar__filters__option.filter-mercs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #d878ff;
  background: linear-gradient(to right, #deb9fd, #d878ff 10%, #9b72fb);
  bottom: -6px;
  left: -2px;
  right: -2px;
  top: auto;
  box-shadow: 0 0 24px 2px #d878ff;
  box-shadow: 0 0 1.5rem 2px #d878ff;
  opacity: 1;
  transition: opacity .25s;
}
.toolbar__filters__option.filter-mercs:before {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  top: -5px;
  left: 0;
  right: 0;
  height: 2px;
}
@media only screen and (min-width: 50em) {
  .toolbar__filters__option.filter-mercs.is-active {
    background: #260d54;
    background: linear-gradient(#260d54, #0d0119);
  }
}
.ie8 .toolbar__filters__option.filter-mercs.is-active {
  background: #260d54;
  background: linear-gradient(#260d54, #0d0119);
}
.toolbar__filters__option.filter-mercs.is-active i {
  color: #9b72fb;
}
@media only screen and (min-width: 50em) {
  .toolbar__filters__option.filter-mercs.is-active:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
.ie8 .toolbar__filters__option.filter-mercs.is-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ru-ru .toolbar__filters__option.filter-mercs {
  font-size: 14px;
  font-size: .9rem;
}
.toolbar__filters__option.filter-structures {
  color: #ffffff;
}
.toolbar__filters__option.filter-structures:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #d878ff;
  background: linear-gradient(to right, #deb9fd, #d878ff 10%, #9b72fb);
  bottom: -6px;
  left: -2px;
  right: -2px;
  top: auto;
  box-shadow: 0 0 24px 2px #d878ff;
  box-shadow: 0 0 1.5rem 2px #d878ff;
  opacity: 1;
  transition: opacity .25s;
}
.toolbar__filters__option.filter-structures:before {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  top: -5px;
  left: 0;
  right: 0;
  height: 2px;
}
@media only screen and (min-width: 50em) {
  .toolbar__filters__option.filter-structures.is-active {
    background: #260d54;
    background: linear-gradient(#260d54, #0d0119);
  }
}
.ie8 .toolbar__filters__option.filter-structures.is-active {
  background: #260d54;
  background: linear-gradient(#260d54, #0d0119);
}
.toolbar__filters__option.filter-structures.is-active i {
  color: #629df2;
}
@media only screen and (min-width: 50em) {
  .toolbar__filters__option.filter-structures.is-active:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
.ie8 .toolbar__filters__option.filter-structures.is-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ru-ru .toolbar__filters__option.filter-structures {
  font-size: 14px;
  font-size: .9rem;
}
.toolbar__filters__option.filter-legendary {
  color: #ffffff;
}
.toolbar__filters__option.filter-legendary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #d878ff;
  background: linear-gradient(to right, #deb9fd, #d878ff 10%, #9b72fb);
  bottom: -6px;
  left: -2px;
  right: -2px;
  top: auto;
  box-shadow: 0 0 24px 2px #d878ff;
  box-shadow: 0 0 1.5rem 2px #d878ff;
  opacity: 1;
  transition: opacity .25s;
}
.toolbar__filters__option.filter-legendary:before {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  top: -5px;
  left: 0;
  right: 0;
  height: 2px;
}
@media only screen and (min-width: 50em) {
  .toolbar__filters__option.filter-legendary.is-active {
    background: #260d54;
    background: linear-gradient(#260d54, #0d0119);
  }
}
.ie8 .toolbar__filters__option.filter-legendary.is-active {
  background: #260d54;
  background: linear-gradient(#260d54, #0d0119);
}
.toolbar__filters__option.filter-legendary.is-active i {
  color: #ff9900;
}
@media only screen and (min-width: 50em) {
  .toolbar__filters__option.filter-legendary.is-active:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
.ie8 .toolbar__filters__option.filter-legendary.is-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ru-ru .toolbar__filters__option.filter-legendary {
  font-size: 14px;
  font-size: .9rem;
}
.toolbar__filters__description {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  color: inherit;
  padding-left: 0;
  display: none;
}
.ko-kr .toolbar__filters__description {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.toolbar__filters__description a {
  color: inherit;
}
@media only screen and (min-width: 50em) {
  .toolbar__filters__description {
    display: inline;
  }
}
.ie8 .toolbar__filters__description {
  display: inline;
}
.toolbar__tile-control {
  padding: 8px;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  display: inline-block;
  transition: opacity .25s;
  position: absolute;
  top: -64px;
  top: -4rem;
  left: 16px;
  left: 1rem;
}
.toolbar__tile-control .toolbar__tile-control__button {
  background-color: #071e42;
  border-top: 1px solid #071e42;
  display: inline-block;
  width: auto;
  padding: 8px;
  padding: 0.5rem;
  text-transform: uppercase;
  font-style: normal;
}
.toolbar__tile-control .toolbar__tile-control__button.is-active {
  background-color: #3944B9;
  border-top: 1px solid #808CD6;
}
@media only screen and (max-width: 49.99em) {
  .battleground-popupopen .toolbar__tile-control {
    opacity: 0;
  }
}
@media only screen and (min-width: 68em) {
  .toolbar__tile-control {
    left: 0;
  }
}
.ie8 .toolbar__tile-control {
  left: 0;
}
.battleground-zoom-control {
  position: absolute;
  top: -105px;
  top: -6.6rem;
  right: 16px;
  right: 1rem;
  display: none;
}
@media only screen and (min-width: 50em) {
  .battleground-zoom-control {
    display: block;
  }
}
.ie8 .battleground-zoom-control {
  display: block;
}
@media only screen and (min-width: 73.25rem) {
  .battleground-zoom-control {
    right: 0;
  }
}
.zoom-control {
  width: 28px;
  width: 1.8rem;
  height: 28px;
  height: 1.8rem;
  background: #ff9900;
  border: 2px solid #ffb674;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  margin-bottom: 2px;
  text-align: center;
  font-size: 19px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 1.8rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transition: border .25s, background .25s;
}
.zoom-control:hover {
  border: 2px solid #ffffff;
}
.zoom-control:active {
  background: #ff6600;
}
/* Search Result display */
.search {
  position: relative;
  padding: 16px;
  padding: 1rem;
}
.search .search-form input {
  background: #fff;
}
.search .subheader-2 {
  color: #4893b3;
}
.search .subheader-2 span {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 16px #009cff;
  text-shadow: 0 0 1rem #009cff;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
}
.ko-kr .search .subheader-2 span {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.search .helpers .sort-active {
  color: #fff;
}
.search .result.blizzard .content,
.search .result.blizzard .author {
  color: #039ede;
}
.search .result.blizzard .author:hover {
  color: #fff;
}
.search .search-left .search-header .header-2 {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 32px;
  font-size: 2rem;
}
.ko-kr .search .search-left .search-header .header-2 {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.search .search-left .search-header .header-2 a {
  color: inherit;
}
.search .search-form input {
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  padding: 8px;
  padding: .5rem;
}
.search .no-results .subheader-2,
.search .subheader-2 {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  color: inherit;
  font-size: 24px;
  font-size: 1.5rem;
}
.ko-kr .search .no-results .subheader-2,
.ko-kr .search .subheader-2 {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.search .no-results .subheader-2 a,
.search .subheader-2 a {
  color: inherit;
}
.search .no-results .header-3 {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
}
.ko-kr .search .no-results .header-3 {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.search .no-results .header-3 a {
  color: inherit;
}
.search .no-results ul {
  list-style-type: square;
  list-style-position: inside;
}
.search .no-results li {
  padding-left: 32px;
  padding-left: 2rem;
}
.search .results-grid .grid .thumbnail img {
  vertical-align: bottom;
}
/* summary */
.search .summary {
  margin: 0 30px 0 0;
}
.search .summary .results.post-results {
  padding: 16px 0;
  padding: 1rem 0;
}
.search .summary .results .header-3 {
  margin-bottom: 15px;
}
.search .summary .results.results-grid {
  min-height: 110px;
  background: url("../images/layout/search/row-bg.jpg") 0 0 repeat-x;
}
.search .search-header {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 50em) {
  .search .search-left {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 240px;
    max-width: 15rem;
  }
}
.ie8 .search .search-left {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 240px;
  max-width: 15rem;
}
@media only screen and (min-width: 50em) {
  .search .search-right {
    padding-left: 256px;
    padding-left: 16rem;
  }
}
.ie8 .search .search-right {
  padding-left: 256px;
  padding-left: 16rem;
}
.search .subheader-3 {
  font-family: "Metronic", "Myriad Pro", Myriad, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}
.ko-kr .search .subheader-3 {
  font-family: "Nanum Gothic", "Malgun Gothic", Dotum, sans-serif;
}
.search .subheader-3 a {
  color: inherit;
}
.search .result {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

