/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/**
 * @fileOverview Normalize.css is a modern, HTML5-ready alternative to CSS resetsmakes browsers render all elements more
 * consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
 *
 * @see http://unsemantic.com/
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
/**
 * @fileOverview Normalize.css is a modern, HTML5-ready alternative to CSS resetsmakes browsers render all elements more
 * consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
 *
 * @see http://unsemantic.com/
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: auto;
}
body {
  margin: 0;
  height: auto;
}
/**
 * @fileOverview Normalize.css is a modern, HTML5-ready alternative to CSS resetsmakes browsers render all elements more
 * consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
 *
 * @see http://unsemantic.com/
 */
a {
  text-decoration: none;
  background: transparent;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
/**
 * @fileOverview Normalize.css is a modern, HTML5-ready alternative to CSS resetsmakes browsers render all elements more
 * consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
 *
 * @see http://unsemantic.com/
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "“" "”" "‘" "’";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * @fileOverview Normalize.css is a modern, HTML5-ready alternative to CSS resetsmakes browsers render all elements more
 * consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
 *
 * @see http://unsemantic.com/
 */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
/**
 * @fileOverview Normalize.css is a modern, HTML5-ready alternative to CSS resetsmakes browsers render all elements more
 * consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
 *
 * @see http://unsemantic.com/
 */
figure {
  margin: 0;
}
/**
 * @fileOverview Normalize.css is a modern, HTML5-ready alternative to CSS resetsmakes browsers render all elements more
 * consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
 *
 * @see http://unsemantic.com/
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/**
 * @fileOverview Normalize.css is a modern, HTML5-ready alternative to CSS resetsmakes browsers render all elements more
 * consistently and in line with modern standards. It precisely targets only the styles that need normalizing.
 *
 * @see http://unsemantic.com/
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.explore-nav-is-out .hack-stock-android-overflow {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #e6d4aa;
  font: 13px/1.5 "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 60em) {
  body {
    background: #071122 url("/hearthstone/static/images/page-bg.gif") 50% 0 repeat-y;
    background-size: auto;
  }
}
.wrapper {
  overflow-x: hidden;
  min-height: 100%;
}
.main-container {
  position: relative;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
}
.mobile-nav-is-out .main-container {
  -webkit-transform: translate(70%);
  -ms-transform: translate(70%);
  transform: translate(70%);
}
@media only screen and (min-width: 60em) {
  .mobile-nav-is-out .main-container {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.explore-nav-is-out .main-container {
  -webkit-transform: translate(-70%);
  -ms-transform: translate(-70%);
  transform: translate(-70%);
}
@media only screen and (min-width: 60em) {
  .explore-nav-is-out .main-container {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
a {
  color: #e22c14;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img,
video {
  max-width: 100%;
}
body {
  min-width: 0;
}
.grid-container {
  padding: 0;
}
.announcement-bar .announcement-bar-inner {
  max-width: 995px;
  width: 100%;
}
.full-width {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .grid-25--sm {
    float: left;
    width: 25%;
  }
  .grid-33--sm {
    float: left;
    width: 33.33%;
  }
  .grid-50--sm {
    width: 50%;
    display: inline-block;
  }
}
@media only screen and (min-width: 60em) {
  .grid-33--md {
    float: left;
    width: 33.33%;
  }
  .grid-40--md {
    width: 40%;
    float: left;
  }
  .grid-50--md {
    width: 50%;
    float: left;
  }
  .grid-60--md {
    width: 60%;
    float: left;
  }
}
.dark-link {
  color: #000000;
}
.dark-link:hover {
  color: #e22c14;
}
@media only screen and (min-width: 40em) {
  .hide--sm {
    display: none;
  }
}
.show--sm {
  display: none;
}
@media only screen and (min-width: 40em) {
  .show--sm {
    display: inline-block;
  }
}
.show--md {
  display: none;
}
@media only screen and (min-width: 60em) {
  .show--md {
    display: inline-block;
  }
}
@media only screen and (min-width: 60em) {
  .hide--md {
    display: none;
  }
}
.show--lg {
  display: none;
}
@media only screen and (min-width: 72.5em) {
  .show--lg {
    display: block;
  }
}
@media only screen and (min-width: 72.5em) {
  .hide--lg {
    display: none;
  }
}
@media only screen and (min-width: 40em) {
  .pull-left--sm {
    float: left;
  }
  .pull-right--sm {
    float: right;
  }
}
.gradient-border {
  background-image: linear-gradient(to bottom, #622f15, #a4630d);
  padding: 2px;
}
@media only screen and (min-width: 60em) {
  .pull-left--md {
    float: left;
  }
  .pull-right--md {
    float: right;
  }
}
.sixteen-nine {
  position: relative;
  padding-top: 56.25%;
}
.sixteen-nine__media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.oh {
  overflow: hidden;
}
/*
Content Container
----------------------------------------------------------------------------- */
.content-container {
  margin: auto;
  max-width: 1160px;
  max-width: 72.5rem;
}
@media only screen and (min-width: 60em) {
  .content-container {
    padding: 0 80px;
    padding: 0 5rem;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.body {
  position: relative;
}
@media only screen and (min-width: 60em) {
  .body {
    background: transparent url("/hearthstone/static/images/body-content-bg.jpg") 50% 0 repeat-y;
  }
}
.body-bot {
  position: relative;
  min-height: 500px;
  background: url("/hearthstone/static/images/home/divider-small.jpg") bottom center repeat-x;
  padding-bottom: 22px;
}
@media only screen and (min-width: 40em) {
  .body-bot {
    padding-bottom: 40px;
    background-image: url("/hearthstone/static/images/content-bottom-line.png");
  }
}
.page-body {
  margin: 0 auto;
}
.content-section {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
}
.content-section.raised {
  max-width: 1500px;
  padding: 34px 0 !important;
}
@media only screen and (min-width: 60em) {
  .content-section.raised {
    height: 500px;
  }
}
.content-section.raised:before,
.content-section.raised:after {
  content: "";
  background-position: 50% 0;
  position: absolute;
  right: 0;
  left: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  height: 33px;
}
@media only screen and (min-width: 40em) {
  .content-section.raised:before,
  .content-section.raised:after {
    height: 68px;
  }
}
.content-section.raised:before {
  top: 0;
  background-image: url("/hearthstone/static/images/home/divider-top-small.jpg");
}
@media only screen and (min-width: 40em) {
  .content-section.raised:before {
    background-image: url("/hearthstone/static/images/card-background-top.png");
  }
}
.content-section.raised:after {
  bottom: 0;
  background-image: url("/hearthstone/static/images/home/divider-bottom-small.jpg");
}
@media only screen and (min-width: 40em) {
  .content-section.raised:after {
    background-image: url("/hearthstone/static/images/card-background-bottom.png");
  }
}
/* header */
.homepage .head {
  background-image: url("/hearthstone/static/images/home/header-bg-640x691.jpg");
  background-size: contain;
  font-size: 1em;
  padding-top: 108%;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .homepage .head {
    padding-top: 0;
    background-image: url("/hearthstone/static/images/home/header-bg-small.jpg");
    background-size: auto;
    height: 529px;
  }
}
@media only screen and (min-width: 60em) {
  .homepage .head {
    height: 637px;
  }
}
@media only screen and (min-width: 72.5em) {
  .homepage .head {
    height: 757px;
    background-image: url("/hearthstone/static/images/home/header-bg.jpg");
    height: 880px;
  }
}
.homepage .header-content {
  background: transparent url("/hearthstone/static/images/logos/logo-small.png") center top no-repeat;
  background-size: contain;
  padding-top: 37%;
}
@media only screen and (min-width: 30em) {
  .homepage .header-content {
    padding-top: 160px;
    background-size: 435px;
  }
}
@media only screen and (min-width: 40em) {
  .homepage .header-content {
    width: 100%;
  }
}
@media only screen and (min-width: 72.5em) {
  .homepage .header-content {
    padding-top: 192px;
    background: transparent url("/hearthstone/static/images/logos/logo.png") center top no-repeat;
  }
}
.homepage .body-bot {
  padding-bottom: 60px;
}
.head {
  position: relative;
  background: url("/hearthstone/static/images/sub-header-bg-small.jpg") 50% 0 no-repeat;
  height: 262px;
}
@media only screen and (min-width: 40em) {
  .head {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    background-image: url("/hearthstone/static/images/sub-header-bg02.jpg");
  }
}
@media only screen and (min-width: 60em) {
  .head {
    height: 373px;
    margin-bottom: 0;
  }
}
.head-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.head-container:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/hearthstone/static/images/header-mantle-small.jpg") 50% bottom no-repeat;
  height: 28px;
}
@media only screen and (min-width: 40em) {
  .head-container:after {
    background-image: url("/hearthstone/static/images/header-mantle-medium.png");
    height: 150px;
  }
}
@media only screen and (min-width: 60em) {
  .head-container:after {
    background-image: url("/hearthstone/static/images/header-mantle.png");
    height: 262px;
  }
}
@media only screen and (min-width: 60em) {
  .head-container {
    top: 0;
  }
}
.header-content {
  margin: 0 auto;
  text-align: center;
  position: relative;
  max-width: 435px;
  height: 271px;
}
@media only screen and (min-width: 40em) {
  .header-content {
    width: 593px;
    max-width: none;
  }
}
.header-content h1 {
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: 1.3rem;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 0 15px #000,
					0 0 15px #000;
  padding-right: .2em;
  margin-top: 16px;
  margin-top: 1rem;
}
@media only screen and (min-width: 30em) {
  .header-content h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 40em) {
  .header-content h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 60em) {
  .header-content h1 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 72.5em) {
  .header-content h1 {
    font-size: 56px;
    font-size: 3.5rem;
    margin-top: 25px;
  }
}
.header-content h2 {
  font: normal normal 13px/2 "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font: normal normal 0.8125rem/2 "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-shadow: 0 0 15px #000,
					0 0 15px #000;
  color: #eedfbc;
}
@media only screen and (min-width: 40em) {
  .header-content h2 {
    font-size: 14px;
    font-size: .875rem;
  }
}
@media only screen and (min-width: 72.5em) {
  .header-content h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.ko-kr .header-content h1 {
  font-family: 'NanumMyeongjo Bold';
}
.ko-kr .header-content h2 {
  font-family: 'NanumMyeongjo Bold';
}
.header-logo {
  background: transparent url("/hearthstone/static/images/logos/logo-sub.png") center 0 no-repeat;
  background-size: contain;
  max-width: 593px;
  padding-top: 39.08629442%;
  display: block;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 40em) {
  .header-logo {
    background-size: auto;
    height: 213px;
    padding-top: 0;
  }
}
.zh-tw .header-logo {
  background-image: url("/hearthstone/static/images/logos/tw/logo-sub.png");
}
/* header "promo-kr" */
.header-promo-kr {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  text-align: center;
  z-index: 100;
}
@media only screen and (min-width: 40em) {
  .header-promo-kr {
    bottom: -17px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 60em) {
  .header-promo-kr {
    right: auto;
    bottom: 89px;
    left: 50%;
    margin-left: 266px;
  }
}
@media only screen and (min-width: 72.5em) {
  .header-promo-kr {
    bottom: 98px;
    margin-left: 315px;
  }
}
.header-promo-kr a {
  display: inline-block;
  width: 183px;
  height: 67px;
  background: url("/hearthstone/static/images/buttons/kr-promo-small.png") 100% 0;
}
@media only screen and (min-width: 72.5em) {
  .header-promo-kr a {
    width: 205px;
    height: 74px;
    background: url("/hearthstone/static/images/buttons/kr-promo.png") 100% 0;
  }
}
.header-promo-kr a span {
  display: none;
}
.header-promo-kr a:hover {
  background-position: 100% -67px;
}
@media only screen and (min-width: 72.5em) {
  .header-promo-kr a:hover {
    background-position: 100% -74px;
  }
}
.heading {
  color: #233a6e;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  font-size: 48px;
  font-size: 3rem;
}
.ko-kr .heading {
  font-family: 'NanumMyeongjo Bold';
}
@media only screen and (min-width: 60em) {
  .heading {
    margin: 0;
  }
}
.heading a {
  color: #000000;
}
.heading a:hover {
  color: #e22c14;
}
.heading--black {
  color: #000000;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  font-size: 32px;
  font-size: 2rem;
}
.ko-kr .heading--black {
  font-family: 'NanumMyeongjo Bold';
}
.heading--small {
  color: #233a6e;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  font-size: 32px;
  font-size: 2rem;
}
.ko-kr .heading--small {
  font-family: 'NanumMyeongjo Bold';
}
.heading--search {
  text-transform: none;
}
.heading--article {
  line-height: 1.2;
  text-transform: none;
}
.heading--border {
  text-align: left;
  border-bottom: 1px solid #d4ba8c;
  line-height: 1;
  padding-bottom: .25em;
}
@media only screen and (min-width: 40em) {
  .heading--border {
    border: none;
  }
}
.heading--border--spacing {
  text-align: left;
  border-bottom: 1px solid #d4ba8c;
  line-height: 1;
  padding-bottom: .25em;
  margin: 0 16px 16px;
  margin: 0 1rem 1rem;
}
@media only screen and (min-width: 40em) {
  .heading--border--spacing {
    border: none;
  }
}
.heading--sidebar {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.report-post {
  display: none;
}
.subheader-2 {
  color: #233a6e;
  font-family: "Palatino Linotype", "Times", serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.4rem;
  color: #000000;
}
.subheader-3,
.header-3 {
  font-family: "Palatino Linotype", "Times", serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
.subheader-3 a,
.header-3 a {
  color: #000000;
}
.subheader-3 a:hover,
.header-3 a:hover {
  color: #e22c14;
}
@media only screen and (min-width: 60em) {
  #service {
    margin-right: 0.75em;
  }
}
@media only screen and (max-width: 59.99em) {
  #service {
    background-color: #222;
    display: block;
    bottom: 0;
    top: 0;
    left: 100%;
    right: auto;
    z-index: 1;
    position: absolute;
    width: 70%;
    float: none;
  }
  #service a:hover {
    text-decoration: 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;
  }
}
/* menu */
.mobile-nav-container {
  background-color: #913a1f;
}
.mobile-nav-btn {
  z-index: 5;
  border: none;
  outline: none;
  background: none;
}
.mobile-nav-btn > span {
  background-position: center 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: block;
}
.mobile-nav-btn.mobile-nav {
  float: left;
  border-right: 1px solid #94472b;
  padding: 13px 10px;
}
.mobile-nav-btn .mobile-nav-bg {
  width: 26px;
  height: 22px;
  background-image: url("/hearthstone/static/images/icons/hamburger.png");
}
.mobile-nav-is-out .mobile-nav-btn .mobile-nav-bg {
  background-position: center -28px;
}
.mobile-nav-btn.explore-nav-btn {
  float: right;
  border-left: 1px solid #94472b;
  height: 100%;
  padding: 7px 10px;
}
.mobile-nav-btn .explore-nav-bg {
  width: 34px;
  height: 34px;
  background-image: url("/hearthstone/static/images/icons/explore-btn.png");
}
.explore-nav-is-out .mobile-nav-btn .explore-nav-bg {
  background-position: center -39px;
}
.mobile-search {
  float: left;
  width: 58%;
  width: calc(100% - 102px);
  padding: 0 16px;
  padding: 0 1rem;
  margin: 12px 0;
  text-align: center;
}
.mobile-search .search-bar {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.navigation {
  position: absolute;
  -webkit-user-select: none;
  top: -51px;
  right: 100%;
  width: 70%;
  background-color: #5d1404;
  height: 105vh;
  border-right: 1px solid #3a0a02;
}
@media only screen and (min-width: 60em) {
  .navigation {
    top: auto;
    right: 0;
    bottom: 35px;
    left: 0;
    z-index: 5;
    margin: auto;
    background: transparent url("/hearthstone/static/images/nav-bg-small.png") center top no-repeat;
    width: 986px;
    height: 84px;
    border: none;
  }
}
@media only screen and (min-width: 72.5em) {
  .navigation {
    background-image: url("/hearthstone/static/images/nav-bg.png");
    width: 1160px;
    height: 98px;
    bottom: 26px;
  }
}
@media only screen and (min-width: 60em) {
  .homepage .navigation {
    bottom: 35px;
  }
}
.service-bar {
  display: none;
}
@media only screen and (min-width: 40em) {
  .service-bar {
    display: inline-block;
  }
}
.menu {
  font-weight: bold;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  font-size: 16px;
  font-size: 1.05rem;
  position: relative;
}
@media only screen and (min-width: 60em) {
  .menu {
    background: transparent url("/hearthstone/static/images/nav-button-bg-small.jpg") left top no-repeat;
    overflow: hidden;
    z-index: 3;
    margin: 27px 84px 0 84px;
    height: 57px;
  }
}
@media only screen and (min-width: 72.5em) {
  .menu {
    margin: 32px 98px 0 98px;
    background-image: url("/hearthstone/static/images/nav-button-bg.jpg");
    height: 65px;
  }
}
.menu li {
  border-bottom: 1px solid #3a0a02;
}
@media only screen and (min-width: 60em) {
  .menu li {
    text-align: center;
    width: 136px;
    float: left;
    border-bottom: none;
  }
}
@media only screen and (min-width: 72.5em) {
  .menu li {
    width: 160px;
  }
}
.menu li a {
  color: #fcd144;
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 60em) {
  .menu li a {
    text-shadow: 0 0 15px #000,
							0 0 15px #000;
    line-height: 53px;
    padding: 0;
  }
}
@media only screen and (min-width: 72.5em) {
  .menu li a {
    font-size: 20px;
    line-height: 60px;
    text-shadow: 0 0 10px #000,
							0 0 10px #000;
  }
}
.menu li a:hover,
.menu li a.menu-active {
  color: #fff;
  text-decoration: none;
  background-color: #913a1f;
}
@media only screen and (min-width: 60em) {
  .menu li a:hover,
  .menu li a.menu-active {
    background: transparent url("/hearthstone/static/images/nav-button-bg-small.jpg");
  }
}
@media only screen and (min-width: 72.5em) {
  .menu li a:hover,
  .menu li a.menu-active {
    background-image: url("/hearthstone/static/images/nav-button-bg.jpg");
  }
}
@media only screen and (min-width: 60em) {
  .menu li.menu-home {
    display: none;
  }
}
@media only screen and (min-width: 60em) {
  .menu li.menu-game-guide {
    width: 138px;
  }
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-game-guide {
    width: 163px;
  }
}
.menu li.menu-game-guide a:hover {
  background-position: 0px -57px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-game-guide a:hover {
    background-position: 0 -66px;
  }
}
.menu li.menu-game-guide a.menu-active {
  background-position: 0 -114px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-game-guide a.menu-active {
    background-position: 0 -132px;
  }
}
.menu li.menu-media a:hover {
  background-position: -138px -57px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-media a:hover {
    background-position: -163px -66px;
  }
}
.menu li.menu-media a.menu-active {
  background-position: -138px -114px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-media a.menu-active {
    background-position: -163px -132px;
  }
}
.menu li.menu-blog a:hover {
  background-position: -274px -57px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-blog a:hover {
    background-position: -323px -66px;
  }
}
.menu li.menu-blog a.menu-active {
  background-position: -274px -114px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-blog a.menu-active {
    background-position: -323px -132px;
  }
}
.menu li.menu-forums a:hover {
  background-position: -410px -57px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-forums a:hover {
    background-position: -483px -66px;
  }
}
.menu li.menu-forums a.menu-active {
  background-position: -410px -114px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-forums a.menu-active {
    background-position: -483px -132px;
  }
}
.menu li.menu-updates a:hover {
  background-position: -546px -57px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-updates a:hover {
    background-position: -643px -66px;
  }
}
.menu li.menu-updates a.menu-active {
  background-position: -546px -114px;
}
@media only screen and (min-width: 72.5em) {
  .menu li.menu-updates a.menu-active {
    background-position: -643px -132px;
  }
}
@media only screen and (min-width: 60em) {
  .ru-ru .menu li a {
    font-size: 17px;
  }
  .ko-kr .menu li a span {
    font-family: 'NanumMyeongjo Bold';
    font-size: 18px;
  }
  .ie8 .menu li a:hover,
  .ie8 .menu li a.menu-active {
    background: none;
  }
  .menu li a:hover {
    color: #ffeba5;
  }
  .menu li a:active {
    color: #ffffff;
  }
}
#search-input {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  max-width: 144px;
  max-width: 9rem;
}
@media only screen and (min-width: 60em) {
  #search-input {
    padding: 14px 0 14px 6px;
  }
}
@media only screen and (min-width: 72.5em) {
  #search-input {
    padding: 17px 0 17px 7px;
  }
}
.search-bar {
  position: relative;
  background-color: #4c1107;
  border: 1px solid #89371e;
  border-radius: 5px;
  box-shadow: inset 0 0 5px #3f0e06;
  max-width: 240px;
  max-width: 15rem;
}
.search-bar .input {
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: transparent;
  border: 0;
  color: #f06841;
  line-height: 1.6;
  padding: 2px 22px 2px 5px;
}
@media only screen and (min-width: 72.5em) {
  .search-bar .input {
    padding: 3px 22px 3px 5px;
  }
}
.ko-kr .search-bar .input {
  font-size: 12px;
  font-family: Dotum;
}
.search-bar ::-webkit-input-placeholder {
  color: #d85c36;
}
.search-bar :-moz-placeholder {
  /* Firefox 18- */
  color: #d85c36;
}
.search-bar ::-moz-placeholder {
  color: #d85c36;
}
.search-bar :input-placeholder {
  color: #d85c36;
}
.search-bar .search-field.active {
  color: #fff;
}
.search-bar .search-button {
  background: transparent url("/hearthstone/static/images/icons/search.gif") center center no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  cursor: pointer;
}
@media only screen and (min-width: 72.5em) {
  .search-bar .search-button {
    right: 2px;
    top: 2px;
  }
}
.ui-context {
  background-color: #f5e8c7;
  border-color: #c29f6a;
  opacity: 0.96;
  border-radius: 5px;
  box-shadow: 0 0 8px #c4b691;
}
.ko-kr .ui-context {
  font-family: Dotum;
}
.ui-context .context strong {
  color: #000;
}
.ui-context .context span {
  color: #666;
}
.ui-context .context .context-links a {
  background: transparent url("../images/icons/context.gif") no-repeat;
}
.ui-context .context .context-links .icon-profile {
  background-position: 5px 7px;
}
.ui-context .context .context-links .icon-posts {
  background-position: 5px -23px;
}
.ui-context .context .context-links .icon-ignore {
  background-position: 5px -53px;
}
.ui-context .context .context-links .icon-ban {
  background-position: 5px -83px;
}
.context-link {
  padding-right: 17px;
  background: url("../images/icons/flyout-arrows.gif") 100% -24px no-repeat;
}
.context-link:hover {
  background-position: 100% -86px;
}
.ko-kr .context-link {
  background-position: 100% -25px;
}
.ko-kr .context-link:hover {
  background-position: 100% -87px;
}
.ui-context .context .close {
  background: url("../images/icons/context.gif") -5px -177px no-repeat;
}
.ui-context .context .close:hover {
  background-position: -5px -201px;
}
.ui-context .context .context-links a {
  background-color: #a0815d;
  color: #fff;
}
.ui-context .context .context-links a:hover {
  background-color: #7c5936;
}
.ui-context .character-list {
  color: #fff;
}
.ui-context .character-list .primary .char.pinned,
.ui-context .character-list .primary .char:hover {
  color: #fff;
  background-color: #e5d1a3;
  opacity: 1;
}
.ui-context .char-wrapper {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.ui-tooltip {
  background: #f6eaca;
  padding: 1px;
  border: 1px solid #c29f6a;
  opacity: 0.96;
  max-width: 355px;
  border-radius: 5px;
  box-shadow: 0 0 8px #c4b691;
}
.ui-tooltip .tooltip-content {
  background: #f6eaca;
  padding: 10px 17px;
  color: #000;
  font-size: 12px;
}
.ui-tooltip-d3 {
  opacity: 1;
}
.ui-tooltip-d3 .tooltip-content {
  padding: 0;
}
.ui-tooltip .subheader-3 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin-bottom: 4px;
}
@media only screen and (min-width: 60em) {
  .ui-typeahead {
    background: #1f1e1e;
    padding: 0 1px 1px 1px;
    border: 1px solid #403529;
    opacity: .90;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 0 0 10px #000;
    z-index: 100;
  }
  .ui-typeahead .group-list {
    background: #000000;
  }
  .ui-typeahead .group-list li {
    border-top: 1px solid #282828;
  }
  .ui-typeahead .group-list a {
    padding: 5px;
  }
  .ui-typeahead .group-list a:hover {
    background-color: #151515;
    color: #F3E6D0;
  }
  .ui-typeahead .group-list a .desc {
    color: #7B6D55;
  }
  .ui-typeahead .group-title {
    background: #000;
    color: #F3E6D0;
    padding: 5px;
  }
  .ie67 .ui-overlay .overlay-top,
  .ie67 .ui-overlay .overlay-bottom,
  .ie67 .ui-overlay .overlay-middle,
  .ie67 .ui-overlay .overlay-close {
    background-image: url("../images/ui/overlay.gif");
    zoom: 1;
  }
  .view-forum .moderator-options {
    border: none !important;
    background-color: #dfc89e !important;
    border-radius: 8px;
  }
  .view-forum .moderator-options .form-inner {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 5px;
  }
  .create-topic .topic-moderator-options {
    width: 200px !important;
    margin-top: 20px !important;
  }
  .view-topic .topic-moderator-options {
    border: none !important;
    background-color: #dfc89e !important;
    border-radius: 8px;
  }
  .view-topic .topic-moderator-options .form-inner {
    background: rgba(0, 0, 0, 0.05) !important;
    border-radius: 5px;
  }
  .view-topic .footer-mass-select {
    border: none !important;
    background-color: #dfc89e !important;
    border-radius: 8px;
  }
  .view-topic .post-character .topic-moderator-options .admin-actions a {
    color: #0055ab !important;
  }
  .view-topic .topic-post .break-down {
    border: none !important;
    background-color: #dfc89e !important;
  }
  .bnet-comments .moderator-review {
    background-color: #dfc89e;
    color: #0055ab;
    border: 1px solid #666;
    border-radius: 5px;
  }
  .bnet-comments .comment-rating {
    color: #811ab0;
  }
  .bnet-comments .rate-post-wrapper {
    padding: 0 0 0 10px !important;
  }
  .report-post .report-success {
    display: none;
  }
  #legal-ratings {
    width: 473px;
  }
  .product-rating {
    float: right;
  }
  .us .product-rating {
    width: 300px;
  }
  #legal #legal-ratings .product-rating a {
    display: inline;
    margin-left: 0;
  }
  .serif {
    font-weight: normal;
    font-family: "Palatino Linotype", "Times", serif !important;
  }
  .ko-kr .serif {
    font-family: Dotum !important;
  }
  .tip {
    border-bottom: 1px dotted #6a5336;
    cursor: help;
  }
  a.tip,
  .tip a {
    cursor: pointer;
  }
  .forum-redirect {
    background: transparent url("../images/forum-redirect-popup.jpg") 0 0 no-repeat;
    width: 520px;
    height: 263px;
    position: absolute;
    top: 354px;
    left: 50%;
    margin-left: -260px;
    z-index: 9005;
    display: none;
  }
  .forum-redirect .forum-redirect-msg {
    font-family: "Palatino Linotype", "Times", serif;
    width: 265px;
    margin: 0 0 0 221px;
    padding-top: 45px;
    letter-spacing: -1px;
  }
  .forum-redirect .forum-redirect-title {
    color: #500a70;
    font-style: bold;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 11px;
    display: inline-block;
  }
  .forum-redirect .forum-redirect-desc {
    font-size: 16px;
    line-height: 19px;
  }
  .forum-redirect .forum-redirect-buttons {
    position: absolute;
    height: 47px;
    bottom: 7px;
    left: 154px;
  }
  .forum-redirect .forum-redirect-buttons .ui-button {
    margin-left: 12px;
  }
  .forum-redirect .forum-redirect-buttons .button-go-back {
    margin-top: 15px;
    display: inline-block;
  }
  .forum-redirect .forum-redirect-buttons .button-go-back:hover {
    text-decoration: underline;
  }
  .de-de .forum-redirect .forum-redirect-msg {
    padding-top: 25px;
  }
  .de-de .forum-redirect .forum-redirect-title {
    font-size: 19px;
  }
  .de-de .forum-redirect .forum-redirect-desc {
    font-size: 16px;
  }
  .fr-fr .forum-redirect .forum-redirect-msg {
    padding-top: 25px;
  }
  .fr-fr .forum-redirect .forum-redirect-title {
    font-size: 19px;
  }
  .fr-fr .forum-redirect .forum-redirect-desc {
    font-size: 16px;
  }
  .pl-pl .forum-redirect .forum-redirect-msg {
    padding-top: 25px;
  }
  .pl-pl .forum-redirect .forum-redirect-title {
    font-size: 19px;
  }
  .pl-pl .forum-redirect .forum-redirect-desc {
    font-size: 16px;
  }
  .ko-kr .forum-redirect .forum-redirect-title {
    font-family: 'NanumMyeongjo Bold';
    font-size: 20px;
  }
  .ko-kr .forum-redirect .forum-redirect-desc {
    font-family: dotum;
    font-size: 12px;
    line-height: 23px;
  }
  .lower-footer-wrapper a:hover {
    text-decoration: none;
  }
}
#right-arrow-container {
  position: absolute;
  height: 65px;
  width: 101px;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#right-arrow-container.broken {
  -webkit-animation: arrow-broken 2s ease 0 1 normal forwards;
  animation: arrow-broken 2s ease 0 1 normal forwards;
}
#right-arrow-container.broken #right-arrow {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
#right-screw {
  position: absolute;
  top: 21px;
  right: 18px;
  height: 13px;
  width: 13px;
  background: transparent url("../images/nav-right-under-screw.png") right top no-repeat;
}
#right-screw.loose {
  -webkit-transform: rotateZ(-40deg);
  transform: rotateZ(-40deg);
}
#right-screw.looser {
  -webkit-transform: rotateZ(-110deg);
  transform: rotateZ(-110deg);
}
#right-arrow {
  position: absolute;
  top: 2px;
  right: 6px;
  height: 61px;
  width: 77px;
  background: transparent url("../images/nav-right-under-arrow.png") right top no-repeat;
  -webkit-transform-origin: 58px 25px;
  -ms-transform-origin: 58px 25px;
  transform-origin: 58px 25px;
  -webkit-transform: rotateZ(-5deg);
  transform: rotateZ(-5deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#right-arrow:hover {
  -webkit-transform: rotateZ(-6deg);
  transform: rotateZ(-6deg);
}
#right-arrow.loose {
  -webkit-animation: arrow-loose 0.2s ease 0 1 normal forwards;
  animation: arrow-loose 0.2s ease 0 1 normal forwards;
}
#right-arrow.unhinged {
  -webkit-animation: arrow-unhinged 1s ease 0 1 normal forwards;
  animation: arrow-unhinged 1s ease 0 1 normal forwards;
}
@-webkit-keyframes arrow-loose {
  from {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  to {
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
}
@keyframes arrow-loose {
  from {
    -webkit-transform: rotateZ(-6deg);
    transform: rotateZ(-6deg);
  }
  to {
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
}
@-webkit-keyframes arrow-unhinged {
  0% {
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
  30% {
    -webkit-transform: rotateZ(-120deg);
    transform: rotateZ(-120deg);
  }
  50% {
    -webkit-transform: rotateZ(-70deg);
    transform: rotateZ(-70deg);
  }
  70% {
    -webkit-transform: rotateZ(-100deg);
    transform: rotateZ(-100deg);
  }
  90% {
    -webkit-transform: rotateZ(-85deg);
    transform: rotateZ(-85deg);
  }
  100% {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
  }
}
@keyframes arrow-unhinged {
  0% {
    -webkit-transform: rotateZ(-30deg);
    transform: rotateZ(-30deg);
  }
  30% {
    -webkit-transform: rotateZ(-120deg);
    transform: rotateZ(-120deg);
  }
  50% {
    -webkit-transform: rotateZ(-70deg);
    transform: rotateZ(-70deg);
  }
  70% {
    -webkit-transform: rotateZ(-100deg);
    transform: rotateZ(-100deg);
  }
  90% {
    -webkit-transform: rotateZ(-85deg);
    transform: rotateZ(-85deg);
  }
  100% {
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
  }
}
/* arrow broken */
@-webkit-keyframes arrow-broken {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px);
  }
  100% {
    -webkit-transform: translateY(-10000px);
    transform: translateY(-10000px);
    opacity: 0;
  }
}
@keyframes arrow-broken {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  99% {
    -webkit-transform: translateY(3000px);
    transform: translateY(3000px);
  }
  100% {
    -webkit-transform: translateY(-10000px);
    transform: translateY(-10000px);
    opacity: 0;
  }
}
#right-menu {
  position: absolute;
  right: 0;
  top: 32px;
  height: 65px;
  width: 100px;
  background: transparent url("../images/nav-right-under.png") right top no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ie67 #right-menu,
.ie8 #right-menu,
.ie9 #right-menu {
  display: none;
}
.content-container--social {
  position: relative;
  z-index: 5;
  clear: both;
}
@media only screen and (min-width: 60em) {
  .content-container--social {
    padding: 0;
  }
}
.stay-connected {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 60em) {
  .stay-connected {
    width: 370px;
    float: right;
  }
}
.stay-connected h2 {
  text-align: center;
  font: bold normal 20px/1 "Palatino Linotype", "Times", serif;
  font: bold normal 1.25rem/1 "Palatino Linotype", "Times", serif;
  color: #500a70;
  margin-bottom: 1em;
}
@media only screen and (min-width: 60em) {
  .stay-connected h2 {
    text-align: left;
  }
}
.ko-kr .stay-connected h2 {
  font-family: Dotum;
  font-size: 12px;
}
.social-cards {
  top: 32px;
  text-align: center;
}
@media only screen and (min-width: 60em) {
  .social-cards {
    text-align: left;
  }
}
.social-cards a {
  display: inline-block;
  height: 77px;
  width: 99px;
  vertical-align: bottom;
  background: transparent url("/hearthstone/static/images/social-cards.png") 0 0 no-repeat;
  margin: 0 -20px;
}
@media only screen and (min-width: 40em) {
  .social-cards a {
    margin: 0 -15px;
  }
}
.social-cards a.facebook {
  background-position: 0 0;
}
.social-cards a.facebook:hover {
  background-position: 0 -77px;
}
.social-cards a.twitter {
  background-position: -99px 0;
}
.social-cards a.twitter:hover {
  background-position: -99px -77px;
}
.social-cards a.youtube {
  background-position: -198px 0;
}
.social-cards a.youtube:hover {
  background-position: -198px -77px;
}
.social-cards a.reddit {
  background-position: -297px 0;
}
.social-cards a.reddit:hover {
  background-position: -297px -77px;
}
.social-cards a.googleplus {
  background-position: -396px 0;
}
.social-cards a.googleplus:hover {
  background-position: -396px -77px;
}
.facebook-module {
  display: none;
}
@media only screen and (min-width: 40em) {
  .facebook-module {
    display: block;
  }
}
@media only screen and (min-width: 60em) {
  .facebook-module {
    height: 80px;
    float: left;
  }
}
.facebook-module .fb_iframe_widget {
  margin-bottom: 1em;
}
.facebook-module .fb_iframe_widget > span {
  text-align: center;
}
@media only screen and (min-width: 60em) {
  .facebook-module .fb_iframe_widget > span {
    text-align: left;
  }
}
#facebook-like {
  max-width: 130px;
}
@media only screen and (min-width: 40em) {
  #facebook-like {
    max-width: 250px;
  }
}
.like-wrapper {
  height: 20px;
}
.share-wrapper {
  display: none;
}
@media only screen and (min-width: 30em) {
  .share-wrapper {
    display: block;
  }
}
.button-content {
  color: #fff;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  text-shadow: 0 0 4px #000, 0 0 8px #000;
  overflow: hidden;
  text-transform: uppercase;
}
.ko-kr .button-content {
  font-family: 'NanumMyeongjo Bold';
}
/* beta button */
.beta-button--home {
  height: 51px;
  margin: 0px 0 0 10px;
  background: url("/hearthstone/static/images/buttons/button1-top-small.png") 100% -102px no-repeat;
  padding-right: 25px;
}
.beta-button--home .button-content {
  background-image: url("/hearthstone/static/images/buttons/button1-top-small.png");
  padding-left: 25px;
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 1px;
  min-width: 130px;
  margin-left: -10px;
  height: 51px;
}
.ie9 .zh-tw .beta-button--home .button-content {
  min-width: 0;
}
@media only screen and (min-width: 72.5em) {
  .beta-button--home {
    height: 71px;
    margin: 22px 0 0 10px;
    background: url("/hearthstone/static/images/buttons/button1-top.png") 100% -142px no-repeat;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 72.5em) {
  .beta-button--home .button-content {
    background-image: url("/hearthstone/static/images/buttons/button1-top.png");
    padding-left: 35px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 67px;
    min-width: 175px;
    height: 71px;
  }
}
.ko-kr .beta-button--home .button-content {
  font-size: 18px;
}
.beta-button--home:hover {
  background-position: 100% -153px;
  box-shadow: 0 11px 10px -12px #ffff00;
}
@media only screen and (min-width: 72.5em) {
  .beta-button--home:hover {
    background-position: 100% -213px;
  }
}
.beta-button--home:hover .button-content {
  background-position: 0 -51px;
}
@media only screen and (min-width: 72.5em) {
  .beta-button--home:hover .button-content {
    background-position: 0 -71px;
  }
}
.beta-button--naxx {
  display: none;
  letter-spacing: 2px;
}
@media only screen and (min-width: 40em) {
  .beta-button--naxx {
    display: inline-block;
  }
}
@media only screen and (min-width: 40em) {
  .beta-button--naxx {
    margin-top: -100px;
    position: relative;
    background: url("/hearthstone/static/images/buttons/button-center-standard-expansion.png") 0 0 repeat-x;
    z-index: 5;
    padding: 0 25px;
    line-height: 36px;
  }
  .beta-button--naxx:before,
  .beta-button--naxx:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 65px;
    z-index: -1;
  }
  .beta-button--naxx:before {
    left: -10px;
    background: url("/hearthstone/static/images/buttons/button-left-standard-expansion.png") 0 0 no-repeat;
  }
  .beta-button--naxx:after {
    right: -10px;
    background: url("/hearthstone/static/images/buttons/button-right-standard-expansion.png") 0 0 no-repeat;
  }
  .beta-button--naxx:hover {
    background-image: url("/hearthstone/static/images/buttons/button-center-active-expansion.png");
  }
  .beta-button--naxx:hover:before {
    background-image: url("/hearthstone/static/images/buttons/button-left-active-expansion.png");
  }
  .beta-button--naxx:hover:after {
    background-image: url("/hearthstone/static/images/buttons/button-right-active-expansion.png");
  }
}
.beta-button-row {
  margin: -1em auto -2em;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .beta-button-row {
    margin: 1em auto;
  }
}
.beta-button__text {
  display: block;
  font: bold 1.4em "Palatino Linotype", "Times", serif;
  color: #2e2e2e;
  margin-top: .5em;
}
.beta-button--sub {
  display: inline-block;
  height: 72px;
  background: transparent url("/hearthstone/static/images/buttons/button1-top-sub.png") 100% -160px no-repeat;
  padding-right: 50px;
  margin-left: 30px;
  bottom: 13px;
  z-index: 10;
  position: relative;
  margin-top: -16px;
  margin-top: -1rem;
}
.beta-button--sub:hover {
  background-position: 100% -237px;
}
.beta-button--sub:hover .button-content {
  background-position: 0 -84px;
}
.beta-button--sub .button-content {
  background-image: url("/hearthstone/static/images/buttons/button1-top-sub.png");
  padding-left: 50px;
  font-size: 18px;
  line-height: 86px;
  min-width: 150px;
  margin-left: -30px;
  height: 72px;
  z-index: 2;
}
.ko-kr .beta-button--sub .button-content {
  font-size: 16px;
}
.ie9 .beta-button--sub .button-content {
  min-width: 0;
}
@media only screen and (min-width: 40em) {
  .beta-button--sub .button-content {
    height: 76px;
  }
}
@media only screen and (min-width: 40em) {
  .beta-button--sub {
    margin-top: 0;
    height: 78px;
  }
}
.button1 {
  height: 38px;
}
.button1 .button-left,
.button1 .button-right {
  height: 38px;
  background-image: url("../images/buttons/button4.png");
}
.button1 .button-left {
  padding-left: 34px;
  background-position: 0 0;
}
.button1 .button-right {
  padding-right: 36px;
  background-position: 100% -114px;
  height: 38px;
  line-height: 35px;
  font-size: 13px;
  color: #fefefe;
  font-family: "Palatino Linotype", "Times", serif;
  text-shadow: 0 0 5px #dd3400;
  text-transform: uppercase;
  overflow: hidden;
}
.ko-kr .button1 .button-right {
  font-family: Dotum;
}
.button1:hover .button-left {
  background-position: 0 -38px;
}
.button1:hover .button-right {
  color: #fff;
  background-position: 100% -152px;
}
.button1.disabled .button-left,
.button1.processing .button-left {
  background-position: 0 -76px;
  cursor: default;
}
.button1.disabled .button-right,
.button1.processing .button-right {
  color: #a79fa0;
  text-shadow: 0 0 5px #000;
  background-position: 100% -190px;
  cursor: default;
}
.button2 span {
  background: transparent url("../images/buttons/button2.png") 0 0;
  line-height: 25px;
  height: 27px;
  padding: 0 0 0 21px;
  font-size: 11px;
}
.button2 span span {
  padding: 0 23px 0 0;
  background-position: 100% -81px;
  color: #fff;
}
.button2.hover span,
.button2:hover span {
  background-position: 0 -27px;
}
.button2.hover span span,
.button2:hover span span {
  background-position: 100% -108px;
}
.button2.disabled .button-left,
.button2.processing .button-left {
  background-position: 0 -54px;
  cursor: default;
}
.button2.disabled .button-right,
.button2.processing .button-right {
  color: #bbb;
  background-position: 100% -135px;
  cursor: default;
}
.button3 span {
  background-image: url("../images/buttons/button3.png");
}
.button3 span {
  padding: 0 0 0 13px;
  background-position: 0 0;
}
.button3 span span {
  padding: 0 13px 0 0;
  background-position: 100% -48px;
  color: #fff;
}
.button3.hover span,
.button3:hover span {
  background-position: 0 -24px;
}
.button3.hover span span,
.button3:hover span span {
  background-position: 100% -72px;
  color: #DAAC55;
}
.btn-bar {
  display: block;
  background-color: #dec79b;
  background-color: rgba(116, 50, 0, 0.07);
}
.btn-bar--centered {
  text-align: center;
}
.btn--dark {
  display: block;
  text-align: center;
  margin: 8px 16px;
  margin: 0.5rem 1rem;
}
.btn--dark--vertical {
  margin: 0;
}
.btn--dark--vertical + .btn--dark--vertical {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.btn--dark--full-width {
  width: 100%;
}
.btn--dark__link {
  border-radius: 4px;
  border-radius: .25rem;
  display: block;
  background-color: #a0815d;
  border: 6px solid #c6b38a;
  color: white;
  text-decoration: none;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  text-shadow: 1px 1px black;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
}
.btn--dark__link--full-width {
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  margin: auto;
}
.btn--dark__link:hover {
  background-color: #725a37;
  text-decoration: none;
}
.btn--dark__inner {
  padding: .25em 0;
  display: block;
  box-shadow: 0 1px 1px #725a37;
}
/* breadcrumbs */
.content-trail {
  margin: 8px auto;
  margin: .5rem auto;
  max-width: 1160px;
  max-width: 72.5rem;
  height: 36px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 60em) {
  .content-trail {
    margin-top: -32px;
    margin-top: -2rem;
    padding: 0 80px;
    padding: 0 5rem;
  }
}
@media only screen and (min-width: 72.5em) {
  .content-trail {
    margin-top: -24px;
    margin-top: -1.5rem;
  }
}
.ui-breadcrumb {
  font: bold 11px/28px "Open Sans";
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  padding: 0 16px;
  padding: 0 1rem;
}
.ui-breadcrumb li {
  padding-right: 0;
  margin-right: 0;
  display: inline-block;
  float: none;
}
.ui-breadcrumb li.last {
  padding: 0;
}
.ui-breadcrumb li.last a {
  color: #233a6e;
  border-bottom: 1px dotted #233a6e;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.ui-breadcrumb li.last a:hover {
  text-decoration: none;
}
.ui-breadcrumb li.children .breadcrumb-text {
  border-bottom: 1px dotted #aaa;
}
.ui-breadcrumb li a {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}
.ui-breadcrumb li a.opened {
  text-decoration: underline;
}
.ui-breadcrumb li .breadcrumb-arrow:after {
  border: 0;
  content: "";
  display: inline-block;
  background: url("/hearthstone/static/images/icons/arrows.gif") no-repeat 0 -103px;
  width: 12px;
  height: 10px;
  margin: 0 7px 0 0 ;
  vertical-align: middle;
}
.ui-breadcrumb.breadcrumb-can-scroll {
  overflow-x: auto;
}
.explore-nav-is-out .ui-breadcrumb.breadcrumb-can-scroll {
  overflow: hidden;
}
.zh-tw .ui-breadcrumb {
  font-family: none;
}
.ko-kr .ui-breadcrumb li .breadcrumb-text {
  font-family: dotum;
  font-size: 11px;
}
.ie67 .ui-breadcrumb li .breadcrumb-arrow {
  margin-right: 10px;
}
/* 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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .screenshot-carousel .indicators {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 40em) {
  .screenshot-carousel--playing-hearthstone .screen {
    max-width: none;
  }
}
@media only screen and (min-width: 60em) {
  .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: 60em) {
  .screenshot-carousel--home {
    background: url("/hearthstone/static/images/screenshot-frame-bg.png") center center no-repeat;
    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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .carousel-list {
    width: 100%;
    transition: none;
  }
}
.carousel__item {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (min-width: 40em) {
  .carousel__item {
    background: none;
    padding: 0;
  }
}
.carousel__item--wallpaper {
  width: 720px;
}
@media only screen and (min-width: 60em) {
  .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: 40em) {
  .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;
  background: transparent url("/hearthstone/static/images/buttons/screenshot-overlay.png") -325px -262px no-repeat;
  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;
}
@media only screen and (min-width: 40em) {
  .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: 60em) {
  .overlay-controls--playing-hearthstone {
    right: 8px;
    left: 8px;
  }
}
.overlay-controls:hover .overlay__control {
  background-image: url("/hearthstone/static/images/buttons/screenshot-overlay.png");
  background-repeat: no-repeat;
}
.ie8 .overlay-controls {
  background: url("/hearthstone/static/images/layout/blank.gif");
}
.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;
}
/* container */
#lightbox-anchor {
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 9005;
  width: 100%;
}
#lightbox-container {
  width: 890px;
  height: 641px;
  position: relative;
  display: none;
  margin: 0 auto;
  background-color: #000;
}
#lightbox-container .ui-element {
  background: url("/hearthstone/static/images/ui/lightbox.png") no-repeat;
}
/* content holder */
#lightbox-content {
  background: #0d0804;
  z-index: 9005;
  position: relative;
}
#lightbox-content.loading {
  /* @todo */
}
/* title holder */
#lightbox-title {
  position: relative;
  background: transparent url("/hearthstone/static/images/ui/lightbox-title.jpg");
  height: 26px;
  font: normal 13px/26px "Palatino Linotype", "Times", serif;
  color: #fff;
  padding-left: 20px;
  text-transform: uppercase;
  margin: 0;
}
.ko-kr #lightbox-title {
  font-family: "NanumMyeongjo Bold";
}
#lightbox-title:empty,
#lightbox-container .control-wrapper.no-paging {
  display: none;
}
/* close */
#lightbox-container .lightbox-close {
  display: block;
  position: absolute;
  float: right;
  right: -9px;
  top: -7px;
  width: 45px;
  height: 46px;
  background: url("/hearthstone/static/images/ui/lightbox.png") -84px 0 repeat-x;
  z-index: 9007;
}
#lightbox-container .lightbox-close:hover {
  background-position: -128px 0;
}
/* borders*/
#lightbox-container .border {
  position: absolute;
  float: left;
  z-index: 9006;
}
#lightbox-container #lb-border-top {
  height: 18px;
  top: -18px;
  left: 0;
  background: url("/hearthstone/static/images/ui/lightbox-frame.png") 50% 0 repeat-x;
  padding-right: 12px;
}
#lightbox-container #lb-border-right {
  width: 18px;
  top: 0;
  right: -18px;
  background: url("/hearthstone/static/images/ui/lightbox.png") -272px 0 repeat-y;
  padding-bottom: 9px;
}
#lightbox-container #lb-border-bottom {
  height: 18px;
  bottom: -18px;
  left: 0;
  background: url("/hearthstone/static/images/ui/lightbox-frame.png") 50% -19px repeat-x;
  padding-right: 12px;
}
#lightbox-container #lb-border-left {
  width: 18px;
  top: 0;
  left: -18px;
  background: url("/hearthstone/static/images/ui/lightbox.png") -254px 0 repeat-y;
  padding-bottom: 9px;
}
/* corners */
#lightbox-container .corner {
  position: absolute;
  background: url("/hearthstone/static/images/ui/lightbox.png") no-repeat;
  width: 38px;
  height: 38px;
  float: left;
  z-index: 9007;
}
#lightbox-container .corner-top-left {
  background-position: -176px 0;
  top: -18px;
  left: -16px;
}
#lightbox-container .corner-bottom-left {
  background-position: -174px -39px;
  bottom: -18px;
  left: -18px;
}
#lightbox-container .corner-top-right {
  background-position: -214px 0;
  top: -18px;
  right: -18px;
}
#lightbox-container .corner-bottom-right {
  background-position: -214px -39px;
  bottom: -18px;
  right: -18px;
}
/* paging */
#lightbox-container .control-wrapper {
  height: 47px;
  position: relative;
  width: 100%;
  z-index: 9006;
  background: transparent url("/hearthstone/static/images/ui/lightbox-controls-bg.jpg") no-repeat;
}
#lightbox-container .control-wrapper .lightbox-controls {
  height: 47px;
  margin: 0 auto;
  position: relative;
}
#lightbox-container .control-wrapper .lightbox-controls.ui-element {
  background: none;
}
#lightbox-container .control-wrapper a {
  display: block;
  height: 47px;
  float: left;
}
/* paging - previous */
#lightbox-container .control-wrapper a.previous {
  width: 37px;
  background-position: 0 5px;
  margin-left: 10px;
}
#lightbox-container .control-wrapper a.previous:hover {
  background-position: 0 -40px;
}
/* paging - gallery view */
#lightbox-container .control-wrapper a.gallery-view {
  width: 76px;
  background-position: -84px -8px;
}
#lightbox-container .control-wrapper a.gallery-view:hover {
  background-position: -84px -58px;
}
/* paging - next */
#lightbox-container .control-wrapper a.next {
  width: 37px;
  background-position: -46px 5px;
  float: right;
  margin-right: 10px;
}
#lightbox-container .control-wrapper a.next:hover {
  background-position: -46px -40px;
}
/* no paging */
#lightbox-container .control-wrapper.no-paging .lightbox-controls {
  height: 47px;
}
#lightbox-container .control-wrapper.no-paging a.gallery-view {
  margin: 0;
}
#lightbox-container .control-wrapper.no-paging a.previous,
#lightbox-container .control-wrapper.no-paging a.next {
  display: none;
}
/* no gallery */
#lightbox-container .control-wrapper.no-gallery .lightbox-controls.ui-element {
  background: none;
}
#lightbox-container .control-wrapper.no-gallery a.gallery-view {
  display: none;
}
/* no controls */
#lightbox-container .control-wrapper.no-gallery.no-paging {
  height: 47px;
}
/* error loading content */
#lightbox-container .lightbox-error {
  text-align: center;
  font-size: 16px;
  background: #000;
  vertical-align: text-bottom;
  line-height: 550px;
}
.ie6 #lightbox-container .ui-element,
.ie6 #lightbox-container #lb-border-right,
.ie6 #lightbox-container #lb-border-left,
.ie6 #lightbox-container .corner {
  background-image: url("/hearthstone/static/images/ui/lightbox.gif");
}
.ie6 #lightbox-container {
  zoom: 1;
}
#footer {
  padding: 0;
  position: relative;
}
#footer .lower-footer-wrapper {
  position: relative;
  padding-top: 40px;
  margin: 0 auto;
  max-width: 960px;
  max-width: 60rem;
}
@media only screen and (min-width: 40em) {
  #footer .lower-footer-wrapper {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 72.5em) {
  #footer .lower-footer-wrapper {
    max-width: 1160px;
    max-width: 72.5rem;
  }
}
#footer a {
  color: #4a3c2c;
}
#footer h3,
#footer h3 a {
  color: #76543d;
}
#footer #legal .common-feedback-buttons {
  float: none;
  display: inline-block !important;
  padding: 16px;
  padding: 1rem;
  width: auto;
  vertical-align: top;
}
@media only screen and (min-width: 30em) {
  #footer #legal .common-feedback-buttons {
    width: 49%;
  }
}
@media only screen and (min-width: 60em) {
  #footer #legal .common-feedback-buttons {
    width: auto;
    float: left;
    padding: 5px 0 0 5px;
  }
}
#footer #legal .common-feedback-buttons > a {
  background-color: #2E231D;
  color: #b3b0ae;
  max-width: 176px;
  max-width: 11rem;
}
#footer #legal .common-feedback-buttons > a:hover {
  text-decoration: none;
}
.foot {
  background: #100805 url("/hearthstone/static/images/footer-divider-small.jpg") 50% 0 no-repeat;
  min-height: 583px;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .foot {
    margin-top: -60px;
    background-image: url("/hearthstone/static/images/footer-bg.jpg");
  }
}
.ko-kr .webfont-nanum {
  padding-top: 5px;
  font-family: "NanumMyeongjo Bold", Dotum;
}
#legal-ratings {
  width: auto;
}
.ko-kr #legal-ratings {
  max-width: 600px;
}
.zh-tw #legal-ratings {
  color: #dcdcdc;
}
#copyright {
  color: #4a3c2c;
  text-align: center;
  border-top: none;
}
@media only screen and (min-width: 60em) {
  #copyright {
    text-align: left;
  }
}
.ko-kr #copyright {
  font-size: 11px;
}
#copyright > span {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 60em) {
  #copyright > span {
    display: inline;
    text-align: left;
  }
}
#copyright > a {
  padding: 8px 8px 8px 0;
  padding: 0.5rem 0.5rem 0.5rem 0;
  color: #76543d;
  display: inline-block;
}
@media only screen and (min-width: 60em) {
  #copyright > a {
    display: inline;
    padding: 0;
    margin-left: 15px;
  }
}
#copyright > a:nth-last-of-type(1) {
  padding: 0;
}
#copyright #change-language {
  padding-right: 20px;
}
@media only screen and (min-width: 60em) {
  #copyright #change-language {
    float: right;
  }
}
#change-language {
  background: url("/hearthstone/static/images/icons/arrows.gif") 100% -90px no-repeat;
  text-align: center;
  float: none;
  padding: 0 12px 0 0;
  margin: 0;
}
#change-language > span {
  background: url("/hearthstone/static/images/icons/map-small.gif") 0 50% no-repeat;
}
#change-language.open {
  background-position: 100% 9px;
}
@media only screen and (min-width: 60em) {
  #change-language {
    display: inline-block;
    background-position: 100% -99px;
  }
  #change-language.open {
    background-position: 100% 1px;
  }
}
#international {
  border-bottom: 1px solid #261308;
  background: transparent;
  padding: 0 0 0 25px;
}
@media only screen and (min-width: 30em) {
  #international .column {
    width: 160px;
    width: 10rem;
  }
}
/**
 * @fileOverview ratings.css is generated from toolkit's ratings.less
 *
 * Until this site is updated to use Toolkit, please make sure this file is updated with the latest styles from Toolkit.
 *
 * Styles for rendering a country-appropriate product rating logo.
 */
/**
 * ACB rating logo and descriptors.
 */
.acb-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.acb-rating a {
  color: rgba(255, 255, 255, 0.5);
}
.acb-logo {
  display: block;
  float: left;
}
.acb-descriptor,
.acb-disclaimer {
  display: block;
  margin-left: 75px;
}
/**
 * BBFC rating logo and descriptors.
 */
.bbfc-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
  float: left;
}
.bbfc-rating a {
  float: left;
  color: rgba(255, 255, 255, 0.5);
}
.bbfc-logo {
  display: block;
}
/**
 * CSRR rating logo and descriptors.
 */
.csrr-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.csrr-rating a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
.csrr-logo {
  display: block;
}
/**
 * DEJUS rating logo and descriptors.
 */
.dejus-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.dejus-rating a {
  color: rgba(255, 255, 255, 0.5);
}
.dejus-logo {
  display: block;
  float: left;
}
.dejus-descriptor {
  display: block;
  margin-left: 75px;
}
/**
 * ESRB rating logo and descriptors.
 */
.esrb-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.esrb-rating a {
  color: rgba(255, 255, 255, 0.5);
}
.esrb-logo {
  display: block;
  float: left;
}
.esrb-descriptor,
.esrb-disclaimer {
  display: block;
  padding-left: 16px;
  padding-left: 1rem;
  transition: color .2s;
  overflow: hidden;
  text-align: left;
}
.esrb-descriptor-label {
  transition: color .2s;
}
.esrb-descriptor-label:hover {
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
/**
 * FPB rating logo and descriptors.
 */
.fpb-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.fpb-rating a {
  color: rgba(255, 255, 255, 0.5);
}
.fpb-logo {
  display: block;
  float: left;
}
.fpb-descriptor {
  display: block;
  margin-left: 75px;
}
/**
 * GRB rating logo and descriptors.
 */
.grb-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.grb-rating a {
  color: rgba(255, 255, 255, 0.5);
}
.grb-logo,
.grb-descriptor-image {
  display: block;
  float: left;
  margin-right: 5px;
}
.grb-descriptor {
  display: block;
  margin-left: 75px;
}
/**
 * NZOFLC rating logo and descriptors.
 */
.nzoflc-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.nzoflc-rating a {
  color: rgba(255, 255, 255, 0.5);
}
.nzoflc-logo {
  display: block;
  float: left;
}
.nzoflc-descriptor {
  display: block;
  margin-left: 75px;
}
/**
 * PEGI rating logo and descriptors.
 */
.pegi-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.pegi-rating a {
  color: rgba(255, 255, 255, 0.5);
}
.pegi-logo,
.pegi-descriptor-image {
  display: block;
  float: left;
  margin-right: 5px;
}
.pegi-descriptor {
  display: block;
  margin-left: 70px;
}
.pegi-descriptor-label {
  transition: color .2s;
}
.pegi-descriptor-label:hover {
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
/**
 * USK rating logo and descriptors.
 */
.usk-rating {
  font-size: 11px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.usk-rating a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
.usk-logo {
  display: block;
}
#legal {
  border-top: 1px solid #261308;
  padding: 16px 0;
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (min-width: 60em) {
  #legal {
    border: none;
  }
}
#legal #legal-ratings {
  float: none;
  *zoom: 1;
  border-bottom: 1px solid #261308;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-align: center;
}
#legal #legal-ratings:before,
#legal #legal-ratings:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
#legal #legal-ratings:after {
  clear: both;
}
@media only screen and (min-width: 60em) {
  #legal #legal-ratings {
    float: right;
    border: none;
  }
}
#legal #legal-ratings .product-rating,
#legal #legal-ratings > a {
  margin: 0;
  padding: 16px;
  padding: 1rem;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 30em) {
  #legal #legal-ratings .product-rating,
  #legal #legal-ratings > a {
    width: 49%;
  }
}
@media only screen and (min-width: 60em) {
  #legal #legal-ratings .product-rating,
  #legal #legal-ratings > a {
    width: auto;
    padding: 0;
  }
}
#legal #legal-ratings .product-rating {
  float: none;
  text-align: center;
}
@media only screen and (min-width: 60em) {
  #legal #legal-ratings .product-rating {
    text-align: left;
  }
}
#legal #legal-ratings.us .product-rating {
  max-width: 300px;
}
@media only screen and (min-width: 30em) {
  #legal #legal-ratings.us .product-rating {
    width: 49%;
  }
}
@media only screen and (min-width: 40em) {
  #legal #legal-ratings.us .product-rating {
    max-width: none;
  }
}
#legal #legal-ratings .truste-link {
  text-align: right;
}
@media only screen and (min-width: 60em) {
  #legal #legal-ratings .truste-link {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
#legal #blizzard {
  float: none;
  display: inline-block;
  padding: 16px;
  padding: 1rem;
  width: 49%;
  text-align: right;
}
@media only screen and (min-width: 60em) {
  #legal #blizzard {
    width: auto;
    float: left;
    padding: 0;
  }
}
.usk-logo {
  display: inline-block;
}
@media only screen and (min-width: 60em) {
  .usk-logo {
    display: block;
  }
}
.media--fireside {
  clear: both;
}
.media--fireside + .media--fireside {
  margin-top: 1em;
}
.media-frame {
  position: relative;
}
@media only screen and (min-width: 40em) {
  .media-frame {
    margin: 8px;
    z-index: 1;
  }
  .media-frame:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    border: 8px solid #dec79b;
    border-width: 17px 20px;
    border-image: url("/hearthstone/static/images/game-guide/heroes/artwork-frameV2.png") 17 20 stretch;
    z-index: -1;
  }
  .media-frame img {
    display: block;
  }
}
.content-block {
  max-height: 1200px;
  overflow: hidden;
  transition: max-height 250ms linear;
  padding-top: 16px;
  padding-top: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 40em) {
  .content-block {
    background: transparent url("/hearthstone/static/images/content-seperator2.png") center 0 no-repeat;
  }
}
@media only screen and (min-width: 60em) {
  .content-block {
    overflow-x: visible;
  }
}
@media only screen and (min-width: 60em) {
  .content-block--audio {
    max-width: 496px;
    max-width: 31rem;
    background: transparent url("/hearthstone/static/images/content-seperator-short2.png") center 0 no-repeat;
  }
}
.content-block--audio .media-content-container {
  margin: 0 16px;
  margin: 0 1rem;
}
@media only screen and (min-width: 40em) {
  .content-block--wallpaper {
    padding: 16px 16px 0;
    padding: 1rem 1rem 0;
  }
}
.explore-nav-is-out .content-block {
  overflow: hidden;
}
@media only screen and (min-width: 40em) {
  .screen--wallpaper {
    margin: auto;
  }
}
.is-folded .content-block {
  max-height: 165px;
}
.is-folded .view-more {
  background-position: right -36px;
}
.is-folded .view-more:hover {
  background-position: right -108px;
}
.media-container {
  clear: both;
  margin-top: 32px;
  margin-top: 2rem;
}
.view-more {
  display: none;
}
@media only screen and (min-width: 60em) {
  .view-more {
    width: 103px;
    height: 28px;
    background: transparent url("/hearthstone/static/images/collapse-button.png") right 0 no-repeat;
    display: inline-block;
    float: right;
  }
}
.view-more:hover {
  background-position: right -72px;
}
.media-content-container {
  white-space: nowrap;
}
@media only screen and (min-width: 60em) {
  .media-content-container {
    white-space: normal;
    max-width: 960px;
    max-width: 60rem;
    text-align: left;
    width: auto;
    margin: auto;
  }
  .media-content-container--screenshots,
  .media-content-container--artwork {
    max-width: 880px;
    max-width: 55rem;
    text-align: justify;
  }
  .media-content-container--screenshots:after,
  .media-content-container--artwork:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.media-content {
  display: inline-block;
}
.media-content + .media-content {
  margin-left: 16px;
  margin-left: 1rem;
}
@media only screen and (min-width: 60em) {
  .media-content + .media-content {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 30em) {
  .media-content + .media-content-container--video {
    margin-left: 32px;
    margin-left: 2rem;
  }
}
.media-content-container__title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #233a6e;
  font-family: "Palatino Linotype", "Times", serif;
  border-bottom: 1px solid #d4ba8c;
  cursor: pointer;
  margin: 0 16px;
  margin: 0 1rem;
}
@media only screen and (min-width: 40em) {
  .media-content-container__title {
    padding-left: 16px;
    padding-left: 1rem;
    border-bottom: none;
  }
}
@media only screen and (min-width: 72.5em) {
  .media-content-container__title {
    padding: 0 72px;
    padding: 0 4.5rem;
  }
}
.media-amount {
  color: #666666;
}
.media--link {
  display: block;
  color: #000000;
}
.media--link:hover {
  text-decoration: none;
  color: #e22c14;
}
.resolutions {
  margin: 0 16px;
  margin: 0 1rem;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  max-width: 720px;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .resolutions {
    margin: auto;
  }
}
.wallpaper-download-title {
  font-weight: bold;
}
.wallpaper-download {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  color: #e22c14;
}
.styled-select--wallpaper {
  margin: .25em 0;
}
@media only screen and (min-width: 40em) {
  .media .body-top {
    background: transparent url("/hearthstone/static/images/media/bg-header.png") 50% 0 no-repeat;
  }
}
@media only screen and (min-width: 60em) {
  .video--with-play-button {
    position: relative;
  }
  .video--with-play-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background: transparent url("/hearthstone/static/images/media/play-sprite.png") 0 0 no-repeat;
    width: 100px;
    height: 100px;
    z-index: 9001;
  }
  .video--with-play-button:hover:after {
    background-position: 0 -100px;
  }
}
.media-container--videos {
  position: relative;
}
@media only screen and (min-width: 40em) {
  .media-container--videos {
    height: 343px;
    margin-bottom: 25px;
    padding-top: 30px;
  }
}
@media only screen and (min-width: 72.5em) {
  .media-container--videos:after,
  .media-container--videos:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
  }
  .media-container--videos:before {
    width: 405px;
    height: 263px;
    background: url("/hearthstone/static/images/media/bg-worgen.png") 0 0 no-repeat;
    bottom: -56px;
    left: -120px;
  }
  .media-container--videos:after {
    width: 210px;
    height: 237px;
    background: url("/hearthstone/static/images/media/bg-goblin.png") 0 0 no-repeat;
    right: -24px;
    bottom: -26px;
  }
}
.media-content--video {
  display: block;
  margin-left: 16px;
  margin-left: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
}
@media only screen and (min-width: 30em) {
  .media-content--video {
    display: inline-block;
    width: 412px;
    max-width: 66vw;
  }
}
.media-content--video + .media-content--video {
  margin-top: 32px;
  margin-top: 2rem;
}
@media only screen and (min-width: 30em) {
  .media-content--video + .media-content--video {
    margin-top: 0;
  }
}
@media only screen and (min-width: 40em) {
  .media-content--video + .media-content--video {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 60em) {
  .media-content--video + .media-content--video {
    margin-left: 32px;
    margin-left: 2rem;
  }
}
.media-content__title {
  position: absolute;
  top: 1em;
  right: 0;
  left: 0;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Palatino Linotype", "Times", serif;
  text-align: center;
}
.ko-kr .media-content__title {
  font-family: 'NanumMyeongjo Bold';
}
.media-content__trailer {
  background-image: url("/hearthstone/static/images/media/videos/trailer-thumb.jpg");
  position: absolute;
  background-size: contain;
}
.media-content__cinematic {
  background-image: url("/hearthstone/static/images/media/videos/building-the-fire-thumb.jpg");
  position: absolute;
  background-size: contain;
}
@media only screen and (min-width: 40em) {
  .content-block--video {
    background: none;
  }
}
@media only screen and (min-width: 40em) {
  .media-container--audio {
    float: left;
  }
}
.media-container--audio li {
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 72.5em) {
  .content-block--audio {
    margin-left: 72px;
    margin-left: 4.5rem;
  }
}
.audio-button {
  width: 46px;
  height: 27px;
  background: transparent url("/hearthstone/static/images/buttons/audio-controls.png") 0 0 no-repeat;
  cursor: pointer;
  float: left;
  display: none;
}
@media only screen and (min-width: 30em) {
  .audio-button {
    display: inline-block;
  }
}
.audio-button--play:hover {
  background-position: -46px 0px;
}
.audio-button--stop {
  display: none;
  background-position: -92px;
}
.audio-button--stop:hover {
  background-position: -138px 0px;
}
.track-name {
  margin-left: 10px;
  float: left;
}
.download {
  float: right;
  background: transparent url("/hearthstone/static/images/icons/download.gif") 0 50% no-repeat;
  padding-left: 16px;
  margin-left: 1em;
}
@media only screen and (min-width: 60em) {
  .overlay:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5) url("/hearthstone/static/images/buttons/artwork-zoom.png") 50% center no-repeat;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 60em) {
  .overlay:hover:before {
    display: block;
  }
}
/* Coming Soon text */
.home-coming-soon {
  opacity: 0.85;
  padding: 0 10px;
  display: inline-block;
  margin-top: 23px;
  color: #7A03B3;
  font: normal bold 35px/67px "Bliz Quadrata", Times New Roman, Serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 4px #C892CE, 0 0 8px #F596FF;
  overflow: hidden;
}
.ko-kr .home-coming-soon {
  font-family: 'NanumMyeongjo Bold';
  font-size: 24px;
  font-size: 1.5rem;
}
.home-text {
  font-weight: bold;
  font-family: "Palatino Linotype", "Times", serif;
  color: #2e2e2e;
  text-align: center;
  margin: 24px 16px;
  margin: 1.5rem 1rem;
  font-size: 23px;
  font-size: 1.45rem;
}
.ko-kr .home-text {
  font-family: 'NanumMyeongjo Bold';
}
@media only screen and (min-width: 40em) {
  .home-text {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 64px;
    padding: 0 4rem;
    margin: 24px auto;
    margin: 1.5rem auto;
  }
}
.home-text b {
  color: #233a6e;
}
@media only screen and (min-width: 40em) {
  .home-text b {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
/* video background */
.video-background {
  position: absolute;
  z-index: 0;
  left: 50%;
  opacity: 0;
  margin-left: -651px;
  transition: opacity 1s linear;
  display: none;
}
.video-background.loaded {
  opacity: 1;
}
@media only screen and (min-width: 60em) {
  .video-background {
    display: block;
    max-width: none;
  }
}
@media only screen and (min-width: 72.5em) {
  .video-background {
    margin-left: -951px;
  }
}
/* video cards */
.video-cards {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 200px;
  text-align: center;
  z-index: 5;
  display: none;
}
@media only screen and (min-width: 40em) {
  .video-cards {
    display: block;
  }
}
@media only screen and (min-width: 60em) {
  .video-cards {
    bottom: 98px;
  }
}
@media only screen and (min-width: 72.5em) {
  .video-cards {
    bottom: 134px;
  }
}
.video-cards a {
  display: inline-block;
  vertical-align: top;
  text-shadow: 0 0 4px #000, 0 0 8px #000;
  background: transparent url("/hearthstone/static/images/card-hover-s.png") 100% 0 no-repeat;
  width: 151px;
  height: 142px;
  margin-top: 23px;
}
@media only screen and (min-width: 72.5em) {
  .video-cards a {
    background-image: url("/hearthstone/static/images/card-hover.png");
    width: 193px;
    height: 175px;
    margin-top: 25px;
  }
}
.video-cards a.card1 {
  background-position: -2px -9px;
}
@media only screen and (min-width: 60em) {
  .video-cards a.card1 {
    background-position: -2px -21px;
  }
}
@media only screen and (min-width: 72.5em) {
  .video-cards a.card1 {
    background-position: -28px -24px;
  }
}
.video-cards a.card1:hover {
  text-decoration: none;
  background-position: -2px -178px;
}
@media only screen and (min-width: 60em) {
  .video-cards a.card1:hover {
    background-position: -2px -190px;
  }
}
@media only screen and (min-width: 72.5em) {
  .video-cards a.card1:hover {
    background-position: -28px -223px;
  }
}
.video-cards a.card1 span {
  padding-left: 20px;
}
.video-cards a.card2 {
  height: 167px;
  width: 172px;
  margin-top: 0;
  background-position: -153px 14px;
}
@media only screen and (min-width: 60em) {
  .video-cards a.card2 {
    background-position: -153px 2px;
  }
}
@media only screen and (min-width: 72.5em) {
  .video-cards a.card2 {
    height: 200px;
    width: 219px;
    background-position: -221px 1px;
  }
}
.video-cards a.card2:hover {
  text-decoration: none;
  background-position: -153px -155px;
}
@media only screen and (min-width: 60em) {
  .video-cards a.card2:hover {
    background-position: -153px -167px;
  }
}
@media only screen and (min-width: 72.5em) {
  .video-cards a.card2:hover {
    background-position: -221px -198px;
  }
}
.video-cards a.card2 span {
  font-size: 14px;
  line-height: 18px;
  padding: 0 20px 0 15px;
}
@media only screen and (min-width: 72.5em) {
  .video-cards a.card2 span {
    font-size: 17px;
    line-height: 22px;
    padding-right: 15px;
  }
}
.video-cards a.card3 {
  background-position: -325px -9px;
}
@media only screen and (min-width: 60em) {
  .video-cards a.card3 {
    background-position: -325px -21px;
  }
}
@media only screen and (min-width: 72.5em) {
  .video-cards a.card3 {
    background-position: -439px -24px;
  }
}
.video-cards a.card3:hover {
  text-decoration: none;
  background-position: -325px -178px;
}
@media only screen and (min-width: 60em) {
  .video-cards a.card3:hover {
    background-position: -325px -190px;
  }
}
@media only screen and (min-width: 72.5em) {
  .video-cards a.card3:hover {
    background-position: -440px -223px;
  }
}
.video-cards a.card3 span {
  padding-right: 40px;
}
.video-cards a span {
  display: block;
  color: #fff;
  font: bold normal 13px "Palatino Linotype";
  text-shadow: 0 0 4px #000, 0 0 8px #000;
  margin-top: 100px;
  line-height: 16px;
}
@media only screen and (min-width: 72.5em) {
  .video-cards a span {
    font-size: 17px;
    line-height: 100%;
    margin-top: 130px;
  }
}
.ko-kr .video-cards a span {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'NanumMyeongjo Bold';
}
.game-overview-container {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-top: 0.6em;
  padding: 0 16px;
  padding: 0 1rem;
}
.game-overview__video {
  margin: 0 0 8px;
  margin: 0 0 .5rem;
}
/* News */
.content-section--home-featured {
  max-width: 986px;
  max-width: 61.625rem;
}
.featured-news-container {
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background: url("/hearthstone/static/images/home/faded-divider-small.jpg") center bottom no-repeat;
  padding: 0 0 32px;
  padding: 0 0 2rem;
}
@media only screen and (min-width: 40em) {
  .featured-news-container {
    max-width: 75%;
    float: left;
    width: 100%;
    padding: 0;
    background: none;
  }
}
.ko-kr .featured-news-container {
  font-family: Dotum;
}
.featured-news {
  margin: 0 16px;
  margin: 0 1rem;
}
@media only screen and (min-width: 30em) {
  .featured-news {
    overflow: hidden;
    border-radius: .7em;
    background-color: #dec79b;
    background-color: rgba(116, 50, 0, 0.07);
    border-top: 1px solid #d4ba8c;
    border-bottom: 1px solid #d4ba8c;
  }
}
@media only screen and (min-width: 40em) {
  .featured-news {
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem;
  }
}
@media only screen and (min-width: 60em) {
  .featured-news {
    margin: 0;
  }
}
.featured-news li {
  text-align: left;
  vertical-align: bottom;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 30em) {
  .featured-news li {
    padding: 1em;
    float: left;
    width: 33.3333%;
  }
}
@media only screen and (min-width: 30em) {
  .featured-news li + li {
    border-left: 1px solid #d4ba8c;
  }
}
.featured-news-link:hover {
  text-decoration: none;
}
.featured-news-link:hover .article-title {
  color: #e22c14;
}
.featured-news .article-title {
  margin-top: 8px;
  margin-top: .5rem;
}
.media__image {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
  display: inline-block;
  float: left;
  width: 124px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 30em) {
  .media__image--home {
    float: none;
    width: 100%;
    max-width: 260px;
  }
}
.media__image img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.media__image--link {
  display: block;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.media__image--container {
  display: block;
  padding-bottom: 50%;
}
.media__bd {
  overflow: hidden;
  padding-left: 16px;
  padding-left: 1rem;
  text-align: left;
  white-space: normal;
}
@media only screen and (min-width: 30em) {
  .media__bd--home {
    padding-left: 0;
  }
}
.featured-fireside-gatherings {
  clear: both;
  padding: 0 16px 32px;
  padding: 0 1rem 2rem;
  background: url("/hearthstone/static/images/home/faded-divider-small.jpg") center bottom no-repeat;
}
@media only screen and (min-width: 40em) {
  .featured-fireside-gatherings {
    display: inline-block;
    width: 250px;
    max-width: 25%;
    vertical-align: top;
    margin-top: -3%;
    min-height: 213px;
    padding-bottom: 0;
    background: none;
  }
}
.featured-fireside-gatherings .article-content {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
@media only screen and (min-width: 40em) {
  .featured-fireside-gatherings .article-content {
    margin-top: -14%;
    width: 100%;
  }
}
@media only screen and (min-width: 60em) {
  .featured-fireside-gatherings .article-content {
    padding: 0 0 0 16px;
    padding: 0 0 0 1rem;
  }
}
.featured-fireside-gatherings__img {
  display: inline-block;
  width: 38%;
  vertical-align: middle;
}
@media only screen and (min-width: 40em) {
  .featured-fireside-gatherings__img {
    display: block;
    width: 100%;
  }
}
.featured-fireside-gatherings__title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #233A6E;
  line-height: 1.2;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  padding-bottom: 4px;
}
.featured-fireside-gatherings__desc {
  padding: 0;
  margin: 0;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 30em) {
  .featured-fireside-gatherings__desc {
    display: block;
  }
}
@media only screen and (min-width: 40em) {
  .featured-fireside-gatherings__desc {
    display: none;
  }
}
@media only screen and (min-width: 60em) {
  .featured-fireside-gatherings__desc {
    display: block;
    font-size: 13px;
  }
}
@media only screen and (min-width: 40em) {
  .featured-fireside-gatherings__arrow {
    position: absolute;
    bottom: 0;
    right: 16px;
    right: 1rem;
  }
}
@media only screen and (min-width: 60em) {
  .featured-fireside-gatherings__arrow {
    right: 0;
  }
}
.featured-fireside-gatherings__link {
  display: block;
  color: black;
}
.featured-fireside-gatherings__link:hover {
  text-decoration: none;
}
.article-title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  max-height: 2.5em;
  overflow: hidden;
  line-height: 1.2;
}
.ko-kr .article-title {
  font-family: Dotum;
}
.article-title a {
  color: #000000;
}
.article-title a:hover {
  text-decoration: none;
  color: #e22c14;
}
.article-title--featured {
  font-size: 14px;
  font-size: .875rem;
  height: 3em;
}
.article-summary {
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  max-height: 4.3em;
  overflow: hidden;
}
.ko-kr .article-summary {
  font-family: Dotum;
}
.article-meta {
  color: #666666;
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  padding-top: 1em;
}
@media only screen and (min-width: 60em) {
  .article-meta {
    padding-top: 0.5em;
  }
}
.ko-kr .article-meta {
  font-family: Dotum;
}
header .article-meta {
  padding-top: 0.5em;
}
.comments-link {
  padding-left: 16px;
  padding-left: 1rem;
  background: transparent url("/hearthstone/static/images/blog/comment-count.gif") 0 4px no-repeat;
}
.comments-link:hover {
  background-position: 0 -13px;
  text-decoration: underline;
}
.ko-kr .comments-link {
  background-position: 0 1px;
}
.comments-link--featured {
  margin-left: 0;
}
.blog-article .comments-link {
  margin-left: 16px;
  margin-left: 1rem;
}
.publish-date {
  margin-left: 1em;
  font-size: 12px;
  font-size: .8rem;
}
.arrow-link {
  margin: 16px 16px 0 0;
  margin: 1rem 1rem 0 0;
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .arrow-link--news {
    margin-right: 0;
  }
}
.arrow-link--events {
  margin-right: 0;
}
.arrow-link .view {
  float: right;
  text-align: left;
  font: bold 14px/1 "Palatino Linotype", "Times", serif;
  font: bold 0.875rem/1 "Palatino Linotype", "Times", serif;
  padding-right: 1em;
  color: #e22c14;
  border: 0;
  border-radius: 0;
  text-shadow: none;
  background: transparent url("/hearthstone/static/images/icons/arrows2.gif") 100% 0 no-repeat;
  display: inline-block;
  letter-spacing: initial;
}
.arrow-link .view:hover {
  background-position: 100% -33px;
}
@media only screen and (min-width: 40em) {
  .arrow-link .view--news {
    letter-spacing: initial;
  }
}
@media only screen and (min-width: 40em) {
  .arrow-link:hover {
    text-decoration: underline;
    background-position: 100% -33px;
  }
}
.blog-load-more {
  white-space: nowrap;
  max-width: 840px;
  max-width: 52.5rem;
  margin-top: 32px;
  margin-top: 2rem;
  clear: both;
  display: block;
  text-align: center;
  margin: 8px 16px;
  margin: 0.5rem 1rem;
}
.blog-load-more--vertical {
  margin: 0;
}
.blog-load-more--vertical + .blog-load-more--vertical {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.blog-load-more--full-width {
  width: 100%;
}
@media only screen and (min-width: 60em) {
  .blog-load-more {
    margin: 0;
    padding: 0.5em 0;
  }
}
.blog-load-more .load-more {
  padding: .25em 0;
  border-radius: 4px;
  border-radius: .25rem;
  display: block;
  background-color: #a0815d;
  border: 6px solid #c6b38a;
  color: white;
  text-decoration: none;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  text-shadow: 1px 1px black;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
}
.blog-load-more .load-more--full-width {
  width: 100%;
  max-width: 480px;
  max-width: 30rem;
  margin: auto;
}
.blog-load-more .load-more:hover {
  background-color: #725a37;
  text-decoration: none;
}
@media only screen and (min-width: 40em) {
  .blog-load-more .load-more {
    display: block;
    background-color: #dec79b;
    background-color: rgba(116, 50, 0, 0.07);
    border: none;
    color: #e22c14;
    font-size: 14px;
    font-size: 0.875rem;
    text-shadow: none;
    font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0.6em 0;
  }
  .blog-load-more .load-more--centered {
    text-align: center;
  }
  .blog-load-more .load-more:hover {
    background-color: #dec79b;
    background-color: rgba(116, 50, 0, 0.07);
  }
}
.blog-load-more .load-more.loading {
  background-image: url("/hearthstone/static/images/blog/loading.gif");
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.keyword-list {
  margin: 10px 0 0 16px;
  margin: 10px 0 0 1rem;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
/* card carousel */
.screenshot-section {
  position: relative;
}
.card-carousel {
  position: relative;
  max-width: 1008px;
  width: 100%;
  margin: auto;
  height: 100%;
}
@media only screen and (min-width: 60em) {
  .card-carousel {
    padding: 0 16px;
    padding: 0 1rem;
  }
}
.card-carousel .home-text {
  padding-top: 1em;
  margin-bottom: 0;
}
@media only screen and (min-width: 60em) {
  .card-carousel .home-text {
    padding: 10% 0;
    text-align: left;
    height: 100%;
  }
}
.card-carousel__cards {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  background: url("/hearthstone/static/images/cards/card-sprite-small.png") center 0 no-repeat;
  height: 445px;
  margin-top: 2em;
}
.de-de .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-de-de.png");
}
.es-es .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-es-es.png");
}
.es-mx .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-es-mx.png");
}
.fr-fr .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-fr-fr.png");
}
.it-it .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-it-it.png");
}
.ko-kr .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-ko-kr.png");
}
.pl-pl .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-pl-pl.png");
}
.pt-br .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-pt-br.png");
}
.pt-pt .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-pt-pt.png");
}
.ru-ru .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-ru-ru.png");
}
.zh-cn .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-zh-cn.png");
}
.zh-tw .card-carousel__cards {
  background-image: url("/hearthstone/static/images/cards/card-sprite-small-zh-tw.png");
}
@media only screen and (min-width: 40em) {
  .card-carousel__cards {
    height: 475px;
    margin-top: -2em;
    width: 640px;
  }
  .homepage .card-carousel__cards {
    background: none;
  }
}
.card-carousel__item {
  position: absolute;
  z-index: 0;
  left: 160px;
  visibility: hidden;
  height: 484px;
  width: 311px;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
@media only screen and (min-width: 40em) {
  .card-carousel__item {
    background: transparent url("/hearthstone/static/images/cards/card-sprite.png") 0 0 no-repeat;
  }
  .de-de .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_DE.png");
  }
  .es-es .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_ES.png");
  }
  .es-mx .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_MX.png");
  }
  .fr-fr .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_FR.png");
  }
  .it-it .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_IT.png");
  }
  .ko-kr .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_KR.png");
  }
  .pl-pl .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_PL.png");
  }
  .pt-br .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_PT.png");
  }
  .pt-pt .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_PT.png");
  }
  .ru-ru .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_RU.png");
  }
  .zh-cn .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_TW.png");
  }
  .zh-tw .card-carousel__item {
    background-image: url("/hearthstone/static/images/cards/card-sprite_TW.png");
  }
  .card-carousel__item#card1 {
    background-position: -3px 0;
  }
  .card-carousel__item#card2 {
    background-position: -314px 0;
  }
  .card-carousel__item#card3 {
    background-position: -625px 0;
  }
  .card-carousel__item#card4 {
    background-position: -936px 0;
  }
  .card-carousel__item#card5 {
    background-position: -1247px 0;
  }
}
@media only screen and (min-width: 40em) {
  .seeking .card-carousel__item {
    position: absolute;
    z-index: 0;
    left: -38px;
    transition: all 0.3s ease;
  }
  .card-carousel__item.deck-left {
    left: -38px;
  }
  .card-carousel__item.deck-right {
    left: 55%;
  }
  .card-carousel__item.deck-left,
  .card-carousel__item.deck-right {
    z-index: 10;
    cursor: pointer;
    visibility: visible;
  }
  .card-carousel__item.deck-center {
    left: 50%;
    margin-left: -155px;
    z-index: 20;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
  }
  .card-carousel .indicators {
    height: 28px;
    margin: -50px auto 0;
    position: relative;
    bottom: 10px;
    text-align: center;
    z-index: 20;
  }
  .card-carousel .indicators .card-indicator {
    height: 28px;
    width: 28px;
    background: transparent url("/hearthstone/static/images/buttons/screenshot-overlay.png") -325px -262px no-repeat;
    display: inline-block;
  }
  .card-carousel .indicators .card-indicator:hover {
    cursor: pointer;
    background-position: -355px -262px;
  }
  .card-carousel .indicators .card-indicator.active {
    background-position: -385px -262px;
  }
}
.content-section--heroes {
  background: url("/hearthstone/static/images/home/heroes-640x610.jpg") bottom center no-repeat;
  height: 830px;
}
@media only screen and (min-width: 30em) {
  .content-section--heroes {
    height: 765px;
  }
}
@media only screen and (min-width: 40em) {
  .content-section--heroes {
    background-image: url("/hearthstone/static/images/heroes.jpg");
    max-width: 2160px;
  }
}
.home-text--heroes {
  max-width: 832px;
  max-width: 52rem;
}
.artwork-row .view-media {
  margin-left: 340px !important;
}
@media only screen and (min-width: 72.5em) {
  .artwork-row .view-media {
    margin-left: 435px !important;
  }
}
/* artwork */
.content-section--artwork {
  max-width: none;
}
.artwork-row {
  position: relative;
  margin: 0 auto;
  background: transparent url("/hearthstone/static/images/media-row-bg.png?v=2") 50% 0 no-repeat;
  max-width: 2600px;
  text-align: center;
  overflow: hidden;
  display: none;
}
.artwork-row h3 {
  font: bold 16px/40px "Palatino Linotype", "Times", serif;
  color: #fff;
  text-shadow: 0 0 4px #000, 0 0 8px #000;
  position: relative;
  top: 18px;
  margin-left: -5px;
  text-transform: uppercase;
}
.ko-kr .artwork-row h3 {
  font-family: 'NanumMyeongjo Bold';
}
@media only screen and (min-width: 72.5em) {
  .artwork-row {
    display: block;
  }
}
.artwork-row .arrow-link.view-media {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: 490px;
}
.artwork-row .thumbnails {
  position: relative;
  top: 45px;
  height: 235px;
  white-space: nowrap;
  overflow: hidden;
}
.artwork-row .thumbnails .artwork-item,
.artwork-row .thumbnails .artwork-wallpaper {
  margin: 0 15px;
  background: transparent url("/hearthstone/static/images/artwork-item-bg.png") no-repeat;
  width: 210px;
  display: inline-block;
  padding-top: 5px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.artwork-wallpaper:hover {
  text-decoration: none;
}
.artwork-item .overlay,
.artwork-wallpaper .overlay {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) url("/hearthstone/static/images/buttons/artwork-zoom.png") 50% center no-repeat;
  height: 107px;
  width: 199px;
  top: 5px;
  left: 6px;
  border-radius: 5px;
}
.artwork-item:hover .overlay,
.artwork-wallpaper:hover .overlay {
  display: block;
}
.artwork-row .thumbnails .item {
  margin-left: 1px;
}
.tabard {
  display: block;
  width: 154px;
  height: 69px;
  background: transparent url("/hearthstone/static/images/wallpaper-tabard.png") no-repeat;
  margin: -5px auto 0 auto;
  font: bold 14px/1 "Palatino Linotype", "Times", serif;
  color: #fff;
  text-shadow: 0 0 3px #000,  0 0 5px #000;
  padding-top: 10px;
}
.ko-kr .tabard {
  font-family: Dotum;
  font-size: 12px;
}
.arrow-link--media {
  position: absolute;
  top: 24px;
  top: 1.5rem;
  right: 48px;
  right: 3rem;
}
@media only screen and (min-width: 60em) {
  .character-left {
    position: absolute;
    bottom: -22px;
    left: -73px;
    background: transparent url("/hearthstone/static/images/murloc.png") 0 390px no-repeat;
    width: 390px;
    height: 390px;
    opacity: 0;
  }
  .character-left.static {
    background-position: 0 75px;
    opacity: 1;
  }
  .character-left.spring {
    -webkit-animation: spring-left 0.8s ease 0 1 normal forwards;
    animation: spring-left 0.8s ease 0 1 normal forwards;
  }
}
@media only screen and (min-width: 60em) {
  .character-right {
    position: absolute;
    top: -80px;
    right: -145px;
    background: transparent url("/hearthstone/static/images/troll.png") 0 240px no-repeat;
    width: 460px;
    height: 650px;
    opacity: 0;
  }
  .character-right.static {
    background-position: 0 55px;
    opacity: 1;
  }
  .character-right.spring {
    -webkit-animation: spring-right 0.8s ease 0 1 normal forwards;
    animation: spring-right 0.8s ease 0 1 normal forwards;
  }
}
@-webkit-keyframes spring-right {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-position: -150px 240px;
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 30px;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 55px;
  }
}
@keyframes spring-right {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-position: -150px 240px;
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 30px;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 55px;
  }
}
@-webkit-keyframes spring-left {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-position: 0 390px;
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 40px;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 75px;
  }
}
@keyframes spring-left {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-position: 0 390px;
  }
  60% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 40px;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: 0 75px;
  }
}
.lightbox-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.lightbox-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.modal-container {
  max-width: 853px;
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  outline: 9999px solid rgba(0, 0, 0, 0.75);
  text-align: left;
  background-color: #3A240F;
}
.modal-container.media-frame:before {
  z-index: 0;
}
.modal-container .lightbox-close {
  display: block;
  position: absolute;
  float: right;
  right: -9px;
  top: -7px;
  width: 45px;
  height: 46px;
  background: url("/hearthstone/static/images/ui/lightbox.png") -84px 0 no-repeat;
  border: none;
  outline: none;
}
.modal-container #lightbox-title {
  height: auto;
  margin: 0;
  padding: 0.5em 16px;
  padding: 0.5em 1rem;
}
/*
================================================================================
Hearthstone - Game Guide - common styles
================================================================================
*/
/*
Reset and overrides
----------------------------------------------------------------------------- */
.body-text {
  color: #000000;
  font: normal 16px/1.5 "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font: normal 1rem/1.5 "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  padding: .5em 16px 0;
  padding: .5em 1rem 0;
  text-align: left;
}
@media only screen and (min-width: 60em) {
  .body-text {
    margin: 0 0 16px;
    margin: 0 0 1rem;
  }
}
.body-text--intro {
  font-family: "Palatino Linotype", "Times", serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  padding: .5em 0 0;
}
@media only screen and (min-width: 60em) {
  .body-text--intro {
    max-width: 42em;
  }
}
.ko-kr .body-text--intro {
  font-family: 'NanumMyeongjo Bold';
}
.body-text--footnote {
  font-size: inherit;
}
.ko-kr .body-text {
  font-family: 'NanumMyeongjo Bold';
}
.heading--gg {
  color: #000000;
  background-color: #d9be91;
  background: rgba(217, 190, 145, 0.7);
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  line-height: 1.2;
  position: relative;
  font-size: 22px;
  font-size: 1.4rem;
  margin: 1.5em 16px 20px;
  margin: 1.5em 1rem 1.25rem;
}
.ko-kr .heading--gg {
  font-family: 'NanumMyeongjo Bold';
}
@media only screen and (min-width: 30em) {
  .heading--gg {
    font-size: 27px;
    font-size: 1.7rem;
  }
}
.heading--gg:before {
  content: "";
  display: inline-block;
  height: 69px;
  width: 69px;
  vertical-align: middle;
  margin: -10px 0 -10px -15px;
}
@media only screen and (min-width: 60em) {
  .heading--gg {
    margin: 24px 0;
    margin: 1.5rem 0;
  }
}
.heading--gg > span {
  vertical-align: middle;
  max-width: 80%;
  padding-left: 16px;
  padding-left: 1rem;
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .heading--gg > span {
    max-width: none;
  }
}
@media only screen and (min-width: 60em) {
  .playing-hearthstone__heading {
    margin-top: 2em;
  }
}
.game-guide .section {
  *zoom: 1;
}
.game-guide .section:before,
.game-guide .section:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.game-guide .section:after {
  clear: both;
}
/*
Subnavigation
----------------------------------------------------------------------------- */
.subnav {
  min-height: 137px;
  padding-top: 8px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
@media only screen and (min-width: 60em) {
  .subnav {
    overflow: visible;
  }
}
@media only screen and (min-width: 40em) {
  .subnav__bg {
    background-image: url("/hearthstone/static/images/game-guide/subnav/subnav-bg.png");
    background-repeat: no-repeat;
    height: 137px;
    left: 49.999%;
    margin-left: -660px;
    position: absolute;
    width: 1320px;
  }
}
@media only screen and (min-width: 60em) {
  .subnav__bg:after {
    content: "";
    display: block;
    position: absolute;
  }
  .game-guide .subnav__bg:after {
    background: url("/hearthstone/static/images/game-guide/subnav/lorewalker-cho.png") 0 0 no-repeat;
    height: 330px;
    width: 280px;
    top: -40px;
    right: 70px;
  }
}
.subnav__cards {
  margin: auto;
  padding: 0 16px 0 0;
  padding: 0 1rem 0 0;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (min-width: 40em) {
  .subnav__cards {
    padding: 0;
    overflow: hidden;
  }
}
.subnav__card {
  position: relative;
  white-space: normal;
  margin: 0;
  margin-left: 30px;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  .subnav__card {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 0;
    height: 195px;
    width: 195px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 40em) {
  .subnav__card .frame {
    background-image: url("/hearthstone/static/images/game-guide/subnav/cards/card-frame.png");
    background-repeat: no-repeat;
    height: 130px;
    position: absolute;
    top: 6px;
    left: 0;
    width: 195px;
    z-index: 1;
  }
}
.subnav__link {
  display: block;
  z-index: 2;
  position: relative;
}
.subnav__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -13px;
  left: -35px;
  width: 69px;
  height: 69px;
  background-image: url("/hearthstone/static/images/game-guide/icons/section-heading-icons.png");
  background-size: cover;
}
@media only screen and (min-width: 40em) {
  .subnav__link {
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    background: url("/hearthstone/static/images/game-guide/subnav/cards/portraits.jpg") 0 0 no-repeat;
    height: 116px;
    width: 147px;
    border: none;
    margin: auto;
  }
  .subnav__link:before {
    display: none !important;
  }
  .subnav__link:hover {
    color: #fff;
  }
  .subnav__link:hover .frame {
    opacity: 1;
  }
}
.subnav__link .btn--dark__inner {
  padding: 8px 0;
  padding: .5rem 0;
}
@media only screen and (min-width: 40em) {
  .subnav__link .btn--dark__inner {
    box-shadow: none;
  }
}
.subnav__link .text {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 40em) {
  .subnav__link .text {
    font-size: 15px;
    font-size: .95rem;
    line-height: 1.1;
    padding: 0 20px;
    position: absolute;
    right: 0;
    bottom: 0.25em;
    left: 0;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, 1px 1px 0 #000000, -1px 1px 0 #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, 1px 1px 1px #000000, -1px 1px 1px #000000;
  }
}
.ko-kr .subnav__link .text {
  font-family: 'NanumMyeongjo Bold';
}
.fr-fr .subnav__link .text,
.ru-ru .subnav__link .text {
  font-size: 12px;
  font-size: .8rem;
}
.de-de .subnav__card--innkeepers-lessons .text,
.es-es .subnav__card--innkeepers-lessons .text,
.it-it .subnav__card--innkeepers-lessons .text,
.es-mx .subnav__card--innkeepers-lessons .text,
.pt-br .subnav__card--innkeepers-lessons .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  width: 70%;
  margin: auto;
  padding-left: 22px;
}
@media only screen and (min-width: 30em) {
  .de-de .subnav__card--innkeepers-lessons .text,
  .es-es .subnav__card--innkeepers-lessons .text,
  .it-it .subnav__card--innkeepers-lessons .text,
  .es-mx .subnav__card--innkeepers-lessons .text,
  .pt-br .subnav__card--innkeepers-lessons .text {
    padding-left: 20px;
    line-height: 1.1;
    font-size: inherit;
    width: auto;
  }
}
.es-mx .subnav__card--how-to-play .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  width: 70%;
  margin: auto;
  padding-left: 22px;
}
@media only screen and (min-width: 30em) {
  .es-mx .subnav__card--how-to-play .text {
    padding-left: 20px;
    line-height: 1.1;
    font-size: inherit;
    width: auto;
  }
}
.subnav__link:hover,
.subnav__card.is-active .subnav__link {
  background-color: #725a37;
}
@media only screen and (min-width: 40em) {
  .subnav__link:hover,
  .subnav__card.is-active .subnav__link {
    background-image: url("/hearthstone/static/images/game-guide/subnav/cards/portraits.jpg");
    background-position: 0 -116px;
    height: 157px;
    color: #fff;
  }
  .subnav__link:hover:hover,
  .subnav__card.is-active .subnav__link:hover {
    -webkit-filter: saturate(120%);
    filter: saturate(120%);
  }
  .subnav__link:hover .text,
  .subnav__card.is-active .subnav__link .text {
    bottom: 40px;
    bottom: 2.5rem;
  }
}
.subnav__card--how-to-play .subnav__link:before {
  background-position: 0% 0;
}
.subnav__card--how-to-play .subnav__link:hover:before,
.subnav__card--how-to-play.is-active .subnav__link:before {
  background-position: 0% 0;
}
.subnav__card--heroes .subnav__link:before {
  background-position: 33.333333% 0;
}
.subnav__card--heroes .subnav__link:hover:before,
.subnav__card--heroes.is-active .subnav__link:before {
  background-position: 33.333333% 0;
}
.subnav__card--innkeepers-lessons .subnav__link:before {
  background-position: 66.666666% 0;
}
.subnav__card--innkeepers-lessons .subnav__link:hover:before,
.subnav__card--innkeepers-lessons.is-active .subnav__link:before {
  background-position: 66.666666% 0;
}
.subnav__card--in-development .subnav__link:before {
  background-position: 99.999999% 0;
}
.subnav__card--in-development .subnav__link:hover:before,
.subnav__card--in-development.is-active .subnav__link:before {
  background-position: 99.999999% 0;
}
@media only screen and (min-width: 40em) {
  .subnav__card--how-to-play .subnav__link {
    background-position: 0px 0;
  }
  .subnav__card--how-to-play .subnav__link:hover,
  .subnav__card--how-to-play.is-active .subnav__link {
    background-position: 0px -116px;
  }
  .subnav__card--heroes .subnav__link {
    background-position: -147px 0;
  }
  .subnav__card--heroes .subnav__link:hover,
  .subnav__card--heroes.is-active .subnav__link {
    background-position: -147px -116px;
  }
  .subnav__card--innkeepers-lessons .subnav__link {
    background-position: -294px 0;
  }
  .subnav__card--innkeepers-lessons .subnav__link:hover,
  .subnav__card--innkeepers-lessons.is-active .subnav__link {
    background-position: -294px -116px;
  }
  .subnav__card--in-development .subnav__link {
    background-position: -441px 0;
  }
  .subnav__card--in-development .subnav__link:hover,
  .subnav__card--in-development.is-active .subnav__link {
    background-position: -441px -116px;
  }
  .subnav__link:hover ~ .frame,
  .subnav__card.is-active > a ~ .frame {
    background-position: 0 -130px;
    height: 225px;
    opacity: 0.9;
    top: -14px;
  }
}
.heading--how-to-play:before {
  background: url("/hearthstone/static/images/game-guide/icons/section-heading-icons.png") 0 0 no-repeat;
}
.guide-intro {
  padding: 0 16px;
  padding: 0 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media only screen and (min-width: 60em) {
  .guide-intro {
    padding: 0;
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.game-ui {
  position: relative;
  counter-reset: menu-items;
  display: block;
}
.game-ui:after,
.game-ui:before {
  display: none;
}
@media only screen and (min-width: 60em) {
  .game-ui {
    margin: 48px 0 0;
    margin: 3rem 0 0;
  }
}
@media only screen and (min-width: 72.5em) {
  .game-ui {
    background-color: #000;
    box-shadow: 2px 2px 20px 5px rgba(0, 0, 0, 0.75);
  }
  .game-ui:after,
  .game-ui:before {
    display: block;
  }
}
.is-active--hand .game-ui-message.hand {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.is-active--hand .game-ui-menu {
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board-hand.jpg");
}
.is-active--hand .menu-item--hand {
  visibility: hidden;
}
.is-active--hand svg > image {
  opacity: .4;
}
.is-active--hero .game-ui-message.hero {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.is-active--hero .game-ui-menu {
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board-hero.jpg");
}
.is-active--hero .menu-item--hero {
  visibility: hidden;
}
.is-active--hero svg > image {
  opacity: .4;
}
.is-active--power .game-ui-message.power {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.is-active--power .game-ui-menu {
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board-power.jpg");
}
.is-active--power .menu-item--power {
  visibility: hidden;
}
.is-active--power svg > image {
  opacity: .4;
}
.is-active--mana .game-ui-message.mana {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.is-active--mana .game-ui-menu {
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board-mana.jpg");
}
.is-active--mana .menu-item--mana {
  visibility: hidden;
}
.is-active--mana svg > image {
  opacity: .4;
}
.is-active--weapon .game-ui-message.weapon {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.is-active--weapon .game-ui-menu {
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board-weapon.jpg");
}
.is-active--weapon .menu-item--weapon {
  visibility: hidden;
}
.is-active--weapon svg > image {
  opacity: .4;
}
.is-active--minion .game-ui-message.minion {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.is-active--minion .game-ui-menu {
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board-minion.jpg");
}
.is-active--minion .menu-item--minion {
  visibility: hidden;
}
.is-active--minion svg > image {
  opacity: .4;
}
.is-active--opponent .game-ui-message.opponent {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.is-active--opponent .game-ui-menu {
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board-opponent.jpg");
}
.is-active--opponent .menu-item--opponent {
  visibility: hidden;
}
.is-active--opponent svg > image {
  opacity: .4;
}
.is-active--deck .game-ui-message.deck {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.is-active--deck .game-ui-menu {
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board-deck.jpg");
}
.is-active--deck .menu-item--deck {
  visibility: hidden;
}
.is-active--deck svg > image {
  opacity: .4;
}
.is-active--history .game-ui-message.history {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
.is-active--history .game-ui-menu {
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board-history.jpg");
}
.is-active--history .menu-item--history {
  visibility: hidden;
}
.is-active--history svg > image {
  opacity: .4;
}
.game-ui-menu {
  position: relative;
  padding-top: 73%;
  background-image: url("/hearthstone/static/images/game-guide/board-overview/board.jpg");
  background-size: contain;
}
@media only screen and (min-width: 72.5em) {
  .game-ui-menu {
    padding-top: 0;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -50px;
    z-index: 3;
  }
  .game-ui .game-ui-menu {
    background-image: none;
  }
}
.menu-items {
  position: static;
  display: block;
  margin: 0;
}
@media only screen and (min-width: 72.5em) {
  .menu-items {
    background-color: #290F04;
  }
}
.menu-item {
  z-index: 10;
  position: absolute;
  counter-increment: menu-items;
  font-size: 0;
  text-align: center;
}
.menu-item:before,
.menu-item:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
}
.menu-item:before {
  content: counter(menu-items);
  vertical-align: middle;
  font-size: 14px;
  font-size: .9rem;
  z-index: 10;
  margin-top: -0.75em;
  margin-left: -0.25em;
  color: white;
}
@media only screen and (min-width: 72.5em) {
  .menu-item:before {
    content: "";
    background: url("/hearthstone/static/images/game-guide/mediaframe/new/icon-arrow.png") 0 0 no-repeat;
    display: inline-block;
    height: 9px;
    width: 9px;
    font-size: inherit;
    position: static;
    margin-top: 0;
  }
}
.menu-item:after {
  content: "";
  background: url("/hearthstone/static/images/game-guide/board-overview/counter-bg.png") 0 0 no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 72.5em) {
  .menu-item:after {
    display: none;
  }
}
@media only screen and (min-width: 72.5em) {
  .menu-item {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    color: #fa5d26;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    padding: 5px 20px;
    position: static;
    z-index: 10;
    background: none;
    text-align: left;
  }
  .menu-item.is-active {
    background: #462d1d;
    border-bottom: 2px solid #5c3b26;
    border-top: 2px solid #5c3b26;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
    color: #fff;
    visibility: visible;
  }
  .menu-item.is-active:before {
    background-position: 0 -9px;
  }
}
.menu-item--hand {
  top: 85.61643836%;
  right: 33%;
  bottom: 0;
  left: 26.3%;
}
.menu-item--hero {
  top: 66.71232877%;
  right: 44%;
  bottom: 14.38356164%;
  left: 43%;
}
.menu-item--power {
  top: 66.71232877%;
  right: 30%;
  bottom: 14.38356164%;
  left: 56%;
}
.menu-item--mana {
  top: 85.61643836%;
  right: 3%;
  bottom: 0;
  left: 67%;
}
.menu-item--weapon {
  top: 66.71232877%;
  right: 57%;
  bottom: 14.38356164%;
  left: 29%;
}
.menu-item--minion {
  top: 46%;
  right: 44%;
  bottom: 35%;
  left: 43%;
}
.menu-item--opponent {
  top: 7.8082191781%;
  right: 44%;
  bottom: 72.054794521%;
  left: 43%;
}
.menu-item--deck {
  top: 49%;
  right: 0;
  bottom: 32%;
  left: 86%;
}
.menu-item--history {
  top: 26.575342466%;
  right: 87.6%;
  bottom: 31.095890411%;
  left: 0;
}
@media only screen and (min-width: 72.5em) {
  .game-ui-messages {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.game-ui-message {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.15s cubic-bezier(0.33, 0, 0, 2);
  z-index: 0;
  display: none;
  padding: 0 16px;
  padding: 0 1rem;
}
@media only screen and (min-width: 72.5em) {
  .game-ui-message {
    min-height: 90px;
    position: absolute;
  }
}
.game-ui-message.is-active {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}
@media only screen and (min-width: 72.5em) {
  .game-ui svg {
    position: absolute;
    z-index: 2;
  }
  .game-ui svg path {
    cursor: pointer;
  }
  .menu-items {
    padding: 20px 0;
  }
  .menu-items:hover,
  .menu-items.is-hovered {
    color: #fff;
  }
  .menu-items:hover:before {
    background-position: 0 -9px;
  }
  .game-ui-message.hand {
    left: 620px;
    bottom: -635px;
    width: 300px;
  }
  .game-ui-message.hero {
    bottom: -500px;
    left: 180px;
    width: 300px;
  }
  .game-ui-message.power {
    bottom: -500px;
    left: 640px;
    width: 370px;
  }
  .game-ui-message.mana {
    bottom: -645px;
    left: 680px;
    width: 270px;
  }
  .game-ui-message.weapon {
    bottom: -510px;
    left: 80px;
    width: 280px;
  }
  .game-ui-message.minion {
    bottom: -340px;
    left: 510px;
    width: 320px;
  }
  .game-ui-message.opponent {
    top: 180px;
    left: 220px;
    width: 260px;
  }
  .game-ui-message.deck {
    top: 460px;
    left: 690px;
    width: 250px;
  }
  .game-ui-message.history {
    bottom: -315px;
    left: 80px;
    width: 310px;
  }
}
.playing-hearthstone-heading {
  color: #233a6e;
  line-height: 1.35;
  margin: .25em 0;
  font-size: 22px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 30em) {
  .playing-hearthstone-heading {
    font-size: 27px;
    font-size: 1.7rem;
  }
}
.text-balloon {
  font: bold 16px/1.4 "Palatino Linotype", "Times", serif;
  font: bold 1.05rem/1.4 "Palatino Linotype", "Times", serif;
  max-width: 100vw;
  border: 2px solid #585447;
  padding: 1em;
  border-radius: 8px;
  border-radius: .5rem;
  background: #F2EBE3;
  background: linear-gradient(to bottom, #f2ebe3 1%, #d3c8bb 4px, #d6cabe 21%, #f3ebe4 100%);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 10px;
  margin: 20px 16px;
  margin: 20px 1rem;
  white-space: normal;
}
.text-balloon--centered {
  position: relative;
}
@media only screen and (min-width: 40em) {
  .text-balloon {
    max-width: 45em;
    margin: 20px auto 0;
  }
}
.text-balloon:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 22px;
  height: 17px;
  margin-left: -11px;
  background: url("/hearthstone/static/images/game-guide/ui/text-bubble/top-arrow.png") center center no-repeat;
}
.text-balloon.game-ui-message:before {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 34px;
  margin-left: 0;
  background-image: url("/hearthstone/static/images/game-guide/ui/text-bubble/bot-left-arrow.png");
}
.text-balloon.on-top:before {
  top: -31px;
  background-image: url("/hearthstone/static/images/game-guide/ui/text-bubble/top-left-arrow.png");
}
.text-balloon.on-top.points-right:before {
  background-image: url("/hearthstone/static/images/game-guide/ui/text-bubble/top-right-arrow.png");
}
.text-balloon.on-bottom:before {
  bottom: -34px;
  left: 20px;
}
.text-balloon.points-right:before {
  left: 80%;
}
.text-balloon.on-bottom.points-right:before {
  background-image: url("/hearthstone/static/images/game-guide/ui/text-bubble/bot-right-arrow.png");
}
.text-balloon.on-top.points-straight:before {
  background-image: url("/hearthstone/static/images/game-guide/ui/text-bubble/top-arrow.png");
  height: 17px;
  left: 90%;
  top: -13px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
}
.text-balloon.on-bottom.points-straight:before {
  bottom: -31px;
  left: 50%;
  margin-left: -16px;
  background-image: url("/hearthstone/static/images/game-guide/ui/text-bubble/bot-arrow.png");
}
.heroes .content-section {
  max-width: none;
}
/*
HERO PORTRAITS
----------------------------------------------------------------------------- */
.portraits {
  font-size: 0;
  padding: 0 8px;
  padding: 0 .5rem;
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
}
@media only screen and (min-width: 72.5em) {
  .portraits {
    background: url("/hearthstone/static/images/game-guide/heroes/hero-portraits-bg.png") no-repeat;
    margin-left: -645px;
    padding: 0 144px 8px;
    padding: 0 9rem .5rem;
    max-width: 1290px;
    right: 0;
    left: 50%;
  }
}
.portraits .hero {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 111px;
}
.hero .portrait {
  background-image: url("/hearthstone/static/images/game-guide/heroes/hero-portraits.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 85px;
  width: 72px;
  position: relative;
  top: 21px;
  left: 20px;
  z-index: 2;
}
.hero .portrait ~ .name {
  color: #000000;
  display: block;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  transition: color 0.25s ease;
}
.ko-kr .hero .portrait ~ .name {
  font-family: 'NanumMyeongjo Bold';
}
.hero .portrait ~ .frame {
  background-image: url("/hearthstone/static/images/game-guide/heroes/hero-frame.png");
  background-repeat: no-repeat;
  height: 127px;
  position: absolute;
  top: 0;
  left: 0;
  width: 111px;
  z-index: 1;
}
.hero .portrait:hover ~ .name {
  color: #ff0000;
}
.hero.jaina .portrait {
  background-position: 0px 0;
}
.hero.jaina.is-active .portrait,
.hero.jaina .portrait:hover {
  background-position: 0px -85px;
}
.hero.rexxar .portrait {
  background-position: -72px 0;
}
.hero.rexxar.is-active .portrait,
.hero.rexxar .portrait:hover {
  background-position: -72px -85px;
}
.hero.uther .portrait {
  background-position: -144px 0;
}
.hero.uther.is-active .portrait,
.hero.uther .portrait:hover {
  background-position: -144px -85px;
}
.hero.garrosh .portrait {
  background-position: -216px 0;
}
.hero.garrosh.is-active .portrait,
.hero.garrosh .portrait:hover {
  background-position: -216px -85px;
}
.hero.malfurion .portrait {
  background-position: -288px 0;
}
.hero.malfurion.is-active .portrait,
.hero.malfurion .portrait:hover {
  background-position: -288px -85px;
}
.hero.guldan .portrait {
  background-position: -360px 0;
}
.hero.guldan.is-active .portrait,
.hero.guldan .portrait:hover {
  background-position: -360px -85px;
}
.hero.thrall .portrait {
  background-position: -432px 0;
}
.hero.thrall.is-active .portrait,
.hero.thrall .portrait:hover {
  background-position: -432px -85px;
}
.hero.anduin .portrait {
  background-position: -504px 0;
}
.hero.anduin.is-active .portrait,
.hero.anduin .portrait:hover {
  background-position: -504px -85px;
}
.hero.valeera .portrait {
  background-position: -576px 0;
}
.hero.valeera.is-active .portrait,
.hero.valeera .portrait:hover {
  background-position: -576px -85px;
}
.hero.is-active .portrait ~ .frame,
.hero .portrait:hover ~ .frame {
  background-position: 0 -127px;
}
.portrait-select-container {
  margin: 32px 16px 0;
  margin: 2rem 1rem 0;
}
@media only screen and (min-width: 60em) {
  .portrait-select-container {
    margin: 0;
  }
}
.styled-select {
  max-width: 50em;
  background: #ffffff url("/hearthstone/static/images/icons/arrows.gif") 98% 0.75em no-repeat;
  border: none;
  padding: 8px 16px;
  padding: .5rem 1rem;
  display: block;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font: normal 17px/1.3 "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font: normal 1.1rem/1.3 "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.styled-select:focus {
  outline: none;
}
@media only screen and (min-width: 40em) {
  .jaina .hero-info {
    background-image: url("/hearthstone/static/images/game-guide/heroes/hero-slide-jaina.jpg");
  }
}
.jaina .hero-slide__desc {
  background-image: url("/hearthstone/static/images/game-guide/heroes/jaina-640x350.jpg");
}
@media only screen and (min-width: 40em) {
  .jaina .hero-slide__desc {
    background: none;
  }
}
.jaina .description:before {
  background-position: 0% 0;
}
@media only screen and (min-width: 40em) {
  .jaina .hero-slide-thumbnail__link {
    background-image: url("/hearthstone/static/images/game-guide/heroes/artwork-thumbnail-jaina.jpg");
  }
}
.jaina .hero-power__icon {
  background-position: 0px 0;
}
@media only screen and (min-width: 40em) {
  .rexxar .hero-info {
    background-image: url("/hearthstone/static/images/game-guide/heroes/hero-slide-rexxar.jpg");
  }
}
.rexxar .hero-slide__desc {
  background-image: url("/hearthstone/static/images/game-guide/heroes/rexxar-640x350.jpg");
}
@media only screen and (min-width: 40em) {
  .rexxar .hero-slide__desc {
    background: none;
  }
}
.rexxar .description:before {
  background-position: 12.5% 0;
}
@media only screen and (min-width: 40em) {
  .rexxar .hero-slide-thumbnail__link {
    background-image: url("/hearthstone/static/images/game-guide/heroes/artwork-thumbnail-rexxar.jpg");
  }
}
.rexxar .hero-power__icon {
  background-position: -90px 0;
}
@media only screen and (min-width: 40em) {
  .uther .hero-info {
    background-image: url("/hearthstone/static/images/game-guide/heroes/hero-slide-uther.jpg");
  }
}
.uther .hero-slide__desc {
  background-image: url("/hearthstone/static/images/game-guide/heroes/uther-640x350.jpg");
}
@media only screen and (min-width: 40em) {
  .uther .hero-slide__desc {
    background: none;
  }
}
.uther .description:before {
  background-position: 25% 0;
}
@media only screen and (min-width: 40em) {
  .uther .hero-slide-thumbnail__link {
    background-image: url("/hearthstone/static/images/game-guide/heroes/artwork-thumbnail-uther.jpg");
  }
}
.uther .hero-power__icon {
  background-position: -180px 0;
}
@media only screen and (min-width: 40em) {
  .garrosh .hero-info {
    background-image: url("/hearthstone/static/images/game-guide/heroes/hero-slide-garrosh.jpg");
  }
}
.garrosh .hero-slide__desc {
  background-image: url("/hearthstone/static/images/game-guide/heroes/garrosh-640x350.jpg");
}
@media only screen and (min-width: 40em) {
  .garrosh .hero-slide__desc {
    background: none;
  }
}
.garrosh .description:before {
  background-position: 37.5% 0;
}
@media only screen and (min-width: 40em) {
  .garrosh .hero-slide-thumbnail__link {
    background-image: url("/hearthstone/static/images/game-guide/heroes/artwork-thumbnail-garrosh.jpg");
  }
}
.garrosh .hero-power__icon {
  background-position: -270px 0;
}
@media only screen and (min-width: 40em) {
  .malfurion .hero-info {
    background-image: url("/hearthstone/static/images/game-guide/heroes/hero-slide-malfurion.jpg");
  }
}
.malfurion .hero-slide__desc {
  background-image: url("/hearthstone/static/images/game-guide/heroes/malfurion-640x350.jpg");
}
@media only screen and (min-width: 40em) {
  .malfurion .hero-slide__desc {
    background: none;
  }
}
.malfurion .description:before {
  background-position: 50% 0;
}
@media only screen and (min-width: 40em) {
  .malfurion .hero-slide-thumbnail__link {
    background-image: url("/hearthstone/static/images/game-guide/heroes/artwork-thumbnail-malfurion.jpg");
  }
}
.malfurion .hero-power__icon {
  background-position: -360px 0;
}
@media only screen and (min-width: 40em) {
  .guldan .hero-info {
    background-image: url("/hearthstone/static/images/game-guide/heroes/hero-slide-guldan.jpg");
  }
}
.guldan .hero-slide__desc {
  background-image: url("/hearthstone/static/images/game-guide/heroes/guldan-640x350.jpg");
}
@media only screen and (min-width: 40em) {
  .guldan .hero-slide__desc {
    background: none;
  }
}
.guldan .description:before {
  background-position: 62.5% 0;
}
@media only screen and (min-width: 40em) {
  .guldan .hero-slide-thumbnail__link {
    background-image: url("/hearthstone/static/images/game-guide/heroes/artwork-thumbnail-guldan.jpg");
  }
}
.guldan .hero-power__icon {
  background-position: -450px 0;
}
@media only screen and (min-width: 40em) {
  .thrall .hero-info {
    background-image: url("/hearthstone/static/images/game-guide/heroes/hero-slide-thrall.jpg");
  }
}
.thrall .hero-slide__desc {
  background-image: url("/hearthstone/static/images/game-guide/heroes/thrall-640x350.jpg");
}
@media only screen and (min-width: 40em) {
  .thrall .hero-slide__desc {
    background: none;
  }
}
.thrall .description:before {
  background-position: 75% 0;
}
@media only screen and (min-width: 40em) {
  .thrall .hero-slide-thumbnail__link {
    background-image: url("/hearthstone/static/images/game-guide/heroes/artwork-thumbnail-thrall.jpg");
  }
}
.thrall .hero-power__icon {
  background-position: -540px 0;
}
@media only screen and (min-width: 40em) {
  .anduin .hero-info {
    background-image: url("/hearthstone/static/images/game-guide/heroes/hero-slide-anduin.jpg");
  }
}
.anduin .hero-slide__desc {
  background-image: url("/hearthstone/static/images/game-guide/heroes/anduin-640x350.jpg");
}
@media only screen and (min-width: 40em) {
  .anduin .hero-slide__desc {
    background: none;
  }
}
.anduin .description:before {
  background-position: 87.5% 0;
}
@media only screen and (min-width: 40em) {
  .anduin .hero-slide-thumbnail__link {
    background-image: url("/hearthstone/static/images/game-guide/heroes/artwork-thumbnail-anduin.jpg");
  }
}
.anduin .hero-power__icon {
  background-position: -630px 0;
}
@media only screen and (min-width: 40em) {
  .valeera .hero-info {
    background-image: url("/hearthstone/static/images/game-guide/heroes/hero-slide-valeera.jpg");
  }
}
.valeera .hero-slide__desc {
  background-image: url("/hearthstone/static/images/game-guide/heroes/valeera-640x350.jpg");
}
@media only screen and (min-width: 40em) {
  .valeera .hero-slide__desc {
    background: none;
  }
}
.valeera .description:before {
  background-position: 100% 0;
}
@media only screen and (min-width: 40em) {
  .valeera .hero-slide-thumbnail__link {
    background-image: url("/hearthstone/static/images/game-guide/heroes/artwork-thumbnail-valeera.jpg");
  }
}
.valeera .hero-power__icon {
  background-position: -720px 0;
}
/*
HERO SLIDES
----------------------------------------------------------------------------- */
.slides {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .slides {
    margin: 48px auto;
    margin: 3rem auto;
  }
}
.slide {
  display: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  z-index: 1;
  color: #000;
}
@media only screen and (min-width: 60em) {
  .slide {
    position: absolute;
  }
}
.slide.is-active {
  display: block;
  z-index: 2;
  position: relative;
}
.slide.is-next {
  display: block;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
}
.slide.is-prev {
  display: block;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
}
.hero-info {
  height: 100%;
}
@media only screen and (min-width: 40em) {
  .hero-info {
    background-repeat: no-repeat;
    background-position: center 0;
    padding: 32px 80px;
    padding: 2rem 5rem;
  }
}
@media only screen and (min-width: 60em) {
  .hero-info {
    padding: 32px;
    padding: 2rem;
  }
}
.hero-info .header {
  margin: 16px 0 0 0;
  margin: 1rem 0 0 0;
}
.hero-slide {
  line-height: 1;
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 40em) {
  .hero-slide {
    color: #ffffff;
    max-width: 45em;
  }
}
.ko-kr .hero-slide {
  font-family: 'NanumMyeongjo Bold';
}
.hero-slide__class {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0 16px;
  padding: 0 1rem;
}
@media only screen and (min-width: 40em) {
  .hero-slide__class {
    padding: 0;
  }
}
.hero-slide__name {
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin: 5px 0 16px 0;
  margin: 5px 0 1rem 0;
  padding: 0 16px;
  padding: 0 1rem;
  color: #233a6e;
}
@media only screen and (min-width: 40em) {
  .hero-slide__name {
    padding: 0;
  }
}
@media only screen and (min-width: 40em) {
  .hero-slide__name {
    font-size: 32px;
    font-size: 2rem;
    margin: 5px 0 0;
    color: #ffffff;
  }
}
.hero-slide__desc {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 16px;
  padding: 0 1rem;
  padding-top: 57%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0;
}
@media only screen and (min-width: 40em) {
  .hero-slide__desc {
    color: #c6c6c6;
    padding: 0;
    margin: 30px 0 0 0;
  }
}
.malfurion .hero-slide__desc,
.anduin .hero-slide__desc {
  color: #000000;
}
.hero-slide__heading {
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 1px;
  padding-bottom: 0.25em;
}
.malfurion .hero-slide,
.anduin .hero-slide {
  color: #000000;
}
.hero-power {
  margin: 32px 16px;
  margin: 2rem 1rem;
}
@media only screen and (min-width: 40em) {
  .hero-power {
    border-bottom: 1px solid #d4ba8c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 32px 0;
    margin: 2rem 0;
  }
}
.hero-power__desc {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  padding: 0.5em 0;
  max-width: 60%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 40em) {
  .hero-power__desc {
    color: #c6c6c6;
  }
  .malfurion .hero-power__desc,
  .anduin .hero-power__desc {
    color: #000000;
  }
}
.hero-power__icon {
  display: inline-block;
  vertical-align: middle;
  background: url("/hearthstone/static/images/game-guide/heroes/hero-powers.png") 0 0 no-repeat;
  margin-right: 1em;
  height: 100px;
  width: 90px;
}
.hero-power__title {
  border-bottom: 1px solid #d4ba8c;
}
@media only screen and (min-width: 40em) {
  .hero-power__title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.malfurion .hero-power,
.anduin .hero-power {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.artwork {
  position: relative;
}
.hero-slide-thumbnail {
  height: 129px;
  margin: 15px 0 0 5px;
  position: relative;
  width: 256px;
  box-shadow: 2px 2px 25px 5px rgba(0, 0, 0, 0.75);
}
.hero-slide-thumbnail__link {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.controls--heroes {
  position: absolute;
  top: 68px;
  top: 4.3rem;
  right: 0;
  left: 0;
  padding-top: 54.7%;
}
@media only screen and (min-width: 40em) {
  .controls--heroes {
    position: static;
    padding-top: 0;
  }
}
.controls--heroes .directional {
  border: none;
  cursor: pointer;
  height: 152px;
  position: absolute;
  top: 50%;
  width: 52px;
  margin-top: -76px;
  z-index: 3;
  display: block;
  background: transparent url("/hearthstone/static/images/game-guide/ui/ui-directional-buttons.png") 0 0 no-repeat;
}
.controls--heroes .directional.prev {
  background-position: 0 0;
  left: 0;
}
.controls--heroes .directional.prev:hover {
  background-position: 0 -152px;
}
.controls--heroes .directional.next {
  background-position: -52px 0;
  right: 0;
}
.controls--heroes .directional.next:hover {
  background-position: -52px -152px;
}
.hero-power-title {
  font-weight: bold;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 40em) {
  .hero-power-title {
    font-weight: normal;
  }
}
/*
HERO SPECIFIC SLIDES
----------------------------------------------------------------------------- */
@media only screen and (min-width: 40em) {
  .jaina .hero-slide__class,
  .jaina .hero-power-title {
    color: #40e6ee;
  }
  .rexxar .hero-slide__class,
  .rexxar .hero-power-title {
    color: #8af549;
  }
  .uther .hero-slide__class,
  .uther .hero-power-title {
    color: #ec8ca9;
  }
  .garrosh .hero-slide__class,
  .garrosh .hero-power-title {
    color: #feb246;
  }
  .malfurion .hero-slide__class,
  .malfurion .hero-power-title {
    color: #c40501;
  }
  .guldan .hero-slide__class,
  .guldan .hero-power-title {
    color: #b165ff;
  }
  .thrall .hero-slide__class,
  .thrall .hero-power-title {
    color: #277dff;
  }
  .anduin .hero-slide__class,
  .anduin .hero-power-title {
    color: #b001d6;
  }
  .valeera .hero-slide__class,
  .valeera .hero-power-title {
    color: #cef549;
  }
}
.heading--innkeepers-lessons:before {
  background: url("/hearthstone/static/images/game-guide/icons/section-heading-icons.png") -138px 0 no-repeat;
}
@media only screen and (min-width: 60em) {
  .section .body-text {
    padding: 0;
  }
}
.example-image {
  text-align: center;
  position: relative;
}
.example-image img {
  display: block;
}
.card-advantage-img-container {
  margin: 0 16px;
  margin: 0 1rem;
}
.card-advantage__img {
  display: inline-block;
}
.tips__img {
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .tips__img {
    float: right;
    width: 40%;
    margin: 0 32px 16px;
    margin: 0 2rem 1rem;
    max-width: 425px;
  }
}
/*
Section - Content - Subsection
----------------------------------------------------------------------------- */
.subsection {
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.ko-kr .subsection {
  font-family: 'NanumMyeongjo Bold';
}
.subsection__text {
  font-size: 1.1em;
  font-weight: bold;
}
.subsection-group {
  margin: 48px 16px 0;
  margin: 3rem 1rem 0;
  position: relative;
  clear: both;
}
.subsection-group + .subsection-group {
  margin-top: 0;
}
@media only screen and (min-width: 40em) {
  .minion-abilities,
  .triggered-effects {
    padding-left: 40%;
    float: right;
    width: 100%;
    margin-left: -40%;
  }
}
@media only screen and (min-width: 60em) {
  .minion-abilities,
  .triggered-effects {
    padding-left: 330px;
    margin-left: -330px;
  }
}
.heading--subsection {
  color: #233a6e;
  font-size: 17px;
  font-size: 1.1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 40em) {
  .heading--subsection {
    position: relative;
    margin-left: 41px;
  }
  .heading--subsection:before {
    content: url("/hearthstone/static/images/game-guide/icons/subsection-heading-icons.png");
    display: inline-block;
    height: 41px;
    width: 38px;
    vertical-align: middle;
    margin-left: -90px;
    padding-right: 9px;
  }
}
.lesson-list__item {
  padding-left: 2em;
  margin: 20px 0 0 0;
  margin: 1.25rem 0 0 0;
  margin-top: 16px;
  margin-top: 1rem;
}
.lesson-list__item:before {
  content: url("/hearthstone/static/images/game-guide/icons/list-bullet.png");
  vertical-align: middle;
  margin-left: -2em;
  padding-right: .7em;
}
.effect-title {
  font-weight: bold;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.card-effects__img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 40em) {
  .card-effects__img {
    position: relative;
    top: -10px;
    left: -20px;
    max-width: 330px;
    width: 35%;
  }
}
@media only screen and (min-width: 60em) {
  .card-effects__img {
    width: 330px;
    left: -33px;
  }
}
.combos {
  min-height: 400px;
}
@media only screen and (min-width: 40em) {
  .combos {
    padding-right: 40%;
    margin-right: -40%;
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 60em) {
  .combos {
    margin-right: -310px;
    padding-right: -310px;
  }
}
.combos__img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 40em) {
  .combos__img {
    max-width: 310px;
    width: 35%;
  }
}
@media only screen and (min-width: 60em) {
  .combos__img {
    width: 310px;
  }
}
.combos .examples + subsection__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.subsection--with-spacing {
  padding: 0 16px;
  padding: 0 1rem;
  max-width: 688px;
  max-width: 43rem;
}
@media only screen and (min-width: 40em) {
  .subsection--with-spacing {
    padding: 0 16px 0 51px;
    padding: 0 1rem 0 51px;
  }
}
@media only screen and (min-width: 72.5em) {
  .subsection--with-spacing {
    padding-left: 41px;
  }
}
@media only screen and (min-width: 40em) {
  .tips__body-text {
    float: left;
    width: 50%;
  }
}
.dont-overextend,
.wings {
  clear: left;
}
/*
================================================================================
Hearthstone - Game Guide - In Development Page styles
================================================================================
*/
.in-dev .head {
  background-image: url("/hearthstone/static/images/sub-header-bg-naxx.jpg");
}
.in-dev .header-logo {
  background-image: url("/hearthstone/static/images/logos/logo-sub-naxx.png");
  padding-top: 41%;
  max-width: 428px;
  /*
		================================================================================
		ADD LOCALIZED LOGOS HERE, LIKE SO:
		*/
}
@media only screen and (min-width: 40em) {
  .in-dev .header-logo {
    margin-bottom: -30px;
  }
}
.de-de .in-dev .header-logo,
.es-es .in-dev .header-logo,
.fr-fr .in-dev .header-logo,
.it-it .in-dev .header-logo,
.pl-pl .in-dev .header-logo,
.pt-pt .in-dev .header-logo,
.ru-ru .in-dev .header-logo {
  background-image: url("/hearthstone/static/images/logos/logo-sub.png");
  padding-top: 39%;
  margin-bottom: 0;
}
@media only screen and (min-width: 60em) {
  .in-dev .subnav__bg:after {
    background-image: url("/hearthstone/static/images/game-guide/subnav/wight.png");
    width: 278px;
    height: 266px;
    top: -18px;
    right: 36px;
  }
}
@media only screen and (min-width: 40em) {
  .hots__body-text {
    float: left;
    width: 63%;
  }
}
.hots-board {
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .hots-board {
    float: right;
    margin: 0 0 16px 16px;
    margin: 0 0 1rem 1rem;
  }
}
.hots-board__img-container {
  display: inline-block;
}
.hots-board__img {
  display: block;
}
.card-preview {
  margin: 20px auto 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}
@media only screen and (min-width: 60em) {
  .card-preview {
    height: 270px;
    overflow-x: visible;
  }
}
.card-list {
  white-space: nowrap;
  font-size: 0.1px;
}
@media only screen and (min-width: 60em) {
  .card-list {
    display: inline-block;
    width: auto;
  }
}
.card-list__item {
  display: inline-block;
  vertical-align: top;
  width: 147px;
  height: 211px;
}
@media only screen and (min-width: 60em) {
  .card-list__item {
    transition: 0.3s;
  }
  .card-list__item:hover {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.card-list__item + .card-list__item {
  margin-left: 16px;
  margin-left: 1rem;
}
.card-list__img {
  display: block;
}
.heading--naxxramas:before {
  background: url("/hearthstone/static/images/game-guide/icons/section-heading-icons.png") -207px 0 no-repeat;
}
.naxxramas .page-header-bg-chunk {
  background: url("/hearthstone/static/images/naxxramas/en-us/naxx-badge.png") center top no-repeat;
  padding-top: 100%;
  background-size: contain;
}
.de-de.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/de-de/naxx-badge.png");
}
.en-gb.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/en-gb/naxx-badge.png");
}
.en-us.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/en-us/naxx-badge.png");
}
.es-es.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/es-es/naxx-badge.png");
}
.es-mx.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/es-mx/naxx-badge.png");
}
.fr-fr.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/fr-fr/naxx-badge.png");
}
.it-it.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/it-it/naxx-badge.png");
}
.ko-kr.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/ko-kr/naxx-badge.png");
}
.pl-pl.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/pl-pl/naxx-badge.png");
}
.pt-br.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/pt-br/naxx-badge.png");
}
.pt-pt.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/pt-pt/naxx-badge.png");
}
.ru-ru.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/ru-ru/naxx-badge.png");
}
.zh-cn.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/zh-cn/naxx-badge.png");
}
.zh-tw.naxxramas .page-header-bg-chunk {
  background-image: url("/hearthstone/static/images/naxxramas/zh-tw/naxx-badge.png");
}
@media only screen and (min-width: 40em) {
  .naxxramas .page-header-bg-chunk.page-header-bg-chunk {
    background-image: url("/hearthstone/static/images/naxxramas/header-bg-med.png");
    position: absolute;
    top: -47px;
    right: 0;
    left: 0;
    padding-top: 0;
    height: 422px;
    background-size: auto;
  }
}
@media only screen and (min-width: 60em) {
  .naxxramas .page-header-bg-chunk.page-header-bg-chunk {
    background-image: url("/hearthstone/static/images/naxxramas/header-bg.png");
  }
}
.naxxramas .section {
  clear: both;
}
.naxxramas .body-text--intro {
  padding: 0 16px;
  padding: 0 1rem;
  max-width: none;
}
.naxxramas .body-text--footnote {
  display: block;
}
.naxxramas-header-container {
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .naxxramas-header-container {
    min-height: 370px;
  }
}
.naxx-sub-logo {
  display: none;
}
@media only screen and (min-width: 40em) {
  .naxx-sub-logo {
    display: block;
  }
}
.bordered-list {
  border-top: 1px solid #d4ba8c;
  border-bottom: 1px solid #d4ba8c;
  padding: 16px 0;
  padding: 1rem 0;
  margin: 40px 16px;
  margin: 2.5rem 1rem;
}
@media only screen and (min-width: 60em) {
  .bordered-list {
    margin: 40px 0;
    margin: 2.5rem 0;
  }
}
@media only screen and (min-width: 60em) {
  .necropolis {
    position: relative;
  }
  .necropolis:after {
    content: url("/hearthstone/static/images/naxxramas/spider.png");
    position: absolute;
    right: 30px;
    bottom: -40px;
  }
}
.requirements-list-container {
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.ko-kr .requirements-list-container {
  font-family: 'NanumMyeongjo Bold';
}
.requirements-list--title {
  font-size: 17px;
  font-size: 1.1rem;
  line-height: 1;
}
.requirements-list {
  max-width: 45em;
  font-size: 14px;
  font-size: .875rem;
}
@media only screen and (min-width: 72.5em) {
  .requirements-list {
    max-width: 52.5em;
  }
}
.expansions-nav {
  font-family: "Palatino Linotype", "Times", serif;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  border-top: 1px solid #cbb586;
}
.ko-kr .expansions-nav {
  font-family: 'NanumMyeongjo Bold';
}
@media only screen and (min-width: 40em) {
  .expansions-nav {
    float: left;
    margin: 0 27px 32px 16px;
    margin: 0 1.7rem 2rem 1rem;
    padding: 16px;
    padding: 1rem;
    border-radius: 4px;
    width: 224px;
    width: 14rem;
    border: 1px solid #d4ba8c;
    display: block;
    background-color: #dec79b;
    background-color: rgba(116, 50, 0, 0.07);
  }
  .expansions-nav--centered {
    text-align: center;
  }
}
@media only screen and (min-width: 60em) {
  .expansions-nav {
    margin-left: 0;
  }
}
.expansions-nav__title {
  font-size: 18px;
  font-size: 1.15rem;
  text-transform: uppercase;
  padding: 9px 32px;
  padding: .6rem 2rem;
  border-bottom: 1px solid #cbb586;
  border-top: 1px solid #f8e2b3;
  background-color: #dec79b;
  background-color: rgba(116, 50, 0, 0.07);
}
@media only screen and (min-width: 40em) {
  .expansions-nav__title {
    background: none;
    border: none;
    padding: 0;
  }
}
.naxx-wings {
  padding: 0 16px;
  padding: 0 1rem;
}
@media only screen and (min-width: 40em) {
  .naxx-wings {
    padding: 0;
  }
}
.naxx-wing {
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #cbb586;
  border-top: 1px solid #f8e2b3;
}
@media only screen and (min-width: 40em) {
  .naxx-wing {
    border: none;
  }
}
.naxx-wing.is-active .naxx-wing__link {
  color: #63170a;
  pointer-events: none;
}
.naxx-wing.is-active .naxx-wing__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  height: 12px;
  width: 7px;
  background: url("/hearthstone/static/images/icons/arrows4.png") 0 0 no-repeat;
}
.naxx-wing.is-active .naxx-wing__link:hover {
  text-decoration: none;
}
.naxx-wing .naxx-wing__link:hover {
  color: #63170a;
}
.naxx-wing .locked {
  color: #8e8267;
  line-height: 1;
}
.naxx-wing .locked-text {
  display: block;
}
.naxx-wing__link {
  font-weight: bold;
  position: relative;
}
.naxx-wing__link:hover {
  text-decoration: none;
}
.naxx-wing__link,
.naxx-wing .locked {
  display: block;
  padding: 9px 16px;
  padding: .6rem 1rem;
  font-size: 17px;
  font-size: 1.1rem;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  .naxx-wing__link,
  .naxx-wing .locked {
    padding: 9px 16px 9px 0;
    padding: .6rem 1rem .6rem 0;
  }
}
.centered-img--sm {
  margin: auto;
  display: block;
}
.all-in-the-cards__img {
  max-width: 265px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .all-in-the-cards__img {
    float: right;
  }
}
@media only screen and (min-width: 40em) {
  .cruising-bruising__img {
    float: left;
    margin-right: 32px;
    margin-right: 2rem;
    max-width: 220px;
  }
}
.naxxramas-intro-heading {
  color: #233a6e;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  font-size: 32px;
  font-size: 2rem;
  margin-top: 19px;
  margin-top: 1.2rem;
}
.ko-kr .naxxramas-intro-heading {
  font-family: 'NanumMyeongjo Bold';
}
@media only screen and (min-width: 40em) {
  .naxxramas-intro-heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
.expansions-coming-soon {
  text-align: center;
  background: url("/hearthstone/static/images/naxxramas/coming-soon-divider.png") top center no-repeat;
  padding-top: 48px;
  padding-top: 3rem;
}
@media only screen and (min-width: 40em) {
  .expansions-coming-soon .heading {
    text-align: center;
  }
}
.expansions-coming-soon__title {
  text-align: center;
}
.expansions-coming-soon-list__item {
  display: inline-block;
  max-width: 40%;
  margin: 8px 4%;
  margin: 0.5rem 4%;
}
@media only screen and (min-width: 40em) {
  .expansions-coming-soon-list__item {
    margin: 0;
  }
}
.expansions-coming-soon-list__img-container {
  position: relative;
}
.expansions-coming-soon-list__img-title {
  position: absolute;
  right: 0;
  bottom: 23%;
  left: 0;
  text-align: center;
  color: white;
  text-shadow: -1px -1px 1px #000000, 1px -1px 1px #000000, 1px 1px 1px #000000, -1px 1px 1px #000000;
  font-family: "Palatino Linotype", "Times", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 40em) {
  .expansions-coming-soon-list__img-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 40em) {
  .es-mx .coming-soon__construct-quarter .expansions-coming-soon-list__img-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.naxxramas-intro-video {
  margin: 32px 16px;
  margin: 2rem 1rem;
  clear: both;
}
@media only screen and (min-width: 60em) {
  .naxxramas-intro-video {
    margin: 32px 8px;
    margin: 2rem 8px;
    background: url("/hearthstone/static/images/naxxramas/video-bg.jpg") center center no-repeat;
  }
}
.media-content__title--naxxramas {
  top: auto;
  bottom: 39%;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, 1px 1px 0 #000000, -1px 1px 0 #000000, -1px -1px 1px #000000, 1px -1px 1px #000000, 1px 1px 1px #000000, -1px 1px 1px #000000;
  font-size: 24px;
  font-size: 1.5rem;
}
.naxxramus-list__item {
  line-height: 1.1;
}
.arachnid-quarter .body-bot {
  padding-bottom: 18px;
}
@media only screen and (min-width: 40em) {
  .arachnid-quarter .body-bot {
    padding-bottom: 10px;
  }
}
.heading--naxxramas-intro {
  margin: 16px;
  margin: 1rem;
  line-height: 1.4;
}
.naxx-control-container {
  padding: 0 16px 0 32px;
  padding: 0 1rem 0 2rem;
  margin-top: 12%;
}
.naxx-control {
  display: block;
  width: 100%;
  padding: 0;
  position: relative;
  margin-bottom: 12%;
  font-size: 1px;
  font-size: 0.1rem;
  overflow: visible;
}
.naxx-control--anub-rekhan:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/anub-rekhan-small.png");
}
.naxx-control--grand-widow-faerlina:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/grand-widow-faerlina-small.png");
}
.naxx-control--maexxna:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/maexxna-small.png");
}
.naxx-control--instructor-razuvious:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/instructor-razuvious-small.png");
}
.naxx-control--gothik:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/gothik-small.png");
}
.naxx-control--four-horsemen:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/four-horsemen-small.png");
}
.naxx-control--noth:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/noth-small.png");
}
.naxx-control--heigan:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/heigan-small.png");
}
.naxx-control--loatheb:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/loatheb-small.png");
}
.naxx-control--patchwerk:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/patchwerk-small.png");
}
.naxx-control--grobbulus:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/grobbulus-small.png");
}
.naxx-control--gluth:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/gluth-small.png");
}
.naxx-control--thaddius:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/thaddius-small.png");
}
.naxx-control--sapphiron:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/sapphiron-small.png");
}
.naxx-control--kelthuzad:before {
  background-image: url("/hearthstone/static/images/naxxramas/bosses/kelthuzad-small.png");
}
.naxx-control__inner:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: -25px;
  margin-top: -7%;
  margin-bottom: -8px;
  width: 28%;
  padding-top: 32%;
  background-size: cover;
}
.naxx-control-text {
  width: 71%;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
  padding-right: 32px;
  padding-right: 2rem;
}
.subheading--unlocks {
  color: #427340;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.ko-kr .subheading--unlocks {
  font-family: 'NanumMyeongjo Bold';
}
.naxxramas-boss__heading {
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  .naxxramas-boss__heading {
    height: 2.5em;
    overflow: hidden;
  }
}
.naxxramas-power {
  text-align: left;
}
.heading--naxxramas {
  margin-right: 0;
}
@media only screen and (min-width: 60em) {
  .heading--naxxramas {
    margin-left: 0;
  }
}
.naxxramas-boss {
  white-space: normal;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  display: none;
  float: none;
}
@media only screen and (min-width: 40em) {
  .naxxramas-boss {
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 40em) {
  .naxxramas-boss + .naxxramas-boss {
    border-left: 1px solid #d4ba8c;
  }
}
.naxxramas-rewards-row {
  clear: both;
}
.subheading--naxxramas {
  color: #000000;
  background-color: #d9be91;
  background: rgba(217, 190, 145, 0.7);
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  line-height: 1.2;
  position: relative;
  font-size: 22px;
  font-size: 1.4rem;
  text-align: left;
  white-space: normal;
  margin: 0 16px;
  margin: 0 1rem;
  padding: .25em 0 .25em 16px;
  padding: .25em 0 .25em 1rem;
}
.ko-kr .subheading--naxxramas {
  font-family: 'NanumMyeongjo Bold';
}
@media only screen and (min-width: 30em) {
  .subheading--naxxramas {
    font-size: 27px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 60em) {
  .subheading--naxxramas {
    margin: 0;
  }
}
.subheading--legendary {
  margin-bottom: 0;
  text-align: center;
}
.bosses__heading {
  text-align: left;
}
.naxxramas__bd {
  padding: 0 16px;
  padding: 0 1rem;
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .naxxramas-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 60em) {
  .naxxramas-category {
    margin-top: 0;
  }
}
.challenge-title {
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.naxxramas-power__info {
  font-size: 0.1px;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .naxxramas-power__info {
    max-width: none;
  }
}
.naxxramas-power__info + .naxxramas-power__info {
  margin-top: 16px;
  margin-top: 1rem;
}
.naxxramas-power__icon {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  max-width: 96px;
}
.naxxramas-power__desc {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 16px;
  padding-left: 1rem;
  width: 69%;
}
.ko-kr .naxxramas-power__desc {
  font-family: 'NanumMyeongjo Bold';
}
.zh-tw .naxxramas-power__desc {
  font-size: 16px;
  font-size: 1rem;
}
.naxxramas-power__desc b {
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  word-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}
.ko-kr .naxxramas-power__desc b {
  font-family: 'NanumMyeongjo Bold';
}
.naxxramas-rewards-section {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
  white-space: nowrap;
  z-index: 999;
  background-color: #e6d4aa;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
@media only screen and (min-width: 40em) {
  .naxxramas-rewards-section {
    position: static;
    background-color: transparent;
    width: auto;
    margin-top: 16px;
    margin-top: 1rem;
    clear: both;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.naxxramas-rewards-section .naxxramas-back {
  z-index: 99;
  text-align: center;
  padding: 8px 16px;
  padding: .5rem 1rem;
  border-bottom: 1px solid #d0b582;
}
@media only screen and (min-width: 40em) {
  .naxxramas-rewards-section .naxxramas-back {
    display: none;
  }
}
.naxxramas-rewards-section .btn--naxxramas-back {
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  border-width: 4px;
}
.naxxramas-rewards-section .btn--naxxramas-back__inner {
  padding: 4px 19px;
  padding: 0.25rem 1.2rem;
  line-height: 1;
}
.naxxramas-rewards-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  border-top: 1px solid #f6e1ba;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 40em) {
  .naxxramas-rewards-container {
    overflow-y: visible;
    -webkit-overflow-scrolling: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.naxxramas-rewards__img {
  width: 230px;
}
.naxxramas-legendaries {
  margin: 0 16px;
  margin: 0 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (min-width: 40em) {
  .naxxramas-legendaries {
    margin: 0;
  }
}
.isShowing1 {
  overflow: hidden;
}
.isShowing1 .naxxramas-rewards-section {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media only screen and (min-width: 40em) {
  .isShowing1 .naxxramas-rewards-section {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.isShowing1 .naxxramas-rewards-section .naxxramas-boss--1 {
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .isShowing1 {
    overflow: auto;
  }
}
.isShowing1 .section-hidden-1--sm {
  display: none;
}
@media only screen and (min-width: 40em) {
  .isShowing1 .section-hidden-1--sm {
    display: block;
  }
}
.isShowing2 {
  overflow: hidden;
}
.isShowing2 .naxxramas-rewards-section {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media only screen and (min-width: 40em) {
  .isShowing2 .naxxramas-rewards-section {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.isShowing2 .naxxramas-rewards-section .naxxramas-boss--2 {
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .isShowing2 {
    overflow: auto;
  }
}
.isShowing2 .section-hidden-2--sm {
  display: none;
}
@media only screen and (min-width: 40em) {
  .isShowing2 .section-hidden-2--sm {
    display: block;
  }
}
.isShowing3 {
  overflow: hidden;
}
.isShowing3 .naxxramas-rewards-section {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media only screen and (min-width: 40em) {
  .isShowing3 .naxxramas-rewards-section {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.isShowing3 .naxxramas-rewards-section .naxxramas-boss--3 {
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .isShowing3 {
    overflow: auto;
  }
}
.isShowing3 .section-hidden-3--sm {
  display: none;
}
@media only screen and (min-width: 40em) {
  .isShowing3 .section-hidden-3--sm {
    display: block;
  }
}
.isShowing4 {
  overflow: hidden;
}
.isShowing4 .naxxramas-rewards-section {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media only screen and (min-width: 40em) {
  .isShowing4 .naxxramas-rewards-section {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
.isShowing4 .naxxramas-rewards-section .naxxramas-boss--4 {
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .isShowing4 {
    overflow: auto;
  }
}
.isShowing4 .section-hidden-4--sm {
  display: none;
}
@media only screen and (min-width: 40em) {
  .isShowing4 .section-hidden-4--sm {
    display: block;
  }
}
.section--legendary {
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
.section--legendary-1 {
  background: url("/hearthstone/static/images/naxxramas/legendary-1-card-glow.png") center center no-repeat;
}
@media only screen and (min-width: 60em) {
  .section--legendary-1 {
    background-position: 39% center;
  }
}
.section--legendary-2 {
  background: url("/hearthstone/static/images/naxxramas/legendary-2-card-glow.png") center center no-repeat;
}
@media only screen and (min-width: 60em) {
  .section--legendary-2 {
    background-position: 39% center;
  }
}
.section--legendary-2 .legendary-img {
  width: 507px;
}
.legendary-img {
  margin: 32px auto;
  margin: 2rem auto;
  width: 240px;
}
.article-contianer {
  padding: 16px;
  padding: 1rem;
  max-width: 992px;
  max-width: 62rem;
  margin: auto;
}
@media only screen and (min-width: 60em) {
  .article-contianer {
    padding: 32px 0;
    padding: 2rem 0;
    width: 98%;
    width: calc(100% - 32px);
    width: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 60em) {
  .article-wrapper {
    margin-right: -336px;
    margin-right: -21rem;
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 60em) {
  .article-wrapper .article {
    padding-right: 368px;
    padding-right: 23rem;
  }
}
.article-header {
  margin-bottom: 1em;
}
.article-header .heading--small {
  font-size: 24px;
  font-size: 1.5rem;
}
.article-content {
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 60em) {
  .article-content {
    line-height: 2;
  }
}
.ko-kr .article-content {
  font-family: Dotum;
}
.article-content p {
  padding: 8px 0;
  padding: .5rem 0;
}
.header-image {
  text-align: center;
  position: relative;
  margin: 16px auto 8px;
  margin: 1rem auto .5rem;
}
@media only screen and (min-width: 60em) {
  .header-image {
    padding: 14px 0 19px;
    padding: .875rem 0 1.2rem;
  }
}
.header-image img {
  display: block;
}
.community-share {
  padding: 8px 16px;
  padding: .5rem 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.blog-article .page-body {
  background: transparent url("/hearthstone/static/images/subpage-body-bg.png") 50% 0 no-repeat;
}
/* Featured News */
.content-section--featured {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 17px;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  position: relative;
}
@media only screen and (min-width: 60em) {
  .content-section--featured {
    overflow-x: visible;
  }
}
.explore-nav-is-out .content-section--featured {
  overflow: hidden;
}
.news-card-list {
  white-space: nowrap;
  font-size: 0.1em;
}
@media only screen and (min-width: 60em) {
  .news-card-list {
    text-align: center;
    white-space: normal;
    margin: 0 auto;
    width: auto;
    max-width: 1160px;
    overflow: visible;
  }
}
.news-card {
  display: inline-block;
  width: 263px;
  padding: 20px 20px 18px;
  height: 270px;
  overflow: hidden;
  background: transparent url("/hearthstone/static/images/blog/featured-article-bg.png") no-repeat;
  background-size: 100%;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 60em) {
  .news-card {
    width: 305px;
    height: 312px;
    padding: 23px;
  }
  .news-card:hover {
    background-position: 0 -315px;
  }
}
.news-card + .news-card {
  margin-left: 1.4em;
}
.news-card__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  max-height: 2.6em;
  margin-bottom: 0.5em;
}
.news-card__image {
  overflow: hidden;
}
.news-card__image--link {
  display: block;
  position: relative;
  padding-bottom: 50%;
}
.news-card__image--link img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-card__summary {
  font-size: 13px;
}
.news-card__meta {
  padding-top: 0.5em;
}
.news-card__bd {
  text-align: left;
  padding: .5em 1em;
  white-space: normal;
}
.news-card__content {
  height: 6em;
}
@media only screen and (min-width: 60em) {
  .news-card__content {
    height: 100px;
    height: 6.3rem;
  }
}
.news-card-list {
  position: relative;
}
@media only screen and (min-width: 72.5em) {
  .news-card-list:before {
    content: "";
    position: absolute;
    height: 131px;
    width: 128px;
    background: transparent url("/hearthstone/static/images/blog/frog.png") no-repeat;
    bottom: -39px;
    right: 19px;
    z-index: 10;
  }
  .news-card-list:after {
    content: "";
    position: absolute;
    height: 21px;
    width: 42px;
    background: transparent url("/hearthstone/static/images/blog/eyes.gif") no-repeat;
    bottom: 60px;
    right: 71px;
    z-index: 12;
  }
}
@media only screen and (min-width: 60em) {
  .articles-container {
    padding: 0 68px;
  }
}
.article-list-container {
  max-width: 840px;
  max-width: 52.5rem;
  margin: 0 16px;
  margin: 0 1rem;
}
@media only screen and (min-width: 60em) {
  .article-list-container {
    margin: 0;
    width: 98%;
    width: calc(100% - 32px);
    width: calc(100% - 2rem);
  }
}
@media only screen and (min-width: 40em) {
  .article-list-title {
    padding: 0 0 1em;
    background: transparent url("/hearthstone/static/images/content-seperator2.png") center bottom no-repeat;
  }
}
.article-list__item {
  padding: 1em 0;
  clear: both;
}
.article-list__item + .article-list__item {
  border-top: 1px solid #d5c29a;
}
.media__image--news {
  float: left;
  width: 30%;
  max-width: 202px;
}
.media__bd--news {
  padding-left: 1em;
}
.blog-article .article-wrapper .article-content ul,
.blog-article .article-wrapper .article-content ol,
.blog-article .article-wrapper .article-content dl {
  padding-left: 1em;
}
.blog-article .article-wrapper .article-content ul li {
  list-style: disc;
  margin-left: 1em;
}
.blog-article .article-wrapper .article-content ol li {
  list-style-type: decimal;
  margin-left: 1em;
}
.blog-article .article-wrapper .article-content p {
  padding: 6px 0;
}
.blog-article .article-wrapper .article-content strong,
.blog-article .article-wrapper .article-content h5 {
  font-weight: bold;
}
.bnet-comments {
  padding: 56px 0 0;
  padding: 3.5rem 0 0;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  clear: left;
}
@media only screen and (min-width: 60em) {
  .bnet-comments {
    margin-right: -336px;
    margin-right: -21rem;
    padding-right: 368px;
    padding-right: 23rem;
    width: 100%;
  }
}
.bnet-comments .comments-form,
.bnet-comments .comment-tile,
.bnet-comments .comments-error-gate {
  display: block;
  background-color: #dec79b;
  background-color: rgba(116, 50, 0, 0.07);
}
.bnet-comments .comments-form--centered,
.bnet-comments .comment-tile--centered,
.bnet-comments .comments-error-gate--centered {
  text-align: center;
}
.bnet-comments .subheader-2 {
  color: #03345f;
  font: bold 24px/38px "Palatino Linotype", "Times", serif;
  background: url("/hearthstone/static/images/layout/cms/bg-comments-shadow-top.png") 50% 100% no-repeat;
  padding-bottom: 9px;
  margin-bottom: 12px;
}
.bnet-comments .comments-control .clear {
  display: none !important;
}
@media only screen and (max-width: 39.99em) {
  .bnet-comments .comment-tile,
  .bnet-comments .comment-nested .comment-tile {
    padding: 15px;
  }
  .bnet-comments .comment-tile .bnet-avatar,
  .bnet-comments .comment-nested .comment-tile .bnet-avatar {
    position: static;
    float: left;
    margin: 0 21px 21px 0;
  }
}
@media only screen and (max-width: 39.99em) {
  .bnet-comments .comment-body {
    clear: left;
  }
}
.rate-post-wrapper {
  float: right;
  margin-top: 0;
  padding: 0;
  top: -4px;
  width: auto;
}
.tab-menu {
  padding: 0 30px 0 30px;
  margin: 0 4px;
  background: url("/hearthstone/static/images/ui/tab-menu.gif") transparent 0 100% repeat-x;
}
.tab-menu li {
  display: inline-block;
  height: 35px;
  margin-right: 1px;
}
.tab-menu li a {
  position: relative;
  top: -1px;
  display: block;
  height: 33px;
  font: normal 13px/33px "Palatino Linotype", "Times", serif;
  text-transform: uppercase;
  border: 1px solid #e0c99d;
  border-bottom: 0 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab-menu li a span {
  display: inline-block;
  height: 33px;
  padding: 0 15px;
  background-color: #e0c99d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  letter-spacing: -1px;
}
.ko-kr .tab-menu li a {
  font-family: Dotum;
}
.tab-menu li a:hover span {
  text-decoration: underline;
}
.tab-menu li a.tab-active,
.tab-menu li a.tab-active:hover {
  top: 0;
  border: 1px solid #d7c090;
  border-bottom: 0 !important;
}
.tab-menu li a.tab-active {
  color: #000;
}
.tab-menu li a.tab-active span,
.tab-menu li a.tab-active:hover span {
  border: 1px solid #ddca9f;
  border-bottom: 0 !important;
  background-color: #ead7ac;
  height: 34px;
  text-decoration: none;
  cursor: default;
}
.tab-menu li.tab-disabled a {
  color: #999898;
}
.tab-menu li.tab-disabled a:hover {
  color: #999898;
  cursor: help;
  border-color: #e0c99d;
}
.tab-menu li.tab-disabled a:hover span {
  text-decoration: none;
}
.tab-menu li.tab-disabled a span {
  background: url("/hearthstone/static/images/icons/tab-menu-disabled.gif") no-repeat scroll 82% 11px transparent;
  padding-right: 33px;
}
.sidebar {
  margin-top: 32px;
  margin-top: 2rem;
}
@media only screen and (min-width: 60em) {
  .sidebar {
    margin-top: 0;
    width: 320px;
    width: 20rem;
  }
}
.sidebar .article-list__item {
  clear: both;
  padding: 10px 7px;
}
.sidebar .article-summary {
  display: none;
}
.sidebar .article-meta {
  margin-bottom: 0;
}
.sidebar .article-meta .comments-link {
  margin-left: 0;
}
.sidebar .blog-load-more {
  margin: 8px 0;
  margin: 0.5rem 0;
  max-width: none;
}
.sidebar .article-title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.recent-articles-title {
  padding-bottom: 8px;
  margin-bottom: .875em;
  background: url("/hearthstone/static/images/content-seperator2.png") 50% 100% no-repeat;
}
@media only screen and (min-width: 60em) {
  .recent-articles-title {
    background-image: url("/hearthstone/static/images/layout/cms/bg-sidebar-shadow-top.png");
  }
}
.on-view {
  background-color: #dec79b;
  background-color: rgba(116, 50, 0, 0.07);
  background-repeat: no-repeat;
  background-position: 0 50%;
  border: 1px solid #d4ba8c;
}
@media only screen and (min-width: 60em) {
  .on-view {
    background-image: url("/hearthstone/static/images/blog/arrow-recent-article-tab.gif");
  }
}
.content-section--featured {
  background: transparent url("/hearthstone/static/images/blog/blog-header-bg.jpg") 50% 0 no-repeat;
}
.blog .content-section {
  max-width: none;
}
.blog .articles {
  max-width: 1160px;
  margin: auto;
}
.horizontal-list {
  font-size: 0.1px;
}
.horizontal-list li {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
.event-container {
  position: relative;
  margin-bottom: 2em;
  z-index: 10;
}
@media only screen and (min-width: 60em) {
  .event-container {
    margin-bottom: 5em;
  }
}
.events-list__item {
  box-shadow: 0 0.5em 0.5em -0.5em rgba(0, 0, 0, 0.3), 0 -0.5em 0.5em -0.5em rgba(0, 0, 0, 0.3);
}
.events-list__item + .events-list__item {
  margin-top: 3px;
  box-shadow: 0 0.5em 0.5em -0.5em rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 60em) {
  .events-list__item {
    width: 100%;
    padding: 0 .5em;
    margin-left: -1.5em;
  }
}
.event-item-link {
  color: black;
  padding: 1em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-item-link:hover {
  text-decoration: none;
  background-color: #947a4a;
  background-color: rgba(148, 122, 74, 0.1);
}
.event-item-link:hover .event-item-name {
  color: #e22c14;
}
.event-item-link:hover .event-item-counter {
  background-position: 0 -30px;
}
.ie8 .events-list__item {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.ie8 .events-list__item + .events-list__item {
  border-top: none;
}
.event-item-counter {
  text-align: center;
  line-height: 29px;
  font-size: 10px;
  color: white;
  background: url("/hearthstone/static/images/fireside-gatherings/list-counter-bg.png") 0 0 no-repeat;
  display: inline-block;
  width: 29px;
  height: 29px;
  vertical-align: top;
  margin-right: 0.5em;
}
.event-item-block {
  width: 75%;
  display: inline-block;
}
@media only screen and (min-width: 60em) {
  .event-item-block {
    width: 42%;
  }
}
.events-item-position {
  width: 4em;
  text-align: center;
}
.event-item-name {
  font-size: 19px;
  font-size: 1.2rem;
  display: inline-block;
  font-family: "Bliz Quadrata", Times New Roman, Serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85%;
  vertical-align: bottom;
}
.event-item-time {
  width: 20%;
  color: #233a6e;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Open Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  vertical-align: bottom;
}
.event-item-secondary {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-left: 36px;
  margin-left: 2.3rem;
  width: 100%;
  width: calc(100% - 36px);
  width: calc(100% - 2.3rem);
}
@media only screen and (min-width: 60em) {
  .event-item-secondary {
    width: 37%;
    text-align: right;
    display: inline-block;
    margin-left: 0;
  }
}
.event-item-region {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  margin-right: 0.6em;
}
.leagl--fireside {
  padding: 0 16px;
  padding: 0 1rem;
  text-align: center;
}
.event-form-section {
  border-bottom: 1px dotted grey;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.event-label {
  display: block;
}
.event-input-container {
  margin-bottom: 0.5em;
  clear: left;
}
.event-input-container > div {
  position: relative;
  display: inline-block;
}
.event-input-container input,
.event-input-container textarea {
  border: 1px solid #D7C090;
  border-radius: 8px;
  padding: 0.5em 1em;
  box-sizing: border-box;
}
.datetimepicker {
  position: absolute;
  background-color: #FFF;
  display: none;
}
.event-tooltip {
  position: absolute;
  left: 115%;
  top: 0;
  border: 2px solid #585447;
  padding: 1em;
  min-width: 20em;
  max-width: 100%;
  border-radius: 8px;
  background: #F2EBE3;
  background: linear-gradient(to bottom, #f2ebe3 1%, #d3c8bb 4%, #d6cabe 21%, #f3ebe4 96%, #bbb4ab 100%);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Palatino Linotype", "Times", serif;
}
.event-tooltip:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  width: 41px;
  height: 30px;
  margin-top: -15px;
  background: url("/hearthstone/static/images/fireside-gatherings/balloon-arrow-left.png") center center no-repeat;
}
.event-tooltip--header {
  bottom: 1em;
  left: 2em;
  right: auto;
  top: auto;
  width: 20em;
}
.event-tooltip--header:before {
  right: -22px;
  left: auto;
  background: url("/hearthstone/static/images/fireside-gatherings/balloon-arrow-right.png") center center no-repeat;
}
.event-input-tooltip:focus ~ .event-tooltip {
  display: inline-block;
  visibility: visible;
}
.count-container {
  display: block;
  float: right;
}
.event-delete-container {
  display: inline-block;
}
.location-heading {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .5em;
  font-family: "Bliz Quadrata", "Times New Roman", Times, serif;
}
.details-section {
  position: relative;
  padding: 0 16px;
  padding: 0 1rem;
}
@media only screen and (min-width: 60em) {
  .details-section {
    padding: 0;
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.details-location {
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 60em) {
  .details-location {
    margin-right: 550px;
  }
}
.details-location p {
  font-family: 'Open Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.8;
  margin: 0;
}
.location-subheading {
  font-size: 1.1em;
  margin-top: 1em;
}
.location-address {
  margin-bottom: 2em;
}
.location-prizes {
  vertical-align: middle;
  padding-left: .25em;
}
.description--secondrary {
  margin-top: 2em;
}
.map-container {
  height: 326px;
  width: 100%;
  max-width: 368px;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 60em) {
  .map-container {
    background: url("/hearthstone/static/images/fireside-gatherings/maps-border.png") center center no-repeat;
    width: 368px;
    height: 400px;
    padding: 47px 46px 71px 41px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
.map-item {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-filter: sepia(0.5);
  filter: sepia(0.5);
}
.detail-header {
  background: url("/hearthstone/static/images/fireside-gatherings/detail-intro-bg.png") bottom right no-repeat;
}
.details-datetime {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.details-start-date {
  font-weight: bold;
  display: block;
  margin: 0;
}
.details-time {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.share-links {
  background-color: transparent;
}
.like-wrapper {
  max-width: 530px;
}
.meetup-directions {
  text-align: right;
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media only screen and (min-width: 60em) {
  .meetup-directions {
    margin-top: 32px;
    margin-top: 2rem;
  }
}
.upcoming-event-header {
  clear: both;
}
.upcoming-event-header__title {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 1em;
  padding: 0 16px;
  padding: 0 1rem;
}
@media only screen and (min-width: 60em) {
  .upcoming-event-header__title {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0;
  }
}
.upcoming-event-form {
  display: inline-block;
}
.meetup-header {
  padding: 0 16px;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 60em) {
  .meetup-header {
    padding: 3em 0;
    background: url("/hearthstone/static/images/fireside-gatherings/intro-bg.png") top right no-repeat;
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.meetup-header .card-bg {
  margin: -25% 0 -25% -25%;
}
.meetup-header--create {
  background: url("/hearthstone/static/images/fireside-gatherings/hozen.png") bottom center no-repeat;
}
.meetup-header--detail {
  background: url("/hearthstone/static/images/fireside-gatherings/detail-intro-bg.png") bottom center no-repeat;
  margin: 16px 0 0;
  margin: 1rem 0 0;
  padding: 16px;
  padding: 1rem;
}
@media only screen and (min-width: 72.5em) {
  .meetup-header--detail {
    padding: 48px 0;
    padding: 3rem 0;
  }
}
.meetup-header__container {
  position: relative;
  min-height: 500px;
}
.meetup-header__secondary {
  display: block;
  clear: both;
  min-height: 400px;
  position: relative;
}
.innkeeper-download:before {
  content: "";
  background: url("/hearthstone/static/images/fireside-gatherings/promo-card.png") center center no-repeat;
  background-size: contain;
  display: block;
  padding-top: 62%;
  width: 100%;
  max-width: 650px;
  z-index: -1;
  margin: auto;
}
@media only screen and (min-width: 60em) {
  .innkeeper-download:before {
    background-position: 0 0;
    position: absolute;
    top: -50px;
    left: -100px;
  }
}
.blog-container {
  position: relative;
  z-index: 5;
}
.meetup-header__text {
  font: 700 24px/1.5 "Palatino Linotype", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E2E;
}
@media only screen and (min-width: 60em) {
  .meetup-header__text {
    padding-right: 2em;
  }
}
.meetup-header__text:nth-of-type(1) {
  margin-top: 0;
}
.meetup-header__text:nth-last-of-type(1) {
  margin-bottom: 0;
}
.meetup-header__title {
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: .25em;
  overflow: hidden;
  max-height: 2.5em;
  line-height: 1.25;
}
.btn {
  height: 71px;
  margin: 22px 0 0 10px;
  background: url("/hearthstone/static/images/buttons/button1-top.png") 100% -142px;
  padding-right: 35px;
}
.btn:hover {
  background-position: 100% -213px;
  box-shadow: 0 11px 10px -12px #ffff00;
}
.btn:hover .btn__content {
  background-position: 0 -71px;
}
.btn__content {
  background-image: url("/hearthstone/static/images/buttons/button1-top.png");
  padding-left: 35px;
  color: #fff;
  font: normal normal 24px/67px "Bliz Quadrata", Times New Roman, Serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 4px #000, 0 0 8px #000;
  overflow: hidden ;
  min-width: 175px;
  margin-left: -10px;
  height: 71px;
}
.ko-kr .btn__content {
  font-family: 'NanumMyeongjo Bold';
  font-size: 18px;
}
.separator-container {
  background: url("/hearthstone/static/images/fireside-gatherings/swirls-bottom-elevated.png") center bottom no-repeat;
  margin-top: -23px;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}
.separator-container:before {
  content: "";
  position: absolute;
  height: 68px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: url("/hearthstone/static/images/fireside-gatherings/swirls-top-elevated.png") center top no-repeat;
  visibility: visible;
  display: block;
}
.separator-container--no-footer {
  background: none;
}
.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background: transparent url("/hearthstone/static/images/card-hover.png") -279px -26px no-repeat;
  width: 100px;
  height: 100px;
  z-index: 9001;
}
.intro-video-container {
  margin: 16px 0;
  margin: 1rem 0;
}
@media only screen and (min-width: 60em) {
  .intro-video-container {
    margin: 0;
  }
}
.intro-video {
  display: none;
}
@media only screen and (min-width: 60em) {
  .intro-video {
    display: block;
    text-align: center;
    position: relative;
    padding-top: 53.44036697%;
    margin: 0;
    text-align: left;
  }
}
.intro-video--fireside {
  max-width: 436px;
}
@media only screen and (min-width: 60em) {
  .media-content__fireside {
    background: url("/hearthstone/static/images/fireside-gatherings/intro-video.png") 0 0 no-repeat;
    background-size: contain;
  }
}
.meetup-download-header {
  font-size: 22px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
  font-family: "Palatino Linotype", "Times", serif;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  margin: 1em 0 1em -5px;
  padding-left: 5px;
}
a[download]:before {
  content: url("/hearthstone/static/images/icons/download.gif");
  vertical-align: middle;
}
.download-link {
  font-family: 'Open Sans Semibold', Tahoma, Verdana, Arial, Helvetica, sans-serif;
  display: block;
}
.fireside .content-section {
  max-width: inherit;
}
.media__image--fireside {
  width: 100px;
}
@media only screen and (min-width: 40em) {
  .media__image--fireside {
    width: 124px;
  }
}
.event-partner {
  font-weight: 700;
  font-family: "Palatino Linotype", Times, serif;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 65px;
  position: relative;
  margin-bottom: 2em;
}
.event-partner:before {
  content: url("/hearthstone/static/images/faq/icon.png");
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
}
.meetup-batch-form {
  background: rgba(217, 189, 143, 0.7);
  margin: 2em 0;
  padding: 1em;
}
.meetup-batch-steps {
  list-style: decimal inside;
}
.meetup-field-error {
  background: rgba(217, 189, 143, 0.7);
  padding: 1em 2em;
  display: inline-block;
}
@media only screen and (max-width: 59.99em) {
  .legal {
    padding: 8px 16px;
    padding: 0.5rem 1rem;
  }
}
.faq-list {
  position: relative;
  z-index: 5;
}
.faq-list__item {
  font-size: 16px;
  font-size: 1rem;
}
.faq-list__item.js-loaded .faq-answer {
  max-height: 0;
}
.faq-list__item.isOpen .faq-answer {
  max-height: 20em;
  padding-bottom: 0.75em;
}
.faq-list__item.isOpen .view-more--faq {
  background-position: 0 0;
}
.faq-list__item.isOpen:hover .view-more--faq {
  background-position: 0 -72px;
}
.faq-list__item .view-more--faq {
  background-image: url("/hearthstone/static/images/faq/collapse-button-noswirl.png");
  background-position: 0 -36px;
  display: block;
  width: 28px;
  height: 28px;
  float: right;
}
.heading--faq:before {
  content: url("/hearthstone/static/images/faq/icon.png");
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.faq-answer {
  transition: max-height 300ms linear;
  overflow: hidden;
  padding: 0 1em;
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.faq-answer .ko-kr {
  font-family: 'NanumMyeongjo Bold';
}
.faq-answer a {
  word-break: break-all;
}
.faq-question__link {
  color: #000000;
  font-family: "Palatino Linotype", "Times", serif;
  display: block;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #233a6e;
  font-size: 17px;
  font-size: 1.1rem;
}
.faq-question__link:hover {
  color: #e22c14;
}
@media only screen and (min-width: 60em) {
  .faq-question__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.faq-question__link .ko-kr {
  font-family: Dotum;
}
.faq-question__link:hover {
  text-decoration: none;
  background-color: #947a4a;
  background-color: rgba(148, 122, 74, 0.1);
}
.faq-question__link:hover .view-more--faq {
  background-position: 0 -108px;
}
.faq-question__link:hover .event-item-counter {
  background-position: 0 -30px;
}
.faq-category--general .faq-question__link:hover {
  color: #233a6e;
  background-color: transparent;
}
.faq-question__counter {
  color: #000000;
}
.faq-question__title {
  margin-right: -30px;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 60em) {
  .faq-question__title {
    max-width: 90%;
    display: inline-block;
  }
}
.faq-question__title__inner {
  padding-right: 35px;
  float: left;
}
.faq .event-item-counter {
  vertical-align: middle;
}
@media only screen and (min-width: 60em) {
  .faq .page-header {
    height: 226px;
    position: relative;
  }
  .faq .page-header:after {
    content: "";
    background-image: url("/hearthstone/static/images/faq/horseman.png");
    display: block;
    position: absolute;
    top: -56px;
    right: -180px;
    z-index: 1;
    width: 607px;
    height: 461px;
    background-size: contain;
  }
}
@media only screen and (min-width: 60em) {
  .faq .body-top {
    background: transparent url("/hearthstone/static/images/faq/bg.png") 50% 0 no-repeat;
  }
}
.faq .events-list__item {
  box-shadow: 0 0.5em 0.5em -0.5em rgba(0, 0, 0, 0.3);
  margin: 0 -0.5em;
  padding: 0 0.5em;
}
@media only screen and (min-width: 60em) {
  .faq .events-list__item {
    margin: 0;
    padding: 0;
  }
}
.apple-msg {
  font-size: 11px;
  color: #666666;
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-style: italic;
  margin-top: 2em;
}
.ko-kr .apple-msg {
  font-style: normal;
  font-family: Dotum;
}
@media only screen and (min-width: 40em) {
  .search .page-body {
    background: transparent url("/hearthstone/static/images/subpage-body-bg.png") 50% 0 no-repeat;
  }
}
.search .content-section {
  margin-bottom: 52px;
  background: transparent url("/hearthstone/static/images/search-bottom-bg.png") 50% bottom no-repeat;
}
.search .search-container .summary {
  margin: 0 20px;
}
.search .search-container .summary .grid {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .search .search-container .summary .grid {
    width: 33.33%;
  }
}
.search .search-container .summary .grid + .grid {
  margin-top: 8px;
  margin-top: .5rem;
}
@media only screen and (min-width: 40em) {
  .search .search-container .summary .grid + .grid {
    margin-top: 0;
  }
}
.search .search-container .summary .grid .article strong {
  display: block;
  height: 3em;
  overflow: hidden;
}
.search .search-container .summary .grid .article br {
  display: none;
}
.search .search-container .result {
  margin: 0;
}
.search .search-container .result + .result {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.search .search-container .result .meta,
.search .search-container .result .content {
  width: auto;
}
.search .search-container .result .meta > a,
.search .search-container .result .content > a {
  color: #a81a07;
}
.search .search-container .result .meta {
  color: #666666;
}
.search .search-container .result .header-3,
.search .search-container .result .subheader-3 {
  text-transform: none;
}
.search .search-container .result .header-3 > a,
.search .search-container .result .subheader-3 > a {
  color: #e22c14;
  text-decoration: none;
}
.search .search-container .result .header-3 .small,
.search .search-container .result .subheader-3 .small {
  display: block;
  color: #113d63;
}
@media only screen and (min-width: 40em) {
  .search .search-container .result .header-3 .small,
  .search .search-container .result .subheader-3 .small {
    display: inline-block;
  }
}
.search .search-container .results {
  padding: 0;
}
.search .search-container .results + .results {
  padding: 27px 0 0;
}
.search .search-container .results .header-3,
.search .search-container .results .subheader-3 {
  margin-bottom: 10px;
}
.search .search-container .helpers {
  margin: 0 20px;
}
.search .search-container .helpers .subheader-2 {
  padding-right: 0;
}
.search .search-container .helpers .subheader-2 span {
  color: #5a376a;
}
.search .search-container .helpers .sort-active {
  color: #000;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}
.search .body-bot {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.search #menu-search {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}
.search .search-header {
  margin: 16px;
  margin: 1rem;
}
.search-wrapper {
  max-width: 1008px;
  max-width: 63rem;
  margin: auto;
}
@media only screen and (min-width: 72.5em) {
  .search-wrapper {
    max-width: 1072px;
    max-width: 67rem;
  }
}
.search-container {
  position: relative;
}
@media only screen and (min-width: 60em) {
  .search-container {
    background: transparent url("/hearthstone/static/images/search-separator-bg.png") right 0 repeat-y;
    padding-right: 32px;
    padding-right: 2rem;
    min-height: 500px;
    width: 75%;
  }
  .search-container:after {
    content: "";
    background: url("/hearthstone/static/images/search-bg.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 90%;
    padding-top: 52%;
    width: 327px;
  }
}
.form--search {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 400px;
}
.form--search input[type=search] {
  padding: 8px;
  padding: 0.5rem;
  color: #666666;
  border-radius: 8px;
  border-radius: 0.5rem;
  border: 1px solid #d4ba8c;
  font-size: 20px;
  font-size: 1.25rem;
  box-sizing: border-box;
  width: 100%;
}
.search-button--alt {
  background: transparent url("/hearthstone/static/images/icons/search-results.gif") center center no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 8px;
  right: .5rem;
  margin-top: -11px;
  border: none;
}
.suggested-links:empty {
  display: none;
}
.article-thumbnail span {
  width: 56px !important;
  height: 56px !important;
}
.data-options {
  height: auto;
  line-height: 25px;
  padding: 13px 30px 10px 30px;
  background: repeat-x;
}
.data-options .option {
  float: right;
  height: 25px;
}
.data-options .option .ui-pagination {
  margin-top: -2px;
}
.data-options strong {
  color: #03345f;
}
.dynamic-menu li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 40em) {
  .dynamic-menu li {
    display: inline-block;
    margin-bottom: 0;
  }
  .dynamic-menu li + li {
    margin-left: 8px;
    margin-left: 0.5rem;
  }
}
.dynamic-menu li a {
  padding: 8px 16px;
  padding: .5rem 1rem;
  border-radius: 8px;
  border-radius: .5rem;
  display: block;
  background-color: #dec79b;
  background-color: rgba(116, 50, 0, 0.07);
}
.dynamic-menu li a--centered {
  text-align: center;
}
.dynamic-menu li a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.dynamic-menu li.item-active a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  cursor: default;
}
.ui-pagination {
  overflow: visible;
  height: 24px;
}
.ui-pagination li {
  margin-left: 4px;
  float: left;
}
.ui-pagination li a {
  display: inline-block;
  padding: 0;
  height: 24px;
  background: url("../images/buttons/button3.png") 100% -48px;
}
.ui-pagination li a span {
  display: block;
  margin: 0;
  padding: 0 9px;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  color: #fff;
  background: url("../images/buttons/button3.png") 0 0;
}
.cjk .ui-pagination li a span {
  line-height: 22px;
}
.ie6 .ui-pagination li a,
.ie6 .ui-pagination li a span {
  display: block;
  float: left;
}
.ui-pagination li a:hover,
.ui-pagination li.current a {
  background-position: 100% -72px;
}
.ui-pagination li a:hover span,
.ui-pagination li.current a span {
  background-position: 0 -24px;
}
.ui-pagination li a:hover span {
  color: #DAAC55;
}
.ui-pagination li.current a span {
  color: #F3E6D0 !important;
  font-weight: bold;
}
.ui-pagination li.last-item a,
.ui-pagination li.first-item a,
.ui-pagination li.cap-item a {
  padding: 0;
}
.server-error .content-section {
  text-align: center;
  min-height: 686px;
  background: transparent url("/hearthstone/static/images/error-bg.png") center 120px no-repeat;
}
.ko-kr .server-error .content-section {
  font-family: Dotum;
}
.server-error .content-section p {
  font: bold 14px/24px "Open Sans", Sans-serif;
  max-width: 600px;
  margin: auto auto;
}
.server-error .page-header {
  font: bold 16px/1 "Palatino Linotype", "Times", serif;
  margin-bottom: 16px;
  letter-spacing: -1.5px;
}
.server-error .page-header h2,
.server-error .page-header h3 {
  color: #76169b;
}
.server-error .page-header h2 {
  font-size: 72px;
}
.server-error .page-header h3 {
  font-size: 22px;
}
.header-2 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.form-title .header-3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.quote-button {
  z-index: 10;
}
/*

	BLUE TRACKER WIDGET

*/
.forums-home .page-header-bg-chunk {
  position: absolute;
  width: 100%;
  height: 205px;
}
@media only screen and (min-width: 60em) {
  .forums-home .page-header-bg-chunk {
    top: -45px;
    height: 440px;
    background: transparent url("/hearthstone/static/images/forum-header-bg.png") center -6px no-repeat;
  }
}
#blizz-tracker-lite {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 60em) {
  #blizz-tracker-lite {
    height: 280px;
    position: relative;
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
#blizz-tracker-lite .header-2 {
  margin-left: 16px;
  margin-left: 1rem;
  text-align: left;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
@media only screen and (min-width: 60em) {
  #blizz-tracker-lite .header-2 {
    position: absolute;
    left: 32px;
    left: 2rem;
    top: 48px;
    top: 3rem;
    padding-left: 64px;
    padding-left: 4rem;
    margin-left: 0;
  }
}
@media only screen and (min-width: 72.5em) {
  #blizz-tracker-lite .header-2 {
    left: 80px;
    left: 5rem;
  }
}
@media only screen and (min-width: 60em) {
  #blizz-tracker-lite .header-2:before {
    content: "";
    width: 55px;
    height: 55px;
    background: url("/hearthstone/static/images/blizz-button.png") 0 0 no-repeat;
    position: absolute;
    top: -16px;
    top: -1rem;
    left: 0;
  }
}
#blizz-tracker-lite .header-2 a {
  display: inline;
  text-transform: none;
  font-size: 13px;
  font-size: .8125rem;
  white-space: nowrap;
}
.blizzard-posts .mask-wrapper {
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  height: 198px;
  height: 12.4rem;
  -webkit-overflow-scrolling: touch;
  background: url("/hearthstone/static/images/forums/blue-tracker-widget-sm.jpg") 50% 0 no-repeat;
}
@media only screen and (min-width: 60em) {
  .blizzard-posts .mask-wrapper {
    position: absolute;
    left: 0;
    height: 180px;
    height: 11.3rem;
    right: 0;
    bottom: 0;
    max-width: 900px;
    max-width: 56.25rem;
    margin: auto;
    overflow: hidden;
    background: transparent;
  }
}
.explore-nav-is-out .blizzard-posts .mask-wrapper {
  overflow: hidden;
}
.blizzard-posts .mask {
  margin-top: 17px;
  margin-top: 1.1rem;
}
@media only screen and (min-width: 60em) {
  .blizzard-posts .mask {
    margin-top: 0;
  }
}
.blizzard-posts .mask .holder {
  width: 4000px;
  width: 250rem;
  left: 0;
}
@media only screen and (min-width: 60em) {
  .blizzard-posts .mask .holder {
    position: absolute;
  }
}
.blizzard-posts .holder .set {
  display: inline-block;
  white-space: normal;
  float: left;
}
.tracked-blizzard-post {
  background: url("/hearthstone/static/images/bt-background.png") 0 0 no-repeat;
  width: 283px;
  height: 181px;
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 12px;
}
.tracked-blizzard-post:hover {
  text-decoration: none;
}
.tracked-blizzard-post .desc {
  color: #004e8a;
  padding: 35px 35px 0 35px;
  word-break: break-word;
  display: block;
  max-height: 112px;
  max-height: 7rem;
  overflow: hidden;
}
.tracked-blizzard-post .info {
  position: absolute;
  white-space: normal;
  top: 114px;
  font-size: 10px;
  left: 35px;
  color: #613916;
  width: 227px;
  line-height: 150%;
  margin-left: -5px;
}
.tracked-blizzard-post .employee-icon {
  float: left;
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.blizzard-posts .paging-arrow {
  background-image: url("/hearthstone/static/images/bt-arrows.png");
}
.blizzard-posts .paging-arrow.arrow-left {
  background-position: 0 0;
}
.blizzard-posts .paging-arrow.arrow-left:hover {
  background-position: 0 100%;
}
.blizzard-posts .paging-arrow.arrow-right {
  background-position: 100% 0;
}
.blizzard-posts .paging-arrow.arrow-right:hover {
  background-position: 100% 100%;
}
.blizzard-posts .paging-arrow {
  position: absolute;
  top: 146px;
  z-index: 3;
  width: 58px;
  height: 40px;
}
@media only screen and (max-width: 59.99em) {
  .blizzard-posts .paging-arrow {
    display: none !important;
  }
}
.blizzard-posts .paging-arrow.arrow-left {
  display: none;
  left: 10px;
}
.blizzard-posts .paging-arrow.arrow-right {
  display: none;
  right: 10px;
}
@media only screen and (min-width: 60em) {
  .blizzard-posts .paging-arrow.arrow-right {
    display: block;
  }
}
.blizzard-posts .mask-wrapper .mask-edge.mask-left {
  background-position: 0 0;
}
.blizzard-posts .mask-wrapper .mask-edge.mask-right {
  background-position: 100% 0;
}
.blizz-tracker .last-post-cell {
  display: none;
}
@media only screen and (min-width: 72.5em) {
  .blizz-tracker .last-post-cell {
    display: table-cell;
  }
}
.blizz-tracker .last-poster-column {
  padding-left: 0;
}
.blizz-tracker .content a {
  color: #000000;
  font-weight: bold;
}
.blizz-tracker .desc a {
  color: #666666;
}
.blizz-tracker .forum-actions-top .paging-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
/*
	
	FORUM STATION - Index of all forum topics.

*/
#station-content {
  max-width: 1024px;
  margin: auto;
}
.station-content-wrapper {
  padding: 0 16px;
  padding: 0 1rem;
}
@media only screen and (min-width: 40em) {
  .station-content-wrapper {
    padding: 0 32px;
    padding: 0 2rem;
  }
}
.forum-group {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.forum-group .header-2 {
  font-family: "Palatino Linotype", "Times", serif;
  background: transparent url("/hearthstone/static/images/forums/left-shadow.png") -15px 30px no-repeat;
  height: 35px;
  margin-bottom: 12px;
  margin-bottom: .75rem;
}
.child-forums {
  font-size: 0.1px;
}
@media only screen and (min-width: 40em) {
  .child-forums {
    text-align: justify;
  }
}
.child-forum {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
  margin-bottom: .25rem;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .child-forum {
    width: 49.75%;
  }
}
@media only screen and (min-width: 60em) {
  .child-forum {
    width: 33%;
  }
}
.child-forum .forum-link {
  font-size: 14px;
  font-size: .875rem;
  min-height: 128px;
  min-height: 8rem;
  padding: 16px;
  padding: 1rem;
  display: block;
  background-color: #dec79b;
  position: relative;
  background-color: rgba(116, 50, 0, 0.07);
  overflow: hidden;
}
@media only screen and (min-width: 40em) {
  .child-forum .forum-link {
    font-size: 12px;
    font-size: .75rem;
    max-height: 128px;
    max-height: 8rem;
  }
}
.child-forum .forum-link:hover {
  text-decoration: none;
  background-color: rgba(116, 50, 0, 0.07);
}
@media only screen and (min-width: 40em) {
  .child-forums .clear {
    display: inline-block;
    width: 100%;
  }
}
.forum-group .forum-icon {
  text-align: center;
  display: block;
}
@media only screen and (min-width: 40em) {
  .forum-group .forum-icon {
    text-align: left;
    position: absolute;
  }
}
.forum-group .forum-details {
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .forum-group .forum-details {
    *zoom: 1;
    text-align: left;
    display: block;
    padding-left: 48px;
    padding-left: 3rem;
    max-height: 96px;
    max-height: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .forum-group .forum-details:before,
  .forum-group .forum-details:after {
    content: " ";
    display: table;
    visibility: hidden;
    line-height: 0;
  }
  .forum-group .forum-details:after {
    clear: both;
  }
}
.forum-group .forum-title {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
@media only screen and (min-width: 40em) {
  .forum-group .forum-title {
    font-size: 14px;
    font-size: .875rem;
  }
}
.forum-group .forum-desc {
  color: #000000;
  display: block;
}
.forum-group .group-header {
  line-height: 30px;
  margin-top: 20px;
  padding: 0;
  background: url("/hearthstone/static/images/collapse-button.png") right 0 no-repeat;
  height: 35px;
  clear: both;
  display: block;
}
.forum-group .group-header:hover {
  background-position: right -72px;
}
.forum-group .group-header.collapsed {
  background-position: right -36px;
}
.forum-group .group-header.collapsed:hover {
  background-position: right -108px;
}
.forums-home .code-of-conduct {
  padding: 12px;
  padding: .75rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  background-color: #dec79b;
  background-color: rgba(116, 50, 0, 0.07);
  border-radius: 10px;
}
/*

Forum Topic Container

*/
.topics-wrapper {
  max-width: 1056px;
  max-width: 66rem;
  margin: auto;
}
.topics-wrapper .subheader-2,
.topic-header-wrapper .subheader-2 {
  font-size: 25px;
  font-size: 1.6rem;
  font-family: "Palatino Linotype", "Times", serif;
  color: #03345f;
  font-weight: bold;
  text-align: center;
  clear: both;
}
@media only screen and (min-width: 30em) {
  .topics-wrapper .subheader-2,
  .topic-header-wrapper .subheader-2 {
    text-align: left;
  }
}
@media only screen and (min-width: 40em) {
  .topics-wrapper .subheader-2,
  .topic-header-wrapper .subheader-2 {
    font-size: 32px;
    font-size: 2rem;
    clear: none;
  }
}
.create-button-wrapper {
  text-align: center;
  margin: 28px 0 16px;
  margin: 1.8rem 0 1rem;
  clear: both;
}
@media only screen and (min-width: 30em) {
  .create-button-wrapper {
    float: left;
    text-align: left;
  }
}
@media only screen and (min-width: 40em) {
  .create-button-wrapper {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 30em) {
  .forum-actions-bottom .create-button-wrapper {
    margin: 0;
    margin-top: -8px;
    margin-top: -0.5rem;
  }
}
@media only screen and (min-width: 60em) {
  .forum-actions-bottom .create-button-wrapper {
    margin-top: 0;
  }
}
.forum-actions {
  position: relative;
  padding: 16px 16px 0;
  padding: 1rem 1rem 0;
}
.forum-actions-bottom {
  background: transparent url("/hearthstone/static/images/search-bottom-bg.png") 50% top no-repeat;
  min-height: 56px;
  min-height: 3.5rem;
}
@media only screen and (min-width: 60em) {
  .forum-actions-bottom {
    background: transparent url("/hearthstone/static/images/layout/cms/bg-topic-list.png") 50% 0 no-repeat;
    -ms-background-position-x: 0;
  }
}
.forum-actions-bottom .actions-right {
  *zoom: 1;
}
.forum-actions-bottom .actions-right:before,
.forum-actions-bottom .actions-right:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.forum-actions-bottom .actions-right:after {
  clear: both;
}
.forum-actions-bottom .paging-wrapper,
.forum-actions-top .paging-wrapper {
  text-align: center;
}
@media only screen and (min-width: 30em) {
  .forum-actions-top .paging-wrapper {
    margin-top: 20px;
    margin-top: 1.3rem;
  }
}
@media only screen and (min-width: 40em) {
  .forum-actions-top .paging-wrapper {
    margin-top: 46px;
    margin-top: 2.9rem;
    float: none;
    position: absolute;
    right: 16px;
    right: 1rem;
  }
}
.view-forum .forum-actions-bottom .paging-wrapper {
  min-height: 24px;
  min-height: 1.5rem;
}
@media only screen and (min-width: 30em) {
  .paging-wrapper {
    position: absolute;
    right: 16px;
    right: 1rem;
    float: none;
  }
}
.ui-pagination {
  *zoom: 1;
  height: auto;
}
.ui-pagination:before,
.ui-pagination:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.ui-pagination:after {
  clear: both;
}
.ui-pagination li {
  float: none;
}
.ui-pagination li a:hover {
  text-decoration: none;
}
.pages-wrapper .ui-pagination li a {
  float: none;
  height: auto;
}
.pages-wrapper .ui-pagination li a span {
  font-size: inherit;
  height: auto;
  line-height: inherit;
}
@media only screen and (min-width: 40em) {
  .pages-wrapper {
    float: right;
    display: inline-block;
  }
}
.pages-wrapper .ui-pagination {
  margin: auto;
}
.pages-wrapper .ui-pagination a {
  background: none;
}
@media only screen and (max-width: 59.99em) {
  .pages-wrapper .ui-pagination a {
    padding: 0 4px;
    padding: 0 .25rem;
  }
}
.pages-wrapper .ui-pagination a span {
  background: none;
  padding: 0;
  color: inherit;
}
@media only screen and (min-width: 40em) {
  .inner-search-wrapper {
    margin-top: 8px;
    margin-top: .5rem;
    float: right;
  }
}
@media only screen and (min-width: 60em) {
  .inner-search-wrapper {
    float: right;
  }
}
.inner-search-form {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  min-width: 240px;
  min-width: 15rem;
}
.inner-search-form fieldset {
  padding: 0;
  border: none;
}
.inner-search-submit {
  display: none;
}
#inner-search-field {
  padding: 5px;
  color: #666666;
  width: 100%;
  border-radius: 5px;
  background-color: #f8f3e5;
  border: 1px solid #d1ba96;
}
.forum-topics {
  width: 100%;
  padding: 16px 0;
  padding: 1rem 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 60em) {
  .forum-topics {
    margin-bottom: 0;
  }
}
.forum-topics th {
  padding-top: 12px;
  padding-top: 0.8rem;
  padding-bottom: 4px;
  padding-bottom: 0.3rem;
  font-size: 9px;
  font-size: 0.6125rem;
  font-family: "Palatino Linotype", "Times", serif;
  font-weight: normal;
  text-transform: uppercase;
}
.forum-topics thead tr {
  height: 24px;
  height: 1.5rem;
  background: transparent url("/hearthstone/static/images/layout/cms/bg-topic-list-title.png") 50% 0 no-repeat;
  -ms-background-position-x: 0;
}
.forum-topics tbody td {
  padding-top: 12px;
  padding-top: .75rem;
  padding-bottom: 12px;
  padding-bottom: .75rem;
}
.forum-topics tbody tr {
  padding: 0 8px;
  padding: 0 .5rem;
}
@media only screen and (min-width: 60em) {
  .forum-topics tbody tr {
    background: transparent url("/hearthstone/static/images/layout/cms/bg-topic-list.png") 50% 0 no-repeat;
    -ms-background-position-x: 0;
  }
}
@media only screen and (max-width: 59.99em) {
  .forum-topics tbody tr:nth-child(odd) {
    background-color: rgba(116, 50, 0, 0.07);
  }
}
.forum-topics .icon-cell {
  position: relative;
  width: 48px;
  width: 3rem;
  vertical-align: top;
}
@media only screen and (min-width: 30em) {
  .forum-topics .icon-cell {
    width: 64px;
    width: 4rem;
  }
}
.forum-topics .topic-icon {
  background: url("/hearthstone/static/images/icons/forum-landing.png") 0 0 no-repeat;
  position: relative;
  z-index: 1;
  left: 8px;
  left: .5rem;
  display: block;
  width: 34px;
  height: 26px;
}
@media only screen and (min-width: 30em) {
  .forum-topics .topic-icon {
    left: 24px;
    left: 1.5rem;
  }
}
.forum-topics .employee-icon {
  position: absolute;
  z-index: 2;
  margin-left: 4px;
  margin-left: .25rem;
  top: -2px;
}
.topic-icon-wrapper {
  display: block;
  position: relative;
}
.topic-icon-wrapper .employee-icon {
  top: 15px;
  left: 0;
}
@media only screen and (min-width: 30em) {
  .topic-icon-wrapper .employee-icon {
    left: 15px;
  }
}
.author-wrapper {
  position: relative;
  top: 2px;
}
.author-wrapper .employee-icon {
  display: inline-block;
  position: relative;
}
.author-wrapper .author-name {
  max-width: 80px;
  max-width: 5rem;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 40em) {
  .author-wrapper .author-name {
    max-width: 80px;
    max-width: 5rem;
  }
}
.topic-title {
  font-family: "Open Sans Semibold", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  word-break: break-word;
  display: inline-block;
}
@media only screen and (min-width: 40em) {
  .topic-title {
    float: left;
  }
}
.locked .topic-title:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 2px;
  left: 3px;
  width: 12px;
  height: 16px;
  background: url("/hearthstone/static/images/icons/forum-landing.png") -68px 0 no-repeat;
}
.subject-column,
.title-cell {
  text-align: left;
  position: relative;
  padding-left: 8px;
  padding-left: .5rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.reply-column,
.reply-cell {
  text-align: center;
  padding-right: 16px;
  padding-right: 1rem;
}
@media only screen and (min-width: 30em) {
  .reply-column,
  .reply-cell {
    padding-right: 0;
  }
}
.view-column,
.view-cell {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 60em) {
  .view-column,
  .view-cell {
    display: table-cell;
  }
}
.last-post-time-cell,
.last-poster-column {
  display: none;
  text-align: left;
  padding-left: 32px;
  padding-left: 2rem;
}
@media only screen and (min-width: 72.5em) {
  .last-post-time-cell,
  .last-poster-column {
    display: table-cell;
  }
}
.last-post-author-cell {
  display: none;
}
@media only screen and (min-width: 72.5em) {
  .last-post-author-cell {
    display: table-cell;
    max-width: 176px;
    max-width: 11rem;
    text-overflow: ellipsis;
    text-align: right;
  }
}
.author-column,
.author-cell {
  display: none;
  position: relative;
  max-width: 112px;
  max-width: 7rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 40em) {
  .author-column,
  .author-cell {
    display: table-cell;
    text-align: left;
  }
}
.author-cell.last-post-cell {
  display: none;
}
@media only screen and (min-width: 72.5em) {
  .author-cell.last-post-cell {
    display: table-cell;
    text-align: right;
  }
}
.ui-tooltip {
  display: block !important;
  opacity: 0;
  margin-top: -16px;
  margin-top: -1rem;
  pointer-events: none;
  transition: opacity 0.3s ease-out, margin-top 0.2s ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.ui-tooltip.mouse,
.ui-tooltip.topLeft,
.ui-tooltip.topRight,
.ui-tooltip.topCenter {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  margin-top: 0;
}
.topic-tooltip .topic-detail {
  display: block;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  font-weight: bold;
  word-wrap: break-word;
  max-width: 288px;
  max-width: 18rem;
}
.topic-tooltip .created,
.topic-tooltip .info {
  display: block;
  font-size: 10px;
  font-size: .625rem;
  color: #957651;
}
.view-forum .body-bot {
  min-height: inherit;
}
.status-text {
  color: #e22c14;
}
.reply-cell,
.view-cell,
.last-post-time {
  color: #666666;
}
.last-post-cell .author-name {
  color: #000000;
}
.author-name.blizzard-post,
.last-post-link .author-name.blizzard-post {
  color: #0055ab;
}
.last-post-cell .author-wrapper {
  padding-right: 32px;
  padding-right: 2rem;
}
.last-post-link .author-name {
  color: #000000;
}
.forum-topics .read .topic-title {
  color: #666666;
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.forum-topics .read .topic-title:hover {
  color: #e22c14;
}
.ko-kr .forum-topics .read .topic-title {
  font-family: Dotum;
}
.forum-topics .read .topic-icon {
  background-position: -34px 0;
}
.last-read-page {
  display: inline-block;
  padding: 0 8px;
  padding: 0 .5rem;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .last-read-page {
    float: left;
    top: 4px;
    top: .25rem;
  }
}
.last-read-arrow {
  display: block;
  background: url("/hearthstone/static/images/icons/forum-landing.png") -82px 0px no-repeat;
  height: 10px;
  width: 6px;
}
/*

Topic entry page

*/
@media only screen and (min-width: 60em) {
  .view-topic .page-body {
    background: transparent url("/hearthstone/static/images/subpage-body-bg.png") 50% 0 no-repeat;
  }
}
.view-topic .topic-title {
  font-family: inherit;
  line-height: 1.1;
  color: #03345f;
  white-space: normal;
  max-width: 784px;
  max-width: 49rem;
}
.view-topic .topic-header .topic-status {
  display: block;
  clear: both;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 30em) {
  .view-topic .topic-header .topic-status {
    text-align: left;
    margin-bottom: 0;
  }
}
.forum-wrapper {
  max-width: 1056px;
  max-width: 66rem;
  margin: auto;
}
.topic-header-wrapper {
  padding: 0 16px;
  padding: 0 1rem;
}
@media only screen and (min-width: 40em) {
  .topic-header-wrapper {
    padding: 0 32px;
    padding: 0 2rem;
  }
}
.view-topic .forum-actions-top .reply-button-wrapper {
  display: none;
}
@media only screen and (min-width: 30em) {
  .view-topic .forum-actions-top .reply-button-wrapper {
    display: block;
    margin: 0;
    float: left;
    margin-top: 16px;
    margin-top: 1rem;
  }
}
.view-topic .reply-button-wrapper {
  margin: 16px 0;
  margin: 1rem 0;
}
@media only screen and (min-width: 30em) {
  .view-topic .forum-actions-top .ui-pagination {
    position: absolute;
    bottom: 0;
    right: 16px;
    right: 1rem;
  }
}
@media only screen and (min-width: 40em) {
  .view-topic .forum-actions-top .ui-pagination {
    right: 32px;
    right: 2rem;
  }
}
.view-topic .forum-actions-bottom .ui-pagination {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.topic-header-wrapper .topic-header {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 60em) {
  .topic-header-wrapper .topic-header {
    margin-top: 16px;
    margin-top: 1rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
.topic-header-wrapper .next-blizz-post {
  float: none;
  display: inline-block;
  margin-left: 16px;
  margin-left: 1rem;
  position: relative;
  top: 6px;
  top: .4rem;
}
.post-info .next-blizz-post {
  margin-top: 8px;
  margin-top: .5rem;
}
.topic-status-buttons {
  text-align: center;
}
@media only screen and (min-width: 30em) {
  .topic-status-buttons {
    float: left;
  }
}
@media only screen and (min-width: 40em) {
  .topic-status-buttons {
    float: right;
  }
}
.request-sticky {
  display: inline-block;
}
.topic-post {
  *zoom: 1;
  padding: 16px;
  padding: 1rem;
  position: relative;
  z-index: 2;
}
.topic-post:before,
.topic-post:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.topic-post:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  .topic-post {
    padding: 32px;
    padding: 2rem;
  }
}
@media only screen and (min-width: 56em) {
  .topic-post {
    min-height: 288px;
    min-height: 18rem;
  }
}
@media only screen and (min-width: 60em) {
  .topic-post {
    background: url("/hearthstone/static/images/layout/cms/bg-thread.png") 50% 0 no-repeat;
    padding: 32px 32px 16px;
    padding: 2rem 2rem 1rem;
    margin-bottom: -16px;
    margin-bottom: -1rem;
  }
}
.topic-post.blizzard {
  background: url("/hearthstone/static/images/layout/cms/bg-thread-blizzard.png") 0 -20px no-repeat;
}
@media only screen and (min-width: 60em) {
  .topic-post.blizzard {
    background: url("/hearthstone/static/images/layout/cms/bg-thread-blizzard.png") 50% 0 no-repeat;
  }
}
@media only screen and (max-width: 59.99em) {
  .topic-post:nth-child(odd) {
    background-color: rgba(116, 50, 0, 0.07);
  }
}
@media only screen and (min-width: 60em) {
  .topic-post.hidden {
    min-height: initial;
  }
}
@media only screen and (min-width: 60em) {
  .topic-post .post-options {
    position: absolute;
    bottom: 32px;
    bottom: 2rem;
    right: 32px;
    right: 2rem;
  }
}
.topic-post .button2 .icon-quote {
  background-position: -76px -38px !important;
  font-size: 0.1px;
  height: 15px;
  width: 16px;
  position: relative;
  top: -1px;
  padding: 0;
  background: url("/hearthstone/static/images/layout/cms/view-topic.gif") -76px -37px no-repeat;
  text-indent: -9999px;
  display: inline-block;
}
.forum-title {
  clear: both;
}
.bnet-username {
  position: relative;
}
.topic-post.blizzard .post-content,
.forum-title.admin-title {
  color: #004e8a;
}
.topic-post.mvp .post-content,
.forum-title.mvp-title {
  color: #038515;
}
.post-list {
  margin: 24px 0 32px;
  margin: 1.5rem 0 2rem;
  position: relative;
}
.post-list:before {
  content: '';
  width: 100%;
  position: absolute;
  top: -24px;
  top: -1.5rem;
  height: 24px;
  height: 1.5rem;
  background: transparent url("/hearthstone/static/images/layout/cms/bg-topic-list-title.png") 50% 0 no-repeat;
}
@media only screen and (min-width: 60em) {
  .post-list:before {
    display: none;
  }
}
.post-list:after {
  content: '';
  width: 100%;
  position: absolute;
  background: url("/hearthstone/static/images/home/divider-small.jpg") bottom center repeat-x;
  bottom: -16px;
  bottom: -1rem;
  height: 24px;
  height: 1.5rem;
}
@media only screen and (min-width: 60em) {
  .post-list:after {
    display: none;
  }
}
.forum-avatar {
  float: left;
}
.user-details {
  padding-left: 16px;
  padding-left: 1rem;
  float: left;
  max-width: 160px;
  max-width: 10rem;
}
.user-details .context-link {
  float: left;
  word-break: break-word;
  max-width: 144px;
  max-width: 9rem;
}
@media only screen and (min-width: 30em) {
  .user-details .context-link {
    max-width: none;
  }
}
@media only screen and (min-width: 56em) {
  .user-details .context-link {
    max-width: 144px;
    max-width: 9rem;
  }
}
@media only screen and (min-width: 56em) {
  .topic-post .post-character {
    position: absolute;
    top: 48px;
    top: 3rem;
    left: 32px;
    left: 2rem;
    max-width: 240px;
    max-width: 15rem;
  }
}
.topic-post .ui-context {
  left: -12px;
  left: -0.75rem;
  top: -9px;
  top: -0.6rem;
}
.topic-post .post-content {
  padding: 32px 0;
  padding: 2rem 0;
}
@media only screen and (min-width: 56em) {
  .topic-post .post-content {
    width: 100%;
    padding: 16px 0 32px;
    padding: 1rem 0 2rem;
    padding-left: 256px;
    padding-left: 16rem;
  }
}
.topic-post .post-detail {
  min-height: 48px;
  min-height: 3rem;
  word-wrap: break-word;
  font-size: 14px;
  font-size: .875rem;
}
@media only screen and (max-width: 59.99em) {
  .topic-post .post-detail {
    font-size: 15px;
    font-size: .9375rem;
  }
}
@media only screen and (min-width: 56em) {
  .topic-post .post-detail {
    max-width: 464px;
    max-width: 29rem;
  }
}
@media only screen and (min-width: 60em) {
  .topic-post .post-detail {
    max-width: 512px;
    max-width: 32rem;
  }
}
@media only screen and (min-width: 72.5em) {
  .topic-post .post-detail {
    max-width: 560px;
    max-width: 35rem;
  }
}
.topic-post .post-info-wrapper {
  position: absolute;
  top: 16px;
  top: 1rem;
  right: 16px;
  right: 1rem;
  text-align: right;
}
@media only screen and (min-width: 40em) {
  .topic-post .post-info-wrapper {
    top: 32px;
    top: 2rem;
    right: 32px;
    right: 2rem;
  }
}
.topic-post .post-options {
  text-align: right;
}
.reply-button-wrapper {
  text-align: center;
}
.bottom-reply-wrapper {
  margin: 32px 0;
  margin: 2rem 0;
}
.view-topic .forum-actions-bottom .ui-breadcrumb {
  position: absolute;
  top: -28px;
  top: -1.8rem;
}
@media only screen and (min-width: 60em) {
  .view-topic .forum-actions-bottom .ui-breadcrumb {
    top: 12px;
    top: 0.8rem;
  }
}
.forums .avatar-outer {
  border: 2px solid #f9eb63;
  border-image: linear-gradient(#f9eb63, #4c2e1a 80%, #ad7531) 1;
  box-shadow: 0 0 3px #4e3e25;
}
@media only screen and (min-width: 30em) {
  .forums .avatar-outer {
    border: none;
    border-image: none;
    background: url("/hearthstone/static/images/layout/cms/avatar-frame.png");
    width: 78px;
    height: 88px;
    box-shadow: none;
  }
}
.avatar-outer img {
  display: block;
}
@media only screen and (min-width: 30em) {
  .avatar-outer a {
    width: 64px;
    height: 64px;
    position: relative;
    top: 7px;
    left: 7px;
    overflow: hidden;
    display: block;
    background-color: #000000;
  }
}
.break-down {
  display: block;
}
.post-rating {
  font-size: 17px;
  font-size: 1.1rem;
}
.post-info-wrapper .date {
  color: #666666;
  font-size: 11px;
  font-size: .6875rem;
}
.forum-title,
.post-count {
  font-size: 11px;
}
.next-blizz-post {
  display: block;
  float: right;
  height: 24px;
  width: 48px;
  background: url("/hearthstone/static/images/layout/cms/next-blizz.gif") -2px -2px repeat;
}
.view-topic .forum-actions-top {
  *zoom: 1;
  position: relative;
  text-align: center;
}
.view-topic .forum-actions-top:before,
.view-topic .forum-actions-top:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.view-topic .forum-actions-top:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  .view-topic .forum-actions-top {
    padding: 0 32px;
    padding: 0 2rem;
  }
}
.view-topic .forum-actions-bottom {
  padding: 16px 0;
  padding: 1rem 0;
  text-align: center;
  height: 52px;
  height: 3.3rem;
  background: transparent url("/hearthstone/static/images/search-bottom-bg.png") 50% bottom no-repeat;
}
@media only screen and (min-width: 40em) {
  .view-topic .forum-actions-bottom {
    text-align: left;
  }
}
@media only screen and (max-width: 59.99em) {
  .view-topic .forum-actions-bottom.no-pagination {
    background: transparent;
    height: 0;
    min-height: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 40em) {
  .view-topic .forum-actions-bottom .actions-right {
    text-align: right;
  }
}
.report-violation {
  padding: 16px;
  padding: 1rem;
  background: url("/hearthstone/static/images/layout/cms/code-bg.gif") 0 0;
}
@media only screen and (min-width: 40em) {
  .report-violation {
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 40em) {
  .report-violation-inner {
    margin: auto;
    position: relative;
    max-width: 720px;
    max-width: 45rem;
  }
}
@media only screen and (min-width: 40em) {
  .report-violation-icon {
    position: absolute;
    left: 16px;
    left: 1rem;
    width: 67px;
    height: 60px;
    background: url("/hearthstone/static/images/layout/cms/view-topic.gif") 0 0 no-repeat;
  }
}
@media only screen and (min-width: 40em) {
  .report-violation-details {
    padding-left: 96px;
    padding-left: 6rem;
    max-width: 704px;
    max-width: 44rem;
  }
}
/* quoting posts */
.post-detail blockquote {
  border: 1px solid #bea671;
  border-bottom-width: 3px;
  margin: 16px 0 5px 25px;
  margin: 1rem 0 5px 25px;
  padding: 10px;
  border-radius: 5px;
}
.post-detail blockquote > ul {
  padding-left: 20px;
}
.post-detail blockquote div {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.post-detail blockquote .bml-quote-date {
  float: right;
  font-size: 11px;
}
.post-detail blockquote.quote-public {
  border-color: #4e3e25 !important;
  color: #000000 !important;
}
.post-detail blockquote.quote-public strong {
  color: #000000;
}
.post-detail blockquote.quote-public .underline {
  border-bottom: 1px solid #000000;
}
.post-detail blockquote.quote-public strong .underline,
.post-detail blockquote.quote-public .underline strong {
  border-bottom: 1px solid #a59677;
}
.post-detail blockquote.quote-public blockquote {
  color: #a59677;
  border-color: #4e3e25;
}
.post-detail blockquote.quote-blizzard {
  border-color: #bea671 !important;
  color: #0055ab !important;
}
.post-detail blockquote.quote-blizzard strong {
  color: #0055ab;
}
.post-detail blockquote.quote-blizzard strong .underline,
.post-detail blockquote.quote-blizzard .underline strong {
  border-bottom: 1px solid #0055ab;
}
.post-detail blockquote.quote-mvp {
  border-color: #038515 !important;
  border-bottom-color: #038515 !important;
  color: #038515 !important;
}
.post-detail blockquote.quote-mvp .underline {
  border-color: #038515;
}
.post-detail blockquote.quote-mvp strong {
  color: #038515;
}
.post-detail blockquote.quote-mvp strong .underline,
.post-detail blockquote.quote-mvp .underline strong {
  border-bottom: 1px solid #038515;
}
.hidden .post-interior {
  display: none;
}
.hidden-post-wrapper {
  display: none;
}
.hidden .hidden-post-wrapper {
  display: block;
}
.hidden-post-wrapper .post-character {
  display: table-cell;
  position: static;
}
@media only screen and (min-width: 30em) {
  .hidden-post-wrapper .post-character {
    position: absolute;
  }
}
@media only screen and (min-width: 40em) {
  .hidden-post-wrapper .post-character {
    top: 32px;
    top: 2rem;
  }
}
.hidden .user-details {
  padding-left: 0;
}
.hidden .post-content {
  padding-bottom: 0;
  padding-top: 16px;
  padding-top: 1rem;
}
@media only screen and (min-width: 30em) {
  .hidden .post-content {
    text-align: center;
    padding-top: 0;
  }
}
@media only screen and (min-width: 60em) {
  .hidden .post-content {
    text-align: left;
  }
}
.hidden .post-detail {
  min-height: 32px;
  min-height: 2rem;
}
.ui-overlay {
  width: 100%;
  max-width: 547px;
  color: #fff;
}
.ui-overlay:before {
  background-color: #e6d3a8;
  content: '';
  position: absolute;
  top: 64px;
  top: 4rem;
  left: 0;
  bottom: 240px;
  bottom: 15rem;
  right: 0;
}
.ui-overlay,
.overlay-close {
  background: url("/hearthstone/static/images/ui/overlay.png") 50% 50% no-repeat;
}
.ui-overlay .overlay-top {
  padding-top: 26px;
  position: relative;
  background: url("/hearthstone/static/images/ui/overlay-top.png") 50% 1px no-repeat;
}
.ui-overlay .overlay-bottom {
  padding-bottom: 223px;
  background-position: -548px 100%;
}
.ui-overlay .overlay-middle {
  padding: 0 60px 10px;
  text-align: center;
  color: #500a70;
  font-size: 22px;
  font-family: "Palatino Linotype", "Times", serif;
}
.ui-overlay .overlay-close {
  top: 27px;
  top: 1.7rem;
  right: 16px;
  right: 1rem;
  width: 31px;
  height: 29px;
  background-position: -174px -201px;
}
@media only screen and (min-width: 30em) {
  .ui-overlay .overlay-close {
    right: 27px;
    right: 1.7rem;
  }
}
.ui-overlay .overlay-close:hover {
  background-position: -218px -201px;
}
.posting-status-message {
  text-align: center;
  padding: 32px;
  padding: 2rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Palatino Linotype", "Times", serif;
}
.post-edited {
  margin-top: 16px;
  margin-top: 1rem;
}
.no-posts-found {
  text-align: center;
}
.ui-context .context .close {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  z-index: 10;
  padding: 16px;
  padding: 1rem;
  top: 0;
  right: 0;
  background-position: 0 -164px;
}
.ui-context .context .close:hover {
  background-position: 0 -188px;
}
.ui-context .context-user {
  max-width: 80px;
  max-width: 5rem;
}
.view-topic .post-detail ul {
  display: block;
  list-style-position: outside;
  padding: 0;
  margin: 0;
}
.view-topic .post-detail > ul {
  padding-left: 19px;
  padding-left: 1.2rem;
}
.view-topic .post-detail li {
  display: list-item;
  list-style-position: outside;
  margin-left: 16px;
  margin-left: 1rem;
  padding-left: 4px;
  padding-left: .25rem;
  list-style-type: disc;
  text-align: left;
}
.view-topic .post-detail li ul {
  padding-left: 20px;
}
.view-topic .post-detail li + ul {
  padding-left: 40px;
}
.view-topic .post-detail b,
.view-topic .post-detail strong {
  font-weight: bold;
}
.forums .rate-post-wrapper {
  position: relative;
  white-space: nowrap;
  margin-top: 4px;
  margin-top: .3rem;
  top: 0;
  float: left;
}
.forums .rate-post-wrapper.rate-post-login {
  visibility: visible !important;
  max-width: 160px;
  max-width: 10rem;
  white-space: normal;
  margin-top: 0;
}
.forums .rate-post-wrapper .rate-up {
  float: right;
  margin-left: 5px;
  color: #ffffff;
  visibility: visible !important;
  text-decoration: none;
}
.rate-post-wrapper .rate-up .button-left,
.rate-post-wrapper .rate-up .button-right {
  display: block;
  height: 27px;
  line-height: 27px;
  background: url("/hearthstone/static/images/layout/cms/icon-rating.png") no-repeat;
}
.rate-post-wrapper .rate-up .button-left {
  background-position: 0 -29px;
  padding-left: 23px;
}
.rate-post-wrapper .rate-up .button-right {
  background-position: 100% -118px;
  padding-right: 10px;
}
.rate-post-wrapper .rate-up:hover .button-left {
  background-position: 0 -59px;
}
.rate-post-wrapper .rate-up:hover .button-right {
  background-position: 100% -148px;
}
.rate-post-wrapper .downvote-wrapper {
  position: relative;
  float: right;
}
.rate-post-wrapper .rate-down {
  display: block;
  width: 44px;
  height: 27px;
  visibility: visible !important;
  background: url("/hearthstone/static/images/layout/cms/icon-rating.png") no-repeat;
}
.rate-post-wrapper .rate-down:hover {
  background-position: -44px 0;
}
.rate-post-wrapper .downvote-menu {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}
.rate-post-wrapper .downvote-menu .ui-dropdown {
  width: auto;
  min-width: 87px;
}
.rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper {
  border-radius: 5px;
  box-shadow: 0 0 3px #666666;
  width: auto;
  min-width: 87px;
  background-color: #f5e9c8;
  border: 1px solid #c29f68;
  font-family: "Open Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.ie6 .rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper {
  width: 117px;
  zoom: 1;
}
.rate-post-wrapper .downvote-menu a {
  padding: 5px 12px 0 10px;
  display: block;
  text-align: right;
}
.rate-post-wrapper .downvote-menu a:hover {
  text-decoration: underline;
}
.rate-post-wrapper .downvote-menu .report-comment {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #ddc79f;
  padding: 2px 0 7px 0;
  margin-top: 8px;
  background-color: #e5d5b5;
}
.rate-post-wrapper .downvote-menu .report-comment a {
  color: #e22c14;
  line-height: 17px;
}
.rate-post-wrapper .downvote-menu .report-comment a:hover {
  text-decoration: underline;
}
.rate-post-wrapper .downvote-menu .report-comment a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url("/hearthstone/static/images/layout/cms/view-topic.gif?v=2") -67px 0 no-repeat;
}
.rate-post-wrapper .downvote-menu .report-comment a:hover:before {
  opacity: 0.9;
}
.rate-post-wrapper.downvoted .rate-down,
.rate-post-wrapper.downvoted .rate-down:hover {
  background-position: -88px 0;
}
.rate-option {
  text-decoration: none;
}
.rate-post-wrapper.upvoted .rate-up .button-left,
.rate-post-wrapper.upvoted .rate-up:hover .button-left {
  background-position: 0 -89px;
}
.rate-post-wrapper.upvoted .rate-up .button-right,
.rate-post-wrapper.upvoted .rate-up:hover .button-right {
  background-position: 100% -178px;
  color: #6b4f3d;
  cursor: default;
  text-decoration: none;
}
.rating-label {
  display: none;
}
@media only screen and (min-width: 40em) {
  .rating-label {
    display: inline;
  }
}
.break-down .up {
  color: #038515;
  margin-right: .25em;
}
.break-down .up:before {
  content: '+';
}
.break-down .down {
  color: #a81a07;
  margin-left: .25em;
}
.break-down .down:before {
  content: '-';
}
.topic-form {
  padding: 16px;
  padding: 1rem;
  position: relative;
}
@media only screen and (min-width: 60em) {
  .topic-form {
    margin: 16px 0;
    margin: 1rem 0;
    background-color: rgba(116, 50, 0, 0.07);
    border-radius: 5px;
  }
}
.bml-toolbar {
  *zoom: 1;
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.bml-toolbar:before,
.bml-toolbar:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.bml-toolbar:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  .bml-toolbar {
    float: left;
    text-align: left;
    margin-bottom: 0;
  }
}
.bml-toolbar button {
  background: url("/hearthstone/static/images/icons/bml.gif");
}
.bml-url {
  display: none;
}
@media only screen and (min-width: 56em) {
  .topic-form .form-left-col {
    position: absolute;
    max-width: 224px;
    max-width: 14rem;
    top: 0;
    left: 32px;
    left: 2rem;
  }
}
.topic-form .form-left-col .form-title {
  margin: 16px 0;
  margin: 1rem 0;
  text-align: center;
}
.topic-form fieldset {
  border: none;
  padding: 0;
}
.post-editor {
  width: 100%;
  border: none;
  padding: 16px;
  padding: 1rem;
  border-radius: 5px;
  min-height: 224px;
  min-height: 14rem;
}
@media only screen and (max-width: 59.99em) {
  .post-editor {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 56em) {
  .post-editor {
    max-width: 592px;
    max-width: 37rem;
  }
}
.topic-form-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
@media only screen and (min-width: 56em) {
  .topic-form-wrapper {
    margin-top: 0;
    padding-left: 256px;
    padding-left: 16rem;
  }
}
.submit-post {
  margin: 16px auto;
  margin: 1rem auto;
}
@media only screen and (min-width: 56em) {
  .submit-post {
    max-width: 592px;
    max-width: 37rem;
    text-align: right;
    width: 100%;
    margin: 16px 0;
    margin: 1rem 0;
  }
}
.topic-form-controls {
  *zoom: 1;
  text-align: center;
  margin: 16px 0;
  margin: 1rem 0;
  font-size: .1px;
}
.topic-form-controls:before,
.topic-form-controls:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.topic-form-controls:after {
  clear: both;
}
@media only screen and (min-width: 40em) {
  .topic-form-controls {
    margin: 0;
    text-align: right;
  }
}
@media only screen and (min-width: 56em) {
  .topic-form-controls {
    max-width: 592px;
    max-width: 37rem;
  }
}
.control-button {
  font-family: "Palatino Linotype", "Times", serif;
  font-size: 14px;
  position: relative;
  color: #ffffff;
  background-color: #a0815d;
  border-radius: 5px;
  display: inline-block;
  width: 49.9%;
  text-align: center;
  border: 1px solid #d6c09a;
  padding: 4px 0;
  padding: .25rem 0;
  box-shadow: inset -1px 1px 0px 0px #c09a6f, inset 1px -1px 0px 0px #8c7151, 0 0 0 2px #c4ae89;
}
.control-button.selected {
  background-color: #725a37;
  cursor: default;
  color: #daac55;
  box-shadow: inset -1px 1px 0 0 #61452a, inset 1px -1px 0 0 #946b41, 0 0 0 2px #c4ae89;
}
.control-button:hover {
  text-decoration: none;
}
@media only screen and (min-width: 40em) {
  .control-button {
    max-width: 80px;
    max-width: 5rem;
    margin-left: 16px;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 40em) {
  .ru-ru .control-button {
    max-width: 128px;
    max-width: 8rem;
  }
}
.control-button.selected:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #a59677 transparent;
  display: block;
  width: 0;
  margin-left: -7px;
}
@media only screen and (min-width: 40em) {
  #post-edit {
    margin-top: -22px;
    margin-top: -1.4rem;
  }
}
#post-preview {
  padding: 16px;
  padding: 1rem;
  max-width: 592px;
  max-width: 37rem;
}
.topic-form-wrapper .post-detail {
  clear: both;
  min-height: 224px;
  min-height: 14rem;
  display: none;
}
@media only screen and (max-width: 59.99em) {
  .topic-form-wrapper .post-detail {
    font-size: 16px;
    font-size: 1rem;
  }
}
.underline {
  text-decoration: underline;
}
.topic-form.blizzard,
.topic-form.blizzard .post-editor {
  color: #004e8a;
}
.topic-form.blizzard .bml-toolbar .bml-url {
  display: inline-block;
}
.post-subject {
  display: block;
  clear: both;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  width: 100%;
}
@media only screen and (min-width: 56em) {
  .post-subject {
    max-width: 592px;
    max-width: 37rem;
  }
}
.post-detail pre,
.post-detail code {
  border: 1px solid #c29f68;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 8px 0;
  margin: .5rem 0;
  max-height: 1000px;
  max-height: 62.5rem;
  white-space: pre;
  display: block;
  border-radius: 5px;
  padding: 16px;
  padding: 1rem;
  overflow: auto;
  font-size: 16px;
  font-size: 1rem;
}
.topic-form-errors {
  text-align: center;
  color: #ff0000;
  font-weight: bold;
}
@media only screen and (min-width: 56em) {
  .topic-form-errors {
    text-align: left;
    padding-left: 256px;
    padding-left: 16rem;
  }
}
.no-battletag-wrapper {
  text-align: center;
  max-width: 384px;
  max-width: 24rem;
  margin: 0 auto;
}
@media only screen and (min-width: 56em) {
  .no-battletag-wrapper {
    text-align: left;
    margin: 0;
  }
}
.no-battletag-wrapper p {
  color: #ff0000;
  font-weight: bold;
}
.topic-moderator-options {
  margin: 16px 0 0;
  margin: 1rem 0 0;
  padding: 12px;
  padding: .75rem;
}
@media only screen and (min-width: 40em) {
  .topic-moderator-options {
    margin: 16px 32px 0;
    margin: 1rem 2rem 0;
  }
}
.create-topic .topic-moderator-options {
  text-align: left;
}
@media only screen and (min-width: 30em) {
  .create-topic .topic-moderator-options {
    margin: 0;
    padding: 0;
    max-width: 208px;
    max-width: 13rem;
  }
}
@media only screen and (min-width: 40em) {
  .create-topic .topic-moderator-options label {
    display: block;
  }
}
.create-topic .topic-moderator-options .form-inner {
  padding: 16px;
  padding: 1rem;
}
@media only screen and (min-width: 40em) {
  .create-topic #pollId {
    width: 100%;
  }
}
.topic-moderator-options.mod-details {
  margin: 0;
}
.mod-details .user-details {
  *zoom: 1;
  float: none;
  padding-left: 0;
}
.mod-details .user-details:before,
.mod-details .user-details:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.mod-details .user-details:after {
  clear: both;
}
.mod-details .user-email {
  display: inline;
}
.mod-details .user-email:after {
  content: '';
  display: block;
}
.mod-actions input {
  margin-right: 12px;
  margin-right: .75rem;
}
.mod-details .mod-actions {
  *zoom: 1;
  display: block;
}
.mod-details .mod-actions:before,
.mod-details .mod-actions:after {
  content: " ";
  display: table;
  visibility: hidden;
  line-height: 0;
}
.mod-details .mod-actions:after {
  clear: both;
}
.admin-icon:before {
  display: inline-block;
  content: "";
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  background: url("/hearthstone/static/images/icons/modactions.png") no-repeat;
}
.admin-icon.edit-post:before {
  background-position: -2px -92px;
}
.admin-icon.edit-post:before {
  background-position: -2px -92px;
}
.admin-icon.edit-post:hover:before {
  background-position: -2px -117px;
}
.admin-icon.delete-post:before {
  background-position: -2px -139px;
}
.admin-icon.delete-post:hover:before {
  background-position: -2px -164px;
}
.admin-icon.delete-post.disabled:before {
  background-position: -2px -300px;
  cursor: default;
}
.admin-icon.delete-post.disabled:hover:before {
  background-position: -2px -300px;
  cursor: default;
}
.admin-icon.freeze-post:before {
  background-position: -2px -326px;
}
.admin-icon.freeze-post:hover:before {
  background-position: -2px -349px;
}
.admin-icon.unfreeze-post:before {
  background-position: -4px -449px;
}
.admin-icon.unfreeze-post:hover:before {
  background-position: -4px -449px;
}
.admin-icon.hide-post:before {
  background-position: -3px -371px;
}
.admin-icon.hide-post:hover:before {
  background-position: -3px -409px;
}
.admin-icon.unhide-post:before {
  background-position: -3px -390px;
}
.admin-icon.unhide-post:hover:before {
  background-position: -3px -409px;
}
.admin-icon.hide-post.disabled:before {
  background-position: -3px -428px;
  cursor: default;
}
.admin-icon.hide-post.disabled:hover:before {
  background-position: -3px -428px;
  cursor: default;
}
.admin-icon.unhide-post.disabled:before {
  background-position: -3px -428px;
  cursor: default;
}
.admin-icon.unhide-post.disabled:hover:before {
  background-position: -3px -428px;
  cursor: default;
}
.admin-icon.more-options:before {
  background-position: 0 -184px;
}
.admin-icon.more-options.active:before,
.admin-icon.more-options:hover:before {
  background-position: 0 -209px;
}
.admin-icon.more-options.active {
  color: #FFF;
}
.admin-actions a {
  display: block;
}
.footer-mass-select {
  padding: 16px;
  padding: 1rem;
  margin: 16px 32px;
  margin: 1rem 2rem;
}
.footer-mass-select label {
  margin-right: 32px;
  margin-right: 2rem;
}
.topic-moderator-options .subheader-3 {
  margin-bottom: 12px;
  margin-bottom: .75rem;
}
.button-mod {
  margin: 4px;
  margin: .25rem;
}
.forum-mod-tools {
  background-color: #dec79b;
  padding: 16px;
  padding: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}
.forum-mod-tools .sort-options {
  margin: 8px 0;
  margin: .5rem 0;
}
.view-forum .forum-topics .forum-mod {
  display: none;
}
.mass-select-cell {
  padding-left: 16px;
  padding-left: 1rem;
}
.delete-selected-topics {
  margin-right: 8px;
  margin-right: .5rem;
}
.view-forum .forum-topics .featured-topics .reorder-stickies-cell .drag-handle:before {
  display: none;
}
.view-forum .forum-topics .featured-topics .reorder-stickies-cell .drag-handle:before,
.view-forum .forum-topics .regular-topics .reorder-stickies-cell .drag-handle:before {
  background: none;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.view-forum .forum-topics .reorder-stickies-cell {
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}
.view-forum .forum-topics .reorder-stickies-cell .drag-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  float: left;
  width: 64px;
  width: 4rem;
  height: 100%;
  cursor: ns-resize;
  z-index: 10;
}
@media only screen and (min-width: 40em) {
  .view-forum .forum-topics .reorder-stickies-cell .drag-handle {
    width: 32px;
    width: 2rem;
  }
}
.view-forum .forum-topics .reorder-stickies-cell .drag-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline;
  left: 4px;
  left: .25rem;
  width: 16px;
  width: 1rem;
  height: 22px;
  height: 1.4rem;
  margin-top: -11px;
  margin-top: -0.7rem;
  border-left: 3px dotted #333;
  background: url("/hearthstone/static/cms-overlay/images/layout/cms/move.png") no-repeat 0 50%;
}
.view-forum .forum-topics .ui-sortable-helper .forum-mod.reorder-stickies-cell .drag-handle {
  cursor: ns-resize;
}
.view-forum .forum-topics .sticky-remove .reorder-stickies-cell .drag-handle:before {
  background-image: url("/hearthstone/static/cms-overlay/images/layout/cms/sticky-remove.png");
  background-image: url("/hearthstone/static/cms-overlay/images/layout/cms/sticky-remove.png");
}
.view-forum .forum-topics .sticky-add .reorder-stickies-cell .drag-handle:before {
  background-image: url("/hearthstone/static/cms-overlay/images/layout/cms/sticky-add.png");
}
.view-forum .forum-topics .featured-topics .drag-handle {
  display: none;
}
.view-forum .forum-topics .regular-topics .drag-handle {
  background: transparent;
}
@media only screen and (min-width: 56em) {
  .view-topic .post-history-wrapper {
    margin-left: 256px;
    margin-left: 16rem;
    padding-left: 16px;
    padding-left: 1rem;
    max-width: 544px;
    max-width: 34rem;
  }
}
.mod-details .user-details {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.mod-details .mod-actions a {
  padding: 2px;
  padding: .15rem;
}
.view-topic .post-character .topic-moderator-options .user-email {
  color: #000000;
}
.view-topic .post-character .topic-moderator-options .user-email.permanent {
  color: #ff0000;
}
.view-topic .post-character .topic-moderator-options .user-email.suspension {
  color: yellow;
}
.topic-form input[type="text"] {
  border-radius: 5px;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 4px 16px;
  padding: .3rem 1rem;
}
.create-topic {
  padding: 0;
}
.create-topic .topic-form {
  margin: 0;
  padding: 0 16px;
  padding: 0 1rem;
}
@media only screen and (min-width: 40em) {
  .create-topic .topic-form-wrapper {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
}
#report-table {
  padding: 16px;
  padding: 1rem;
  position: relative;
}
@media only screen and (min-width: 60em) {
  #report-table {
    background-color: #dec79b;
  }
}
#report-reason {
  font-size: 16px;
  font-size: 1rem;
}
.report-detail {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 56em) {
  .report-detail {
    width: 100%;
    padding-left: 256px;
    padding-left: 16rem;
  }
}
@media only screen and (min-width: 56em) {
  .report-desc {
    position: absolute;
    left: 0;
    text-align: right;
    width: 256px;
    width: 16rem;
  }
}
@media only screen and (min-width: 56em) {
  .report-submit-wrapper {
    width: 100%;
    padding-left: 256px;
    padding-left: 16rem;
  }
}
.report-post .report-submit {
  margin-right: 16px;
  margin-right: 1rem;
}
.post-list .post-reported-icon {
  display: block;
  float: right;
  width: 21px;
  height: 20px;
  margin-left: 8px;
  margin-left: .5rem;
  background: url("/hearthstone/static/images/layout/cms/view-topic.gif") -67px -17px no-repeat;
}
.report-success {
  text-align: center;
  padding: 16px;
  padding: 1rem;
}
.report-success .header-3 {
  font-size: 21px;
  font-size: 1.3125rem;
}
.view-topic .poll {
  padding: 16px;
  padding: 1rem;
  max-width: 480px;
  max-width: 30rem;
  border-radius: 5px;
  margin: 16px;
  margin: 1rem;
  border: 1px solid #d4ba8c;
  box-shadow: 0 4px 0 #d4ba8c;
  box-shadow: 0 0.25rem 0 #d4ba8c;
}
.poll-interior .results table {
  width: 100%;
}
.result-bar {
  width: 70%;
}
.result-bar .result {
  background-color: #500a70;
  height: 16px;
  height: 1rem;
}
.poll.results-only .poll-actions {
  display: none;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.poll-interior .results {
  display: none;
  margin: 16px 0;
  margin: 1rem 0;
}
.poll .poll-options {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.poll .poll-option {
  display: block;
  margin: 4px 0;
  margin: .25rem 0;
}
.result-label {
  display: block;
}
@media only screen and (min-width: 40em) {
  .result-label {
    display: table-cell;
  }
}
.result-bar {
  display: block;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
@media only screen and (min-width: 40em) {
  .result-bar {
    display: table-cell;
  }
}
.ban-user #ban-table {
  color: #2e2e2e !important;
}
#post-revisions {
  color: #2e2e2e !important;
}
.page-body.ban-user thead {
  text-align: left;
}
#breakpoint {
  display: none !important;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width: 30em) {
  #breakpoint {
    z-index: 1;
  }
}
@media only screen and (min-width: 40em) {
  #breakpoint {
    z-index: 2;
  }
}
@media only screen and (min-width: 60em) {
  #breakpoint {
    z-index: 3;
  }
}
@media only screen and (min-width: 72.5em) {
  #breakpoint {
    z-index: 4;
  }
}
@media only screen and (min-width: 80em) {
  #breakpoint {
    z-index: 5;
  }
}

