@charset "UTF-8";
/**
 * Sprite utility definitions and mixins
 */
.icon-spacer {
  background-image: none !important; }

/**
 * Sprite helpers transform grid coordinates to background offset positions for a given grid size.
 *
 * @param col     (int) column number (from 0)
 * @param row     (int) row number (from 0)
 * @param size-x  (css dimension) sprite width, must specify units
 * @param size-y  (css dimension) sprite height, must specify units
 */
/**
 * All icons receive the styles of the `i` tag with a base class of `.icon-` and are then given a unique class to add
 * width, height, and background-position.
 *
 * @example <i class="icon-inbox"></i>.
 *
 * For the white version of the icons, just add the .icon-white class.

 * @example <i class="icon-inbox icon-white"></i>
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

:after, :before {
  box-sizing: border-box; }

html, body, div, span, object,
iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, em, img,
strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot,
thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 15px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Blizzard, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  color: white;
  background-color: #002a54; }
  body:lang(zh-CN) {
    font-family: Blizzard, Arial, Helvetica, 微软雅黑, Microsoft YaHei, Hei SC, sans-serif; }
    body:lang(zh-CN) p, body:lang(zh-CN) input, body:lang(zh-CN) textarea, body:lang(zh-CN) span, body:lang(zh-CN) div {
      letter-spacing: 0.1rem; }
    body:lang(zh-CN) h1, body:lang(zh-CN) h2, body:lang(zh-CN) h3, body:lang(zh-CN) h4, body:lang(zh-CN) h5, body:lang(zh-CN) h6 {
      letter-spacing: 0.2rem; }
  body:lang(zh-TW) {
    font-family: Blizzard, Arial, Helvetica, 微軟正黑, Microsoft JhengHei, Tei TC, sans-serif; }
  body:lang(ko) {
    font-family: Blizzard, Arial, Helvetica, 맑은\ 고딕, Malgun Gothic, 애플산돌고딕네오, AppleSDGothicNeo, 애플고딕, AppleGothic, 돋움, Dotum, sans-serif; }
  body:lang(ja) {
    font-family: Blizzard, Arial, Helvetica, メイリオ, Meiryo, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, sans-serif; }
  body:lang(th) {
    font-family: Blizzard, Tahoma, Arial, Helvetica, sans-serif; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0e86ca;
  text-decoration: none; }
  a:hover, a:focus {
    color: #82c5ff;
    text-decoration: none; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.st-img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.st-img-rounded {
  border-radius: 0; }

.st-img-thumbnail {
  padding: 4px;
  line-height: 1.2;
  background-color: #002a54;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.st-img-circle {
  border-radius: 50%; }

hr {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  border: 0;
  border-top: 1px solid #b3b3b3; }

.st-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.st-sr-only-focusable:active, .st-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.inline-group > .inline-item {
  display: inline-block; }

.inline-right {
  position: absolute;
  right: 0; }

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0; } }

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0; } }

.vbottom {
  vertical-align: bottom; }

.vcenter {
  vertical-align: middle; }

a {
  color: #0e86ca;
  text-decoration: none; }

a:hover,
a:focus {
  color: #82c5ff;
  text-decoration: none; }

a:visited {
  color: #82c5ff; }

/**
 * @fileOverview Instead of making every icon an extra request, we've compiled them into a sprite�a bunch of images in
 * one file that uses CSS to position the images with background-position.
 */
/**
 * $fileOverview Instead of making every icon an extra request, we've compiled them into a sprite�a bunch of images in
 * one file that uses CSS to position the images with background-position.
 */
/**
 * @fileOverview Instead of making every icon an extra request, we've compiled them into a sprite�a bunch of images in
 * one file that uses CSS to position the images with background-position.
 */
[class^="st-icon-"],
[class*=" st-icon-"] {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: opacity .2s; }

[class^="st-icon-16-"],
[class*=" st-icon-16-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
  width: 16px;
  height: 16px; }

[class^="st-icon-16-fullcolor"],
[class*=" st-icon-16-fullcolor"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-fullcolor.png"); }

[class^="st-icon-16-gray"],
[class*=" st-icon-16-gray"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-gray.png"); }

[class^="st-icon-16-green"],
[class*=" st-icon-16-green"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-green.png"); }

[class^="st-icon-16-hsorange"],
[class*=" st-icon-16-hsorange"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-hsorange.png"); }

[class^="st-icon-16-purple"],
[class*=" st-icon-16-purple"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-purple.png"); }

[class^="st-icon-16-red"],
[class*=" st-icon-16-red"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-red.png"); }

[class^="st-icon-16-sky"],
[class*=" st-icon-16-sky"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-sky.png"); }

[class^="st-icon-16-white"],
[class*=" st-icon-16-white"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-white.png"); }

[class^="st-icon-24-"],
[class*=" st-icon-24-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-blue.png");
  width: 24px;
  height: 24px; }

[class^="st-icon-24-fullcolor"],
[class*=" st-icon-24-fullcolor"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-fullcolor.png"); }

[class^="st-icon-24-gray"],
[class*=" st-icon-24-gray"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-gray.png"); }

[class^="st-icon-24-green"],
[class*=" st-icon-24-green"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-green.png"); }

[class^="st-icon-24-hsorange"],
[class*=" st-icon-24-hsorange"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-hsorange.png"); }

[class^="st-icon-24-purple"],
[class*=" st-icon-24-purple"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-purple.png"); }

[class^="st-icon-24-red"],
[class*=" st-icon-24-red"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-red.png"); }

[class^="st-icon-24-sky"],
[class*=" st-icon-24-sky"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-sky.png"); }

[class^="st-icon-24-white"],
[class*=" st-icon-24-white"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-white.png"); }

[class^="st-icon-32-"],
[class*=" st-icon-32-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-blue.png");
  width: 32px;
  height: 32px; }

[class^="st-icon-32-fullcolor"],
[class*=" st-icon-32-fullcolor"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-fullcolor.png"); }

[class^="st-icon-32-gray"],
[class*=" st-icon-32-gray"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-gray.png"); }

[class^="st-icon-32-green"],
[class*=" st-icon-32-green"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-green.png"); }

[class^="st-icon-32-hsorange"],
[class*=" st-icon-32-hsorange"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-hsorange.png"); }

[class^="st-icon-32-purple"],
[class*=" st-icon-32-purple"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-purple.png"); }

[class^="st-icon-32-red"],
[class*=" st-icon-32-red"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-red.png"); }

[class^="st-icon-32-sky"],
[class*=" st-icon-32-sky"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-sky.png"); }

[class^="st-icon-32-white"],
[class*=" st-icon-32-white"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-white.png"); }

[class^="st-icon-48-"],
[class*=" st-icon-48-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-blue.png");
  width: 48px;
  height: 48px; }

[class^="st-icon-48-fullcolor"],
[class*=" st-icon-48-fullcolor"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-fullcolor.png"); }

[class^="st-icon-48-gray"],
[class*=" st-icon-48-gray"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-gray.png"); }

[class^="st-icon-48-green"],
[class*=" st-icon-48-green"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-green.png"); }

[class^="st-icon-48-hsorange"],
[class*=" st-icon-48-hsorange"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-hsorange.png"); }

[class^="st-icon-48-purple"],
[class*=" st-icon-48-purple"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-purple.png"); }

[class^="st-icon-48-red"],
[class*=" st-icon-48-red"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-red.png"); }

[class^="st-icon-48-sky"],
[class*=" st-icon-48-sky"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-sky.png"); }

[class^="st-icon-48-white"],
[class*=" st-icon-48-white"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-white.png"); }

[class^="st-icon-64-"],
[class*=" st-icon-64-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-blue.png");
  width: 64px;
  height: 64px; }

[class^="st-icon-64-fullcolor"],
[class*=" st-icon-64-fullcolor"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-fullcolor.png"); }

[class^="st-icon-64-gray"],
[class*=" st-icon-64-gray"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-gray.png"); }

[class^="st-icon-64-green"],
[class*=" st-icon-64-green"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-green.png"); }

[class^="st-icon-64-hsorange"],
[class*=" st-icon-64-hsorange"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-hsorange.png"); }

[class^="st-icon-64-purple"],
[class*=" st-icon-64-purple"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-purple.png"); }

[class^="st-icon-64-red"],
[class*=" st-icon-64-red"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-red.png"); }

[class^="st-icon-64-sky"],
[class*=" st-icon-64-sky"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-sky.png"); }

[class^="st-icon-64-white"],
[class*=" st-icon-64-white"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-white.png"); }

[class^="st-icon-128-"],
[class*=" st-icon-128-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-blue.png");
  width: 128px;
  height: 128px; }

[class^="st-icon-128-fullcolor"],
[class*=" st-icon-128-fullcolor"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-fullcolor.png"); }

[class^="st-icon-128-gray"],
[class*=" st-icon-128-gray"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-gray.png"); }

[class^="st-icon-128-green"],
[class*=" st-icon-128-green"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-green.png"); }

[class^="st-icon-128-hsorange"],
[class*=" st-icon-128-hsorange"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-hsorange.png"); }

[class^="st-icon-128-purple"],
[class*=" st-icon-128-purple"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-purple.png"); }

[class^="st-icon-128-red"],
[class*=" st-icon-128-red"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-red.png"); }

[class^="st-icon-128-sky"],
[class*=" st-icon-128-sky"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-sky.png"); }

[class^="st-icon-128-white"],
[class*=" st-icon-128-white"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-white.png"); }

.st-icon-16-placeholder {
  background-position: 0px 0px; }

.st-icon-16-ban-circle {
  background-position: -16px 0px; }

.st-icon-16-time {
  background-position: -32px 0px; }

.st-icon-16-add-time {
  background-position: -48px 0px; }

.st-icon-16-question-circle {
  background-position: -64px 0px; }

.st-icon-16-balance {
  background-position: -80px 0px; }

.st-icon-16-remove-circle {
  background-position: -96px 0px; }

.st-icon-16-mouse {
  background-position: -112px 0px; }

.st-icon-16-mouse-delete {
  background-position: -128px 0px; }

.st-icon-16-envelope {
  background-position: -144px 0px; }

.st-icon-16-open-envelope {
  background-position: 0px -16px; }

.st-icon-16-home {
  background-position: -16px -16px; }

.st-icon-16-play {
  background-position: -32px -16px; }

.st-icon-16-pause {
  background-position: -48px -16px; }

.st-icon-16-file {
  background-position: -64px -16px; }

.st-icon-16-search {
  background-position: -80px -16px; }

.st-icon-16-edit {
  background-position: -96px -16px; }

.st-icon-16-shopping-cart {
  background-position: -112px -16px; }

.st-icon-16-download-alt {
  background-position: -128px -16px; }

.st-icon-16-achievement {
  background-position: -144px -16px; }

.st-icon-16-heart {
  background-position: 0px -32px; }

.st-icon-16-heart-broken {
  background-position: -16px -32px; }

.st-icon-16-comment {
  background-position: -32px -32px; }

.st-icon-16-gavel {
  background-position: -48px -32px; }

.st-icon-16-broadcast {
  background-position: -64px -32px; }

.st-icon-16-service {
  background-position: -80px -32px; }

.st-icon-16-headphones-alt {
  background-position: -96px -32px; }

.st-icon-16-user {
  background-position: -112px -32px; }

.st-icon-16-flask {
  background-position: -128px -32px; }

.st-icon-16-chevron-left {
  background-position: -144px -32px; }

.st-icon-16-chevron-right {
  background-position: 0px -48px; }

.st-icon-16-share {
  background-position: -16px -48px; }

.st-icon-16-bookmarks {
  background-position: -32px -48px; }

.st-icon-16-cog {
  background-position: -48px -48px; }

.st-icon-16-mobile {
  background-position: -64px -48px; }

.st-icon-16-download-square {
  background-position: -80px -48px; }

.st-icon-16-upload {
  background-position: -96px -48px; }

.st-icon-16-group {
  background-position: -112px -48px; }

.st-icon-16-crown {
  background-position: -128px -48px; }

.st-icon-16-globe-alt {
  background-position: -144px -48px; }

.st-icon-16-series {
  background-position: 0px -64px; }

.st-icon-16-paw {
  background-position: -16px -64px; }

.st-icon-16-trash {
  background-position: -32px -64px; }

.st-icon-16-windows {
  background-position: -48px -64px; }

.st-icon-16-apple {
  background-position: -64px -64px; }

.st-icon-16-gift {
  background-position: -80px -64px; }

.st-icon-16-refresh {
  background-position: -96px -64px; }

.st-icon-16-reset {
  background-position: -112px -64px; }

.st-icon-16-check {
  background-position: -128px -64px; }

.st-icon-16-external-link {
  background-position: -144px -64px; }

.st-icon-16-character {
  background-position: 0px -80px; }

.st-icon-16-character-add {
  background-position: -16px -80px; }

.st-icon-16-character-search {
  background-position: -32px -80px; }

.st-icon-16-character-remove {
  background-position: -48px -80px; }

.st-icon-16-character-cog {
  background-position: -64px -80px; }

.st-icon-16-download-alt-cog {
  background-position: -80px -80px; }

.st-icon-16-download-alt-search {
  background-position: -96px -80px; }

.st-icon-16-lock {
  background-position: -112px -80px; }

.st-icon-16-warning-sign {
  background-position: -128px -80px; }

.st-icon-16-ok {
  background-position: -144px -80px; }

.st-icon-16-speaker {
  background-position: 0px -96px; }

.st-icon-16-wow {
  background-position: -16px -96px; }

.st-icon-16-warcraft {
  background-position: -32px -96px; }

.st-icon-16-starcraft {
  background-position: -48px -96px; }

.st-icon-16-starcraft-2 {
  background-position: -64px -96px; }

.st-icon-16-diablo-3 {
  background-position: -80px -96px; }

.st-icon-16-battlenet {
  background-position: -96px -96px; }

.st-icon-16-remove {
  background-position: -112px -96px; }

.st-icon-16-repeat {
  background-position: -128px -96px; }

.st-icon-16-dropdown {
  background-position: -144px -96px; }

.st-icon-16-shortcut {
  background-position: 0px -112px; }

.st-icon-16-wrench {
  background-position: -16px -112px; }

.st-icon-16-plus {
  background-position: -32px -112px; }

.st-icon-16-fullscreen {
  background-position: -48px -112px; }

.st-icon-16-glass {
  background-position: -64px -112px; }

.st-icon-16-music-alt {
  background-position: -80px -112px; }

.st-icon-16-music {
  background-position: -96px -112px; }

.st-icon-16-star-empty {
  background-position: -112px -112px; }

.st-icon-16-star {
  background-position: -128px -112px; }

.st-icon-16-film {
  background-position: -144px -112px; }

.st-icon-16-th-large {
  background-position: 0px -128px; }

.st-icon-16-th {
  background-position: -16px -128px; }

.st-icon-16-th-list {
  background-position: -32px -128px; }

.st-icon-16-zoom-in {
  background-position: -48px -128px; }

.st-icon-16-zoom-out {
  background-position: -64px -128px; }

.st-icon-16-off {
  background-position: -80px -128px; }

.st-icon-16-signal {
  background-position: -96px -128px; }

.st-icon-16-road {
  background-position: -112px -128px; }

.st-icon-16-upload-square {
  background-position: -128px -128px; }

.st-icon-16-download {
  background-position: -144px -128px; }

.st-icon-16-inbox {
  background-position: 0px -144px; }

.st-icon-16-play-circle {
  background-position: -16px -144px; }

.st-icon-16-list-alt {
  background-position: -32px -144px; }

.st-icon-16-flag {
  background-position: -48px -144px; }

.st-icon-16-headphones {
  background-position: -64px -144px; }

.st-icon-16-volume {
  background-position: -80px -144px; }

.st-icon-16-volume-off {
  background-position: -96px -144px; }

.st-icon-16-volume-down {
  background-position: -112px -144px; }

.st-icon-16-volume-up {
  background-position: -128px -144px; }

.st-icon-16-qrcode {
  background-position: -144px -144px; }

.st-icon-16-barcode {
  background-position: 0px -160px; }

.st-icon-16-tag {
  background-position: -16px -160px; }

.st-icon-16-tags {
  background-position: -32px -160px; }

.st-icon-16-book {
  background-position: -48px -160px; }

.st-icon-16-bookmark {
  background-position: -64px -160px; }

.st-icon-16-print {
  background-position: -80px -160px; }

.st-icon-16-camera {
  background-position: -96px -160px; }

.st-icon-16-font {
  background-position: -112px -160px; }

.st-icon-16-bold {
  background-position: -128px -160px; }

.st-icon-16-italic {
  background-position: -144px -160px; }

.st-icon-16-text-height {
  background-position: 0px -176px; }

.st-icon-16-text-width {
  background-position: -16px -176px; }

.st-icon-16-align-left {
  background-position: -32px -176px; }

.st-icon-16-align-center {
  background-position: -48px -176px; }

.st-icon-16-align-right {
  background-position: -64px -176px; }

.st-icon-16-align-justify {
  background-position: -80px -176px; }

.st-icon-16-list {
  background-position: -96px -176px; }

.st-icon-16-indent-left {
  background-position: -112px -176px; }

.st-icon-16-indent-right {
  background-position: -128px -176px; }

.st-icon-16-facetime-video {
  background-position: -144px -176px; }

.st-icon-16-picture {
  background-position: 0px -192px; }

.st-icon-16-pencil {
  background-position: -16px -192px; }

.st-icon-16-map-marker {
  background-position: -32px -192px; }

.st-icon-16-adjust {
  background-position: -48px -192px; }

.st-icon-16-tint {
  background-position: -64px -192px; }

.st-icon-16-move {
  background-position: -80px -192px; }

.st-icon-16-step-backward {
  background-position: -96px -192px; }

.st-icon-16-fast-backward {
  background-position: -112px -192px; }

.st-icon-16-backward {
  background-position: -128px -192px; }

.st-icon-16-step-forward {
  background-position: -144px -192px; }

.st-icon-16-fast-forward {
  background-position: 0px -208px; }

.st-icon-16-forward {
  background-position: -16px -208px; }

.st-icon-16-eject {
  background-position: -32px -208px; }

.st-icon-16-square {
  background-position: -48px -208px; }

.st-icon-16-plus-circle {
  background-position: -64px -208px; }

.st-icon-16-minus-circle {
  background-position: -80px -208px; }

.st-icon-16-plus-sign {
  background-position: -96px -208px; }

.st-icon-16-minus-sign {
  background-position: -112px -208px; }

.st-icon-16-remove-sign {
  background-position: -128px -208px; }

.st-icon-16-ok-circle {
  background-position: -144px -208px; }

.st-icon-16-ok-sign {
  background-position: 0px -224px; }

.st-icon-16-minus {
  background-position: -16px -224px; }

.st-icon-16-info-circle {
  background-position: -32px -224px; }

.st-icon-16-info-sign {
  background-position: -48px -224px; }

.st-icon-16-question-sign {
  background-position: -64px -224px; }

.st-icon-16-screenshot {
  background-position: -80px -224px; }

.st-icon-16-arrow-right {
  background-position: -96px -224px; }

.st-icon-16-arrow-left {
  background-position: -112px -224px; }

.st-icon-16-arrow-up {
  background-position: -128px -224px; }

.st-icon-16-arrow-down {
  background-position: -144px -224px; }

.st-icon-16-share-alt {
  background-position: 0px -240px; }

.st-icon-16-resize-full {
  background-position: -16px -240px; }

.st-icon-16-resize-small {
  background-position: -32px -240px; }

.st-icon-16-asterisk {
  background-position: -48px -240px; }

.st-icon-16-exclamation-circle {
  background-position: -64px -240px; }

.st-icon-16-exclamation-sign {
  background-position: -80px -240px; }

.st-icon-16-leaf {
  background-position: -96px -240px; }

.st-icon-16-fire {
  background-position: -112px -240px; }

.st-icon-16-eye-open {
  background-position: -128px -240px; }

.st-icon-16-eye-close {
  background-position: -144px -240px; }

.st-icon-16-plane {
  background-position: 0px -256px; }

.st-icon-16-calendar {
  background-position: -16px -256px; }

.st-icon-16-random {
  background-position: -32px -256px; }

.st-icon-16-magnet {
  background-position: -48px -256px; }

.st-icon-16-chevron-down {
  background-position: -64px -256px; }

.st-icon-16-chevron-up {
  background-position: -80px -256px; }

.st-icon-16-folder-close {
  background-position: -96px -256px; }

.st-icon-16-folder-open {
  background-position: -112px -256px; }

.st-icon-16-resize-vertical {
  background-position: -128px -256px; }

.st-icon-16-resize-horizontal {
  background-position: -144px -256px; }

.st-icon-16-hdd {
  background-position: 0px -272px; }

.st-icon-16-bullhorn {
  background-position: -16px -272px; }

.st-icon-16-bell {
  background-position: -32px -272px; }

.st-icon-16-certificate-empty {
  background-position: -48px -272px; }

.st-icon-16-certificate {
  background-position: -64px -272px; }

.st-icon-16-thumbs-up {
  background-position: -80px -272px; }

.st-icon-16-thumbs-down {
  background-position: -96px -272px; }

.st-icon-16-hand-right {
  background-position: -112px -272px; }

.st-icon-16-hand-left {
  background-position: -128px -272px; }

.st-icon-16-hand-up {
  background-position: -144px -272px; }

.st-icon-16-hand-down {
  background-position: 0px -288px; }

.st-icon-16-arrow-right-square {
  background-position: -16px -288px; }

.st-icon-16-arrow-left-square {
  background-position: -32px -288px; }

.st-icon-16-arrow-right-circle {
  background-position: -48px -288px; }

.st-icon-16-arrow-left-circle {
  background-position: -64px -288px; }

.st-icon-16-globe {
  background-position: -80px -288px; }

.st-icon-16-tasks {
  background-position: -96px -288px; }

.st-icon-16-filter {
  background-position: -112px -288px; }

.st-icon-16-briefcase {
  background-position: -128px -288px; }

.st-icon-16-underline {
  background-position: -144px -288px; }

.st-icon-16-sort {
  background-position: 0px -304px; }

.st-icon-16-sort-descending {
  background-position: -16px -304px; }

.st-icon-16-sort-ascending {
  background-position: -32px -304px; }

.st-icon-16-sort-disabled {
  background-position: -48px -304px; }

.st-icon-16-arrow-down-solid {
  background-position: -64px -304px; }

.st-icon-16-arrow-up-solid {
  background-position: -80px -304px; }

.st-icon-16-arrow-left-solid {
  background-position: -96px -304px; }

.st-icon-16-arrow-right-solid {
  background-position: -112px -304px; }

.st-icon-16-0-sign {
  background-position: -128px -304px; }

.st-icon-16-1-sign {
  background-position: -144px -304px; }

.st-icon-16-2-sign {
  background-position: 0px -320px; }

.st-icon-16-3-sign {
  background-position: -16px -320px; }

.st-icon-16-4-sign {
  background-position: -32px -320px; }

.st-icon-16-5-sign {
  background-position: -48px -320px; }

.st-icon-16-6-sign {
  background-position: -64px -320px; }

.st-icon-16-7-sign {
  background-position: -80px -320px; }

.st-icon-16-8-sign {
  background-position: -96px -320px; }

.st-icon-16-9-sign {
  background-position: -112px -320px; }

.st-icon-16-secure {
  background-position: -128px -320px; }

.st-icon-16-not-secure {
  background-position: -144px -320px; }

.st-icon-16-add-wow {
  background-position: 0px -336px; }

.st-icon-16-add-warcraft {
  background-position: -16px -336px; }

.st-icon-16-add-starcraft {
  background-position: -32px -336px; }

.st-icon-16-add-starcraft-2 {
  background-position: -48px -336px; }

.st-icon-16-add-diablo-3 {
  background-position: -64px -336px; }

.st-icon-16-add-battlenet {
  background-position: -80px -336px; }

.st-icon-16-free-game-services {
  background-position: -96px -336px; }

.st-icon-16-character-services {
  background-position: -112px -336px; }

.st-icon-16-facebook {
  background-position: -128px -336px; }

.st-icon-16-twitter {
  background-position: -144px -336px; }

.st-icon-16-hearthstone {
  background-position: 0px -352px; }

.st-icon-16-add-hearthstone {
  background-position: -16px -352px; }

.st-icon-16-heroes {
  background-position: -32px -352px; }

.st-icon-16-add-heroes {
  background-position: -48px -352px; }

.st-icon-16-friends-wow {
  background-position: -64px -352px; }

.st-icon-16-friends-warcraft {
  background-position: -80px -352px; }

.st-icon-16-friends-starcraft {
  background-position: -96px -352px; }

.st-icon-16-friends-starcraft-2 {
  background-position: -112px -352px; }

.st-icon-16-friends-diablo-3 {
  background-position: -128px -352px; }

.st-icon-16-friends-battlenet {
  background-position: -144px -352px; }

.st-icon-16-friends-hearthstone {
  background-position: 0px -368px; }

.st-icon-16-friends-heroes {
  background-position: -16px -368px; }

.st-icon-16-news-wow {
  background-position: -32px -368px; }

.st-icon-16-news-warcraft {
  background-position: -48px -368px; }

.st-icon-16-news-starcraft {
  background-position: -64px -368px; }

.st-icon-16-news-starcraft-2 {
  background-position: -80px -368px; }

.st-icon-16-news-diablo-3 {
  background-position: -96px -368px; }

.st-icon-16-news-battlenet {
  background-position: -112px -368px; }

.st-icon-16-news-hearthstone {
  background-position: -128px -368px; }

.st-icon-16-news-heroes {
  background-position: -144px -368px; }

.st-icon-16-git {
  background-position: 0px -384px; }

.st-icon-16-bootstrap {
  background-position: -16px -384px; }

.st-icon-16-maven {
  background-position: -32px -384px; }

.st-icon-16-twitch {
  background-position: -48px -384px; }

.st-icon-16-youtube {
  background-position: -64px -384px; }

.st-icon-16-popout {
  background-position: -80px -384px; }

.st-icon-16-share-opts {
  background-position: -96px -384px; }

.st-icon-16-logout {
  background-position: -112px -384px; }

.st-icon-16-signup {
  background-position: -128px -384px; }

.st-icon-16-queue {
  background-position: -144px -384px; }

.st-icon-16-maintenance {
  background-position: 0px -400px; }

.st-icon-16-security {
  background-position: -16px -400px; }

.st-icon-16-authenticator-unknown {
  background-position: -32px -400px; }

.st-icon-16-authenticator-present {
  background-position: -48px -400px; }

.st-icon-16-account-forgot {
  background-position: -64px -400px; }

.st-icon-16-account-locked {
  background-position: -80px -400px; }

.st-icon-16-email-forgot {
  background-position: -96px -400px; }

.st-icon-16-remove-authenticator {
  background-position: -112px -400px; }

.st-icon-16-authenticator-mobile {
  background-position: -128px -400px; }

.st-icon-16-ipin {
  background-position: -144px -400px; }

.st-icon-16-overwatch {
  background-position: 0px -416px; }

.st-icon-16-add-overwatch {
  background-position: -16px -416px; }

.st-icon-16-friends-overwatch {
  background-position: -32px -416px; }

.st-icon-16-news-overwatch {
  background-position: -48px -416px; }

.st-icon-24-placeholder {
  background-position: 0px 0px; }

.st-icon-24-ban-circle {
  background-position: -24px 0px; }

.st-icon-24-time {
  background-position: -48px 0px; }

.st-icon-24-add-time {
  background-position: -72px 0px; }

.st-icon-24-question-circle {
  background-position: -96px 0px; }

.st-icon-24-balance {
  background-position: -120px 0px; }

.st-icon-24-remove-circle {
  background-position: -144px 0px; }

.st-icon-24-mouse {
  background-position: -168px 0px; }

.st-icon-24-mouse-delete {
  background-position: -192px 0px; }

.st-icon-24-envelope {
  background-position: -216px 0px; }

.st-icon-24-open-envelope {
  background-position: 0px -24px; }

.st-icon-24-home {
  background-position: -24px -24px; }

.st-icon-24-play {
  background-position: -48px -24px; }

.st-icon-24-pause {
  background-position: -72px -24px; }

.st-icon-24-file {
  background-position: -96px -24px; }

.st-icon-24-search {
  background-position: -120px -24px; }

.st-icon-24-edit {
  background-position: -144px -24px; }

.st-icon-24-shopping-cart {
  background-position: -168px -24px; }

.st-icon-24-download-alt {
  background-position: -192px -24px; }

.st-icon-24-achievement {
  background-position: -216px -24px; }

.st-icon-24-heart {
  background-position: 0px -48px; }

.st-icon-24-heart-broken {
  background-position: -24px -48px; }

.st-icon-24-comment {
  background-position: -48px -48px; }

.st-icon-24-gavel {
  background-position: -72px -48px; }

.st-icon-24-broadcast {
  background-position: -96px -48px; }

.st-icon-24-service {
  background-position: -120px -48px; }

.st-icon-24-headphones-alt {
  background-position: -144px -48px; }

.st-icon-24-user {
  background-position: -168px -48px; }

.st-icon-24-flask {
  background-position: -192px -48px; }

.st-icon-24-chevron-left {
  background-position: -216px -48px; }

.st-icon-24-chevron-right {
  background-position: 0px -72px; }

.st-icon-24-share {
  background-position: -24px -72px; }

.st-icon-24-bookmarks {
  background-position: -48px -72px; }

.st-icon-24-cog {
  background-position: -72px -72px; }

.st-icon-24-mobile {
  background-position: -96px -72px; }

.st-icon-24-download-square {
  background-position: -120px -72px; }

.st-icon-24-upload {
  background-position: -144px -72px; }

.st-icon-24-group {
  background-position: -168px -72px; }

.st-icon-24-crown {
  background-position: -192px -72px; }

.st-icon-24-globe-alt {
  background-position: -216px -72px; }

.st-icon-24-series {
  background-position: 0px -96px; }

.st-icon-24-paw {
  background-position: -24px -96px; }

.st-icon-24-trash {
  background-position: -48px -96px; }

.st-icon-24-windows {
  background-position: -72px -96px; }

.st-icon-24-apple {
  background-position: -96px -96px; }

.st-icon-24-gift {
  background-position: -120px -96px; }

.st-icon-24-refresh {
  background-position: -144px -96px; }

.st-icon-24-reset {
  background-position: -168px -96px; }

.st-icon-24-check {
  background-position: -192px -96px; }

.st-icon-24-external-link {
  background-position: -216px -96px; }

.st-icon-24-character {
  background-position: 0px -120px; }

.st-icon-24-character-add {
  background-position: -24px -120px; }

.st-icon-24-character-search {
  background-position: -48px -120px; }

.st-icon-24-character-remove {
  background-position: -72px -120px; }

.st-icon-24-character-cog {
  background-position: -96px -120px; }

.st-icon-24-download-alt-cog {
  background-position: -120px -120px; }

.st-icon-24-download-alt-search {
  background-position: -144px -120px; }

.st-icon-24-lock {
  background-position: -168px -120px; }

.st-icon-24-warning-sign {
  background-position: -192px -120px; }

.st-icon-24-ok {
  background-position: -216px -120px; }

.st-icon-24-speaker {
  background-position: 0px -144px; }

.st-icon-24-wow {
  background-position: -24px -144px; }

.st-icon-24-warcraft {
  background-position: -48px -144px; }

.st-icon-24-starcraft {
  background-position: -72px -144px; }

.st-icon-24-starcraft-2 {
  background-position: -96px -144px; }

.st-icon-24-diablo-3 {
  background-position: -120px -144px; }

.st-icon-24-battlenet {
  background-position: -144px -144px; }

.st-icon-24-remove {
  background-position: -168px -144px; }

.st-icon-24-repeat {
  background-position: -192px -144px; }

.st-icon-24-dropdown {
  background-position: -216px -144px; }

.st-icon-24-shortcut {
  background-position: 0px -168px; }

.st-icon-24-wrench {
  background-position: -24px -168px; }

.st-icon-24-plus {
  background-position: -48px -168px; }

.st-icon-24-fullscreen {
  background-position: -72px -168px; }

.st-icon-24-glass {
  background-position: -96px -168px; }

.st-icon-24-music-alt {
  background-position: -120px -168px; }

.st-icon-24-music {
  background-position: -144px -168px; }

.st-icon-24-star-empty {
  background-position: -168px -168px; }

.st-icon-24-star {
  background-position: -192px -168px; }

.st-icon-24-film {
  background-position: -216px -168px; }

.st-icon-24-th-large {
  background-position: 0px -192px; }

.st-icon-24-th {
  background-position: -24px -192px; }

.st-icon-24-th-list {
  background-position: -48px -192px; }

.st-icon-24-zoom-in {
  background-position: -72px -192px; }

.st-icon-24-zoom-out {
  background-position: -96px -192px; }

.st-icon-24-off {
  background-position: -120px -192px; }

.st-icon-24-signal {
  background-position: -144px -192px; }

.st-icon-24-road {
  background-position: -168px -192px; }

.st-icon-24-upload-square {
  background-position: -192px -192px; }

.st-icon-24-download {
  background-position: -216px -192px; }

.st-icon-24-inbox {
  background-position: 0px -216px; }

.st-icon-24-play-circle {
  background-position: -24px -216px; }

.st-icon-24-list-alt {
  background-position: -48px -216px; }

.st-icon-24-flag {
  background-position: -72px -216px; }

.st-icon-24-headphones {
  background-position: -96px -216px; }

.st-icon-24-volume {
  background-position: -120px -216px; }

.st-icon-24-volume-off {
  background-position: -144px -216px; }

.st-icon-24-volume-down {
  background-position: -168px -216px; }

.st-icon-24-volume-up {
  background-position: -192px -216px; }

.st-icon-24-qrcode {
  background-position: -216px -216px; }

.st-icon-24-barcode {
  background-position: 0px -240px; }

.st-icon-24-tag {
  background-position: -24px -240px; }

.st-icon-24-tags {
  background-position: -48px -240px; }

.st-icon-24-book {
  background-position: -72px -240px; }

.st-icon-24-bookmark {
  background-position: -96px -240px; }

.st-icon-24-print {
  background-position: -120px -240px; }

.st-icon-24-camera {
  background-position: -144px -240px; }

.st-icon-24-font {
  background-position: -168px -240px; }

.st-icon-24-bold {
  background-position: -192px -240px; }

.st-icon-24-italic {
  background-position: -216px -240px; }

.st-icon-24-text-height {
  background-position: 0px -264px; }

.st-icon-24-text-width {
  background-position: -24px -264px; }

.st-icon-24-align-left {
  background-position: -48px -264px; }

.st-icon-24-align-center {
  background-position: -72px -264px; }

.st-icon-24-align-right {
  background-position: -96px -264px; }

.st-icon-24-align-justify {
  background-position: -120px -264px; }

.st-icon-24-list {
  background-position: -144px -264px; }

.st-icon-24-indent-left {
  background-position: -168px -264px; }

.st-icon-24-indent-right {
  background-position: -192px -264px; }

.st-icon-24-facetime-video {
  background-position: -216px -264px; }

.st-icon-24-picture {
  background-position: 0px -288px; }

.st-icon-24-pencil {
  background-position: -24px -288px; }

.st-icon-24-map-marker {
  background-position: -48px -288px; }

.st-icon-24-adjust {
  background-position: -72px -288px; }

.st-icon-24-tint {
  background-position: -96px -288px; }

.st-icon-24-move {
  background-position: -120px -288px; }

.st-icon-24-step-backward {
  background-position: -144px -288px; }

.st-icon-24-fast-backward {
  background-position: -168px -288px; }

.st-icon-24-backward {
  background-position: -192px -288px; }

.st-icon-24-step-forward {
  background-position: -216px -288px; }

.st-icon-24-fast-forward {
  background-position: 0px -312px; }

.st-icon-24-forward {
  background-position: -24px -312px; }

.st-icon-24-eject {
  background-position: -48px -312px; }

.st-icon-24-square {
  background-position: -72px -312px; }

.st-icon-24-plus-circle {
  background-position: -96px -312px; }

.st-icon-24-minus-circle {
  background-position: -120px -312px; }

.st-icon-24-plus-sign {
  background-position: -144px -312px; }

.st-icon-24-minus-sign {
  background-position: -168px -312px; }

.st-icon-24-remove-sign {
  background-position: -192px -312px; }

.st-icon-24-ok-circle {
  background-position: -216px -312px; }

.st-icon-24-ok-sign {
  background-position: 0px -336px; }

.st-icon-24-minus {
  background-position: -24px -336px; }

.st-icon-24-info-circle {
  background-position: -48px -336px; }

.st-icon-24-info-sign {
  background-position: -72px -336px; }

.st-icon-24-question-sign {
  background-position: -96px -336px; }

.st-icon-24-screenshot {
  background-position: -120px -336px; }

.st-icon-24-arrow-right {
  background-position: -144px -336px; }

.st-icon-24-arrow-left {
  background-position: -168px -336px; }

.st-icon-24-arrow-up {
  background-position: -192px -336px; }

.st-icon-24-arrow-down {
  background-position: -216px -336px; }

.st-icon-24-share-alt {
  background-position: 0px -360px; }

.st-icon-24-resize-full {
  background-position: -24px -360px; }

.st-icon-24-resize-small {
  background-position: -48px -360px; }

.st-icon-24-asterisk {
  background-position: -72px -360px; }

.st-icon-24-exclamation-circle {
  background-position: -96px -360px; }

.st-icon-24-exclamation-sign {
  background-position: -120px -360px; }

.st-icon-24-leaf {
  background-position: -144px -360px; }

.st-icon-24-fire {
  background-position: -168px -360px; }

.st-icon-24-eye-open {
  background-position: -192px -360px; }

.st-icon-24-eye-close {
  background-position: -216px -360px; }

.st-icon-24-plane {
  background-position: 0px -384px; }

.st-icon-24-calendar {
  background-position: -24px -384px; }

.st-icon-24-random {
  background-position: -48px -384px; }

.st-icon-24-magnet {
  background-position: -72px -384px; }

.st-icon-24-chevron-down {
  background-position: -96px -384px; }

.st-icon-24-chevron-up {
  background-position: -120px -384px; }

.st-icon-24-folder-close {
  background-position: -144px -384px; }

.st-icon-24-folder-open {
  background-position: -168px -384px; }

.st-icon-24-resize-vertical {
  background-position: -192px -384px; }

.st-icon-24-resize-horizontal {
  background-position: -216px -384px; }

.st-icon-24-hdd {
  background-position: 0px -408px; }

.st-icon-24-bullhorn {
  background-position: -24px -408px; }

.st-icon-24-bell {
  background-position: -48px -408px; }

.st-icon-24-certificate-empty {
  background-position: -72px -408px; }

.st-icon-24-certificate {
  background-position: -96px -408px; }

.st-icon-24-thumbs-up {
  background-position: -120px -408px; }

.st-icon-24-thumbs-down {
  background-position: -144px -408px; }

.st-icon-24-hand-right {
  background-position: -168px -408px; }

.st-icon-24-hand-left {
  background-position: -192px -408px; }

.st-icon-24-hand-up {
  background-position: -216px -408px; }

.st-icon-24-hand-down {
  background-position: 0px -432px; }

.st-icon-24-arrow-right-square {
  background-position: -24px -432px; }

.st-icon-24-arrow-left-square {
  background-position: -48px -432px; }

.st-icon-24-arrow-right-circle {
  background-position: -72px -432px; }

.st-icon-24-arrow-left-circle {
  background-position: -96px -432px; }

.st-icon-24-globe {
  background-position: -120px -432px; }

.st-icon-24-tasks {
  background-position: -144px -432px; }

.st-icon-24-filter {
  background-position: -168px -432px; }

.st-icon-24-briefcase {
  background-position: -192px -432px; }

.st-icon-24-underline {
  background-position: -216px -432px; }

.st-icon-24-sort {
  background-position: 0px -456px; }

.st-icon-24-sort-descending {
  background-position: -24px -456px; }

.st-icon-24-sort-ascending {
  background-position: -48px -456px; }

.st-icon-24-sort-disabled {
  background-position: -72px -456px; }

.st-icon-24-arrow-down-solid {
  background-position: -96px -456px; }

.st-icon-24-arrow-up-solid {
  background-position: -120px -456px; }

.st-icon-24-arrow-left-solid {
  background-position: -144px -456px; }

.st-icon-24-arrow-right-solid {
  background-position: -168px -456px; }

.st-icon-24-0-sign {
  background-position: -192px -456px; }

.st-icon-24-1-sign {
  background-position: -216px -456px; }

.st-icon-24-2-sign {
  background-position: 0px -480px; }

.st-icon-24-3-sign {
  background-position: -24px -480px; }

.st-icon-24-4-sign {
  background-position: -48px -480px; }

.st-icon-24-5-sign {
  background-position: -72px -480px; }

.st-icon-24-6-sign {
  background-position: -96px -480px; }

.st-icon-24-7-sign {
  background-position: -120px -480px; }

.st-icon-24-8-sign {
  background-position: -144px -480px; }

.st-icon-24-9-sign {
  background-position: -168px -480px; }

.st-icon-24-secure {
  background-position: -192px -480px; }

.st-icon-24-not-secure {
  background-position: -216px -480px; }

.st-icon-24-add-wow {
  background-position: 0px -504px; }

.st-icon-24-add-warcraft {
  background-position: -24px -504px; }

.st-icon-24-add-starcraft {
  background-position: -48px -504px; }

.st-icon-24-add-starcraft-2 {
  background-position: -72px -504px; }

.st-icon-24-add-diablo-3 {
  background-position: -96px -504px; }

.st-icon-24-add-battlenet {
  background-position: -120px -504px; }

.st-icon-24-free-game-services {
  background-position: -144px -504px; }

.st-icon-24-character-services {
  background-position: -168px -504px; }

.st-icon-24-facebook {
  background-position: -192px -504px; }

.st-icon-24-twitter {
  background-position: -216px -504px; }

.st-icon-24-hearthstone {
  background-position: 0px -528px; }

.st-icon-24-add-hearthstone {
  background-position: -24px -528px; }

.st-icon-24-heroes {
  background-position: -48px -528px; }

.st-icon-24-add-heroes {
  background-position: -72px -528px; }

.st-icon-24-friends-wow {
  background-position: -96px -528px; }

.st-icon-24-friends-warcraft {
  background-position: -120px -528px; }

.st-icon-24-friends-starcraft {
  background-position: -144px -528px; }

.st-icon-24-friends-starcraft-2 {
  background-position: -168px -528px; }

.st-icon-24-friends-diablo-3 {
  background-position: -192px -528px; }

.st-icon-24-friends-battlenet {
  background-position: -216px -528px; }

.st-icon-24-friends-hearthstone {
  background-position: 0px -552px; }

.st-icon-24-friends-heroes {
  background-position: -24px -552px; }

.st-icon-24-news-wow {
  background-position: -48px -552px; }

.st-icon-24-news-warcraft {
  background-position: -72px -552px; }

.st-icon-24-news-starcraft {
  background-position: -96px -552px; }

.st-icon-24-news-starcraft-2 {
  background-position: -120px -552px; }

.st-icon-24-news-diablo-3 {
  background-position: -144px -552px; }

.st-icon-24-news-battlenet {
  background-position: -168px -552px; }

.st-icon-24-news-hearthstone {
  background-position: -192px -552px; }

.st-icon-24-news-heroes {
  background-position: -216px -552px; }

.st-icon-24-git {
  background-position: 0px -576px; }

.st-icon-24-bootstrap {
  background-position: -24px -576px; }

.st-icon-24-maven {
  background-position: -48px -576px; }

.st-icon-24-twitch {
  background-position: -72px -576px; }

.st-icon-24-youtube {
  background-position: -96px -576px; }

.st-icon-24-popout {
  background-position: -120px -576px; }

.st-icon-24-share-opts {
  background-position: -144px -576px; }

.st-icon-24-logout {
  background-position: -168px -576px; }

.st-icon-24-signup {
  background-position: -192px -576px; }

.st-icon-24-queue {
  background-position: -216px -576px; }

.st-icon-24-maintenance {
  background-position: 0px -600px; }

.st-icon-24-security {
  background-position: -24px -600px; }

.st-icon-24-authenticator-unknown {
  background-position: -48px -600px; }

.st-icon-24-authenticator-present {
  background-position: -72px -600px; }

.st-icon-24-account-forgot {
  background-position: -96px -600px; }

.st-icon-24-account-locked {
  background-position: -120px -600px; }

.st-icon-24-email-forgot {
  background-position: -144px -600px; }

.st-icon-24-remove-authenticator {
  background-position: -168px -600px; }

.st-icon-24-authenticator-mobile {
  background-position: -192px -600px; }

.st-icon-24-ipin {
  background-position: -216px -600px; }

.st-icon-24-overwatch {
  background-position: 0px -624px; }

.st-icon-24-add-overwatch {
  background-position: -24px -624px; }

.st-icon-24-friends-overwatch {
  background-position: -48px -624px; }

.st-icon-24-news-overwatch {
  background-position: -72px -624px; }

.st-icon-32-placeholder {
  background-position: 0px 0px; }

.st-icon-32-ban-circle {
  background-position: -32px 0px; }

.st-icon-32-time {
  background-position: -64px 0px; }

.st-icon-32-add-time {
  background-position: -96px 0px; }

.st-icon-32-question-circle {
  background-position: -128px 0px; }

.st-icon-32-balance {
  background-position: -160px 0px; }

.st-icon-32-remove-circle {
  background-position: -192px 0px; }

.st-icon-32-mouse {
  background-position: -224px 0px; }

.st-icon-32-mouse-delete {
  background-position: -256px 0px; }

.st-icon-32-envelope {
  background-position: -288px 0px; }

.st-icon-32-open-envelope {
  background-position: 0px -32px; }

.st-icon-32-home {
  background-position: -32px -32px; }

.st-icon-32-play {
  background-position: -64px -32px; }

.st-icon-32-pause {
  background-position: -96px -32px; }

.st-icon-32-file {
  background-position: -128px -32px; }

.st-icon-32-search {
  background-position: -160px -32px; }

.st-icon-32-edit {
  background-position: -192px -32px; }

.st-icon-32-shopping-cart {
  background-position: -224px -32px; }

.st-icon-32-download-alt {
  background-position: -256px -32px; }

.st-icon-32-achievement {
  background-position: -288px -32px; }

.st-icon-32-heart {
  background-position: 0px -64px; }

.st-icon-32-heart-broken {
  background-position: -32px -64px; }

.st-icon-32-comment {
  background-position: -64px -64px; }

.st-icon-32-gavel {
  background-position: -96px -64px; }

.st-icon-32-broadcast {
  background-position: -128px -64px; }

.st-icon-32-service {
  background-position: -160px -64px; }

.st-icon-32-headphones-alt {
  background-position: -192px -64px; }

.st-icon-32-user {
  background-position: -224px -64px; }

.st-icon-32-flask {
  background-position: -256px -64px; }

.st-icon-32-chevron-left {
  background-position: -288px -64px; }

.st-icon-32-chevron-right {
  background-position: 0px -96px; }

.st-icon-32-share {
  background-position: -32px -96px; }

.st-icon-32-bookmarks {
  background-position: -64px -96px; }

.st-icon-32-cog {
  background-position: -96px -96px; }

.st-icon-32-mobile {
  background-position: -128px -96px; }

.st-icon-32-download-square {
  background-position: -160px -96px; }

.st-icon-32-upload {
  background-position: -192px -96px; }

.st-icon-32-group {
  background-position: -224px -96px; }

.st-icon-32-crown {
  background-position: -256px -96px; }

.st-icon-32-globe-alt {
  background-position: -288px -96px; }

.st-icon-32-series {
  background-position: 0px -128px; }

.st-icon-32-paw {
  background-position: -32px -128px; }

.st-icon-32-trash {
  background-position: -64px -128px; }

.st-icon-32-windows {
  background-position: -96px -128px; }

.st-icon-32-apple {
  background-position: -128px -128px; }

.st-icon-32-gift {
  background-position: -160px -128px; }

.st-icon-32-refresh {
  background-position: -192px -128px; }

.st-icon-32-reset {
  background-position: -224px -128px; }

.st-icon-32-check {
  background-position: -256px -128px; }

.st-icon-32-external-link {
  background-position: -288px -128px; }

.st-icon-32-character {
  background-position: 0px -160px; }

.st-icon-32-character-add {
  background-position: -32px -160px; }

.st-icon-32-character-search {
  background-position: -64px -160px; }

.st-icon-32-character-remove {
  background-position: -96px -160px; }

.st-icon-32-character-cog {
  background-position: -128px -160px; }

.st-icon-32-download-alt-cog {
  background-position: -160px -160px; }

.st-icon-32-download-alt-search {
  background-position: -192px -160px; }

.st-icon-32-lock {
  background-position: -224px -160px; }

.st-icon-32-warning-sign {
  background-position: -256px -160px; }

.st-icon-32-ok {
  background-position: -288px -160px; }

.st-icon-32-speaker {
  background-position: 0px -192px; }

.st-icon-32-wow {
  background-position: -32px -192px; }

.st-icon-32-warcraft {
  background-position: -64px -192px; }

.st-icon-32-starcraft {
  background-position: -96px -192px; }

.st-icon-32-starcraft-2 {
  background-position: -128px -192px; }

.st-icon-32-diablo-3 {
  background-position: -160px -192px; }

.st-icon-32-battlenet {
  background-position: -192px -192px; }

.st-icon-32-remove {
  background-position: -224px -192px; }

.st-icon-32-repeat {
  background-position: -256px -192px; }

.st-icon-32-dropdown {
  background-position: -288px -192px; }

.st-icon-32-shortcut {
  background-position: 0px -224px; }

.st-icon-32-wrench {
  background-position: -32px -224px; }

.st-icon-32-plus {
  background-position: -64px -224px; }

.st-icon-32-fullscreen {
  background-position: -96px -224px; }

.st-icon-32-glass {
  background-position: -128px -224px; }

.st-icon-32-music-alt {
  background-position: -160px -224px; }

.st-icon-32-music {
  background-position: -192px -224px; }

.st-icon-32-star-empty {
  background-position: -224px -224px; }

.st-icon-32-star {
  background-position: -256px -224px; }

.st-icon-32-film {
  background-position: -288px -224px; }

.st-icon-32-th-large {
  background-position: 0px -256px; }

.st-icon-32-th {
  background-position: -32px -256px; }

.st-icon-32-th-list {
  background-position: -64px -256px; }

.st-icon-32-zoom-in {
  background-position: -96px -256px; }

.st-icon-32-zoom-out {
  background-position: -128px -256px; }

.st-icon-32-off {
  background-position: -160px -256px; }

.st-icon-32-signal {
  background-position: -192px -256px; }

.st-icon-32-road {
  background-position: -224px -256px; }

.st-icon-32-upload-square {
  background-position: -256px -256px; }

.st-icon-32-download {
  background-position: -288px -256px; }

.st-icon-32-inbox {
  background-position: 0px -288px; }

.st-icon-32-play-circle {
  background-position: -32px -288px; }

.st-icon-32-list-alt {
  background-position: -64px -288px; }

.st-icon-32-flag {
  background-position: -96px -288px; }

.st-icon-32-headphones {
  background-position: -128px -288px; }

.st-icon-32-volume {
  background-position: -160px -288px; }

.st-icon-32-volume-off {
  background-position: -192px -288px; }

.st-icon-32-volume-down {
  background-position: -224px -288px; }

.st-icon-32-volume-up {
  background-position: -256px -288px; }

.st-icon-32-qrcode {
  background-position: -288px -288px; }

.st-icon-32-barcode {
  background-position: 0px -320px; }

.st-icon-32-tag {
  background-position: -32px -320px; }

.st-icon-32-tags {
  background-position: -64px -320px; }

.st-icon-32-book {
  background-position: -96px -320px; }

.st-icon-32-bookmark {
  background-position: -128px -320px; }

.st-icon-32-print {
  background-position: -160px -320px; }

.st-icon-32-camera {
  background-position: -192px -320px; }

.st-icon-32-font {
  background-position: -224px -320px; }

.st-icon-32-bold {
  background-position: -256px -320px; }

.st-icon-32-italic {
  background-position: -288px -320px; }

.st-icon-32-text-height {
  background-position: 0px -352px; }

.st-icon-32-text-width {
  background-position: -32px -352px; }

.st-icon-32-align-left {
  background-position: -64px -352px; }

.st-icon-32-align-center {
  background-position: -96px -352px; }

.st-icon-32-align-right {
  background-position: -128px -352px; }

.st-icon-32-align-justify {
  background-position: -160px -352px; }

.st-icon-32-list {
  background-position: -192px -352px; }

.st-icon-32-indent-left {
  background-position: -224px -352px; }

.st-icon-32-indent-right {
  background-position: -256px -352px; }

.st-icon-32-facetime-video {
  background-position: -288px -352px; }

.st-icon-32-picture {
  background-position: 0px -384px; }

.st-icon-32-pencil {
  background-position: -32px -384px; }

.st-icon-32-map-marker {
  background-position: -64px -384px; }

.st-icon-32-adjust {
  background-position: -96px -384px; }

.st-icon-32-tint {
  background-position: -128px -384px; }

.st-icon-32-move {
  background-position: -160px -384px; }

.st-icon-32-step-backward {
  background-position: -192px -384px; }

.st-icon-32-fast-backward {
  background-position: -224px -384px; }

.st-icon-32-backward {
  background-position: -256px -384px; }

.st-icon-32-step-forward {
  background-position: -288px -384px; }

.st-icon-32-fast-forward {
  background-position: 0px -416px; }

.st-icon-32-forward {
  background-position: -32px -416px; }

.st-icon-32-eject {
  background-position: -64px -416px; }

.st-icon-32-square {
  background-position: -96px -416px; }

.st-icon-32-plus-circle {
  background-position: -128px -416px; }

.st-icon-32-minus-circle {
  background-position: -160px -416px; }

.st-icon-32-plus-sign {
  background-position: -192px -416px; }

.st-icon-32-minus-sign {
  background-position: -224px -416px; }

.st-icon-32-remove-sign {
  background-position: -256px -416px; }

.st-icon-32-ok-circle {
  background-position: -288px -416px; }

.st-icon-32-ok-sign {
  background-position: 0px -448px; }

.st-icon-32-minus {
  background-position: -32px -448px; }

.st-icon-32-info-circle {
  background-position: -64px -448px; }

.st-icon-32-info-sign {
  background-position: -96px -448px; }

.st-icon-32-question-sign {
  background-position: -128px -448px; }

.st-icon-32-screenshot {
  background-position: -160px -448px; }

.st-icon-32-arrow-right {
  background-position: -192px -448px; }

.st-icon-32-arrow-left {
  background-position: -224px -448px; }

.st-icon-32-arrow-up {
  background-position: -256px -448px; }

.st-icon-32-arrow-down {
  background-position: -288px -448px; }

.st-icon-32-share-alt {
  background-position: 0px -480px; }

.st-icon-32-resize-full {
  background-position: -32px -480px; }

.st-icon-32-resize-small {
  background-position: -64px -480px; }

.st-icon-32-asterisk {
  background-position: -96px -480px; }

.st-icon-32-exclamation-circle {
  background-position: -128px -480px; }

.st-icon-32-exclamation-sign {
  background-position: -160px -480px; }

.st-icon-32-leaf {
  background-position: -192px -480px; }

.st-icon-32-fire {
  background-position: -224px -480px; }

.st-icon-32-eye-open {
  background-position: -256px -480px; }

.st-icon-32-eye-close {
  background-position: -288px -480px; }

.st-icon-32-plane {
  background-position: 0px -512px; }

.st-icon-32-calendar {
  background-position: -32px -512px; }

.st-icon-32-random {
  background-position: -64px -512px; }

.st-icon-32-magnet {
  background-position: -96px -512px; }

.st-icon-32-chevron-down {
  background-position: -128px -512px; }

.st-icon-32-chevron-up {
  background-position: -160px -512px; }

.st-icon-32-folder-close {
  background-position: -192px -512px; }

.st-icon-32-folder-open {
  background-position: -224px -512px; }

.st-icon-32-resize-vertical {
  background-position: -256px -512px; }

.st-icon-32-resize-horizontal {
  background-position: -288px -512px; }

.st-icon-32-hdd {
  background-position: 0px -544px; }

.st-icon-32-bullhorn {
  background-position: -32px -544px; }

.st-icon-32-bell {
  background-position: -64px -544px; }

.st-icon-32-certificate-empty {
  background-position: -96px -544px; }

.st-icon-32-certificate {
  background-position: -128px -544px; }

.st-icon-32-thumbs-up {
  background-position: -160px -544px; }

.st-icon-32-thumbs-down {
  background-position: -192px -544px; }

.st-icon-32-hand-right {
  background-position: -224px -544px; }

.st-icon-32-hand-left {
  background-position: -256px -544px; }

.st-icon-32-hand-up {
  background-position: -288px -544px; }

.st-icon-32-hand-down {
  background-position: 0px -576px; }

.st-icon-32-arrow-right-square {
  background-position: -32px -576px; }

.st-icon-32-arrow-left-square {
  background-position: -64px -576px; }

.st-icon-32-arrow-right-circle {
  background-position: -96px -576px; }

.st-icon-32-arrow-left-circle {
  background-position: -128px -576px; }

.st-icon-32-globe {
  background-position: -160px -576px; }

.st-icon-32-tasks {
  background-position: -192px -576px; }

.st-icon-32-filter {
  background-position: -224px -576px; }

.st-icon-32-briefcase {
  background-position: -256px -576px; }

.st-icon-32-underline {
  background-position: -288px -576px; }

.st-icon-32-sort {
  background-position: 0px -608px; }

.st-icon-32-sort-descending {
  background-position: -32px -608px; }

.st-icon-32-sort-ascending {
  background-position: -64px -608px; }

.st-icon-32-sort-disabled {
  background-position: -96px -608px; }

.st-icon-32-arrow-down-solid {
  background-position: -128px -608px; }

.st-icon-32-arrow-up-solid {
  background-position: -160px -608px; }

.st-icon-32-arrow-left-solid {
  background-position: -192px -608px; }

.st-icon-32-arrow-right-solid {
  background-position: -224px -608px; }

.st-icon-32-0-sign {
  background-position: -256px -608px; }

.st-icon-32-1-sign {
  background-position: -288px -608px; }

.st-icon-32-2-sign {
  background-position: 0px -640px; }

.st-icon-32-3-sign {
  background-position: -32px -640px; }

.st-icon-32-4-sign {
  background-position: -64px -640px; }

.st-icon-32-5-sign {
  background-position: -96px -640px; }

.st-icon-32-6-sign {
  background-position: -128px -640px; }

.st-icon-32-7-sign {
  background-position: -160px -640px; }

.st-icon-32-8-sign {
  background-position: -192px -640px; }

.st-icon-32-9-sign {
  background-position: -224px -640px; }

.st-icon-32-secure {
  background-position: -256px -640px; }

.st-icon-32-not-secure {
  background-position: -288px -640px; }

.st-icon-32-add-wow {
  background-position: 0px -672px; }

.st-icon-32-add-warcraft {
  background-position: -32px -672px; }

.st-icon-32-add-starcraft {
  background-position: -64px -672px; }

.st-icon-32-add-starcraft-2 {
  background-position: -96px -672px; }

.st-icon-32-add-diablo-3 {
  background-position: -128px -672px; }

.st-icon-32-add-battlenet {
  background-position: -160px -672px; }

.st-icon-32-free-game-services {
  background-position: -192px -672px; }

.st-icon-32-character-services {
  background-position: -224px -672px; }

.st-icon-32-facebook {
  background-position: -256px -672px; }

.st-icon-32-twitter {
  background-position: -288px -672px; }

.st-icon-32-hearthstone {
  background-position: 0px -704px; }

.st-icon-32-add-hearthstone {
  background-position: -32px -704px; }

.st-icon-32-heroes {
  background-position: -64px -704px; }

.st-icon-32-add-heroes {
  background-position: -96px -704px; }

.st-icon-32-friends-wow {
  background-position: -128px -704px; }

.st-icon-32-friends-warcraft {
  background-position: -160px -704px; }

.st-icon-32-friends-starcraft {
  background-position: -192px -704px; }

.st-icon-32-friends-starcraft-2 {
  background-position: -224px -704px; }

.st-icon-32-friends-diablo-3 {
  background-position: -256px -704px; }

.st-icon-32-friends-battlenet {
  background-position: -288px -704px; }

.st-icon-32-friends-hearthstone {
  background-position: 0px -736px; }

.st-icon-32-friends-heroes {
  background-position: -32px -736px; }

.st-icon-32-news-wow {
  background-position: -64px -736px; }

.st-icon-32-news-warcraft {
  background-position: -96px -736px; }

.st-icon-32-news-starcraft {
  background-position: -128px -736px; }

.st-icon-32-news-starcraft-2 {
  background-position: -160px -736px; }

.st-icon-32-news-diablo-3 {
  background-position: -192px -736px; }

.st-icon-32-news-battlenet {
  background-position: -224px -736px; }

.st-icon-32-news-hearthstone {
  background-position: -256px -736px; }

.st-icon-32-news-heroes {
  background-position: -288px -736px; }

.st-icon-32-git {
  background-position: 0px -768px; }

.st-icon-32-bootstrap {
  background-position: -32px -768px; }

.st-icon-32-maven {
  background-position: -64px -768px; }

.st-icon-32-twitch {
  background-position: -96px -768px; }

.st-icon-32-youtube {
  background-position: -128px -768px; }

.st-icon-32-popout {
  background-position: -160px -768px; }

.st-icon-32-share-opts {
  background-position: -192px -768px; }

.st-icon-32-logout {
  background-position: -224px -768px; }

.st-icon-32-signup {
  background-position: -256px -768px; }

.st-icon-32-queue {
  background-position: -288px -768px; }

.st-icon-32-maintenance {
  background-position: 0px -800px; }

.st-icon-32-security {
  background-position: -32px -800px; }

.st-icon-32-authenticator-unknown {
  background-position: -64px -800px; }

.st-icon-32-authenticator-present {
  background-position: -96px -800px; }

.st-icon-32-account-forgot {
  background-position: -128px -800px; }

.st-icon-32-account-locked {
  background-position: -160px -800px; }

.st-icon-32-email-forgot {
  background-position: -192px -800px; }

.st-icon-32-remove-authenticator {
  background-position: -224px -800px; }

.st-icon-32-authenticator-mobile {
  background-position: -256px -800px; }

.st-icon-32-ipin {
  background-position: -288px -800px; }

.st-icon-32-overwatch {
  background-position: 0px -832px; }

.st-icon-32-add-overwatch {
  background-position: -32px -832px; }

.st-icon-32-friends-overwatch {
  background-position: -64px -832px; }

.st-icon-32-news-overwatch {
  background-position: -96px -832px; }

.st-icon-48-placeholder {
  background-position: 0px 0px; }

.st-icon-48-ban-circle {
  background-position: -48px 0px; }

.st-icon-48-time {
  background-position: -96px 0px; }

.st-icon-48-add-time {
  background-position: -144px 0px; }

.st-icon-48-question-circle {
  background-position: -192px 0px; }

.st-icon-48-balance {
  background-position: -240px 0px; }

.st-icon-48-remove-circle {
  background-position: -288px 0px; }

.st-icon-48-mouse {
  background-position: -336px 0px; }

.st-icon-48-mouse-delete {
  background-position: -384px 0px; }

.st-icon-48-envelope {
  background-position: -432px 0px; }

.st-icon-48-open-envelope {
  background-position: 0px -48px; }

.st-icon-48-home {
  background-position: -48px -48px; }

.st-icon-48-play {
  background-position: -96px -48px; }

.st-icon-48-pause {
  background-position: -144px -48px; }

.st-icon-48-file {
  background-position: -192px -48px; }

.st-icon-48-search {
  background-position: -240px -48px; }

.st-icon-48-edit {
  background-position: -288px -48px; }

.st-icon-48-shopping-cart {
  background-position: -336px -48px; }

.st-icon-48-download-alt {
  background-position: -384px -48px; }

.st-icon-48-achievement {
  background-position: -432px -48px; }

.st-icon-48-heart {
  background-position: 0px -96px; }

.st-icon-48-heart-broken {
  background-position: -48px -96px; }

.st-icon-48-comment {
  background-position: -96px -96px; }

.st-icon-48-gavel {
  background-position: -144px -96px; }

.st-icon-48-broadcast {
  background-position: -192px -96px; }

.st-icon-48-service {
  background-position: -240px -96px; }

.st-icon-48-headphones-alt {
  background-position: -288px -96px; }

.st-icon-48-user {
  background-position: -336px -96px; }

.st-icon-48-flask {
  background-position: -384px -96px; }

.st-icon-48-chevron-left {
  background-position: -432px -96px; }

.st-icon-48-chevron-right {
  background-position: 0px -144px; }

.st-icon-48-share {
  background-position: -48px -144px; }

.st-icon-48-bookmarks {
  background-position: -96px -144px; }

.st-icon-48-cog {
  background-position: -144px -144px; }

.st-icon-48-mobile {
  background-position: -192px -144px; }

.st-icon-48-download-square {
  background-position: -240px -144px; }

.st-icon-48-upload {
  background-position: -288px -144px; }

.st-icon-48-group {
  background-position: -336px -144px; }

.st-icon-48-crown {
  background-position: -384px -144px; }

.st-icon-48-globe-alt {
  background-position: -432px -144px; }

.st-icon-48-series {
  background-position: 0px -192px; }

.st-icon-48-paw {
  background-position: -48px -192px; }

.st-icon-48-trash {
  background-position: -96px -192px; }

.st-icon-48-windows {
  background-position: -144px -192px; }

.st-icon-48-apple {
  background-position: -192px -192px; }

.st-icon-48-gift {
  background-position: -240px -192px; }

.st-icon-48-refresh {
  background-position: -288px -192px; }

.st-icon-48-reset {
  background-position: -336px -192px; }

.st-icon-48-check {
  background-position: -384px -192px; }

.st-icon-48-external-link {
  background-position: -432px -192px; }

.st-icon-48-character {
  background-position: 0px -240px; }

.st-icon-48-character-add {
  background-position: -48px -240px; }

.st-icon-48-character-search {
  background-position: -96px -240px; }

.st-icon-48-character-remove {
  background-position: -144px -240px; }

.st-icon-48-character-cog {
  background-position: -192px -240px; }

.st-icon-48-download-alt-cog {
  background-position: -240px -240px; }

.st-icon-48-download-alt-search {
  background-position: -288px -240px; }

.st-icon-48-lock {
  background-position: -336px -240px; }

.st-icon-48-warning-sign {
  background-position: -384px -240px; }

.st-icon-48-ok {
  background-position: -432px -240px; }

.st-icon-48-speaker {
  background-position: 0px -288px; }

.st-icon-48-wow {
  background-position: -48px -288px; }

.st-icon-48-warcraft {
  background-position: -96px -288px; }

.st-icon-48-starcraft {
  background-position: -144px -288px; }

.st-icon-48-starcraft-2 {
  background-position: -192px -288px; }

.st-icon-48-diablo-3 {
  background-position: -240px -288px; }

.st-icon-48-battlenet {
  background-position: -288px -288px; }

.st-icon-48-remove {
  background-position: -336px -288px; }

.st-icon-48-repeat {
  background-position: -384px -288px; }

.st-icon-48-dropdown {
  background-position: -432px -288px; }

.st-icon-48-shortcut {
  background-position: 0px -336px; }

.st-icon-48-wrench {
  background-position: -48px -336px; }

.st-icon-48-plus {
  background-position: -96px -336px; }

.st-icon-48-fullscreen {
  background-position: -144px -336px; }

.st-icon-48-glass {
  background-position: -192px -336px; }

.st-icon-48-music-alt {
  background-position: -240px -336px; }

.st-icon-48-music {
  background-position: -288px -336px; }

.st-icon-48-star-empty {
  background-position: -336px -336px; }

.st-icon-48-star {
  background-position: -384px -336px; }

.st-icon-48-film {
  background-position: -432px -336px; }

.st-icon-48-th-large {
  background-position: 0px -384px; }

.st-icon-48-th {
  background-position: -48px -384px; }

.st-icon-48-th-list {
  background-position: -96px -384px; }

.st-icon-48-zoom-in {
  background-position: -144px -384px; }

.st-icon-48-zoom-out {
  background-position: -192px -384px; }

.st-icon-48-off {
  background-position: -240px -384px; }

.st-icon-48-signal {
  background-position: -288px -384px; }

.st-icon-48-road {
  background-position: -336px -384px; }

.st-icon-48-upload-square {
  background-position: -384px -384px; }

.st-icon-48-download {
  background-position: -432px -384px; }

.st-icon-48-inbox {
  background-position: 0px -432px; }

.st-icon-48-play-circle {
  background-position: -48px -432px; }

.st-icon-48-list-alt {
  background-position: -96px -432px; }

.st-icon-48-flag {
  background-position: -144px -432px; }

.st-icon-48-headphones {
  background-position: -192px -432px; }

.st-icon-48-volume {
  background-position: -240px -432px; }

.st-icon-48-volume-off {
  background-position: -288px -432px; }

.st-icon-48-volume-down {
  background-position: -336px -432px; }

.st-icon-48-volume-up {
  background-position: -384px -432px; }

.st-icon-48-qrcode {
  background-position: -432px -432px; }

.st-icon-48-barcode {
  background-position: 0px -480px; }

.st-icon-48-tag {
  background-position: -48px -480px; }

.st-icon-48-tags {
  background-position: -96px -480px; }

.st-icon-48-book {
  background-position: -144px -480px; }

.st-icon-48-bookmark {
  background-position: -192px -480px; }

.st-icon-48-print {
  background-position: -240px -480px; }

.st-icon-48-camera {
  background-position: -288px -480px; }

.st-icon-48-font {
  background-position: -336px -480px; }

.st-icon-48-bold {
  background-position: -384px -480px; }

.st-icon-48-italic {
  background-position: -432px -480px; }

.st-icon-48-text-height {
  background-position: 0px -528px; }

.st-icon-48-text-width {
  background-position: -48px -528px; }

.st-icon-48-align-left {
  background-position: -96px -528px; }

.st-icon-48-align-center {
  background-position: -144px -528px; }

.st-icon-48-align-right {
  background-position: -192px -528px; }

.st-icon-48-align-justify {
  background-position: -240px -528px; }

.st-icon-48-list {
  background-position: -288px -528px; }

.st-icon-48-indent-left {
  background-position: -336px -528px; }

.st-icon-48-indent-right {
  background-position: -384px -528px; }

.st-icon-48-facetime-video {
  background-position: -432px -528px; }

.st-icon-48-picture {
  background-position: 0px -576px; }

.st-icon-48-pencil {
  background-position: -48px -576px; }

.st-icon-48-map-marker {
  background-position: -96px -576px; }

.st-icon-48-adjust {
  background-position: -144px -576px; }

.st-icon-48-tint {
  background-position: -192px -576px; }

.st-icon-48-move {
  background-position: -240px -576px; }

.st-icon-48-step-backward {
  background-position: -288px -576px; }

.st-icon-48-fast-backward {
  background-position: -336px -576px; }

.st-icon-48-backward {
  background-position: -384px -576px; }

.st-icon-48-step-forward {
  background-position: -432px -576px; }

.st-icon-48-fast-forward {
  background-position: 0px -624px; }

.st-icon-48-forward {
  background-position: -48px -624px; }

.st-icon-48-eject {
  background-position: -96px -624px; }

.st-icon-48-square {
  background-position: -144px -624px; }

.st-icon-48-plus-circle {
  background-position: -192px -624px; }

.st-icon-48-minus-circle {
  background-position: -240px -624px; }

.st-icon-48-plus-sign {
  background-position: -288px -624px; }

.st-icon-48-minus-sign {
  background-position: -336px -624px; }

.st-icon-48-remove-sign {
  background-position: -384px -624px; }

.st-icon-48-ok-circle {
  background-position: -432px -624px; }

.st-icon-48-ok-sign {
  background-position: 0px -672px; }

.st-icon-48-minus {
  background-position: -48px -672px; }

.st-icon-48-info-circle {
  background-position: -96px -672px; }

.st-icon-48-info-sign {
  background-position: -144px -672px; }

.st-icon-48-question-sign {
  background-position: -192px -672px; }

.st-icon-48-screenshot {
  background-position: -240px -672px; }

.st-icon-48-arrow-right {
  background-position: -288px -672px; }

.st-icon-48-arrow-left {
  background-position: -336px -672px; }

.st-icon-48-arrow-up {
  background-position: -384px -672px; }

.st-icon-48-arrow-down {
  background-position: -432px -672px; }

.st-icon-48-share-alt {
  background-position: 0px -720px; }

.st-icon-48-resize-full {
  background-position: -48px -720px; }

.st-icon-48-resize-small {
  background-position: -96px -720px; }

.st-icon-48-asterisk {
  background-position: -144px -720px; }

.st-icon-48-exclamation-circle {
  background-position: -192px -720px; }

.st-icon-48-exclamation-sign {
  background-position: -240px -720px; }

.st-icon-48-leaf {
  background-position: -288px -720px; }

.st-icon-48-fire {
  background-position: -336px -720px; }

.st-icon-48-eye-open {
  background-position: -384px -720px; }

.st-icon-48-eye-close {
  background-position: -432px -720px; }

.st-icon-48-plane {
  background-position: 0px -768px; }

.st-icon-48-calendar {
  background-position: -48px -768px; }

.st-icon-48-random {
  background-position: -96px -768px; }

.st-icon-48-magnet {
  background-position: -144px -768px; }

.st-icon-48-chevron-down {
  background-position: -192px -768px; }

.st-icon-48-chevron-up {
  background-position: -240px -768px; }

.st-icon-48-folder-close {
  background-position: -288px -768px; }

.st-icon-48-folder-open {
  background-position: -336px -768px; }

.st-icon-48-resize-vertical {
  background-position: -384px -768px; }

.st-icon-48-resize-horizontal {
  background-position: -432px -768px; }

.st-icon-48-hdd {
  background-position: 0px -816px; }

.st-icon-48-bullhorn {
  background-position: -48px -816px; }

.st-icon-48-bell {
  background-position: -96px -816px; }

.st-icon-48-certificate-empty {
  background-position: -144px -816px; }

.st-icon-48-certificate {
  background-position: -192px -816px; }

.st-icon-48-thumbs-up {
  background-position: -240px -816px; }

.st-icon-48-thumbs-down {
  background-position: -288px -816px; }

.st-icon-48-hand-right {
  background-position: -336px -816px; }

.st-icon-48-hand-left {
  background-position: -384px -816px; }

.st-icon-48-hand-up {
  background-position: -432px -816px; }

.st-icon-48-hand-down {
  background-position: 0px -864px; }

.st-icon-48-arrow-right-square {
  background-position: -48px -864px; }

.st-icon-48-arrow-left-square {
  background-position: -96px -864px; }

.st-icon-48-arrow-right-circle {
  background-position: -144px -864px; }

.st-icon-48-arrow-left-circle {
  background-position: -192px -864px; }

.st-icon-48-globe {
  background-position: -240px -864px; }

.st-icon-48-tasks {
  background-position: -288px -864px; }

.st-icon-48-filter {
  background-position: -336px -864px; }

.st-icon-48-briefcase {
  background-position: -384px -864px; }

.st-icon-48-underline {
  background-position: -432px -864px; }

.st-icon-48-sort {
  background-position: 0px -912px; }

.st-icon-48-sort-descending {
  background-position: -48px -912px; }

.st-icon-48-sort-ascending {
  background-position: -96px -912px; }

.st-icon-48-sort-disabled {
  background-position: -144px -912px; }

.st-icon-48-arrow-down-solid {
  background-position: -192px -912px; }

.st-icon-48-arrow-up-solid {
  background-position: -240px -912px; }

.st-icon-48-arrow-left-solid {
  background-position: -288px -912px; }

.st-icon-48-arrow-right-solid {
  background-position: -336px -912px; }

.st-icon-48-0-sign {
  background-position: -384px -912px; }

.st-icon-48-1-sign {
  background-position: -432px -912px; }

.st-icon-48-2-sign {
  background-position: 0px -960px; }

.st-icon-48-3-sign {
  background-position: -48px -960px; }

.st-icon-48-4-sign {
  background-position: -96px -960px; }

.st-icon-48-5-sign {
  background-position: -144px -960px; }

.st-icon-48-6-sign {
  background-position: -192px -960px; }

.st-icon-48-7-sign {
  background-position: -240px -960px; }

.st-icon-48-8-sign {
  background-position: -288px -960px; }

.st-icon-48-9-sign {
  background-position: -336px -960px; }

.st-icon-48-secure {
  background-position: -384px -960px; }

.st-icon-48-not-secure {
  background-position: -432px -960px; }

.st-icon-48-add-wow {
  background-position: 0px -1008px; }

.st-icon-48-add-warcraft {
  background-position: -48px -1008px; }

.st-icon-48-add-starcraft {
  background-position: -96px -1008px; }

.st-icon-48-add-starcraft-2 {
  background-position: -144px -1008px; }

.st-icon-48-add-diablo-3 {
  background-position: -192px -1008px; }

.st-icon-48-add-battlenet {
  background-position: -240px -1008px; }

.st-icon-48-free-game-services {
  background-position: -288px -1008px; }

.st-icon-48-character-services {
  background-position: -336px -1008px; }

.st-icon-48-facebook {
  background-position: -384px -1008px; }

.st-icon-48-twitter {
  background-position: -432px -1008px; }

.st-icon-48-hearthstone {
  background-position: 0px -1056px; }

.st-icon-48-add-hearthstone {
  background-position: -48px -1056px; }

.st-icon-48-heroes {
  background-position: -96px -1056px; }

.st-icon-48-add-heroes {
  background-position: -144px -1056px; }

.st-icon-48-friends-wow {
  background-position: -192px -1056px; }

.st-icon-48-friends-warcraft {
  background-position: -240px -1056px; }

.st-icon-48-friends-starcraft {
  background-position: -288px -1056px; }

.st-icon-48-friends-starcraft-2 {
  background-position: -336px -1056px; }

.st-icon-48-friends-diablo-3 {
  background-position: -384px -1056px; }

.st-icon-48-friends-battlenet {
  background-position: -432px -1056px; }

.st-icon-48-friends-hearthstone {
  background-position: 0px -1104px; }

.st-icon-48-friends-heroes {
  background-position: -48px -1104px; }

.st-icon-48-news-wow {
  background-position: -96px -1104px; }

.st-icon-48-news-warcraft {
  background-position: -144px -1104px; }

.st-icon-48-news-starcraft {
  background-position: -192px -1104px; }

.st-icon-48-news-starcraft-2 {
  background-position: -240px -1104px; }

.st-icon-48-news-diablo-3 {
  background-position: -288px -1104px; }

.st-icon-48-news-battlenet {
  background-position: -336px -1104px; }

.st-icon-48-news-hearthstone {
  background-position: -384px -1104px; }

.st-icon-48-news-heroes {
  background-position: -432px -1104px; }

.st-icon-48-git {
  background-position: 0px -1152px; }

.st-icon-48-bootstrap {
  background-position: -48px -1152px; }

.st-icon-48-maven {
  background-position: -96px -1152px; }

.st-icon-48-twitch {
  background-position: -144px -1152px; }

.st-icon-48-youtube {
  background-position: -192px -1152px; }

.st-icon-48-popout {
  background-position: -240px -1152px; }

.st-icon-48-share-opts {
  background-position: -288px -1152px; }

.st-icon-48-logout {
  background-position: -336px -1152px; }

.st-icon-48-signup {
  background-position: -384px -1152px; }

.st-icon-48-queue {
  background-position: -432px -1152px; }

.st-icon-48-maintenance {
  background-position: 0px -1200px; }

.st-icon-48-security {
  background-position: -48px -1200px; }

.st-icon-48-authenticator-unknown {
  background-position: -96px -1200px; }

.st-icon-48-authenticator-present {
  background-position: -144px -1200px; }

.st-icon-48-account-forgot {
  background-position: -192px -1200px; }

.st-icon-48-account-locked {
  background-position: -240px -1200px; }

.st-icon-48-email-forgot {
  background-position: -288px -1200px; }

.st-icon-48-remove-authenticator {
  background-position: -336px -1200px; }

.st-icon-48-authenticator-mobile {
  background-position: -384px -1200px; }

.st-icon-48-ipin {
  background-position: -432px -1200px; }

.st-icon-48-overwatch {
  background-position: 0px -1248px; }

.st-icon-48-add-overwatch {
  background-position: -48px -1248px; }

.st-icon-48-friends-overwatch {
  background-position: -96px -1248px; }

.st-icon-48-news-overwatch {
  background-position: -144px -1248px; }

.st-icon-64-placeholder {
  background-position: 0px 0px; }

.st-icon-64-ban-circle {
  background-position: -64px 0px; }

.st-icon-64-time {
  background-position: -128px 0px; }

.st-icon-64-add-time {
  background-position: -192px 0px; }

.st-icon-64-question-circle {
  background-position: -256px 0px; }

.st-icon-64-balance {
  background-position: -320px 0px; }

.st-icon-64-remove-circle {
  background-position: -384px 0px; }

.st-icon-64-mouse {
  background-position: -448px 0px; }

.st-icon-64-mouse-delete {
  background-position: -512px 0px; }

.st-icon-64-envelope {
  background-position: -576px 0px; }

.st-icon-64-open-envelope {
  background-position: 0px -64px; }

.st-icon-64-home {
  background-position: -64px -64px; }

.st-icon-64-play {
  background-position: -128px -64px; }

.st-icon-64-pause {
  background-position: -192px -64px; }

.st-icon-64-file {
  background-position: -256px -64px; }

.st-icon-64-search {
  background-position: -320px -64px; }

.st-icon-64-edit {
  background-position: -384px -64px; }

.st-icon-64-shopping-cart {
  background-position: -448px -64px; }

.st-icon-64-download-alt {
  background-position: -512px -64px; }

.st-icon-64-achievement {
  background-position: -576px -64px; }

.st-icon-64-heart {
  background-position: 0px -128px; }

.st-icon-64-heart-broken {
  background-position: -64px -128px; }

.st-icon-64-comment {
  background-position: -128px -128px; }

.st-icon-64-gavel {
  background-position: -192px -128px; }

.st-icon-64-broadcast {
  background-position: -256px -128px; }

.st-icon-64-service {
  background-position: -320px -128px; }

.st-icon-64-headphones-alt {
  background-position: -384px -128px; }

.st-icon-64-user {
  background-position: -448px -128px; }

.st-icon-64-flask {
  background-position: -512px -128px; }

.st-icon-64-chevron-left {
  background-position: -576px -128px; }

.st-icon-64-chevron-right {
  background-position: 0px -192px; }

.st-icon-64-share {
  background-position: -64px -192px; }

.st-icon-64-bookmarks {
  background-position: -128px -192px; }

.st-icon-64-cog {
  background-position: -192px -192px; }

.st-icon-64-mobile {
  background-position: -256px -192px; }

.st-icon-64-download-square {
  background-position: -320px -192px; }

.st-icon-64-upload {
  background-position: -384px -192px; }

.st-icon-64-group {
  background-position: -448px -192px; }

.st-icon-64-crown {
  background-position: -512px -192px; }

.st-icon-64-globe-alt {
  background-position: -576px -192px; }

.st-icon-64-series {
  background-position: 0px -256px; }

.st-icon-64-paw {
  background-position: -64px -256px; }

.st-icon-64-trash {
  background-position: -128px -256px; }

.st-icon-64-windows {
  background-position: -192px -256px; }

.st-icon-64-apple {
  background-position: -256px -256px; }

.st-icon-64-gift {
  background-position: -320px -256px; }

.st-icon-64-refresh {
  background-position: -384px -256px; }

.st-icon-64-reset {
  background-position: -448px -256px; }

.st-icon-64-check {
  background-position: -512px -256px; }

.st-icon-64-external-link {
  background-position: -576px -256px; }

.st-icon-64-character {
  background-position: 0px -320px; }

.st-icon-64-character-add {
  background-position: -64px -320px; }

.st-icon-64-character-search {
  background-position: -128px -320px; }

.st-icon-64-character-remove {
  background-position: -192px -320px; }

.st-icon-64-character-cog {
  background-position: -256px -320px; }

.st-icon-64-download-alt-cog {
  background-position: -320px -320px; }

.st-icon-64-download-alt-search {
  background-position: -384px -320px; }

.st-icon-64-lock {
  background-position: -448px -320px; }

.st-icon-64-warning-sign {
  background-position: -512px -320px; }

.st-icon-64-ok {
  background-position: -576px -320px; }

.st-icon-64-speaker {
  background-position: 0px -384px; }

.st-icon-64-wow {
  background-position: -64px -384px; }

.st-icon-64-warcraft {
  background-position: -128px -384px; }

.st-icon-64-starcraft {
  background-position: -192px -384px; }

.st-icon-64-starcraft-2 {
  background-position: -256px -384px; }

.st-icon-64-diablo-3 {
  background-position: -320px -384px; }

.st-icon-64-battlenet {
  background-position: -384px -384px; }

.st-icon-64-remove {
  background-position: -448px -384px; }

.st-icon-64-repeat {
  background-position: -512px -384px; }

.st-icon-64-dropdown {
  background-position: -576px -384px; }

.st-icon-64-shortcut {
  background-position: 0px -448px; }

.st-icon-64-wrench {
  background-position: -64px -448px; }

.st-icon-64-plus {
  background-position: -128px -448px; }

.st-icon-64-fullscreen {
  background-position: -192px -448px; }

.st-icon-64-glass {
  background-position: -256px -448px; }

.st-icon-64-music-alt {
  background-position: -320px -448px; }

.st-icon-64-music {
  background-position: -384px -448px; }

.st-icon-64-star-empty {
  background-position: -448px -448px; }

.st-icon-64-star {
  background-position: -512px -448px; }

.st-icon-64-film {
  background-position: -576px -448px; }

.st-icon-64-th-large {
  background-position: 0px -512px; }

.st-icon-64-th {
  background-position: -64px -512px; }

.st-icon-64-th-list {
  background-position: -128px -512px; }

.st-icon-64-zoom-in {
  background-position: -192px -512px; }

.st-icon-64-zoom-out {
  background-position: -256px -512px; }

.st-icon-64-off {
  background-position: -320px -512px; }

.st-icon-64-signal {
  background-position: -384px -512px; }

.st-icon-64-road {
  background-position: -448px -512px; }

.st-icon-64-upload-square {
  background-position: -512px -512px; }

.st-icon-64-download {
  background-position: -576px -512px; }

.st-icon-64-inbox {
  background-position: 0px -576px; }

.st-icon-64-play-circle {
  background-position: -64px -576px; }

.st-icon-64-list-alt {
  background-position: -128px -576px; }

.st-icon-64-flag {
  background-position: -192px -576px; }

.st-icon-64-headphones {
  background-position: -256px -576px; }

.st-icon-64-volume {
  background-position: -320px -576px; }

.st-icon-64-volume-off {
  background-position: -384px -576px; }

.st-icon-64-volume-down {
  background-position: -448px -576px; }

.st-icon-64-volume-up {
  background-position: -512px -576px; }

.st-icon-64-qrcode {
  background-position: -576px -576px; }

.st-icon-64-barcode {
  background-position: 0px -640px; }

.st-icon-64-tag {
  background-position: -64px -640px; }

.st-icon-64-tags {
  background-position: -128px -640px; }

.st-icon-64-book {
  background-position: -192px -640px; }

.st-icon-64-bookmark {
  background-position: -256px -640px; }

.st-icon-64-print {
  background-position: -320px -640px; }

.st-icon-64-camera {
  background-position: -384px -640px; }

.st-icon-64-font {
  background-position: -448px -640px; }

.st-icon-64-bold {
  background-position: -512px -640px; }

.st-icon-64-italic {
  background-position: -576px -640px; }

.st-icon-64-text-height {
  background-position: 0px -704px; }

.st-icon-64-text-width {
  background-position: -64px -704px; }

.st-icon-64-align-left {
  background-position: -128px -704px; }

.st-icon-64-align-center {
  background-position: -192px -704px; }

.st-icon-64-align-right {
  background-position: -256px -704px; }

.st-icon-64-align-justify {
  background-position: -320px -704px; }

.st-icon-64-list {
  background-position: -384px -704px; }

.st-icon-64-indent-left {
  background-position: -448px -704px; }

.st-icon-64-indent-right {
  background-position: -512px -704px; }

.st-icon-64-facetime-video {
  background-position: -576px -704px; }

.st-icon-64-picture {
  background-position: 0px -768px; }

.st-icon-64-pencil {
  background-position: -64px -768px; }

.st-icon-64-map-marker {
  background-position: -128px -768px; }

.st-icon-64-adjust {
  background-position: -192px -768px; }

.st-icon-64-tint {
  background-position: -256px -768px; }

.st-icon-64-move {
  background-position: -320px -768px; }

.st-icon-64-step-backward {
  background-position: -384px -768px; }

.st-icon-64-fast-backward {
  background-position: -448px -768px; }

.st-icon-64-backward {
  background-position: -512px -768px; }

.st-icon-64-step-forward {
  background-position: -576px -768px; }

.st-icon-64-fast-forward {
  background-position: 0px -832px; }

.st-icon-64-forward {
  background-position: -64px -832px; }

.st-icon-64-eject {
  background-position: -128px -832px; }

.st-icon-64-square {
  background-position: -192px -832px; }

.st-icon-64-plus-circle {
  background-position: -256px -832px; }

.st-icon-64-minus-circle {
  background-position: -320px -832px; }

.st-icon-64-plus-sign {
  background-position: -384px -832px; }

.st-icon-64-minus-sign {
  background-position: -448px -832px; }

.st-icon-64-remove-sign {
  background-position: -512px -832px; }

.st-icon-64-ok-circle {
  background-position: -576px -832px; }

.st-icon-64-ok-sign {
  background-position: 0px -896px; }

.st-icon-64-minus {
  background-position: -64px -896px; }

.st-icon-64-info-circle {
  background-position: -128px -896px; }

.st-icon-64-info-sign {
  background-position: -192px -896px; }

.st-icon-64-question-sign {
  background-position: -256px -896px; }

.st-icon-64-screenshot {
  background-position: -320px -896px; }

.st-icon-64-arrow-right {
  background-position: -384px -896px; }

.st-icon-64-arrow-left {
  background-position: -448px -896px; }

.st-icon-64-arrow-up {
  background-position: -512px -896px; }

.st-icon-64-arrow-down {
  background-position: -576px -896px; }

.st-icon-64-share-alt {
  background-position: 0px -960px; }

.st-icon-64-resize-full {
  background-position: -64px -960px; }

.st-icon-64-resize-small {
  background-position: -128px -960px; }

.st-icon-64-asterisk {
  background-position: -192px -960px; }

.st-icon-64-exclamation-circle {
  background-position: -256px -960px; }

.st-icon-64-exclamation-sign {
  background-position: -320px -960px; }

.st-icon-64-leaf {
  background-position: -384px -960px; }

.st-icon-64-fire {
  background-position: -448px -960px; }

.st-icon-64-eye-open {
  background-position: -512px -960px; }

.st-icon-64-eye-close {
  background-position: -576px -960px; }

.st-icon-64-plane {
  background-position: 0px -1024px; }

.st-icon-64-calendar {
  background-position: -64px -1024px; }

.st-icon-64-random {
  background-position: -128px -1024px; }

.st-icon-64-magnet {
  background-position: -192px -1024px; }

.st-icon-64-chevron-down {
  background-position: -256px -1024px; }

.st-icon-64-chevron-up {
  background-position: -320px -1024px; }

.st-icon-64-folder-close {
  background-position: -384px -1024px; }

.st-icon-64-folder-open {
  background-position: -448px -1024px; }

.st-icon-64-resize-vertical {
  background-position: -512px -1024px; }

.st-icon-64-resize-horizontal {
  background-position: -576px -1024px; }

.st-icon-64-hdd {
  background-position: 0px -1088px; }

.st-icon-64-bullhorn {
  background-position: -64px -1088px; }

.st-icon-64-bell {
  background-position: -128px -1088px; }

.st-icon-64-certificate-empty {
  background-position: -192px -1088px; }

.st-icon-64-certificate {
  background-position: -256px -1088px; }

.st-icon-64-thumbs-up {
  background-position: -320px -1088px; }

.st-icon-64-thumbs-down {
  background-position: -384px -1088px; }

.st-icon-64-hand-right {
  background-position: -448px -1088px; }

.st-icon-64-hand-left {
  background-position: -512px -1088px; }

.st-icon-64-hand-up {
  background-position: -576px -1088px; }

.st-icon-64-hand-down {
  background-position: 0px -1152px; }

.st-icon-64-arrow-right-square {
  background-position: -64px -1152px; }

.st-icon-64-arrow-left-square {
  background-position: -128px -1152px; }

.st-icon-64-arrow-right-circle {
  background-position: -192px -1152px; }

.st-icon-64-arrow-left-circle {
  background-position: -256px -1152px; }

.st-icon-64-globe {
  background-position: -320px -1152px; }

.st-icon-64-tasks {
  background-position: -384px -1152px; }

.st-icon-64-filter {
  background-position: -448px -1152px; }

.st-icon-64-briefcase {
  background-position: -512px -1152px; }

.st-icon-64-underline {
  background-position: -576px -1152px; }

.st-icon-64-sort {
  background-position: 0px -1216px; }

.st-icon-64-sort-descending {
  background-position: -64px -1216px; }

.st-icon-64-sort-ascending {
  background-position: -128px -1216px; }

.st-icon-64-sort-disabled {
  background-position: -192px -1216px; }

.st-icon-64-arrow-down-solid {
  background-position: -256px -1216px; }

.st-icon-64-arrow-up-solid {
  background-position: -320px -1216px; }

.st-icon-64-arrow-left-solid {
  background-position: -384px -1216px; }

.st-icon-64-arrow-right-solid {
  background-position: -448px -1216px; }

.st-icon-64-0-sign {
  background-position: -512px -1216px; }

.st-icon-64-1-sign {
  background-position: -576px -1216px; }

.st-icon-64-2-sign {
  background-position: 0px -1280px; }

.st-icon-64-3-sign {
  background-position: -64px -1280px; }

.st-icon-64-4-sign {
  background-position: -128px -1280px; }

.st-icon-64-5-sign {
  background-position: -192px -1280px; }

.st-icon-64-6-sign {
  background-position: -256px -1280px; }

.st-icon-64-7-sign {
  background-position: -320px -1280px; }

.st-icon-64-8-sign {
  background-position: -384px -1280px; }

.st-icon-64-9-sign {
  background-position: -448px -1280px; }

.st-icon-64-secure {
  background-position: -512px -1280px; }

.st-icon-64-not-secure {
  background-position: -576px -1280px; }

.st-icon-64-add-wow {
  background-position: 0px -1344px; }

.st-icon-64-add-warcraft {
  background-position: -64px -1344px; }

.st-icon-64-add-starcraft {
  background-position: -128px -1344px; }

.st-icon-64-add-starcraft-2 {
  background-position: -192px -1344px; }

.st-icon-64-add-diablo-3 {
  background-position: -256px -1344px; }

.st-icon-64-add-battlenet {
  background-position: -320px -1344px; }

.st-icon-64-free-game-services {
  background-position: -384px -1344px; }

.st-icon-64-character-services {
  background-position: -448px -1344px; }

.st-icon-64-facebook {
  background-position: -512px -1344px; }

.st-icon-64-twitter {
  background-position: -576px -1344px; }

.st-icon-64-hearthstone {
  background-position: 0px -1408px; }

.st-icon-64-add-hearthstone {
  background-position: -64px -1408px; }

.st-icon-64-heroes {
  background-position: -128px -1408px; }

.st-icon-64-add-heroes {
  background-position: -192px -1408px; }

.st-icon-64-friends-wow {
  background-position: -256px -1408px; }

.st-icon-64-friends-warcraft {
  background-position: -320px -1408px; }

.st-icon-64-friends-starcraft {
  background-position: -384px -1408px; }

.st-icon-64-friends-starcraft-2 {
  background-position: -448px -1408px; }

.st-icon-64-friends-diablo-3 {
  background-position: -512px -1408px; }

.st-icon-64-friends-battlenet {
  background-position: -576px -1408px; }

.st-icon-64-friends-hearthstone {
  background-position: 0px -1472px; }

.st-icon-64-friends-heroes {
  background-position: -64px -1472px; }

.st-icon-64-news-wow {
  background-position: -128px -1472px; }

.st-icon-64-news-warcraft {
  background-position: -192px -1472px; }

.st-icon-64-news-starcraft {
  background-position: -256px -1472px; }

.st-icon-64-news-starcraft-2 {
  background-position: -320px -1472px; }

.st-icon-64-news-diablo-3 {
  background-position: -384px -1472px; }

.st-icon-64-news-battlenet {
  background-position: -448px -1472px; }

.st-icon-64-news-hearthstone {
  background-position: -512px -1472px; }

.st-icon-64-news-heroes {
  background-position: -576px -1472px; }

.st-icon-64-git {
  background-position: 0px -1536px; }

.st-icon-64-bootstrap {
  background-position: -64px -1536px; }

.st-icon-64-maven {
  background-position: -128px -1536px; }

.st-icon-64-twitch {
  background-position: -192px -1536px; }

.st-icon-64-youtube {
  background-position: -256px -1536px; }

.st-icon-64-popout {
  background-position: -320px -1536px; }

.st-icon-64-share-opts {
  background-position: -384px -1536px; }

.st-icon-64-logout {
  background-position: -448px -1536px; }

.st-icon-64-signup {
  background-position: -512px -1536px; }

.st-icon-64-queue {
  background-position: -576px -1536px; }

.st-icon-64-maintenance {
  background-position: 0px -1600px; }

.st-icon-64-security {
  background-position: -64px -1600px; }

.st-icon-64-authenticator-unknown {
  background-position: -128px -1600px; }

.st-icon-64-authenticator-present {
  background-position: -192px -1600px; }

.st-icon-64-account-forgot {
  background-position: -256px -1600px; }

.st-icon-64-account-locked {
  background-position: -320px -1600px; }

.st-icon-64-email-forgot {
  background-position: -384px -1600px; }

.st-icon-64-remove-authenticator {
  background-position: -448px -1600px; }

.st-icon-64-authenticator-mobile {
  background-position: -512px -1600px; }

.st-icon-64-ipin {
  background-position: -576px -1600px; }

.st-icon-64-overwatch {
  background-position: 0px -1664px; }

.st-icon-64-add-overwatch {
  background-position: -64px -1664px; }

.st-icon-64-friends-overwatch {
  background-position: -128px -1664px; }

.st-icon-64-news-overwatch {
  background-position: -192px -1664px; }

.st-icon-128-placeholder {
  background-position: 0px 0px; }

.st-icon-128-ban-circle {
  background-position: -128px 0px; }

.st-icon-128-time {
  background-position: -256px 0px; }

.st-icon-128-add-time {
  background-position: -384px 0px; }

.st-icon-128-question-circle {
  background-position: -512px 0px; }

.st-icon-128-balance {
  background-position: -640px 0px; }

.st-icon-128-remove-circle {
  background-position: -768px 0px; }

.st-icon-128-mouse {
  background-position: -896px 0px; }

.st-icon-128-mouse-delete {
  background-position: -1024px 0px; }

.st-icon-128-envelope {
  background-position: -1152px 0px; }

.st-icon-128-open-envelope {
  background-position: 0px -128px; }

.st-icon-128-home {
  background-position: -128px -128px; }

.st-icon-128-play {
  background-position: -256px -128px; }

.st-icon-128-pause {
  background-position: -384px -128px; }

.st-icon-128-file {
  background-position: -512px -128px; }

.st-icon-128-search {
  background-position: -640px -128px; }

.st-icon-128-edit {
  background-position: -768px -128px; }

.st-icon-128-shopping-cart {
  background-position: -896px -128px; }

.st-icon-128-download-alt {
  background-position: -1024px -128px; }

.st-icon-128-achievement {
  background-position: -1152px -128px; }

.st-icon-128-heart {
  background-position: 0px -256px; }

.st-icon-128-heart-broken {
  background-position: -128px -256px; }

.st-icon-128-comment {
  background-position: -256px -256px; }

.st-icon-128-gavel {
  background-position: -384px -256px; }

.st-icon-128-broadcast {
  background-position: -512px -256px; }

.st-icon-128-service {
  background-position: -640px -256px; }

.st-icon-128-headphones-alt {
  background-position: -768px -256px; }

.st-icon-128-user {
  background-position: -896px -256px; }

.st-icon-128-flask {
  background-position: -1024px -256px; }

.st-icon-128-chevron-left {
  background-position: -1152px -256px; }

.st-icon-128-chevron-right {
  background-position: 0px -384px; }

.st-icon-128-share {
  background-position: -128px -384px; }

.st-icon-128-bookmarks {
  background-position: -256px -384px; }

.st-icon-128-cog {
  background-position: -384px -384px; }

.st-icon-128-mobile {
  background-position: -512px -384px; }

.st-icon-128-download-square {
  background-position: -640px -384px; }

.st-icon-128-upload {
  background-position: -768px -384px; }

.st-icon-128-group {
  background-position: -896px -384px; }

.st-icon-128-crown {
  background-position: -1024px -384px; }

.st-icon-128-globe-alt {
  background-position: -1152px -384px; }

.st-icon-128-series {
  background-position: 0px -512px; }

.st-icon-128-paw {
  background-position: -128px -512px; }

.st-icon-128-trash {
  background-position: -256px -512px; }

.st-icon-128-windows {
  background-position: -384px -512px; }

.st-icon-128-apple {
  background-position: -512px -512px; }

.st-icon-128-gift {
  background-position: -640px -512px; }

.st-icon-128-refresh {
  background-position: -768px -512px; }

.st-icon-128-reset {
  background-position: -896px -512px; }

.st-icon-128-check {
  background-position: -1024px -512px; }

.st-icon-128-external-link {
  background-position: -1152px -512px; }

.st-icon-128-character {
  background-position: 0px -640px; }

.st-icon-128-character-add {
  background-position: -128px -640px; }

.st-icon-128-character-search {
  background-position: -256px -640px; }

.st-icon-128-character-remove {
  background-position: -384px -640px; }

.st-icon-128-character-cog {
  background-position: -512px -640px; }

.st-icon-128-download-alt-cog {
  background-position: -640px -640px; }

.st-icon-128-download-alt-search {
  background-position: -768px -640px; }

.st-icon-128-lock {
  background-position: -896px -640px; }

.st-icon-128-warning-sign {
  background-position: -1024px -640px; }

.st-icon-128-ok {
  background-position: -1152px -640px; }

.st-icon-128-speaker {
  background-position: 0px -768px; }

.st-icon-128-wow {
  background-position: -128px -768px; }

.st-icon-128-warcraft {
  background-position: -256px -768px; }

.st-icon-128-starcraft {
  background-position: -384px -768px; }

.st-icon-128-starcraft-2 {
  background-position: -512px -768px; }

.st-icon-128-diablo-3 {
  background-position: -640px -768px; }

.st-icon-128-battlenet {
  background-position: -768px -768px; }

.st-icon-128-remove {
  background-position: -896px -768px; }

.st-icon-128-repeat {
  background-position: -1024px -768px; }

.st-icon-128-dropdown {
  background-position: -1152px -768px; }

.st-icon-128-shortcut {
  background-position: 0px -896px; }

.st-icon-128-wrench {
  background-position: -128px -896px; }

.st-icon-128-plus {
  background-position: -256px -896px; }

.st-icon-128-fullscreen {
  background-position: -384px -896px; }

.st-icon-128-glass {
  background-position: -512px -896px; }

.st-icon-128-music-alt {
  background-position: -640px -896px; }

.st-icon-128-music {
  background-position: -768px -896px; }

.st-icon-128-star-empty {
  background-position: -896px -896px; }

.st-icon-128-star {
  background-position: -1024px -896px; }

.st-icon-128-film {
  background-position: -1152px -896px; }

.st-icon-128-th-large {
  background-position: 0px -1024px; }

.st-icon-128-th {
  background-position: -128px -1024px; }

.st-icon-128-th-list {
  background-position: -256px -1024px; }

.st-icon-128-zoom-in {
  background-position: -384px -1024px; }

.st-icon-128-zoom-out {
  background-position: -512px -1024px; }

.st-icon-128-off {
  background-position: -640px -1024px; }

.st-icon-128-signal {
  background-position: -768px -1024px; }

.st-icon-128-road {
  background-position: -896px -1024px; }

.st-icon-128-upload-square {
  background-position: -1024px -1024px; }

.st-icon-128-download {
  background-position: -1152px -1024px; }

.st-icon-128-inbox {
  background-position: 0px -1152px; }

.st-icon-128-play-circle {
  background-position: -128px -1152px; }

.st-icon-128-list-alt {
  background-position: -256px -1152px; }

.st-icon-128-flag {
  background-position: -384px -1152px; }

.st-icon-128-headphones {
  background-position: -512px -1152px; }

.st-icon-128-volume {
  background-position: -640px -1152px; }

.st-icon-128-volume-off {
  background-position: -768px -1152px; }

.st-icon-128-volume-down {
  background-position: -896px -1152px; }

.st-icon-128-volume-up {
  background-position: -1024px -1152px; }

.st-icon-128-qrcode {
  background-position: -1152px -1152px; }

.st-icon-128-barcode {
  background-position: 0px -1280px; }

.st-icon-128-tag {
  background-position: -128px -1280px; }

.st-icon-128-tags {
  background-position: -256px -1280px; }

.st-icon-128-book {
  background-position: -384px -1280px; }

.st-icon-128-bookmark {
  background-position: -512px -1280px; }

.st-icon-128-print {
  background-position: -640px -1280px; }

.st-icon-128-camera {
  background-position: -768px -1280px; }

.st-icon-128-font {
  background-position: -896px -1280px; }

.st-icon-128-bold {
  background-position: -1024px -1280px; }

.st-icon-128-italic {
  background-position: -1152px -1280px; }

.st-icon-128-text-height {
  background-position: 0px -1408px; }

.st-icon-128-text-width {
  background-position: -128px -1408px; }

.st-icon-128-align-left {
  background-position: -256px -1408px; }

.st-icon-128-align-center {
  background-position: -384px -1408px; }

.st-icon-128-align-right {
  background-position: -512px -1408px; }

.st-icon-128-align-justify {
  background-position: -640px -1408px; }

.st-icon-128-list {
  background-position: -768px -1408px; }

.st-icon-128-indent-left {
  background-position: -896px -1408px; }

.st-icon-128-indent-right {
  background-position: -1024px -1408px; }

.st-icon-128-facetime-video {
  background-position: -1152px -1408px; }

.st-icon-128-picture {
  background-position: 0px -1536px; }

.st-icon-128-pencil {
  background-position: -128px -1536px; }

.st-icon-128-map-marker {
  background-position: -256px -1536px; }

.st-icon-128-adjust {
  background-position: -384px -1536px; }

.st-icon-128-tint {
  background-position: -512px -1536px; }

.st-icon-128-move {
  background-position: -640px -1536px; }

.st-icon-128-step-backward {
  background-position: -768px -1536px; }

.st-icon-128-fast-backward {
  background-position: -896px -1536px; }

.st-icon-128-backward {
  background-position: -1024px -1536px; }

.st-icon-128-step-forward {
  background-position: -1152px -1536px; }

.st-icon-128-fast-forward {
  background-position: 0px -1664px; }

.st-icon-128-forward {
  background-position: -128px -1664px; }

.st-icon-128-eject {
  background-position: -256px -1664px; }

.st-icon-128-square {
  background-position: -384px -1664px; }

.st-icon-128-plus-circle {
  background-position: -512px -1664px; }

.st-icon-128-minus-circle {
  background-position: -640px -1664px; }

.st-icon-128-plus-sign {
  background-position: -768px -1664px; }

.st-icon-128-minus-sign {
  background-position: -896px -1664px; }

.st-icon-128-remove-sign {
  background-position: -1024px -1664px; }

.st-icon-128-ok-circle {
  background-position: -1152px -1664px; }

.st-icon-128-ok-sign {
  background-position: 0px -1792px; }

.st-icon-128-minus {
  background-position: -128px -1792px; }

.st-icon-128-info-circle {
  background-position: -256px -1792px; }

.st-icon-128-info-sign {
  background-position: -384px -1792px; }

.st-icon-128-question-sign {
  background-position: -512px -1792px; }

.st-icon-128-screenshot {
  background-position: -640px -1792px; }

.st-icon-128-arrow-right {
  background-position: -768px -1792px; }

.st-icon-128-arrow-left {
  background-position: -896px -1792px; }

.st-icon-128-arrow-up {
  background-position: -1024px -1792px; }

.st-icon-128-arrow-down {
  background-position: -1152px -1792px; }

.st-icon-128-share-alt {
  background-position: 0px -1920px; }

.st-icon-128-resize-full {
  background-position: -128px -1920px; }

.st-icon-128-resize-small {
  background-position: -256px -1920px; }

.st-icon-128-asterisk {
  background-position: -384px -1920px; }

.st-icon-128-exclamation-circle {
  background-position: -512px -1920px; }

.st-icon-128-exclamation-sign {
  background-position: -640px -1920px; }

.st-icon-128-leaf {
  background-position: -768px -1920px; }

.st-icon-128-fire {
  background-position: -896px -1920px; }

.st-icon-128-eye-open {
  background-position: -1024px -1920px; }

.st-icon-128-eye-close {
  background-position: -1152px -1920px; }

.st-icon-128-plane {
  background-position: 0px -2048px; }

.st-icon-128-calendar {
  background-position: -128px -2048px; }

.st-icon-128-random {
  background-position: -256px -2048px; }

.st-icon-128-magnet {
  background-position: -384px -2048px; }

.st-icon-128-chevron-down {
  background-position: -512px -2048px; }

.st-icon-128-chevron-up {
  background-position: -640px -2048px; }

.st-icon-128-folder-close {
  background-position: -768px -2048px; }

.st-icon-128-folder-open {
  background-position: -896px -2048px; }

.st-icon-128-resize-vertical {
  background-position: -1024px -2048px; }

.st-icon-128-resize-horizontal {
  background-position: -1152px -2048px; }

.st-icon-128-hdd {
  background-position: 0px -2176px; }

.st-icon-128-bullhorn {
  background-position: -128px -2176px; }

.st-icon-128-bell {
  background-position: -256px -2176px; }

.st-icon-128-certificate-empty {
  background-position: -384px -2176px; }

.st-icon-128-certificate {
  background-position: -512px -2176px; }

.st-icon-128-thumbs-up {
  background-position: -640px -2176px; }

.st-icon-128-thumbs-down {
  background-position: -768px -2176px; }

.st-icon-128-hand-right {
  background-position: -896px -2176px; }

.st-icon-128-hand-left {
  background-position: -1024px -2176px; }

.st-icon-128-hand-up {
  background-position: -1152px -2176px; }

.st-icon-128-hand-down {
  background-position: 0px -2304px; }

.st-icon-128-arrow-right-square {
  background-position: -128px -2304px; }

.st-icon-128-arrow-left-square {
  background-position: -256px -2304px; }

.st-icon-128-arrow-right-circle {
  background-position: -384px -2304px; }

.st-icon-128-arrow-left-circle {
  background-position: -512px -2304px; }

.st-icon-128-globe {
  background-position: -640px -2304px; }

.st-icon-128-tasks {
  background-position: -768px -2304px; }

.st-icon-128-filter {
  background-position: -896px -2304px; }

.st-icon-128-briefcase {
  background-position: -1024px -2304px; }

.st-icon-128-underline {
  background-position: -1152px -2304px; }

.st-icon-128-sort {
  background-position: 0px -2432px; }

.st-icon-128-sort-descending {
  background-position: -128px -2432px; }

.st-icon-128-sort-ascending {
  background-position: -256px -2432px; }

.st-icon-128-sort-disabled {
  background-position: -384px -2432px; }

.st-icon-128-arrow-down-solid {
  background-position: -512px -2432px; }

.st-icon-128-arrow-up-solid {
  background-position: -640px -2432px; }

.st-icon-128-arrow-left-solid {
  background-position: -768px -2432px; }

.st-icon-128-arrow-right-solid {
  background-position: -896px -2432px; }

.st-icon-128-0-sign {
  background-position: -1024px -2432px; }

.st-icon-128-1-sign {
  background-position: -1152px -2432px; }

.st-icon-128-2-sign {
  background-position: 0px -2560px; }

.st-icon-128-3-sign {
  background-position: -128px -2560px; }

.st-icon-128-4-sign {
  background-position: -256px -2560px; }

.st-icon-128-5-sign {
  background-position: -384px -2560px; }

.st-icon-128-6-sign {
  background-position: -512px -2560px; }

.st-icon-128-7-sign {
  background-position: -640px -2560px; }

.st-icon-128-8-sign {
  background-position: -768px -2560px; }

.st-icon-128-9-sign {
  background-position: -896px -2560px; }

.st-icon-128-secure {
  background-position: -1024px -2560px; }

.st-icon-128-not-secure {
  background-position: -1152px -2560px; }

.st-icon-128-add-wow {
  background-position: 0px -2688px; }

.st-icon-128-add-warcraft {
  background-position: -128px -2688px; }

.st-icon-128-add-starcraft {
  background-position: -256px -2688px; }

.st-icon-128-add-starcraft-2 {
  background-position: -384px -2688px; }

.st-icon-128-add-diablo-3 {
  background-position: -512px -2688px; }

.st-icon-128-add-battlenet {
  background-position: -640px -2688px; }

.st-icon-128-free-game-services {
  background-position: -768px -2688px; }

.st-icon-128-character-services {
  background-position: -896px -2688px; }

.st-icon-128-facebook {
  background-position: -1024px -2688px; }

.st-icon-128-twitter {
  background-position: -1152px -2688px; }

.st-icon-128-hearthstone {
  background-position: 0px -2816px; }

.st-icon-128-add-hearthstone {
  background-position: -128px -2816px; }

.st-icon-128-heroes {
  background-position: -256px -2816px; }

.st-icon-128-add-heroes {
  background-position: -384px -2816px; }

.st-icon-128-friends-wow {
  background-position: -512px -2816px; }

.st-icon-128-friends-warcraft {
  background-position: -640px -2816px; }

.st-icon-128-friends-starcraft {
  background-position: -768px -2816px; }

.st-icon-128-friends-starcraft-2 {
  background-position: -896px -2816px; }

.st-icon-128-friends-diablo-3 {
  background-position: -1024px -2816px; }

.st-icon-128-friends-battlenet {
  background-position: -1152px -2816px; }

.st-icon-128-friends-hearthstone {
  background-position: 0px -2944px; }

.st-icon-128-friends-heroes {
  background-position: -128px -2944px; }

.st-icon-128-news-wow {
  background-position: -256px -2944px; }

.st-icon-128-news-warcraft {
  background-position: -384px -2944px; }

.st-icon-128-news-starcraft {
  background-position: -512px -2944px; }

.st-icon-128-news-starcraft-2 {
  background-position: -640px -2944px; }

.st-icon-128-news-diablo-3 {
  background-position: -768px -2944px; }

.st-icon-128-news-battlenet {
  background-position: -896px -2944px; }

.st-icon-128-news-hearthstone {
  background-position: -1024px -2944px; }

.st-icon-128-news-heroes {
  background-position: -1152px -2944px; }

.st-icon-128-git {
  background-position: 0px -3072px; }

.st-icon-128-bootstrap {
  background-position: -128px -3072px; }

.st-icon-128-maven {
  background-position: -256px -3072px; }

.st-icon-128-twitch {
  background-position: -384px -3072px; }

.st-icon-128-youtube {
  background-position: -512px -3072px; }

.st-icon-128-popout {
  background-position: -640px -3072px; }

.st-icon-128-share-opts {
  background-position: -768px -3072px; }

.st-icon-128-logout {
  background-position: -896px -3072px; }

.st-icon-128-signup {
  background-position: -1024px -3072px; }

.st-icon-128-queue {
  background-position: -1152px -3072px; }

.st-icon-128-maintenance {
  background-position: 0px -3200px; }

.st-icon-128-security {
  background-position: -128px -3200px; }

.st-icon-128-authenticator-unknown {
  background-position: -256px -3200px; }

.st-icon-128-authenticator-present {
  background-position: -384px -3200px; }

.st-icon-128-account-forgot {
  background-position: -512px -3200px; }

.st-icon-128-account-locked {
  background-position: -640px -3200px; }

.st-icon-128-email-forgot {
  background-position: -768px -3200px; }

.st-icon-128-remove-authenticator {
  background-position: -896px -3200px; }

.st-icon-128-authenticator-mobile {
  background-position: -1024px -3200px; }

.st-icon-128-ipin {
  background-position: -1152px -3200px; }

.st-icon-128-overwatch {
  background-position: 0px -3328px; }

.st-icon-128-add-overwatch {
  background-position: -128px -3328px; }

.st-icon-128-friends-overwatch {
  background-position: -256px -3328px; }

.st-icon-128-news-overwatch {
  background-position: -384px -3328px; }

[class^="st-icon-payment-"],
[class*=" st-icon-payment-"] {
  width: 24px; }

[class^="st-icon-24-payment-"],
[class*=" st-icon-24-payment-"] {
  width: 36px; }

[class^="st-icon-social-"],
[class*=" st-icon-social-"] {
  background-image: url("../images/icons/social.c4525453.png");
  height: 16px;
  width: 16px; }

[class^="st-icon-game-tile-"],
[class*=" st-icon-game-tile-"] {
  background-image: url("../images/icons/game_tiles.e14e90b7.png");
  height: 175px;
  width: 150px; }

[class^="st-icon-product-logo-"],
[class*=" st-icon-product-logo-"] {
  background-image: url("../images/games/icons/product-icons-sprite40x40.a6bbec01.png");
  height: 40px;
  width: 40px; }

[class^="st-icon-product-logo-24-"],
[class*=" st-icon-product-logo-24-"] {
  background-image: url("../images/games/icons/product-icons-sprite24x24.cd23d8c6.png");
  height: 24px;
  width: 24px; }

[class^="st-icon-item-restoration-"],
[class*=" st-icon-item-restoration-"] {
  background-image: url("../images/icons/item_resto_cooldown_gen.7d157e67.png");
  height: 124px;
  width: 180px; }

[class^="st-icon-help-channel-"],
[class*=" st-icon-help-channel-"] {
  background-image: url("../images/buttons/buttons.0a6c579f.png");
  height: 50px;
  width: 50px; }

[class^="st-icon-help-channel-auth-"],
[class*=" st-icon-help-channel-auth-"] {
  background-image: url("../images/buttons/buttons-auth.10fbd239.png");
  height: 50px;
  width: 50px; }

[class^="st-icon-16-support-"],
[class*=" st-icon-16-support-"] {
  background-image: url("../images/icons/support_icons_16.734a22d7.png");
  width: 16px;
  height: 16px; }

[class^="st-icon-24-support-"],
[class*=" st-icon-24-support-"] {
  background-image: url("../images/icons/support_icons_24.708b965b.png");
  width: 24px;
  height: 24px; }

[class^="st-icon-32-support-"],
[class*=" st-icon-32-support-"] {
  background-image: url("../images/icons/support_icons_32.d679a7b1.png");
  width: 32px;
  height: 32px; }

[class^="st-icon-64-support-"],
[class*=" st-icon-64-support-"] {
  background-image: url("../images/icons/support_icons_64.41498ae1.png");
  width: 64px;
  height: 64px; }

.st-icon-16-support-wow {
  background-position: 0px 0px; }

.st-icon-16-support-starcraft2 {
  background-position: -16px 0px; }

.st-icon-16-support-diablo3 {
  background-position: -32px 0px; }

.st-icon-16-support-hearthstone {
  background-position: -48px 0px; }

.st-icon-16-support-overwatch {
  background-position: -64px 0px; }

.st-icon-16-support-heroes {
  background-position: -80px 0px; }

.st-icon-16-support-legacy {
  background-position: -96px 0px; }

.st-icon-16-support-battlenet {
  background-position: -112px 0px; }

.st-icon-16-support-blizzcon {
  background-position: -128px 0px; }

.st-icon-16-support-character {
  background-position: -144px 0px; }

.st-icon-16-support-wrench {
  background-position: -160px 0px; }

.st-icon-16-support-shopping-cart {
  background-position: -176px 0px; }

.st-icon-16-support-twitter {
  background-position: 0px -16px; }

.st-icon-16-support-facebook {
  background-position: -16px -16px; }

.st-icon-16-support-reddit {
  background-position: -32px -16px; }

.st-icon-16-support-envelope {
  background-position: -48px -16px; }

.st-icon-16-support-search {
  background-position: -64px -16px; }

.st-icon-16-support-envelope-o {
  background-position: -80px -16px; }

.st-icon-16-support-ticket {
  background-position: -80px -16px; }

.st-icon-16-support-chat-empty {
  background-position: -96px -16px; }

.st-icon-16-support-checkbox {
  background-position: -112px -16px; }

.st-icon-16-support-articles {
  background-position: -128px -16px; }

.st-icon-16-support-forums {
  background-position: -144px -16px; }

.st-icon-16-support-blogs {
  background-position: -160px -16px; }

.st-icon-16-support-chat {
  background-position: -160px -16px; }

.st-icon-16-support-close {
  background-position: -176px -16px; }

.st-icon-16-support-up-arrow {
  background-position: 0px -32px; }

.st-icon-16-support-right-arrow {
  background-position: -16px -32px; }

.st-icon-16-support-down-arrow {
  background-position: -32px -32px; }

.st-icon-16-support-left-arrow {
  background-position: -48px -32px; }

.st-icon-16-support-plus {
  background-position: -64px -32px; }

.st-icon-16-support-minus {
  background-position: -80px -32px; }

.st-icon-16-support-phone {
  background-position: -96px -32px; }

.st-icon-16-support-community {
  background-position: -112px -32px; }

.st-icon-16-support-ticket-lock {
  background-position: -128px -32px; }

.st-icon-16-support-phone-lock {
  background-position: -144px -32px; }

.st-icon-16-support-chat-lock {
  background-position: -160px -32px; }

.st-icon-16-support-qzone {
  background-position: 0px -48px; }

.st-icon-16-support-lock {
  background-position: -16px -48px; }

.st-icon-24-support-wow {
  background-position: 0px 0px; }

.st-icon-24-support-starcraft2 {
  background-position: -24px 0px; }

.st-icon-24-support-diablo3 {
  background-position: -48px 0px; }

.st-icon-24-support-hearthstone {
  background-position: -72px 0px; }

.st-icon-24-support-overwatch {
  background-position: -96px 0px; }

.st-icon-24-support-heroes {
  background-position: -120px 0px; }

.st-icon-24-support-legacy {
  background-position: -144px 0px; }

.st-icon-24-support-battlenet {
  background-position: -168px 0px; }

.st-icon-24-support-blizzcon {
  background-position: -192px 0px; }

.st-icon-24-support-character {
  background-position: -216px 0px; }

.st-icon-24-support-wrench {
  background-position: -240px 0px; }

.st-icon-24-support-shopping-cart {
  background-position: -264px 0px; }

.st-icon-24-support-twitter {
  background-position: 0px -24px; }

.st-icon-24-support-facebook {
  background-position: -24px -24px; }

.st-icon-24-support-reddit {
  background-position: -48px -24px; }

.st-icon-24-support-envelope {
  background-position: -72px -24px; }

.st-icon-24-support-search {
  background-position: -96px -24px; }

.st-icon-24-support-envelope-o {
  background-position: -120px -24px; }

.st-icon-24-support-ticket {
  background-position: -120px -24px; }

.st-icon-24-support-chat-empty {
  background-position: -144px -24px; }

.st-icon-24-support-checkbox {
  background-position: -168px -24px; }

.st-icon-24-support-articles {
  background-position: -192px -24px; }

.st-icon-24-support-forums {
  background-position: -216px -24px; }

.st-icon-24-support-blogs {
  background-position: -240px -24px; }

.st-icon-24-support-chat {
  background-position: -240px -24px; }

.st-icon-24-support-close {
  background-position: -264px -24px; }

.st-icon-24-support-up-arrow {
  background-position: 0px -48px; }

.st-icon-24-support-right-arrow {
  background-position: -24px -48px; }

.st-icon-24-support-down-arrow {
  background-position: -48px -48px; }

.st-icon-24-support-left-arrow {
  background-position: -72px -48px; }

.st-icon-24-support-plus {
  background-position: -96px -48px; }

.st-icon-24-support-minus {
  background-position: -120px -48px; }

.st-icon-24-support-phone {
  background-position: -144px -48px; }

.st-icon-24-support-community {
  background-position: -168px -48px; }

.st-icon-24-support-ticket-lock {
  background-position: -192px -48px; }

.st-icon-24-support-phone-lock {
  background-position: -216px -48px; }

.st-icon-24-support-chat-lock {
  background-position: -240px -48px; }

.st-icon-24-support-qzone {
  background-position: 0px -72px; }

.st-icon-24-support-lock {
  background-position: -24px -72px; }

.st-icon-32-support-wow {
  background-position: 0px 0px; }

.st-icon-32-support-starcraft2 {
  background-position: -32px 0px; }

.st-icon-32-support-diablo3 {
  background-position: -64px 0px; }

.st-icon-32-support-hearthstone {
  background-position: -96px 0px; }

.st-icon-32-support-overwatch {
  background-position: -128px 0px; }

.st-icon-32-support-heroes {
  background-position: -160px 0px; }

.st-icon-32-support-legacy {
  background-position: -192px 0px; }

.st-icon-32-support-battlenet {
  background-position: -224px 0px; }

.st-icon-32-support-blizzcon {
  background-position: -256px 0px; }

.st-icon-32-support-character {
  background-position: -288px 0px; }

.st-icon-32-support-wrench {
  background-position: -320px 0px; }

.st-icon-32-support-shopping-cart {
  background-position: -352px 0px; }

.st-icon-32-support-twitter {
  background-position: 0px -32px; }

.st-icon-32-support-facebook {
  background-position: -32px -32px; }

.st-icon-32-support-reddit {
  background-position: -64px -32px; }

.st-icon-32-support-envelope {
  background-position: -96px -32px; }

.st-icon-32-support-search {
  background-position: -128px -32px; }

.st-icon-32-support-envelope-o {
  background-position: -160px -32px; }

.st-icon-32-support-ticket {
  background-position: -160px -32px; }

.st-icon-32-support-chat-empty {
  background-position: -192px -32px; }

.st-icon-32-support-checkbox {
  background-position: -224px -32px; }

.st-icon-32-support-articles {
  background-position: -256px -32px; }

.st-icon-32-support-forums {
  background-position: -288px -32px; }

.st-icon-32-support-blogs {
  background-position: -320px -32px; }

.st-icon-32-support-chat {
  background-position: -320px -32px; }

.st-icon-32-support-close {
  background-position: -352px -32px; }

.st-icon-32-support-up-arrow {
  background-position: 0px -64px; }

.st-icon-32-support-right-arrow {
  background-position: -32px -64px; }

.st-icon-32-support-down-arrow {
  background-position: -64px -64px; }

.st-icon-32-support-left-arrow {
  background-position: -96px -64px; }

.st-icon-32-support-plus {
  background-position: -128px -64px; }

.st-icon-32-support-minus {
  background-position: -160px -64px; }

.st-icon-32-support-phone {
  background-position: -192px -64px; }

.st-icon-32-support-community {
  background-position: -224px -64px; }

.st-icon-32-support-ticket-lock {
  background-position: -256px -64px; }

.st-icon-32-support-phone-lock {
  background-position: -288px -64px; }

.st-icon-32-support-chat-lock {
  background-position: -320px -64px; }

.st-icon-32-support-qzone {
  background-position: 0px -96px; }

.st-icon-32-support-lock {
  background-position: -32px -96px; }

.st-icon-64-support-wow {
  background-position: 0px 0px; }

.st-icon-64-support-starcraft2 {
  background-position: -64px 0px; }

.st-icon-64-support-diablo3 {
  background-position: -128px 0px; }

.st-icon-64-support-hearthstone {
  background-position: -192px 0px; }

.st-icon-64-support-overwatch {
  background-position: -256px 0px; }

.st-icon-64-support-heroes {
  background-position: -320px 0px; }

.st-icon-64-support-legacy {
  background-position: -384px 0px; }

.st-icon-64-support-battlenet {
  background-position: -448px 0px; }

.st-icon-64-support-blizzcon {
  background-position: -512px 0px; }

.st-icon-64-support-character {
  background-position: -576px 0px; }

.st-icon-64-support-wrench {
  background-position: -640px 0px; }

.st-icon-64-support-shopping-cart {
  background-position: -704px 0px; }

.st-icon-64-support-twitter {
  background-position: 0px -64px; }

.st-icon-64-support-facebook {
  background-position: -64px -64px; }

.st-icon-64-support-reddit {
  background-position: -128px -64px; }

.st-icon-64-support-envelope {
  background-position: -192px -64px; }

.st-icon-64-support-search {
  background-position: -256px -64px; }

.st-icon-64-support-envelope-o {
  background-position: -320px -64px; }

.st-icon-64-support-ticket {
  background-position: -320px -64px; }

.st-icon-64-support-chat-empty {
  background-position: -384px -64px; }

.st-icon-64-support-checkbox {
  background-position: -448px -64px; }

.st-icon-64-support-articles {
  background-position: -512px -64px; }

.st-icon-64-support-forums {
  background-position: -576px -64px; }

.st-icon-64-support-blogs {
  background-position: -640px -64px; }

.st-icon-64-support-chat {
  background-position: -640px -64px; }

.st-icon-64-support-close {
  background-position: -704px -64px; }

.st-icon-64-support-up-arrow {
  background-position: 0px -128px; }

.st-icon-64-support-right-arrow {
  background-position: -64px -128px; }

.st-icon-64-support-down-arrow {
  background-position: -128px -128px; }

.st-icon-64-support-left-arrow {
  background-position: -192px -128px; }

.st-icon-64-support-plus {
  background-position: -256px -128px; }

.st-icon-64-support-minus {
  background-position: -320px -128px; }

.st-icon-64-support-phone {
  background-position: -384px -128px; }

.st-icon-64-support-community {
  background-position: -448px -128px; }

.st-icon-64-support-ticket-lock {
  background-position: -512px -128px; }

.st-icon-64-support-phone-lock {
  background-position: -576px -128px; }

.st-icon-64-support-chat-lock {
  background-position: -640px -128px; }

.st-icon-64-support-qzone {
  background-position: 0px -192px; }

.st-icon-64-support-lock {
  background-position: -64px -192px; }

/**
 * @fileOverview Instead of making every icon an extra request, we've compiled them into a sprite�a bunch of images in
 * one file that uses CSS to position the images with background-position.
 */
.st-icon-payment-placeholder {
  background-position: 0px 0px; }

.st-icon-payment-visa {
  background-position: -24px 0px; }

.st-icon-payment-visa-electron {
  background-position: -48px 0px; }

.st-icon-payment-visa-debit {
  background-position: -72px 0px; }

.st-icon-payment-mastercard {
  background-position: -96px 0px; }

.st-icon-payment-maestro {
  background-position: -120px 0px; }

.st-icon-payment-american-express {
  background-position: -144px 0px; }

.st-icon-payment-discover {
  background-position: -168px 0px; }

.st-icon-payment-diners-club {
  background-position: 0px -16px; }

.st-icon-payment-jcb {
  background-position: -24px -16px; }

.st-icon-payment-carte-bleue {
  background-position: -48px -16px; }

.st-icon-payment-giropay {
  background-position: -72px -16px; }

.st-icon-payment-webmoney {
  background-position: -96px -16px; }

.st-icon-payment-ideal {
  background-position: -120px -16px; }

.st-icon-payment-solo {
  background-position: -144px -16px; }

.st-icon-payment-oxxo {
  background-position: -168px -16px; }

.st-icon-payment-seven-eleven {
  background-position: 0px -32px; }

.st-icon-payment-santander {
  background-position: -24px -32px; }

.st-icon-payment-bbva-bancomer {
  background-position: -48px -32px; }

.st-icon-payment-ixe {
  background-position: -72px -32px; }

.st-icon-payment-hsbc {
  background-position: -96px -32px; }

.st-icon-payment-scotiabank {
  background-position: -120px -32px; }

.st-icon-payment-t-online {
  background-position: -144px -32px; }

.st-icon-payment-qiwi {
  background-position: -168px -32px; }

.st-icon-payment-dineromail {
  background-position: 0px -48px; }

.st-icon-payment-dinheiromail {
  background-position: -24px -48px; }

.st-icon-payment-pago-facil {
  background-position: -48px -48px; }

.st-icon-payment-magna {
  background-position: -72px -48px; }

.st-icon-payment-italcred {
  background-position: -96px -48px; }

.st-icon-payment-hipercard {
  background-position: -120px -48px; }

.st-icon-payment-cobro-express {
  background-position: -144px -48px; }

.st-icon-payment-cabal {
  background-position: -168px -48px; }

.st-icon-payment-bapro {
  background-position: 0px -64px; }

.st-icon-payment-banamex {
  background-position: -24px -64px; }

.st-icon-payment-servipag {
  background-position: -48px -64px; }

.st-icon-payment-rapipago {
  background-position: -72px -64px; }

.st-icon-payment-presto {
  background-position: -96px -64px; }

.st-icon-payment-payone {
  background-position: -120px -64px; }

.st-icon-payment-tarjeta-shopping {
  background-position: -144px -64px; }

.st-icon-payment-aura {
  background-position: -168px -64px; }

.st-icon-payment-banco-de-chile {
  background-position: 0px -80px; }

.st-icon-payment-miscuentas {
  background-position: -24px -80px; }

.st-icon-payment-argencard {
  background-position: -48px -80px; }

.st-icon-payment-paggo {
  background-position: -72px -80px; }

.st-icon-payment-banco-de-brasil {
  background-position: -96px -80px; }

.st-icon-payment-bradesco {
  background-position: -120px -80px; }

.st-icon-payment-todito-card {
  background-position: -144px -80px; }

.st-icon-payment-todito-cash {
  background-position: -168px -80px; }

.st-icon-payment-elv {
  background-position: 0px -96px; }

.st-icon-payment-automatische-incasso {
  background-position: -24px -96px; }

.st-icon-payment-lastschriftverfahren {
  background-position: -48px -96px; }

.st-icon-payment-domiciliacion-bancaria {
  background-position: -72px -96px; }

.st-icon-payment-boleto-bancario {
  background-position: -96px -96px; }

.st-icon-payment-paypal {
  background-position: -120px -96px; }

.st-icon-payment-battlenet-balance {
  background-position: -144px -96px; }

.st-icon-payment-chase-paymentech {
  background-position: -168px -96px; }

.st-icon-payment-global-collect {
  background-position: 0px -112px; }

.st-icon-payment-netease {
  background-position: -24px -112px; }

.st-icon-payment-netease-wallet {
  background-position: -120px -160px; }

.st-icon-payment-credit-card,
.st-icon-payment-neweb-credit-card {
  background-position: -48px -112px; }

.st-icon-payment-lguplus-ars {
  background-position: -72px -112px; }

.st-icon-payment-lguplus-wire-transfer {
  background-position: -96px -112px; }

.st-icon-payment-danal-mobile {
  background-position: -120px -112px; }

.st-icon-payment-inicis-credit-card {
  background-position: -144px -112px; }

.st-icon-payment-kr-gift-card {
  background-position: -168px -112px; }

.st-icon-payment-gift-card {
  background-position: 0px -128px; }

.st-icon-payment-tarjeta-naranja {
  background-position: -24px -128px; }

.st-icon-payment-ripsa-pagos {
  background-position: -48px -128px; }

.st-icon-payment-provincia-pagos {
  background-position: -72px -128px; }

.st-icon-payment-elo {
  background-position: -96px -128px; }

.st-icon-payment-banrisul {
  background-position: -120px -128px; }

.st-icon-payment-bci {
  background-position: -144px -128px; }

.st-icon-payment-sencillito {
  background-position: -168px -128px; }

.st-icon-payment-ripley {
  background-position: 0px -144px; }

.st-icon-payment-banbajio {
  background-position: -24px -144px; }

.st-icon-payment-visa-virtual {
  background-position: -48px -144px; }

.st-icon-payment-money-online {
  background-position: -72px -144px; }

.st-icon-payment-mycard {
  background-position: -96px -144px; }

.st-icon-payment-neweb-alipay {
  background-position: -120px -144px; }

.st-icon-payment-neweb-virtualatm {
  background-position: -144px -144px; }

.st-icon-payment-neweb-atm {
  background-position: -168px -144px; }

.st-icon-payment-kr-cvs {
  background-position: 0px -160px; }

.st-icon-payment-lguplus-gift-cert-b {
  background-position: -48px -160px; }

.st-icon-payment-lguplus-gift-cert-c {
  background-position: -72px -160px; }

.st-icon-payment-cencosud {
  background-position: -96px -160px; }

.st-icon-24-payment-placeholder {
  background-position: 0px 0px; }

.st-icon-24-payment-visa {
  background-position: -36px 0px; }

.st-icon-24-payment-visa-electron {
  background-position: -72px 0px; }

.st-icon-24-payment-visa-debit {
  background-position: -108px 0px; }

.st-icon-24-payment-mastercard {
  background-position: -144px 0px; }

.st-icon-24-payment-maestro {
  background-position: -180px 0px; }

.st-icon-24-payment-american-express {
  background-position: -216px 0px; }

.st-icon-24-payment-discover {
  background-position: -252px 0px; }

.st-icon-24-payment-diners-club {
  background-position: 0px -24px; }

.st-icon-24-payment-jcb {
  background-position: -36px -24px; }

.st-icon-24-payment-carte-bleue {
  background-position: -72px -24px; }

.st-icon-24-payment-giropay {
  background-position: -108px -24px; }

.st-icon-24-payment-webmoney {
  background-position: -144px -24px; }

.st-icon-24-payment-ideal {
  background-position: -180px -24px; }

.st-icon-24-payment-solo {
  background-position: -216px -24px; }

.st-icon-24-payment-oxxo {
  background-position: -252px -24px; }

.st-icon-24-payment-seven-eleven {
  background-position: 0px -48px; }

.st-icon-24-payment-santander {
  background-position: -36px -48px; }

.st-icon-24-payment-bbva-bancomer {
  background-position: -72px -48px; }

.st-icon-24-payment-ixe {
  background-position: -108px -48px; }

.st-icon-24-payment-hsbc {
  background-position: -144px -48px; }

.st-icon-24-payment-scotiabank {
  background-position: -180px -48px; }

.st-icon-24-payment-t-online {
  background-position: -216px -48px; }

.st-icon-24-payment-qiwi {
  background-position: -252px -48px; }

.st-icon-24-payment-dineromail {
  background-position: 0px -72px; }

.st-icon-24-payment-dinheiromail {
  background-position: -36px -72px; }

.st-icon-24-payment-pago-facil {
  background-position: -72px -72px; }

.st-icon-24-payment-magna {
  background-position: -108px -72px; }

.st-icon-24-payment-italcred {
  background-position: -144px -72px; }

.st-icon-24-payment-hipercard {
  background-position: -180px -72px; }

.st-icon-24-payment-cobro-express {
  background-position: -216px -72px; }

.st-icon-24-payment-cabal {
  background-position: -252px -72px; }

.st-icon-24-payment-bapro {
  background-position: 0px -96px; }

.st-icon-24-payment-banamex {
  background-position: -36px -96px; }

.st-icon-24-payment-servipag {
  background-position: -72px -96px; }

.st-icon-24-payment-rapipago {
  background-position: -108px -96px; }

.st-icon-24-payment-presto {
  background-position: -144px -96px; }

.st-icon-24-payment-payone {
  background-position: -180px -96px; }

.st-icon-24-payment-tarjeta-shopping {
  background-position: -216px -96px; }

.st-icon-24-payment-aura {
  background-position: -252px -96px; }

.st-icon-24-payment-banco-de-chile {
  background-position: 0px -120px; }

.st-icon-24-payment-miscuentas {
  background-position: -36px -120px; }

.st-icon-24-payment-argencard {
  background-position: -72px -120px; }

.st-icon-24-payment-paggo {
  background-position: -108px -120px; }

.st-icon-24-payment-banco-de-brasil {
  background-position: -144px -120px; }

.st-icon-24-payment-bradesco {
  background-position: -180px -120px; }

.st-icon-24-payment-todito-card {
  background-position: -216px -120px; }

.st-icon-24-payment-todito-cash {
  background-position: -252px -120px; }

.st-icon-24-payment-elv {
  background-position: 0px -144px; }

.st-icon-24-payment-automatische-incasso {
  background-position: -36px -144px; }

.st-icon-24-payment-lastschriftverfahren {
  background-position: -72px -144px; }

.st-icon-24-payment-domiciliacion-bancaria {
  background-position: -108px -144px; }

.st-icon-24-payment-boleto-bancario {
  background-position: -144px -144px; }

.st-icon-24-payment-paypal {
  background-position: -180px -144px; }

.st-icon-24-payment-battlenet-balance {
  background-position: -216px -144px; }

.st-icon-24-payment-chase-paymentech {
  background-position: -252px -144px; }

.st-icon-24-payment-global-collect {
  background-position: 0px -168px; }

.st-icon-24-payment-netease {
  background-position: -36px -168px; }

.st-icon-24-payment-netease-wallet {
  background-position: -180px -240px; }

.st-icon-24-payment-credit-card,
.st-icon-24-payment-neweb-credit-card {
  background-position: -72px -168px; }

.st-icon-24-payment-lguplus-ars {
  background-position: -108px -168px; }

.st-icon-24-payment-lguplus-wire-transfer {
  background-position: -144px -168px; }

.st-icon-24-payment-danal-mobile {
  background-position: -180px -168px; }

.st-icon-24-payment-inicis-credit-card {
  background-position: -216px -168px; }

.st-icon-24-payment-kr-gift-card {
  background-position: -252px -168px; }

.st-icon-24-payment-gift-card {
  background-position: 0px -192px; }

.st-icon-24-payment-tarjeta-naranja {
  background-position: -36px -192px; }

.st-icon-24-payment-ripsa-pagos {
  background-position: -72px -192px; }

.st-icon-24-payment-provincia-pagos {
  background-position: -108px -192px; }

.st-icon-24-payment-elo {
  background-position: -144px -192px; }

.st-icon-24-payment-banrisul {
  background-position: -180px -192px; }

.st-icon-24-payment-bci {
  background-position: -216px -192px; }

.st-icon-24-payment-sencillito {
  background-position: -252px -192px; }

.st-icon-24-payment-ripley {
  background-position: 0px -216px; }

.st-icon-24-payment-banbajio {
  background-position: -36px -216px; }

.st-icon-24-payment-visa-virtual {
  background-position: -72px -216px; }

.st-icon-24-payment-money-online {
  background-position: -108px -216px; }

.st-icon-24-payment-mycard {
  background-position: -144px -216px; }

.st-icon-24-payment-neweb-alipay {
  background-position: -180px -216px; }

.st-icon-24-payment-neweb-virtualatm {
  background-position: -216px -216px; }

.st-icon-24-payment-neweb-atm {
  background-position: -252px -216px; }

.st-icon-24-payment-kr-cvs {
  background-position: 0px -240px; }

.st-icon-24-payment-sepa {
  background-position: -36px -240px; }

.st-icon-24-payment-lguplus-gift-cert-b {
  background-position: -72px -240px; }

.st-icon-24-payment-lguplus-gift-cert-c {
  background-position: -108px -240px; }

.st-icon-24-payment-cencosud {
  background-position: -144px -240px; }

.st-icon-social-facebook {
  background-position: 0px 0px; }

.st-icon-social-twitter {
  background-position: 0px -16px; }

.st-icon-social-reddit {
  background-position: 0px -208px; }

.st-icon-social-email {
  background-position: 0px -384px; }

.st-icon-social-vkontacte {
  background-position: 0px -288px; }

.st-icon-social-wechat {
  background-position: 0px -368px; }

.st-icon-social-weibo {
  background-position: 0px -144px; }

.st-icon-product-logo-wow {
  background-position: 0px 0px; }

.st-icon-product-logo-starcraft2 {
  background-position: -40px 0px; }

.st-icon-product-logo-diablo3 {
  background-position: -80px 0px; }

.st-icon-product-logo-hearthstone {
  background-position: -120px 0px; }

.st-icon-product-logo-overwatch {
  background-position: -160px 0px; }

.st-icon-product-logo-heroes {
  background-position: -200px 0px; }

.st-icon-product-logo-legacy {
  background-position: -240px 0px; }

.st-icon-product-logo-battlenet {
  background-position: -280px 0px; }

.st-icon-product-logo-blizzcon {
  background-position: -320px 0px; }

.st-icon-product-logo-blizzard {
  background-position: -360px 0px; }

.st-icon-product-logo-24-wow {
  background-position: 0px 0px; }

.st-icon-product-logo-24-starcraft2 {
  background-position: -24px 0px; }

.st-icon-product-logo-24-diablo3 {
  background-position: -48px 0px; }

.st-icon-product-logo-24-hearthstone {
  background-position: -72px 0px; }

.st-icon-product-logo-24-overwatch {
  background-position: -96px 0px; }

.st-icon-product-logo-24-heroes {
  background-position: -120px 0px; }

.st-icon-product-logo-24-legacy {
  background-position: -144px 0px; }

.st-icon-product-logo-24-battlenet {
  background-position: -168px 0px; }

.st-icon-product-logo-24-blizzcon {
  background-position: -192px 0px; }

.st-icon-product-logo-24-blizzard {
  background-position: -216px 0px; }

.st-icon-game-tile-wow {
  background-position: 0px 0px; }

.st-icon-game-tile-starcraft2 {
  background-position: -160px 0px; }

.st-icon-game-tile-diablo3 {
  background-position: -320px 0px; }

.st-icon-game-tile-hearthstone {
  background-position: -480px 0px; }

.st-icon-game-tile-overwatch {
  background-position: 0px -185px; }

.st-icon-game-tile-heroes {
  background-position: -160px -185px; }

.st-icon-game-tile-battlenet {
  background-position: -320px -185px; }

.st-icon-game-tile-legacy {
  background-position: -480px -185px; }

.st-icon-item-restoration-lost {
  background-position: 0px 0px; }

.st-icon-item-restoration-available {
  background-position: -180px 0px; }

.st-icon-item-restoration-retrieve {
  background-position: -360px 0px; }

.st-icon-cn-item-restoration-lost {
  background-position: 0px 0px; }

.st-icon-cn-item-restoration-available {
  background-position: -180px 0px; }

.st-icon-cn-item-restoration-retrieve {
  background-position: -360px 0px; }

.st-icon-help-channel-ticket, .st-icon-help-channel-auth-ticket {
  background-position: -18px -55px; }

.st-icon-help-channel-ticket-offline, .st-icon-help-channel-auth-ticket-offline {
  background-position: 0px 0px; }

.st-icon-help-channel-phone, .st-icon-help-channel-auth-phone {
  background-position: -70px -55px; }

.st-icon-help-channel-phone-offline, .st-icon-help-channel-auth-phone-offline {
  background-position: -61px 0px; }

.st-icon-help-channel-chat, .st-icon-help-channel-auth-chat {
  background-position: -130px -55px; }

.st-icon-help-channel-chat-offline, .st-icon-help-channel-auth-chat-offline {
  background-position: -130px -7px; }

@media only print {
  .navbar-static,
  .nav-footer-static,
  .support-navbar,
  .support-nav-footer {
    display: none; }
  .product-title {
    width: auto !important; } }

/* The default non-media query style for the background */
/* apply default background color to body and CSS to the target class */
body {
  background-color: #002a54; }

.background-default {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -99;
  background-size: 1500px;
  background-color: #002a54 !important;
  background-image: url(../images/backgrounds/default-background.7f50fdec.jpg) !important;
  background-position: center 0px !important;
  background-repeat: no-repeat !important;
  min-width: 320px; }

.nav-client #nav-client-bar {
  background-size: 1500px;
  background-image: url(../images/backgrounds/default-background.7f50fdec.jpg) !important;
  background-position: center 0 !important; }

/**
 * @fileOverview Custom fonts used by this theme.
 */
@font-face {
  font-family: "Blizzard";
  font-style: normal;
  font-weight: 300;
  src: local("Blizzard Light"), local("Blizzard-Light"), url("./toolkit/fonts/blizzard-light.woff") format("woff"); }

@font-face {
  font-family: "Blizzard";
  font-style: normal;
  font-weight: 400;
  src: local("Blizzard"), local("Blizzard"), url("./toolkit/fonts/blizzard-regular.woff") format("woff"); }

@font-face {
  font-family: "Blizzard";
  font-style: italic;
  font-weight: 400;
  src: local("Blizzard Italic"), local("Blizzard-Italic"), url("./toolkit/fonts/blizzard-regular-italic.woff") format("woff"); }

@font-face {
  font-family: "Blizzard";
  font-style: normal;
  font-weight: 700;
  src: local("Blizzard Bold"), local("Blizzard-Bold"), url("./toolkit/fonts/blizzard-bold.woff") format("woff"); }

#nav-client-footer {
  font-family: "Blizzard", "Arial", "Helvetica", "애플산돌고딕네오", "AppleSDGothicNeo", "애플고딕", "AppleGothic", "돋움", "Dotum", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "微软雅黑", "Microsoft YaHei", "Hei SC", "微軟正黑", "Microsoft JhengHei", "Tei TC", sans-serif; }

@media (max-width: 767px) {
  .nav-client .nav-mobile-menubar {
    position: absolute; }
  #nav-client-header.mobileEnabled #nav-client-bar {
    position: static; } }

.hide {
  display: none !important; }

.navbar-static {
  min-width: 320px; }

.nav-footer-static {
  margin-top: 100px; }

.nav-client .footer-desktop {
  min-width: 0; }

.support-header .nav-client .support-nav-client {
  width: 100%;
  min-width: 390px; }
  .support-header .nav-client .support-nav-client .nav-item {
    margin-top: 2.46667em; }
    .support-header .nav-client .support-nav-client .nav-item > .st-form-group {
      cursor: default; }
      .support-header .nav-client .support-nav-client .nav-item > .st-form-group input[type="search"] {
        width: 360px;
        height: 36px; }
      .support-header .nav-client .support-nav-client .nav-item > .st-form-group:after {
        content: " ";
        float: right;
        opacity: 0.7;
        margin-top: -30px;
        margin-left: 330px;
        background: url("../images/icons/support_icons_24.708b965b.png") no-repeat scroll -96px -24px transparent;
        position: absolute;
        width: 24px;
        height: 24px; }
  .support-header .nav-client .support-nav-client .nav-link {
    font-size: 0.85em;
    padding: 0.85em 1.3em 0.85em 0.4em;
    margin-top: 2.81667em; }
  .support-header .nav-client .support-nav-client .nav-item-button {
    margin-top: 2.60417em; }
  .support-header .nav-client .support-nav-client .support-nav-brand {
    display: inline-block;
    margin-right: 30px;
    margin-top: 1.6em; }
    .support-header .nav-client .support-nav-client .support-nav-brand a > img {
      max-width: 100px; }

.support-header .nav-client + .grid-container > hr {
  margin-top: 0; }

.support-header .nav-client .search-active {
  color: white; }

.mobile-search-bar {
  padding: 10px 0; }

.mobile-search-input:after {
  content: "\f002";
  float: right;
  color: #ffffff;
  margin-top: -26px;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-family: FontAwesome; }

.support-navbar-header {
  margin-top: 30px; }
  .support-navbar-header #support-nav-logo-container {
    float: left;
    margin-right: 26px;
    display: block; }
  .support-navbar-header #support-nav-search-expando-container {
    margin-top: 15px; }
    .support-navbar-header #support-nav-search-expando-container .st-btn-link {
      border: 0;
      margin: 0;
      min-width: 0;
      padding: 0;
      position: absolute;
      top: 157px;
      right: 35px;
      width: 16px;
      height: 16px;
      background: url("../images/icons/support_icons_16.734a22d7.png") no-repeat -64px -16px;
      opacity: 0.7; }
    .support-navbar-header #support-nav-search-expando-container .st-btn-link:hover {
      box-shadow: none;
      opacity: 1.0; }
    .support-navbar-header #support-nav-search-expando-container .st-btn-link:focus {
      box-shadow: none;
      opacity: 1.0; }
    .support-navbar-header #support-nav-search-expando-container .st-btn-link:active {
      box-shadow: none;
      opacity: 1.0; }
  .support-navbar-header #support-nav-search-form {
    float: left;
    width: 38%;
    height: 36px;
    position: relative;
    margin-right: 30px;
    margin-top: 3px; }
    .support-navbar-header #support-nav-search-form .st-btn-link {
      border: 0;
      min-width: 0;
      padding: 0;
      position: absolute;
      top: 11px;
      right: 12px;
      width: 16px;
      height: 16px;
      background: url("../images/icons/support_icons_16.734a22d7.png") no-repeat -64px -16px;
      opacity: 0.7; }
    .support-navbar-header #support-nav-search-form .st-btn-link:hover {
      box-shadow: none;
      opacity: 1.0; }
    .support-navbar-header #support-nav-search-form .st-btn-link:focus {
      box-shadow: none;
      opacity: 1.0; }
    .support-navbar-header #support-nav-search-form .st-btn-link:active {
      box-shadow: none;
      opacity: 1.0; }
    .support-navbar-header #support-nav-search-form .support-nav-search-bar {
      height: 100%;
      width: 100%;
      padding: 0.2em 1.5em 0.2em 0.8em; }
  .support-navbar-header #support-nav-contact-button {
    float: right;
    margin-right: 0; }
    .support-navbar-header #support-nav-contact-button :last-child {
      margin-left: 6px; }
  .support-navbar-header #tickets-wrapper {
    float: right;
    position: relative;
    right: 16px;
    top: 2px; }
  .support-navbar-header .tickets-cont {
    height: 2.2em;
    text-align: right; }
    .support-navbar-header .tickets-cont:hover > span {
      opacity: 1; }
  .support-navbar-header .support-nav-logo {
    display: block;
    width: 100px;
    position: relative;
    top: -5px; }
  .support-navbar-header .tickets-icon {
    width: 16px;
    height: 16px;
    top: 1px;
    background: url("../images/icons/support_icons_16.734a22d7.png") no-repeat -80px -16px;
    opacity: 0.7;
    transition: all 0.2s;
    display: inline-block;
    margin-right: 5px;
    float: right; }
  .support-navbar-header .tickets-text {
    color: #fff;
    text-align: right;
    position: relative;
    top: 1px;
    right: 0;
    opacity: 0.7;
    transition: all 0.2s;
    float: right; }
  .support-navbar-header .no-unread .tickets-text {
    top: 0;
    height: 2.2em;
    line-height: 2.2em; }
  .support-navbar-header .no-unread .tickets-icon {
    margin-top: 8px; }
  .support-navbar-header .unread-update {
    display: block;
    clear: both;
    color: #fff;
    font-size: 0.85em;
    text-align: right;
    position: relative;
    opacity: 0.5;
    transition: all 0.2s; }
  .support-navbar-header .new-indicator {
    z-index: 100;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s;
    display: none; }
  .support-navbar-header #support-nav-mobile-icons {
    float: right;
    display: none; }
  .support-navbar-header #support-nav-mobile-icons li {
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 24px; }
  .support-navbar-header #support-nav-mobile-icons li a {
    cursor: pointer;
    opacity: 0.8; }
    .support-navbar-header #support-nav-mobile-icons li a:hover {
      opacity: 1; }

#support-nav-hr {
  margin-bottom: 40px; }
  #support-nav-hr.support-nav-hr-margin {
    margin-bottom: 0; }

.crisis-section {
  margin-bottom: 40px; }

/* Media Queries */
@media (max-width: 1023px) {
  .nav-footer-static {
    margin-top: 80px; } }

@media (max-width: 960px) {
  .support-navbar-header li {
    list-style: none; }
  .support-navbar-header #support-nav-search-form {
    margin-right: 10px; }
    .support-navbar-header #support-nav-search-form input {
      font-size: 0.87em; }
    .support-navbar-header #support-nav-search-form .st-btn-link {
      margin: 0; }
  .support-navbar-header #tickets-wrapper {
    height: 1.6em;
    top: 4px;
    right: 10px; }
  .support-navbar-header .no-unread .tickets-icon {
    margin-top: 5px; }
  .support-navbar-header .tickets-text {
    font-size: 0.87em; }
  .support-navbar-header .unread-update {
    font-size: 0.8em;
    position: relative;
    bottom: 0;
    right: 0; }
  .support-navbar-header .st-btn {
    margin-top: 7px;
    padding: 4px 10px;
    font-size: 0.87em;
    height: 26px;
    min-width: 100px; } }

@media (max-width: 767px) {
  .support-navbar-header .new-indicator {
    display: block;
    position: absolute;
    font-size: 0.8em;
    text-align: center;
    min-width: 18px;
    height: 18px;
    line-height: 17px;
    letter-spacing: 0;
    background-color: #d56900;
    color: #fff;
    border-radius: 10px;
    left: 64px;
    top: -4px; }
  .support-navbar-header #support-nav-mobile-icons {
    display: block;
    position: relative;
    top: 13px; }
  #support-nav-hr {
    margin-bottom: 30px; }
  .crisis-section {
    margin-bottom: 40px; }
  .nav-footer-static {
    margin-top: 60px; } }

@media (max-width: 480px) {
  .support-navbar-header #support-nav-logo-container {
    float: left;
    margin-right: 16px;
    display: block; }
  .support-navbar-header .support-nav-logo {
    display: block;
    width: 90px;
    position: relative;
    top: 3px; }
  .support-navbar-header #support-nav-search-expando-container {
    margin-top: 15px; }
    .support-navbar-header #support-nav-search-expando-container .st-btn-link {
      top: 152px; } }

@media (max-width: 365px) {
  .support-navbar-header #support-nav-mobile-icons li {
    margin-left: 15px; }
  .support-navbar-header #support-nav-logo-container {
    float: left;
    margin-right: 16px;
    display: block; }
  .support-navbar-header .support-nav-logo {
    display: block;
    width: 90px;
    position: relative;
    top: 3px; }
  .support-navbar-header .new-indicator {
    left: 45px; } }

/* China-specific navbar changes to accommodate security center button */
/* reduce width of CN search in header to prevent wrapping */
body:lang(zh-CN) #support-nav-client a, body:lang(zh-CN) #support-nav-client div, body:lang(zh-CN) #support-nav-client p, body:lang(zh-CN) #support-nav-client input {
  letter-spacing: 0.05em; }

body:lang(zh-CN) #support-nav-search-form {
  width: 330px; }

body:lang(zh-CN) .support-navbar-header #tickets-wrapper {
  right: 10px; }

@media (max-width: 960px) {
  body:lang(zh-CN) .support-navbar-header #tickets-wrapper {
    top: 6px; } }

@media (max-width: 900px) {
  body:lang(zh-CN) #support-nav-search-form {
    width: 225px; } }

.error-body {
  text-align: center; }

.error-body .error-message {
  font-weight: bold; }

.error-footnote {
  margin-top: 40px; }
  .error-footnote .correlation-id-label, .error-footnote .correlation-id {
    margin: 0;
    display: block; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .st-navbar {
    display: none; }
  .st-btn > .st-caret,
  .st-dropup > .st-btn > .st-caret {
    border-top-color: #000 !important; }
  .st-label {
    border: 1px solid #000; }
  .st-table {
    border-collapse: collapse !important; }
    .st-table td,
    .st-table th {
      background-color: #fff !important; }
  .st-table-bordered th,
  .st-table-bordered td {
    border: 1px solid #ddd !important; } }

h1, h2, h3, h4, h5, h6,
.st-h1, .st-h2, .st-h3, .st-h4, .st-h5, .st-h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin: 0;
  padding: 0; }
  h1 small,
  h1 .st-small, h2 small,
  h2 .st-small, h3 small,
  h3 .st-small, h4 small,
  h4 .st-small, h5 small,
  h5 .st-small, h6 small,
  h6 .st-small,
  .st-h1 small,
  .st-h1 .st-small, .st-h2 small,
  .st-h2 .st-small, .st-h3 small,
  .st-h3 .st-small, .st-h4 small,
  .st-h4 .st-small, .st-h5 small,
  .st-h5 .st-small, .st-h6 small,
  .st-h6 .st-small {
    font-weight: normal;
    line-height: 1;
    color: gray; }

.st-h1, .st-h2, .st-h3 {
  line-height: 1.2; }

.st-h4, .st-h5, .st-h6 {
  line-height: 1.3; }

h1, .st-h1,
h2, .st-h2,
h3, .st-h3 {
  margin-top: 1.2em;
  margin-bottom: 0.6em; }
  h1 small,
  h1 .st-small, .st-h1 small,
  .st-h1 .st-small,
  h2 small,
  h2 .st-small, .st-h2 small,
  .st-h2 .st-small,
  h3 small,
  h3 .st-small, .st-h3 small,
  .st-h3 .st-small {
    font-size: 65%; }

h4, .st-h4,
h5, .st-h5,
h6, .st-h6 {
  margin-top: 0.6em;
  margin-bottom: 0.6em; }
  h4 small,
  h4 .st-small, .st-h4 small,
  .st-h4 .st-small,
  h5 small,
  h5 .st-small, .st-h5 small,
  .st-h5 .st-small,
  h6 small,
  h6 .st-small, .st-h6 small,
  .st-h6 .st-small {
    font-size: 75%; }

h1, .st-h1 {
  font-size: 1.6em;
  text-transform: uppercase;
  text-shadow: 0 0 0.6em #fff;
  clear: both; }

.nav-client h1 {
  text-transform: none;
  text-shadow: none;
  clear: none; }

h2, .st-h2 {
  font-size: 1.34em;
  text-transform: uppercase; }

h3, .st-h3 {
  font-size: 1.2em; }

h4, .st-h4 {
  font-size: 1em; }

h5, .st-h5 {
  font-size: 0.9em; }

h6, .st-h6 {
  font-size: 0.87em; }

p {
  margin: 0.7em 0;
  line-height: 1.3em; }

.st-lead {
  margin-bottom: 1.2em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .st-lead {
      font-size: 1.5em; } }

hr {
  border: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  height: 1px; }

small,
.st-small {
  font-size: 85%; }

mark,
.st-mark {
  background-color: #ffd351;
  padding: .2em; }

.st-text-left {
  text-align: left; }

.st-text-right {
  text-align: right; }

.st-text-center {
  text-align: center; }

.st-text-justify {
  text-align: justify; }

.st-text-nowrap {
  white-space: nowrap; }

.st-text-lowercase {
  text-transform: lowercase; }

.st-text-uppercase, .st-initialism {
  text-transform: uppercase; }

.st-text-capitalize {
  text-transform: capitalize; }

.st-text-muted {
  color: gray; }

.st-text-primary {
  color: #0e86ca; }

a.st-text-primary:hover {
  color: #0b669a; }

.st-text-success {
  color: #4f8a10; }

a.st-text-success:hover {
  color: #355c0b; }

.st-text-info {
  color: #31708f; }

a.st-text-info:hover {
  color: #245269; }

.st-text-warning {
  color: #594300; }

a.st-text-warning:hover {
  color: #261d00; }

.st-text-danger {
  color: #d8000c; }

a.st-text-danger:hover {
  color: #a50009; }

.st-bg-primary {
  color: #fff; }

.st-bg-primary {
  background-color: #0e86ca; }

a.st-bg-primary:hover {
  background-color: #0b669a; }

.st-bg-success {
  background-color: #dff2bf; }

a.st-bg-success:hover {
  background-color: #cae995; }

.st-bg-info {
  background-color: #d9edf7; }

a.st-bg-info:hover {
  background-color: #afd9ee; }

.st-bg-warning {
  background-color: #ffd351; }

a.st-bg-warning:hover {
  background-color: #ffc61e; }

.st-bg-danger {
  background-color: #ffbaba; }

a.st-bg-danger:hover {
  background-color: #ff8787; }

.st-page-header {
  padding-bottom: -0.4em;
  margin: 2.4em 0 1.2em;
  border-bottom: 1px solid #b3b3b3; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.6em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.st-list-unstyled {
  padding-left: 0;
  list-style: none; }

.st-list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .st-list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 1.2em; }

dt,
dd {
  line-height: 1.2; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.st-dl-horizontal dd:before, .st-dl-horizontal dd:after {
  content: " ";
  display: table; }

.st-dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .st-dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .st-dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted gray; }

.st-initialism {
  font-size: 90%; }

blockquote {
  padding: 0.6em 1.2em;
  margin: 0 0 1.2em;
  font-size: 1.25em;
  border-left: 5px solid #b3b3b3; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .st-small {
    display: block;
    font-size: 80%;
    line-height: 1.2;
    color: gray; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .st-small:before {
      content: '\2014 \00A0'; }

.st-blockquote-reverse,
blockquote.st-pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #b3b3b3;
  border-left: 0;
  text-align: right; }
  .st-blockquote-reverse footer:before,
  .st-blockquote-reverse small:before,
  .st-blockquote-reverse .st-small:before,
  blockquote.st-pull-right footer:before,
  blockquote.st-pull-right small:before,
  blockquote.st-pull-right .st-small:before {
    content: ''; }
  .st-blockquote-reverse footer:after,
  .st-blockquote-reverse small:after,
  .st-blockquote-reverse .st-small:after,
  blockquote.st-pull-right footer:after,
  blockquote.st-pull-right small:after,
  blockquote.st-pull-right .st-small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 1.2em;
  font-style: normal;
  line-height: 1.2; }

code,
kbd,
pre,
samp {
  font-family: Consolas, Monaco, Menlo, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 0.1em;
  margin: 0 0 0.6em;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  color: #272727;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.st-pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: gray;
  text-align: left; }

th {
  text-align: left; }

.st-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.2em; }
  .st-table > thead > tr > th,
  .st-table > thead > tr > td,
  .st-table > tbody > tr > th,
  .st-table > tbody > tr > td,
  .st-table > tfoot > tr > th,
  .st-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .st-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .st-table > caption + thead > tr:first-child > th,
  .st-table > caption + thead > tr:first-child > td,
  .st-table > colgroup + thead > tr:first-child > th,
  .st-table > colgroup + thead > tr:first-child > td,
  .st-table > thead:first-child > tr:first-child > th,
  .st-table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .st-table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .st-table .st-table {
    background-color: #002a54; }

.st-table-condensed > thead > tr > th,
.st-table-condensed > thead > tr > td,
.st-table-condensed > tbody > tr > th,
.st-table-condensed > tbody > tr > td,
.st-table-condensed > tfoot > tr > th,
.st-table-condensed > tfoot > tr > td {
  padding: 5px; }

.st-table-bordered {
  border: 1px solid #ddd; }
  .st-table-bordered > thead > tr > th,
  .st-table-bordered > thead > tr > td,
  .st-table-bordered > tbody > tr > th,
  .st-table-bordered > tbody > tr > td,
  .st-table-bordered > tfoot > tr > th,
  .st-table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .st-table-bordered > thead > tr > th,
  .st-table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.st-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.st-table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.st-table > thead > tr > td.active,
.st-table > thead > tr > th.active,
.st-table > thead > tr.active > td,
.st-table > thead > tr.active > th,
.st-table > tbody > tr > td.active,
.st-table > tbody > tr > th.active,
.st-table > tbody > tr.active > td,
.st-table > tbody > tr.active > th,
.st-table > tfoot > tr > td.active,
.st-table > tfoot > tr > th.active,
.st-table > tfoot > tr.active > td,
.st-table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.st-table-hover > tbody > tr > td.active:hover,
.st-table-hover > tbody > tr > th.active:hover,
.st-table-hover > tbody > tr.active:hover > td,
.st-table-hover > tbody > tr:hover > .active,
.st-table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.st-table > thead > tr > td.success,
.st-table > thead > tr > th.success,
.st-table > thead > tr.success > td,
.st-table > thead > tr.success > th,
.st-table > tbody > tr > td.success,
.st-table > tbody > tr > th.success,
.st-table > tbody > tr.success > td,
.st-table > tbody > tr.success > th,
.st-table > tfoot > tr > td.success,
.st-table > tfoot > tr > th.success,
.st-table > tfoot > tr.success > td,
.st-table > tfoot > tr.success > th {
  background-color: #dff2bf; }

.st-table-hover > tbody > tr > td.success:hover,
.st-table-hover > tbody > tr > th.success:hover,
.st-table-hover > tbody > tr.success:hover > td,
.st-table-hover > tbody > tr:hover > .success,
.st-table-hover > tbody > tr.success:hover > th {
  background-color: #d4eeaa; }

.st-table > thead > tr > td.info,
.st-table > thead > tr > th.info,
.st-table > thead > tr.info > td,
.st-table > thead > tr.info > th,
.st-table > tbody > tr > td.info,
.st-table > tbody > tr > th.info,
.st-table > tbody > tr.info > td,
.st-table > tbody > tr.info > th,
.st-table > tfoot > tr > td.info,
.st-table > tfoot > tr > th.info,
.st-table > tfoot > tr.info > td,
.st-table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.st-table-hover > tbody > tr > td.info:hover,
.st-table-hover > tbody > tr > th.info:hover,
.st-table-hover > tbody > tr.info:hover > td,
.st-table-hover > tbody > tr:hover > .info,
.st-table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.st-table > thead > tr > td.warning,
.st-table > thead > tr > th.warning,
.st-table > thead > tr.warning > td,
.st-table > thead > tr.warning > th,
.st-table > tbody > tr > td.warning,
.st-table > tbody > tr > th.warning,
.st-table > tbody > tr.warning > td,
.st-table > tbody > tr.warning > th,
.st-table > tfoot > tr > td.warning,
.st-table > tfoot > tr > th.warning,
.st-table > tfoot > tr.warning > td,
.st-table > tfoot > tr.warning > th {
  background-color: #ffd351; }

.st-table-hover > tbody > tr > td.warning:hover,
.st-table-hover > tbody > tr > th.warning:hover,
.st-table-hover > tbody > tr.warning:hover > td,
.st-table-hover > tbody > tr:hover > .warning,
.st-table-hover > tbody > tr.warning:hover > th {
  background-color: #ffcd38; }

.st-table > thead > tr > td.danger,
.st-table > thead > tr > th.danger,
.st-table > thead > tr.danger > td,
.st-table > thead > tr.danger > th,
.st-table > tbody > tr > td.danger,
.st-table > tbody > tr > th.danger,
.st-table > tbody > tr.danger > td,
.st-table > tbody > tr.danger > th,
.st-table > tfoot > tr > td.danger,
.st-table > tfoot > tr > th.danger,
.st-table > tfoot > tr.danger > td,
.st-table > tfoot > tr.danger > th {
  background-color: #ffbaba; }

.st-table-hover > tbody > tr > td.danger:hover,
.st-table-hover > tbody > tr > th.danger:hover,
.st-table-hover > tbody > tr.danger:hover > td,
.st-table-hover > tbody > tr:hover > .danger,
.st-table-hover > tbody > tr.danger:hover > th {
  background-color: #ffa1a1; }

.st-table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .st-table-responsive {
      width: 100%;
      margin-bottom: 0.9em;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .st-table-responsive > .st-table {
        margin-bottom: 0; }
        .st-table-responsive > .st-table > thead > tr > th,
        .st-table-responsive > .st-table > thead > tr > td,
        .st-table-responsive > .st-table > tbody > tr > th,
        .st-table-responsive > .st-table > tbody > tr > td,
        .st-table-responsive > .st-table > tfoot > tr > th,
        .st-table-responsive > .st-table > tfoot > tr > td {
          white-space: nowrap; }
      .st-table-responsive > .st-table-bordered {
        border: 0; }
        .st-table-responsive > .st-table-bordered > thead > tr > th:first-child,
        .st-table-responsive > .st-table-bordered > thead > tr > td:first-child,
        .st-table-responsive > .st-table-bordered > tbody > tr > th:first-child,
        .st-table-responsive > .st-table-bordered > tbody > tr > td:first-child,
        .st-table-responsive > .st-table-bordered > tfoot > tr > th:first-child,
        .st-table-responsive > .st-table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .st-table-responsive > .st-table-bordered > thead > tr > th:last-child,
        .st-table-responsive > .st-table-bordered > thead > tr > td:last-child,
        .st-table-responsive > .st-table-bordered > tbody > tr > th:last-child,
        .st-table-responsive > .st-table-bordered > tbody > tr > td:last-child,
        .st-table-responsive > .st-table-bordered > tfoot > tr > th:last-child,
        .st-table-responsive > .st-table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .st-table-responsive > .st-table-bordered > tbody > tr:last-child > th,
        .st-table-responsive > .st-table-bordered > tbody > tr:last-child > td,
        .st-table-responsive > .st-table-bordered > tfoot > tr:last-child > th,
        .st-table-responsive > .st-table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.2em;
  font-size: 1.5em;
  line-height: inherit;
  color: #272727;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 1.6em;
  font-size: 1em;
  line-height: 1.2;
  color: #FFF; }

.st-form-control {
  display: block;
  width: 100%;
  height: 2.4em;
  padding: 0.4em 1.5em 0.4em 0.8em;
  font-size: 1em;
  line-height: 1.2em;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: border-color .2s;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .st-form-control:hover {
    transition: border-color .2s !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important; }
  .st-form-control:focus {
    transition: border-color .2s !important;
    border: 1px solid #1e5f99 !important;
    outline: none; }
  .st-form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .st-form-control:-ms-input-placeholder {
    color: #999; }
  .st-form-control::-webkit-input-placeholder {
    color: #999; }
  .st-form-control[disabled], .st-form-control[readonly],
  fieldset[disabled] .st-form-control {
    background-color: #b3b3b3;
    opacity: 1; }
  .st-form-control[disabled],
  fieldset[disabled] .st-form-control {
    cursor: not-allowed; }
  .st-form-control option {
    background-color: #272e3b; }

textarea.st-form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 2.4em; }
    input[type="date"].st-input-sm, .st-input-group-sm > input[type="date"].st-form-control,
    .st-input-group-sm > input[type="date"].st-input-group-addon,
    .st-input-group-sm > .st-input-group-btn > input[type="date"].st-btn,
    .st-input-group-sm input[type="date"],
    input[type="time"].st-input-sm,
    .st-input-group-sm > input[type="time"].st-form-control,
    .st-input-group-sm > input[type="time"].st-input-group-addon,
    .st-input-group-sm > .st-input-group-btn > input[type="time"].st-btn,
    .st-input-group-sm
    input[type="time"],
    input[type="datetime-local"].st-input-sm,
    .st-input-group-sm > input[type="datetime-local"].st-form-control,
    .st-input-group-sm > input[type="datetime-local"].st-input-group-addon,
    .st-input-group-sm > .st-input-group-btn > input[type="datetime-local"].st-btn,
    .st-input-group-sm
    input[type="datetime-local"],
    input[type="month"].st-input-sm,
    .st-input-group-sm > input[type="month"].st-form-control,
    .st-input-group-sm > input[type="month"].st-input-group-addon,
    .st-input-group-sm > .st-input-group-btn > input[type="month"].st-btn,
    .st-input-group-sm
    input[type="month"] {
      line-height: 1.94167em; }
    input[type="date"].st-input-lg, .st-input-group-lg > input[type="date"].st-form-control,
    .st-input-group-lg > input[type="date"].st-input-group-addon,
    .st-input-group-lg > .st-input-group-btn > input[type="date"].st-btn,
    .st-input-group-lg input[type="date"],
    input[type="time"].st-input-lg,
    .st-input-group-lg > input[type="time"].st-form-control,
    .st-input-group-lg > input[type="time"].st-input-group-addon,
    .st-input-group-lg > .st-input-group-btn > input[type="time"].st-btn,
    .st-input-group-lg
    input[type="time"],
    input[type="datetime-local"].st-input-lg,
    .st-input-group-lg > input[type="datetime-local"].st-form-control,
    .st-input-group-lg > input[type="datetime-local"].st-input-group-addon,
    .st-input-group-lg > .st-input-group-btn > input[type="datetime-local"].st-btn,
    .st-input-group-lg
    input[type="datetime-local"],
    input[type="month"].st-input-lg,
    .st-input-group-lg > input[type="month"].st-form-control,
    .st-input-group-lg > input[type="month"].st-input-group-addon,
    .st-input-group-lg > .st-input-group-btn > input[type="month"].st-btn,
    .st-input-group-lg
    input[type="month"] {
      line-height: 3.0em; } }

.st-form-group {
  margin-bottom: 1em; }

.st-radio,
.st-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .st-radio label,
  .st-checkbox label {
    min-height: 1.2em;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.st-radio input[type="radio"],
.st-radio-inline input[type="radio"],
.st-checkbox input[type="checkbox"],
.st-checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.st-radio + .st-radio,
.st-checkbox + .st-checkbox {
  margin-top: -5px; }

.st-radio-inline,
.st-checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.st-radio-inline + .st-radio-inline,
.st-checkbox-inline + .st-checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].st-disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].st-disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.st-radio-inline.st-disabled,
fieldset[disabled] .st-radio-inline,
.st-checkbox-inline.st-disabled,
fieldset[disabled]
.st-checkbox-inline {
  cursor: not-allowed; }

.st-radio.st-disabled label,
fieldset[disabled] .st-radio label,
.st-checkbox.st-disabled label,
fieldset[disabled]
.st-checkbox label {
  cursor: not-allowed; }

.st-form-control-static {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
  margin-bottom: 0;
  min-height: 2.2em; }
  .st-form-control-static.st-input-lg, .st-input-group-lg > .st-form-control-static.st-form-control,
  .st-input-group-lg > .st-form-control-static.st-input-group-addon,
  .st-input-group-lg > .st-input-group-btn > .st-form-control-static.st-btn, .st-form-control-static.st-input-sm, .st-input-group-sm > .st-form-control-static.st-form-control,
  .st-input-group-sm > .st-form-control-static.st-input-group-addon,
  .st-input-group-sm > .st-input-group-btn > .st-form-control-static.st-btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 1.94167em;
  padding: 0.33333em 0.66667em;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm {
  height: 1.94167em;
  line-height: 1.94167em; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.st-form-group-sm .st-form-control {
  height: 1.94167em;
  padding: 0.33333em 0.66667em;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0; }

.st-form-group-sm select.st-form-control {
  height: 1.94167em;
  line-height: 1.94167em; }

.st-form-group-sm textarea.st-form-control,
.st-form-group-sm select[multiple].st-form-control {
  height: auto; }

.st-form-group-sm .st-form-control-static {
  height: 1.94167em;
  padding: 0.33333em 0.66667em;
  font-size: 0.85em;
  line-height: 1.5;
  min-height: 2.05em; }

.st-input-lg, .st-input-group-lg > .st-form-control,
.st-input-group-lg > .st-input-group-addon,
.st-input-group-lg > .st-input-group-btn > .st-btn {
  height: 3.0em;
  padding: 0.66667em 1.06667em;
  font-size: 1.25em;
  line-height: 1.33333;
  border-radius: 0; }

select.st-input-lg, .st-input-group-lg > select.st-form-control,
.st-input-group-lg > select.st-input-group-addon,
.st-input-group-lg > .st-input-group-btn > select.st-btn {
  height: 3.0em;
  line-height: 3.0em; }

textarea.st-input-lg, .st-input-group-lg > textarea.st-form-control,
.st-input-group-lg > textarea.st-input-group-addon,
.st-input-group-lg > .st-input-group-btn > textarea.st-btn,
select[multiple].st-input-lg,
.st-input-group-lg > select[multiple].st-form-control,
.st-input-group-lg > select[multiple].st-input-group-addon,
.st-input-group-lg > .st-input-group-btn > select[multiple].st-btn {
  height: auto; }

.st-form-group-lg .st-form-control {
  height: 3.0em;
  padding: 0.66667em 1.06667em;
  font-size: 1.25em;
  line-height: 1.33333;
  border-radius: 0; }

.st-form-group-lg select.st-form-control {
  height: 3.0em;
  line-height: 3.0em; }

.st-form-group-lg textarea.st-form-control,
.st-form-group-lg select[multiple].st-form-control {
  height: auto; }

.st-form-group-lg .st-form-control-static {
  height: 3.0em;
  padding: 0.66667em 1.06667em;
  font-size: 1.25em;
  line-height: 1.33333;
  min-height: 2.45em; }

.st-has-feedback {
  position: relative; }
  .st-has-feedback .st-form-control {
    padding-right: 3em; }

.st-form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  text-align: center;
  pointer-events: none; }

.st-input-lg + .st-form-control-feedback, .st-input-group-lg > .st-form-control + .st-form-control-feedback,
.st-input-group-lg > .st-input-group-addon + .st-form-control-feedback,
.st-input-group-lg > .st-input-group-btn > .st-btn + .st-form-control-feedback {
  width: 3.0em;
  height: 3.0em;
  line-height: 3.0em; }

.st-input-sm + .st-form-control-feedback, .st-input-group-sm > .st-form-control + .st-form-control-feedback,
.st-input-group-sm > .st-input-group-addon + .st-form-control-feedback,
.st-input-group-sm > .st-input-group-btn > .st-btn + .st-form-control-feedback {
  width: 1.94167em;
  height: 1.94167em;
  line-height: 1.94167em; }

.st-has-success .st-help-block,
.st-has-success .st-control-label,
.st-has-success .st-radio,
.st-has-success .st-checkbox,
.st-has-success .st-radio-inline,
.st-has-success .st-checkbox-inline,
.st-has-success.st-radio label,
.st-has-success.st-checkbox label,
.st-has-success.st-radio-inline label,
.st-has-success.st-checkbox-inline label {
  color: #4f8a10; }

.st-has-success .st-form-control {
  border-color: #4f8a10;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .st-has-success .st-form-control:focus {
    border-color: #355c0b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #83e51b; }

.st-has-success .st-input-group-addon {
  color: #4f8a10;
  border-color: #4f8a10;
  background-color: #dff2bf; }

.st-has-success .st-form-control-feedback {
  color: #4f8a10; }

.st-has-warning .st-help-block,
.st-has-warning .st-control-label,
.st-has-warning .st-radio,
.st-has-warning .st-checkbox,
.st-has-warning .st-radio-inline,
.st-has-warning .st-checkbox-inline,
.st-has-warning.st-radio label,
.st-has-warning.st-checkbox label,
.st-has-warning.st-radio-inline label,
.st-has-warning.st-checkbox-inline label {
  color: #594300; }

.st-has-warning .st-form-control {
  border-color: #594300;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .st-has-warning .st-form-control:focus {
    border-color: #261d00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bf9000; }

.st-has-warning .st-input-group-addon {
  color: #594300;
  border-color: #594300;
  background-color: #ffd351; }

.st-has-warning .st-form-control-feedback {
  color: #594300; }

.st-has-error .st-help-block,
.st-has-error .st-control-label,
.st-has-error .st-radio,
.st-has-error .st-checkbox,
.st-has-error .st-radio-inline,
.st-has-error .st-checkbox-inline,
.st-has-error.st-radio label,
.st-has-error.st-checkbox label,
.st-has-error.st-radio-inline label,
.st-has-error.st-checkbox-inline label {
  color: #d8000c; }

.st-has-error .st-form-control {
  border-color: #d8000c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .st-has-error .st-form-control:focus {
    border-color: #a50009;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3f4a; }

.st-has-error .st-input-group-addon {
  color: #d8000c;
  border-color: #d8000c;
  background-color: #ffbaba; }

.st-has-error .st-form-control-feedback {
  color: #d8000c; }

.st-has-feedback label ~ .st-form-control-feedback {
  top: 6.2em; }

.st-has-feedback label.st-sr-only ~ .st-form-control-feedback {
  top: 0; }

.st-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: white; }

@media (min-width: 768px) {
  .st-form-inline .st-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .st-form-inline .st-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .st-form-inline .st-form-control-static {
    display: inline-block; }
  .st-form-inline .st-input-group {
    display: inline-table;
    vertical-align: middle; }
    .st-form-inline .st-input-group .st-input-group-addon,
    .st-form-inline .st-input-group .st-input-group-btn,
    .st-form-inline .st-input-group .st-form-control {
      width: auto; }
  .st-form-inline .st-input-group > .st-form-control {
    width: 100%; }
  .st-form-inline .st-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .st-form-inline .st-radio,
  .st-form-inline .st-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .st-form-inline .st-radio label,
    .st-form-inline .st-checkbox label {
      padding-left: 0; }
  .st-form-inline .st-radio input[type="radio"],
  .st-form-inline .st-checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .st-form-inline .st-has-feedback .st-form-control-feedback {
    top: 0; } }

.st-form-horizontal .st-radio,
.st-form-horizontal .st-checkbox,
.st-form-horizontal .st-radio-inline,
.st-form-horizontal .st-checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.6em; }

.st-form-horizontal .st-radio,
.st-form-horizontal .st-checkbox {
  min-height: 2.8em; }

.st-form-horizontal .st-form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .st-form-horizontal .st-form-group:before, .st-form-horizontal .st-form-group:after {
    content: " ";
    display: table; }
  .st-form-horizontal .st-form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .st-form-horizontal .st-control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 1.6em; } }

.st-form-horizontal .st-has-feedback .st-form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .st-form-horizontal .st-form-group-lg .st-control-label {
    padding-top: 1.88889em; } }

@media (min-width: 768px) {
  .st-form-horizontal .st-form-group-sm .st-control-label {
    padding-top: 1.33333em; } }

.st-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 0.8em;
  font-size: 1em;
  line-height: 1.2;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .st-btn:focus, .st-btn.st-focus, .st-btn:active:focus, .st-btn:active.st-focus, .st-btn.st-active:focus, .st-btn.st-active.st-focus {
    color: rgba(255, 255, 255, 0.8);
    box-shadow: none; }
  .st-btn:hover, .st-btn:focus, .st-btn.st-focus {
    color: #333;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none; }
  .st-btn:active, .st-btn.st-active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .st-btn.st-disabled, .st-btn[disabled],
  fieldset[disabled] .st-btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    box-shadow: none; }

.st-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-btn-default:visited {
    color: #333; }
  .st-btn-default:hover, .st-btn-default:focus, .st-btn-default.st-focus, .st-btn-default:active, .st-btn-default.st-active,
  .st-open > .st-btn-default.st-dropdown-toggle {
    color: #333;
    background-color: white; }
  .st-btn-default:active, .st-btn-default.st-active,
  .st-open > .st-btn-default.st-dropdown-toggle {
    background-color: #dbdbdb;
    background-image: none; }
  .st-btn-default.st-disabled, .st-btn-default.st-disabled:hover, .st-btn-default.st-disabled:focus, .st-btn-default.st-disabled.st-focus, .st-btn-default.st-disabled:active, .st-btn-default.st-disabled.st-active, .st-btn-default[disabled], .st-btn-default[disabled]:hover, .st-btn-default[disabled]:focus, .st-btn-default[disabled].st-focus, .st-btn-default[disabled]:active, .st-btn-default[disabled].st-active,
  fieldset[disabled] .st-btn-default,
  fieldset[disabled] .st-btn-default:hover,
  fieldset[disabled] .st-btn-default:focus,
  fieldset[disabled] .st-btn-default.st-focus,
  fieldset[disabled] .st-btn-default:active,
  fieldset[disabled] .st-btn-default.st-active {
    color: rgba(51, 51, 51, 0.15);
    background-color: #333;
    /* The Fallback */
    background-color: rgba(51, 51, 51, 0.8);
    border-color: #ccc; }
  .st-btn-default .st-badge {
    color: #fff;
    background-color: #333; }

.st-btn-primary {
  color: #fff;
  background-color: #0e86ca;
  border-color: #10a1de;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-btn-primary:visited {
    color: #fff; }
  .st-btn-primary:hover, .st-btn-primary:focus, .st-btn-primary.st-focus, .st-btn-primary:active, .st-btn-primary.st-active,
  .st-open > .st-btn-primary.st-dropdown-toggle {
    color: #fff;
    background-color: #00aeff; }
  .st-btn-primary:active, .st-btn-primary.st-active,
  .st-open > .st-btn-primary.st-dropdown-toggle {
    background-color: #095386;
    background-image: none; }
  .st-btn-primary.st-disabled, .st-btn-primary.st-disabled:hover, .st-btn-primary.st-disabled:focus, .st-btn-primary.st-disabled.st-focus, .st-btn-primary.st-disabled:active, .st-btn-primary.st-disabled.st-active, .st-btn-primary[disabled], .st-btn-primary[disabled]:hover, .st-btn-primary[disabled]:focus, .st-btn-primary[disabled].st-focus, .st-btn-primary[disabled]:active, .st-btn-primary[disabled].st-active,
  fieldset[disabled] .st-btn-primary,
  fieldset[disabled] .st-btn-primary:hover,
  fieldset[disabled] .st-btn-primary:focus,
  fieldset[disabled] .st-btn-primary.st-focus,
  fieldset[disabled] .st-btn-primary:active,
  fieldset[disabled] .st-btn-primary.st-active {
    color: rgba(255, 255, 255, 0.15);
    background-color: #fff;
    /* The Fallback */
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #10a1de; }
  .st-btn-primary .st-badge {
    color: #0e86ca;
    background-color: #fff; }

.st-btn-secondary {
  color: #00aeff;
  background-color: rgba(32, 35, 46, 0.8);
  border-color: #0d639f;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-btn-secondary:visited {
    color: #00aeff; }
  .st-btn-secondary:hover, .st-btn-secondary:focus, .st-btn-secondary.st-focus, .st-btn-secondary:active, .st-btn-secondary.st-active,
  .st-open > .st-btn-secondary.st-dropdown-toggle {
    color: #91e4ff;
    background-color: rgba(32, 35, 36, 0.8);
    border-color: #0e86ca;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
  .st-btn-secondary:active, .st-btn-secondary.st-active,
  .st-open > .st-btn-secondary.st-dropdown-toggle {
    background-color: rgba(2, 2, 3, 0.8);
    background-image: none; }
  .st-btn-secondary.st-disabled, .st-btn-secondary.st-disabled:hover, .st-btn-secondary.st-disabled:focus, .st-btn-secondary.st-disabled.st-focus, .st-btn-secondary.st-disabled:active, .st-btn-secondary.st-disabled.st-active, .st-btn-secondary[disabled], .st-btn-secondary[disabled]:hover, .st-btn-secondary[disabled]:focus, .st-btn-secondary[disabled].st-focus, .st-btn-secondary[disabled]:active, .st-btn-secondary[disabled].st-active,
  fieldset[disabled] .st-btn-secondary,
  fieldset[disabled] .st-btn-secondary:hover,
  fieldset[disabled] .st-btn-secondary:focus,
  fieldset[disabled] .st-btn-secondary.st-focus,
  fieldset[disabled] .st-btn-secondary:active,
  fieldset[disabled] .st-btn-secondary.st-active {
    color: rgba(0, 174, 255, 0.15);
    background-color: #00aeff;
    /* The Fallback */
    background-color: rgba(0, 174, 255, 0.8);
    border-color: #0d639f; }
  .st-btn-secondary .st-badge {
    color: rgba(32, 35, 46, 0.8);
    background-color: #00aeff; }

.st-btn-tertiary {
  color: #00aeff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-btn-tertiary:visited {
    color: #00aeff; }
  .st-btn-tertiary:hover, .st-btn-tertiary:focus, .st-btn-tertiary.st-focus, .st-btn-tertiary:active, .st-btn-tertiary.st-active,
  .st-open > .st-btn-tertiary.st-dropdown-toggle {
    color: #91e4ff;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }
  .st-btn-tertiary:active, .st-btn-tertiary.st-active,
  .st-open > .st-btn-tertiary.st-dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none; }
  .st-btn-tertiary.st-disabled, .st-btn-tertiary.st-disabled:hover, .st-btn-tertiary.st-disabled:focus, .st-btn-tertiary.st-disabled.st-focus, .st-btn-tertiary.st-disabled:active, .st-btn-tertiary.st-disabled.st-active, .st-btn-tertiary[disabled], .st-btn-tertiary[disabled]:hover, .st-btn-tertiary[disabled]:focus, .st-btn-tertiary[disabled].st-focus, .st-btn-tertiary[disabled]:active, .st-btn-tertiary[disabled].st-active,
  fieldset[disabled] .st-btn-tertiary,
  fieldset[disabled] .st-btn-tertiary:hover,
  fieldset[disabled] .st-btn-tertiary:focus,
  fieldset[disabled] .st-btn-tertiary.st-focus,
  fieldset[disabled] .st-btn-tertiary:active,
  fieldset[disabled] .st-btn-tertiary.st-active {
    color: rgba(0, 174, 255, 0.15);
    background-color: #00aeff;
    /* The Fallback */
    background-color: rgba(0, 174, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.15); }
  .st-btn-tertiary .st-badge {
    color: rgba(0, 0, 0, 0.2);
    background-color: #00aeff; }

.st-btn-success {
  color: #fff;
  background-color: #0a5b28;
  border-color: #0b602a;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-btn-success:visited {
    color: #fff; }
  .st-btn-success:hover, .st-btn-success:focus, .st-btn-success.st-focus, .st-btn-success:active, .st-btn-success.st-active,
  .st-open > .st-btn-success.st-dropdown-toggle {
    color: #fff;
    background-color: #05872f; }
  .st-btn-success:active, .st-btn-success.st-active,
  .st-open > .st-btn-success.st-dropdown-toggle {
    background-color: #03190c;
    background-image: none; }
  .st-btn-success.st-disabled, .st-btn-success.st-disabled:hover, .st-btn-success.st-disabled:focus, .st-btn-success.st-disabled.st-focus, .st-btn-success.st-disabled:active, .st-btn-success.st-disabled.st-active, .st-btn-success[disabled], .st-btn-success[disabled]:hover, .st-btn-success[disabled]:focus, .st-btn-success[disabled].st-focus, .st-btn-success[disabled]:active, .st-btn-success[disabled].st-active,
  fieldset[disabled] .st-btn-success,
  fieldset[disabled] .st-btn-success:hover,
  fieldset[disabled] .st-btn-success:focus,
  fieldset[disabled] .st-btn-success.st-focus,
  fieldset[disabled] .st-btn-success:active,
  fieldset[disabled] .st-btn-success.st-active {
    color: rgba(255, 255, 255, 0.15);
    background-color: #fff;
    /* The Fallback */
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #0b602a; }
  .st-btn-success .st-badge {
    color: #0a5b28;
    background-color: #fff; }

.st-btn-info {
  color: #fff;
  background-color: #09567b;
  border-color: #095980;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-btn-info:visited {
    color: #fff; }
  .st-btn-info:hover, .st-btn-info:focus, .st-btn-info.st-focus, .st-btn-info:active, .st-btn-info.st-active,
  .st-open > .st-btn-info.st-dropdown-toggle {
    color: #fff;
    background-color: #017baa; }
  .st-btn-info:active, .st-btn-info.st-active,
  .st-open > .st-btn-info.st-dropdown-toggle {
    background-color: #042437;
    background-image: none; }
  .st-btn-info.st-disabled, .st-btn-info.st-disabled:hover, .st-btn-info.st-disabled:focus, .st-btn-info.st-disabled.st-focus, .st-btn-info.st-disabled:active, .st-btn-info.st-disabled.st-active, .st-btn-info[disabled], .st-btn-info[disabled]:hover, .st-btn-info[disabled]:focus, .st-btn-info[disabled].st-focus, .st-btn-info[disabled]:active, .st-btn-info[disabled].st-active,
  fieldset[disabled] .st-btn-info,
  fieldset[disabled] .st-btn-info:hover,
  fieldset[disabled] .st-btn-info:focus,
  fieldset[disabled] .st-btn-info.st-focus,
  fieldset[disabled] .st-btn-info:active,
  fieldset[disabled] .st-btn-info.st-active {
    color: rgba(255, 255, 255, 0.15);
    background-color: #fff;
    /* The Fallback */
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #095980; }
  .st-btn-info .st-badge {
    color: #09567b;
    background-color: #fff; }

.st-btn-warning {
  color: #fff;
  background-color: #625604;
  border-color: #675a04;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-btn-warning:visited {
    color: #fff; }
  .st-btn-warning:hover, .st-btn-warning:focus, .st-btn-warning.st-focus, .st-btn-warning:active, .st-btn-warning.st-active,
  .st-open > .st-btn-warning.st-dropdown-toggle {
    color: #fff;
    background-color: #8d7500; }
  .st-btn-warning:active, .st-btn-warning.st-active,
  .st-open > .st-btn-warning.st-dropdown-toggle {
    background-color: #1c1a01;
    background-image: none; }
  .st-btn-warning.st-disabled, .st-btn-warning.st-disabled:hover, .st-btn-warning.st-disabled:focus, .st-btn-warning.st-disabled.st-focus, .st-btn-warning.st-disabled:active, .st-btn-warning.st-disabled.st-active, .st-btn-warning[disabled], .st-btn-warning[disabled]:hover, .st-btn-warning[disabled]:focus, .st-btn-warning[disabled].st-focus, .st-btn-warning[disabled]:active, .st-btn-warning[disabled].st-active,
  fieldset[disabled] .st-btn-warning,
  fieldset[disabled] .st-btn-warning:hover,
  fieldset[disabled] .st-btn-warning:focus,
  fieldset[disabled] .st-btn-warning.st-focus,
  fieldset[disabled] .st-btn-warning:active,
  fieldset[disabled] .st-btn-warning.st-active {
    color: rgba(255, 255, 255, 0.15);
    background-color: #fff;
    /* The Fallback */
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #675a04; }
  .st-btn-warning .st-badge {
    color: #625604;
    background-color: #fff; }

.st-btn-danger {
  color: #fff;
  background-color: #7b1315;
  border-color: #7f1416;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-btn-danger:visited {
    color: #fff; }
  .st-btn-danger:hover, .st-btn-danger:focus, .st-btn-danger.st-focus, .st-btn-danger:active, .st-btn-danger.st-active,
  .st-open > .st-btn-danger.st-dropdown-toggle {
    color: #fff;
    background-color: #a90c16; }
  .st-btn-danger:active, .st-btn-danger.st-active,
  .st-open > .st-btn-danger.st-dropdown-toggle {
    background-color: #3c0a09;
    background-image: none; }
  .st-btn-danger.st-disabled, .st-btn-danger.st-disabled:hover, .st-btn-danger.st-disabled:focus, .st-btn-danger.st-disabled.st-focus, .st-btn-danger.st-disabled:active, .st-btn-danger.st-disabled.st-active, .st-btn-danger[disabled], .st-btn-danger[disabled]:hover, .st-btn-danger[disabled]:focus, .st-btn-danger[disabled].st-focus, .st-btn-danger[disabled]:active, .st-btn-danger[disabled].st-active,
  fieldset[disabled] .st-btn-danger,
  fieldset[disabled] .st-btn-danger:hover,
  fieldset[disabled] .st-btn-danger:focus,
  fieldset[disabled] .st-btn-danger.st-focus,
  fieldset[disabled] .st-btn-danger:active,
  fieldset[disabled] .st-btn-danger.st-active {
    color: rgba(255, 255, 255, 0.15);
    background-color: #fff;
    /* The Fallback */
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #7f1416; }
  .st-btn-danger .st-badge {
    color: #7b1315;
    background-color: #fff; }

.st-btn-link {
  color: #0e86ca;
  font-weight: normal;
  border-radius: 0; }
  .st-btn-link, .st-btn-link:active, .st-btn-link.st-active, .st-btn-link[disabled],
  fieldset[disabled] .st-btn-link {
    background-color: transparent;
    box-shadow: none; }
  .st-btn-link, .st-btn-link:hover, .st-btn-link:focus, .st-btn-link:active {
    border-color: transparent; }
  .st-btn-link:hover, .st-btn-link:focus {
    color: #82c5ff;
    text-decoration: none;
    background-color: transparent; }
  .st-btn-link[disabled]:hover, .st-btn-link[disabled]:focus,
  fieldset[disabled] .st-btn-link:hover,
  fieldset[disabled] .st-btn-link:focus {
    color: gray;
    text-decoration: none; }

.st-btn-lg, .st-btn-group-lg > .st-btn {
  padding: 0.66667em 1.06667em;
  font-size: 1.25em;
  line-height: 1.33333;
  border-radius: 0; }

.st-btn-sm, .st-btn-group-sm > .st-btn {
  padding: 0.33333em 0.66667em;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0; }

.st-btn-xs, .st-btn-group-xs > .st-btn {
  padding: 0.06667em 0.33333em;
  font-size: 0.85em;
  line-height: 1.5;
  border-radius: 0; }

.st-btn-block {
  display: block;
  width: 100%; }

.st-btn-block + .st-btn-block {
  margin-top: 5px; }

input[type="submit"].st-btn-block,
input[type="reset"].st-btn-block,
input[type="button"].st-btn-block {
  width: 100%; }

.st-btn.st-btn-disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(27, 30, 39, 0.8);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
  box-shadow: none; }

.st-btn {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin: 3px 0;
  padding: 7px 20px;
  font-size: 1em;
  line-height: 1.2em;
  height: 32px;
  min-width: 80px;
  color: #fff;
  background-color: #0e86ca;
  border: 1px solid #10a1de;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: background-color .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s; }

.st-btn:focus {
  background-color: inherit; }

.st-btn-primary {
  color: #fff;
  background-color: #0e86ca;
  border: 1px solid #10a1de;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-btn-primary a {
    color: #fff; }

.st-btn-primary:hover {
  color: #fff;
  background-color: #00aeff;
  border: 1px solid transparent;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.st-btn-primary:focus {
  background-color: #0e86ca; }

.st-btn-primary:active {
  color: rgba(255, 255, 255, 0.8);
  background-color: #095386;
  border: 1px solid transparent;
  box-shadow: none; }

.st-btn-primary:disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(27, 30, 39, 0.8);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.st-btn-secondary {
  color: #00aeff;
  background-color: rgba(32, 35, 46, 0.8);
  border: 1px solid #0d639f;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.st-btn-secondary:hover {
  color: #91e4ff;
  background-color: rgba(32, 35, 36, 0.8);
  border: 1px solid #0e86ca;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }

.st-btn-secondary:focus {
  background-color: rgba(32, 35, 46, 0.8); }

.st-btn-secondary:active {
  color: rgba(145, 228, 255, 0.8);
  background-color: rgba(27, 30, 39, 0.8);
  border: 1px solid transparent;
  box-shadow: none; }

.st-btn-secondary:disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(27, 30, 39, 0.8);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.st-btn-tertiary {
  color: #00aeff;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.st-btn-tertiary:focus {
  background-color: rgba(0, 0, 0, 0.2); }

.st-btn-tertiary:hover {
  color: #91e4ff;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.st-btn-tertiary:active {
  color: #00aeff;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none; }

.st-btn-tertiary:disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.st-btn-xl {
  font-size: 2em;
  text-transform: uppercase;
  padding: 14px 20px;
  height: 60px;
  min-width: 120px; }

.st-btn-xl:active {
  padding: 15px 20px 13px 20px; }

.st-btn-lg, .st-btn-group-lg > .st-btn {
  font-size: 1.14em;
  padding: 10px 20px;
  height: 40px;
  min-width: 100px; }

.st-btn-lg:active, .st-btn-group-lg > .st-btn:active {
  padding: 11px 20px 9px 20px; }

.st-btn-md {
  font-size: 1em;
  padding: 7px 20px;
  height: 32px;
  min-width: 80px; }

.st-btn-md:active {
  padding: 8px 20px 6px 20px; }

.st-btn-sm, .st-btn-group-sm > .st-btn {
  font-size: 0.87em;
  height: 26px;
  min-width: 60px;
  padding: 5px 10px; }

.st-btn-sm:active, .st-btn-group-sm > .st-btn:active {
  padding: 6px 10px 4px 10px; }

.st-fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .st-fade.st-in {
    opacity: 1; }

.st-collapse {
  display: none; }
  .st-collapse.st-in {
    display: block; }

tr.st-collapse.st-in {
  display: table-row; }

tbody.st-collapse.st-in {
  display: table-row-group; }

.st-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.st-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 0.26667em dashed;
  border-right: 0.26667em solid transparent;
  border-left: 0.26667em solid transparent; }

.st-dropup,
.st-dropdown {
  position: relative; }

.st-dropdown-toggle:focus {
  outline: 0; }

.st-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1em;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .st-dropdown-menu.st-pull-right {
    right: 0;
    left: auto; }
  .st-dropdown-menu .st-divider {
    height: 1px;
    margin: -0.4em 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .st-dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.2;
    color: #272727;
    white-space: nowrap; }

.st-dropdown-menu > li > a:hover, .st-dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1a1a1a;
  background-color: #f5f5f5; }

.st-dropdown-menu > .st-active > a, .st-dropdown-menu > .st-active > a:hover, .st-dropdown-menu > .st-active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0e86ca; }

.st-dropdown-menu > .st-disabled > a, .st-dropdown-menu > .st-disabled > a:hover, .st-dropdown-menu > .st-disabled > a:focus {
  color: gray; }

.st-dropdown-menu > .st-disabled > a:hover, .st-dropdown-menu > .st-disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.st-open > .st-dropdown-menu {
  display: block; }

.st-open > a {
  outline: 0; }

.st-dropdown-menu-right {
  left: auto;
  right: 0; }

.st-dropdown-menu-left {
  left: 0;
  right: auto; }

.st-dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.85em;
  line-height: 1.2;
  color: gray;
  white-space: nowrap; }

.st-dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.st-pull-right > .st-dropdown-menu {
  right: 0;
  left: auto; }

.st-dropup .st-caret,
.st-navbar-fixed-bottom .st-dropdown .st-caret {
  border-top: 0;
  border-bottom: 0.26667em solid;
  content: ""; }

.st-dropup .st-dropdown-menu,
.st-navbar-fixed-bottom .st-dropdown .st-dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .st-navbar-right .st-dropdown-menu {
    right: 0;
    left: auto; }
  .st-navbar-right .st-dropdown-menu-left {
    left: 0;
    right: auto; } }

.st-btn-group,
.st-btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .st-btn-group > .st-btn,
  .st-btn-group-vertical > .st-btn {
    position: relative;
    float: left; }
    .st-btn-group > .st-btn:hover, .st-btn-group > .st-btn:focus, .st-btn-group > .st-btn:active, .st-btn-group > .st-btn.st-active,
    .st-btn-group-vertical > .st-btn:hover,
    .st-btn-group-vertical > .st-btn:focus,
    .st-btn-group-vertical > .st-btn:active,
    .st-btn-group-vertical > .st-btn.st-active {
      z-index: 2; }

.st-btn-group .st-btn + .st-btn,
.st-btn-group .st-btn + .st-btn-group,
.st-btn-group .st-btn-group + .st-btn,
.st-btn-group .st-btn-group + .st-btn-group {
  margin-left: -1px; }

.st-btn-toolbar {
  margin-left: -5px; }
  .st-btn-toolbar:before, .st-btn-toolbar:after {
    content: " ";
    display: table; }
  .st-btn-toolbar:after {
    clear: both; }
  .st-btn-toolbar .st-btn-group,
  .st-btn-toolbar .st-input-group {
    float: left; }
  .st-btn-toolbar > .st-btn,
  .st-btn-toolbar > .st-btn-group,
  .st-btn-toolbar > .st-input-group {
    margin-left: 5px; }

.st-btn-group > st-.btn:not(:first-child):not(:last-child):not(.st-dropdown-toggle) {
  border-radius: 0; }

.st-btn-group > .st-btn:first-child {
  margin-left: 0; }
  .st-btn-group > .st-btn:first-child:not(:last-child):not(.st-dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.st-btn-group > .st-btn:last-child:not(:first-child),
.st-btn-group > .st-dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.st-btn-group > .st-btn-group {
  float: left; }

.st-btn-group > .st-btn-group:not(:first-child):not(:last-child) > .st-btn {
  border-radius: 0; }

.st-btn-group > .st-btn-group:first-child:not(:last-child) > .st-btn:last-child,
.st-btn-group > .st-btn-group:first-child:not(:last-child) > .st-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.st-btn-group > .st-btn-group:last-child:not(:first-child) > .st-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.st-btn-group .st-dropdown-toggle:active,
.st-btn-group.st-open .st-dropdown-toggle {
  outline: 0; }

.st-btn-group > .st-btn + .st-dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.st-btn-group > .st-btn-lg + .st-dropdown-toggle, .st-btn-group-lg.st-btn-group > .st-btn + .st-dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.st-btn-group.st-open .st-dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .st-btn-group.st-open .st-dropdown-toggle.st-btn-link {
    box-shadow: none; }

.st-btn .st-caret {
  margin-left: 0; }

.st-btn-lg .st-caret, .st-btn-group-lg > .st-btn .st-caret {
  border-width: 0.33333em 0.33333em 0;
  border-bottom-width: 0; }

.st-dropup .st-btn-lg .st-caret, .st-dropup .st-btn-group-lg > .st-btn .st-caret {
  border-width: 0 0.33333em 0.33333em; }

.st-btn-group-vertical > .st-btn,
.st-btn-group-vertical > .st-btn-group,
.st-btn-group-vertical > .st-btn-group > .st-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.st-btn-group-vertical > .st-btn-group:before, .st-btn-group-vertical > .st-btn-group:after {
  content: " ";
  display: table; }

.st-btn-group-vertical > .st-btn-group:after {
  clear: both; }

.st-btn-group-vertical > .st-btn-group > .st-btn {
  float: none; }

.st-btn-group-vertical > .st-btn + .st-btn,
.st-btn-group-vertical > .st-btn + .st-btn-group,
.st-btn-group-vertical > .st-btn-group + .st-btn,
.st-btn-group-vertical > .st-btn-group + .st-btn-group {
  margin-top: -1px;
  margin-left: 0; }

.st-btn-group-vertical > .st-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.st-btn-group-vertical > .st-btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.st-btn-group-vertical > .st-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.st-btn-group-vertical > .st-btn-group:not(:first-child):not(:last-child) > .st-btn {
  border-radius: 0; }

.st-btn-group-vertical > .st-btn-group:first-child:not(:last-child) > .st-btn:last-child,
.st-btn-group-vertical > .st-btn-group:first-child:not(:last-child) > .st-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.st-btn-group-vertical > .st-btn-group:last-child:not(:first-child) > .st-btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.st-btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .st-btn-group-justified > .st-btn,
  .st-btn-group-justified > .st-btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .st-btn-group-justified > .st-btn-group .st-btn {
    width: 100%; }
  .st-btn-group-justified > .st-btn-group .st-dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .st-btn input[type="radio"],
[data-toggle="buttons"] > .st-btn input[type="checkbox"],
[data-toggle="buttons"] > .st-btn-group > .st-btn input[type="radio"],
[data-toggle="buttons"] > .st-btn-group > .st-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.st-input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .st-input-group[class*="st-col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .st-input-group .st-form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.st-input-group-addon,
.st-input-group-btn,
.st-input-group .st-form-control {
  display: table-cell; }
  .st-input-group-addon:not(:first-child):not(:last-child),
  .st-input-group-btn:not(:first-child):not(:last-child),
  .st-input-group .st-form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.st-input-group-addon,
.st-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.st-input-group-addon {
  padding: 0.6em 0.8em;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background-color: #b3b3b3;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0; }
  .st-input-group-addon.st-input-sm,
  .st-input-group-sm > .st-input-group-addon,
  .st-input-group-sm > .st-input-group-btn > .st-input-group-addon.st-btn {
    padding: 0.33333em 0.66667em;
    font-size: 0.85em;
    border-radius: 0; }
  .st-input-group-addon.st-input-lg,
  .st-input-group-lg > .st-input-group-addon,
  .st-input-group-lg > .st-input-group-btn > .st-input-group-addon.st-btn {
    padding: 0.66667em 1.06667em;
    font-size: 1.25em;
    border-radius: 0; }
  .st-input-group-addon input[type="radio"],
  .st-input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.st-input-group .st-form-control:first-child,
.st-input-group-addon:first-child,
.st-input-group-btn:first-child > .st-btn,
.st-input-group-btn:first-child > .st-btn-group > .st-btn,
.st-input-group-btn:first-child > .st-dropdown-toggle,
.st-input-group-btn:last-child > .st-btn:not(:last-child):not(.st-dropdown-toggle),
.st-input-group-btn:last-child > st-btn-group:not(:last-child) > .st-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.st-input-group-addon:first-child {
  border-right: 0; }

.st-input-group .st-form-control:last-child,
.st-input-group-addon:last-child,
.st-input-group-btn:last-child > .st-btn,
.st-input-group-btn:last-child > .st-btn-group > .st-btn,
.st-input-group-btn:last-child > .st-dropdown-toggle,
.st-input-group-btn:first-child > .st-btn:not(:first-child),
.st-input-group-btn:first-child > .st-btn-group:not(:first-child) > .st-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.st-input-group-addon:last-child {
  border-left: 0; }

.st-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .st-input-group-btn > .st-btn {
    position: relative; }
    .st-input-group-btn > .st-btn + .st-btn {
      margin-left: -1px; }
    .st-input-group-btn > .st-btn:hover, .st-input-group-btn > .st-btn:focus, .st-input-group-btn > .st-btn:active {
      z-index: 2; }
  .st-input-group-btn:first-child > .st-btn,
  .st-input-group-btn:first-child > .st-btn-group {
    margin-right: -1px; }
  .st-input-group-btn:last-child > .st-btn,
  .st-input-group-btn:last-child > .st-btn-group {
    margin-left: -1px; }

.st-nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .st-nav:before, .st-nav:after {
    content: " ";
    display: table; }
  .st-nav:after {
    clear: both; }
  .st-nav > li {
    position: relative;
    display: block; }
    .st-nav > li > a,
    .st-nav > li > .st-nav-item {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .st-nav > li > a:hover, .st-nav > li > a:focus,
      .st-nav > li > .st-nav-item:hover,
      .st-nav > li > .st-nav-item:focus {
        text-decoration: none;
        background-color: #000; }
    .st-nav > li.st-disabled > a,
    .st-nav > li.st-disabled > .st-nav-item {
      color: gray; }
      .st-nav > li.st-disabled > a:hover, .st-nav > li.st-disabled > a:focus,
      .st-nav > li.st-disabled > .st-nav-item:hover,
      .st-nav > li.st-disabled > .st-nav-item:focus {
        color: gray;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .st-nav .st-open > a, .st-nav .st-open > a:hover, .st-nav .st-open > a:focus,
  .st-nav .st-open > .st-nav-item,
  .st-nav .st-open > .st-nav-item:hover,
  .st-nav .st-open > .st-nav-item:focus {
    background-color: #000;
    border-color: #0e86ca; }
  .st-nav > li > a,
  .st-nav > li > .st-nav-item > img {
    max-width: none; }

a label,
.st-nav-item label {
  display: inline; }

.st-nav-tabs {
  border-bottom: 1px solid #ddd; }
  .st-nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .st-nav-tabs > li > a,
    .st-nav-tabs > li > .st-nav-item {
      margin-right: 2px;
      line-height: 1.2;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .st-nav-tabs > li > a:hover,
      .st-nav-tabs > li > .st-nav-item:hover {
        border-color: #b3b3b3 #b3b3b3 #ddd; }
    .st-nav-tabs > li.st-active > a, .st-nav-tabs > li.st-active > a:hover, .st-nav-tabs > li.st-active > a:focus,
    .st-nav-tabs > li.st-active > .st-nav-item,
    .st-nav-tabs > li.st-active > .st-nav-item:hover,
    .st-nav-tabs > li.st-active > .st-nav-item:focus {
      color: #303030;
      background-color: #002a54;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.st-nav-pills > li {
  float: left; }
  .st-nav-pills > li > a,
  .st-nav-pills > li > .st-nav-item {
    border-radius: 0; }
  .st-nav-pills > li + li {
    margin-left: 2px; }
  .st-nav-pills > li.st-active > a, .st-nav-pills > li.st-active > a:hover, .st-nav-pills > li.st-active > a:focus,
  .st-nav-pills > li.st-active > .st-nav-item,
  .st-nav-pills > li.st-active > .st-nav-item:hover,
  .st-nav-pills > li.st-active > .st-nav-item:focus {
    color: #fff;
    background-color: #0e86ca; }

.st-nav-stacked > li {
  float: none; }
  .st-nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.st-nav-justified, .st-nav-tabs.st-nav-justified {
  width: 100%; }
  .st-nav-justified > li, .st-nav-tabs.st-nav-justified > li {
    float: none; }
    .st-nav-justified > li > a, .st-nav-tabs.st-nav-justified > li > a,
    .st-nav-justified > li > .st-nav-item {
      text-align: center;
      margin-bottom: 5px; }
  .st-nav-justified > .st-dropdown .st-dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .st-nav-justified > li, .st-nav-tabs.st-nav-justified > li {
      display: table-cell;
      width: 1%; }
      .st-nav-justified > li > a, .st-nav-tabs.st-nav-justified > li > a,
      .st-nav-justified > li > .st-nav-item {
        margin-bottom: 0; } }

.st-nav-tabs-justified, .st-nav-tabs.st-nav-justified {
  border-bottom: 0; }
  .st-nav-tabs-justified > li > a, .st-nav-tabs.st-nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .st-nav-tabs-justified > .st-active > .st-nav-item, .st-nav-tabs.st-nav-justified > .st-active > .st-nav-item,
  .st-nav-tabs-justified > .st-active > .st-nav-item:hover, .st-nav-tabs.st-nav-justified > .st-active > .st-nav-item:hover,
  .st-nav-tabs-justified > .st-active > .st-nav-item:focus, .st-nav-tabs.st-nav-justified > .st-active > .st-nav-item:focus,
  .st-nav-tabs-justified > .st-active > a, .st-nav-tabs.st-nav-justified > .st-active > a,
  .st-nav-tabs-justified > .st-active > a:hover, .st-nav-tabs.st-nav-justified > .st-active > a:hover,
  .st-nav-tabs-justified > .st-active > a:focus, .st-nav-tabs.st-nav-justified > .st-active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .st-nav-tabs-justified > li > a, .st-nav-tabs.st-nav-justified > li > a, .st-nav-tabs-justified .st-nav-item, .st-nav-tabs.st-nav-justified .st-nav-item {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .st-nav-tabs-justified > .st-active > .st-nav-item, .st-nav-tabs.st-nav-justified > .st-active > .st-nav-item,
    .st-nav-tabs-justified > .st-active > .st-nav-item:hover, .st-nav-tabs.st-nav-justified > .st-active > .st-nav-item:hover,
    .st-nav-tabs-justified > .st-active > .st-nav-item:focus, .st-nav-tabs.st-nav-justified > .st-active > .st-nav-item:focus,
    .st-nav-tabs-justified > .st-active > a, .st-nav-tabs.st-nav-justified > .st-active > a,
    .st-nav-tabs-justified > .st-active > a:hover, .st-nav-tabs.st-nav-justified > .st-active > a:hover,
    .st-nav-tabs-justified > .st-active > a:focus, .st-nav-tabs.st-nav-justified > .st-active > a:focus {
      border-bottom-color: #002a54; } }

.st-tab-content > .st-tab-pane {
  display: none; }

.st-tab-content > .st-active-pane, .st-tab-content > .st-active {
  display: block !important; }

.st-nav-tabs .st-dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

/* Nested links */
/* Create styling for nested navigation. */
.st-nav .st-nav > li > .st-nav-item {
  padding-left: 45px; }

.st-nav .st-nav .st-nav > li > .st-nav-item {
  padding-left: 60px; }

@media (min-width: 768px) {
  .st-tab-content-margin {
    position: relative;
    margin-top: 2.2em; } }

.st-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1.2em 0 0.5em 0;
  border-radius: 0;
  list-style: none; }
  .st-pagination > li {
    display: inline;
    margin-bottom: 8px; }
    .st-pagination > li > a,
    .st-pagination > li > span {
      position: relative;
      float: left;
      padding: 1px 8px;
      line-height: 1.2;
      text-decoration: none;
      color: #00aeff;
      background-color: rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.3);
      margin-right: 3px;
      margin-left: 3px;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
      overflow: hidden; }
    .st-pagination > li:first-child > a,
    .st-pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .st-pagination > li:last-child > a,
    .st-pagination > li:last-child > span {
      margin-right: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .st-pagination > li > a:hover, .st-pagination > li > a:focus,
  .st-pagination > li > span:hover,
  .st-pagination > li > span:focus {
    color: #fff;
    background-color: rgba(32, 35, 36, 0.8);
    border-color: rgba(255, 255, 255, 0.5); }
  .st-pagination > li > a:active,
  .st-pagination > li > span:active {
    color: rgba(145, 228, 255, 0.8);
    background-color: rgba(27, 30, 39, 0.8);
    border-color: rgba(145, 228, 255, 0.8); }
  .st-pagination > .active > a, .st-pagination > .active > a:hover, .st-pagination > .active > a:focus,
  .st-pagination > .active > span,
  .st-pagination > .active > span:hover,
  .st-pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.5);
    cursor: default; }
  .st-pagination > .disabled > span,
  .st-pagination > .disabled > span:hover,
  .st-pagination > .disabled > span:focus,
  .st-pagination > .disabled > a,
  .st-pagination > .disabled > a:hover,
  .st-pagination > .disabled > a:focus {
    color: rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed; }
  .st-pagination > li.expander > span,
  .st-pagination > li.expander > a {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  @media all and (max-width: 767px) {
    .st-pagination {
      width: 100%;
      white-space: nowrap; }
      .st-pagination + .st-pagination-label {
        text-align: center; }
      .st-pagination > li {
        display: block;
        float: left; }
        .st-pagination > li:not(:first-child):not(:last-child) {
          width: 0;
          padding: 0;
          margin: 0;
          border: 0; }
          .st-pagination > li:not(:first-child):not(:last-child) * {
            width: 0;
            padding: 0;
            margin: 0;
            border: 0; }
        .st-pagination > li:first-child, .st-pagination > li:last-child {
          width: 50%; }
        .st-pagination > li.mobile-full {
          width: 100%; }
        .st-pagination > li.disabled {
          width: 0;
          padding: 0;
          margin: 0;
          border: 0; }
          .st-pagination > li.disabled * {
            width: 0;
            padding: 0;
            margin: 0;
            border: 0; }
        .st-pagination > li > a,
        .st-pagination > li > span {
          display: inline;
          margin-bottom: 0;
          font-weight: normal;
          text-align: center;
          vertical-align: middle;
          -ms-touch-action: manipulation;
              touch-action: manipulation;
          cursor: pointer;
          background-image: none;
          border: 1px solid transparent;
          white-space: nowrap;
          padding: 0.6em 0.8em;
          font-size: 1em;
          line-height: 1.2;
          border-radius: 0;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          width: 100%;
          color: #fff;
          background-color: #0e86ca;
          border-color: #10a1de;
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
          .st-pagination > li > a:focus, .st-pagination > li > a.st-focus, .st-pagination > li > a:active:focus, .st-pagination > li > a:active.st-focus, .st-pagination > li > a.st-active:focus, .st-pagination > li > a.st-active.st-focus,
          .st-pagination > li > span:focus,
          .st-pagination > li > span.st-focus,
          .st-pagination > li > span:active:focus,
          .st-pagination > li > span:active.st-focus,
          .st-pagination > li > span.st-active:focus,
          .st-pagination > li > span.st-active.st-focus {
            color: rgba(255, 255, 255, 0.8);
            box-shadow: none; }
          .st-pagination > li > a:hover, .st-pagination > li > a:focus, .st-pagination > li > a.st-focus,
          .st-pagination > li > span:hover,
          .st-pagination > li > span:focus,
          .st-pagination > li > span.st-focus {
            color: #333;
            box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
            text-decoration: none; }
          .st-pagination > li > a:active, .st-pagination > li > a.st-active,
          .st-pagination > li > span:active,
          .st-pagination > li > span.st-active {
            outline: 0;
            background-image: none;
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
          .st-pagination > li > a.st-disabled, .st-pagination > li > a[disabled],
          fieldset[disabled] .st-pagination > li > a,
          .st-pagination > li > span.st-disabled,
          .st-pagination > li > span[disabled],
          fieldset[disabled]
          .st-pagination > li > span {
            cursor: not-allowed;
            pointer-events: none;
            opacity: 0.8;
            filter: alpha(opacity=80);
            box-shadow: none; }
          .st-pagination > li > a:visited,
          .st-pagination > li > span:visited {
            color: #fff; }
          .st-pagination > li > a:hover, .st-pagination > li > a:focus, .st-pagination > li > a.st-focus, .st-pagination > li > a:active, .st-pagination > li > a.st-active,
          .st-open > .st-pagination > li > a.st-dropdown-toggle,
          .st-pagination > li > span:hover,
          .st-pagination > li > span:focus,
          .st-pagination > li > span.st-focus,
          .st-pagination > li > span:active,
          .st-pagination > li > span.st-active,
          .st-open >
          .st-pagination > li > span.st-dropdown-toggle {
            color: #fff;
            background-color: #00aeff; }
          .st-pagination > li > a:active, .st-pagination > li > a.st-active,
          .st-open > .st-pagination > li > a.st-dropdown-toggle,
          .st-pagination > li > span:active,
          .st-pagination > li > span.st-active,
          .st-open >
          .st-pagination > li > span.st-dropdown-toggle {
            background-color: #095386;
            background-image: none; }
          .st-pagination > li > a.st-disabled, .st-pagination > li > a.st-disabled:hover, .st-pagination > li > a.st-disabled:focus, .st-pagination > li > a.st-disabled.st-focus, .st-pagination > li > a.st-disabled:active, .st-pagination > li > a.st-disabled.st-active, .st-pagination > li > a[disabled], .st-pagination > li > a[disabled]:hover, .st-pagination > li > a[disabled]:focus, .st-pagination > li > a[disabled].st-focus, .st-pagination > li > a[disabled]:active, .st-pagination > li > a[disabled].st-active,
          fieldset[disabled] .st-pagination > li > a,
          fieldset[disabled] .st-pagination > li > a:hover,
          fieldset[disabled] .st-pagination > li > a:focus,
          fieldset[disabled] .st-pagination > li > a.st-focus,
          fieldset[disabled] .st-pagination > li > a:active,
          fieldset[disabled] .st-pagination > li > a.st-active,
          .st-pagination > li > span.st-disabled,
          .st-pagination > li > span.st-disabled:hover,
          .st-pagination > li > span.st-disabled:focus,
          .st-pagination > li > span.st-disabled.st-focus,
          .st-pagination > li > span.st-disabled:active,
          .st-pagination > li > span.st-disabled.st-active,
          .st-pagination > li > span[disabled],
          .st-pagination > li > span[disabled]:hover,
          .st-pagination > li > span[disabled]:focus,
          .st-pagination > li > span[disabled].st-focus,
          .st-pagination > li > span[disabled]:active,
          .st-pagination > li > span[disabled].st-active,
          fieldset[disabled]
          .st-pagination > li > span,
          fieldset[disabled]
          .st-pagination > li > span:hover,
          fieldset[disabled]
          .st-pagination > li > span:focus,
          fieldset[disabled]
          .st-pagination > li > span.st-focus,
          fieldset[disabled]
          .st-pagination > li > span:active,
          fieldset[disabled]
          .st-pagination > li > span.st-active {
            color: rgba(255, 255, 255, 0.15);
            background-color: #fff;
            /* The Fallback */
            background-color: rgba(255, 255, 255, 0.8);
            border-color: #10a1de; }
          .st-pagination > li > a .st-badge,
          .st-pagination > li > span .st-badge {
            color: #0e86ca;
            background-color: #fff; } }

.st-pagination-lg > li > a,
.st-pagination-lg > li > span {
  padding: 0.66667em 1.06667em;
  font-size: 1.25em; }

.st-pagination-lg > li:first-child > a,
.st-pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.st-pagination-lg > li:last-child > a,
.st-pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.st-pagination-sm > li > a,
.st-pagination-sm > li > span {
  padding: 0.33333em 0.66667em;
  font-size: 0.85em; }

.st-pagination-sm > li:first-child > a,
.st-pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.st-pagination-sm > li:last-child > a,
.st-pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.st-label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .st-label:empty {
    display: none; }
  .st-btn .st-label {
    position: relative;
    top: -1px; }

a.st-label:hover, a.st-label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.st-label-default {
  background-color: gray; }
  .st-label-default[href]:hover, .st-label-default[href]:focus {
    background-color: #666666; }

.st-label-primary {
  background-color: #0e86ca; }
  .st-label-primary[href]:hover, .st-label-primary[href]:focus {
    background-color: #0b669a; }

.st-label-success {
  background-color: #0a5b28; }
  .st-label-success[href]:hover, .st-label-success[href]:focus {
    background-color: #052d14; }

.st-label-info {
  background-color: #09567b; }
  .st-label-info[href]:hover, .st-label-info[href]:focus {
    background-color: #06354b; }

.st-label-warning {
  background-color: #625604; }
  .st-label-warning[href]:hover, .st-label-warning[href]:focus {
    background-color: #312b02; }

.st-label-danger {
  background-color: #7b1315; }
  .st-label-danger[href]:hover, .st-label-danger[href]:focus {
    background-color: #4f0c0d; }

.st-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 0.85em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: gray;
  border-radius: 10px; }
  .st-badge:empty {
    display: none; }
  .st-btn .st-badge {
    position: relative;
    top: -1px; }
  .st-btn-xs .st-badge, .st-btn-group-xs > .st-btn .st-badge,
  .st-btn-group-xs > .st-btn .st-badge {
    top: 0;
    padding: 1px 5px; }
  .st-list-group-item.active > .st-badge,
  .st-nav-pills > .st-active > a > .st-badge {
    color: #0e86ca;
    background-color: #fff; }
  .st-list-group-item > .st-badge {
    float: right; }
  .st-list-group-item > .st-badge + .st-badge {
    margin-right: 5px; }
  .st-nav-pills > li > a > .st-badge {
    margin-left: 3px; }

a.st-badge:hover, a.st-badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.st-jumbotron {
  padding: 40px 20px;
  margin-bottom: 40px;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-jumbotron h1,
  .st-jumbotron .st-h1 {
    color: inherit; }
  .st-jumbotron p {
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 200; }
  .st-jumbotron > hr {
    border-top-color: rgba(0, 0, 0, 0.7); }
  .st-container .st-jumbotron,
  .st-container-fluid .st-jumbotron {
    border-radius: 0; }
  .st-jumbotron .st-container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .st-jumbotron {
      padding: 40px; }
      .st-container .st-jumbotron,
      .st-container-fluid .st-jumbotron {
        padding-left: 80px;
        padding-right: 80px; }
      .st-jumbotron h1,
      .st-jumbotron .st-h1 {
        font-size: 4.5em; } }

.st-thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 1.2em;
  line-height: 1.2;
  background-color: #002a54;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  transition: border .2s ease-in-out;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-thumbnail > img,
  .st-thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .st-thumbnail .st-caption {
    padding: 9px;
    color: white; }

a.st-thumbnail:hover,
a.st-thumbnail:focus,
a.st-thumbnail.st-active {
  border-color: #0e86ca;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

.st-alert {
  display: block;
  padding: 3px 40px 3px 20px;
  margin: 0;
  font-size: 14px;
  min-height: 38px;
  line-height: 20px;
  text-shadow: none;
  position: relative;
  color: #D8000C;
  background-color: #FFBABA;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  opacity: 1;
  transition: all 0.2s; }
  .st-alert h4 {
    margin-top: 0;
    color: inherit; }
  .st-alert .st-alert-link {
    color: #594300;
    font-weight: bold; }
  .st-alert .st-alert-crisis-link {
    color: #FFF;
    font-weight: normal; }
  .st-alert > p,
  .st-alert > ul {
    margin-bottom: 0; }
  .st-alert > p + p {
    margin-top: 5px; }

.st-alert-dismissible {
  padding-right: 60px; }
  .st-alert-dismissible .st-close {
    vertical-align: middle;
    background-image: url("../images/icons/close-x.1bf08976.png");
    background-position: 4px 18px;
    background-repeat: no-repeat;
    width: 24px;
    height: 75%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.5; }
    .st-alert-dismissible .st-close:hover {
      opacity: 1; }

.st-alert-success {
  background-color: #dff2bf;
  color: #4f8a10;
  box-sizing: border-box;
  padding: 8px 40px 8px 20px;
  min-height: 38px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75); }
  .st-alert-success hr {
    border-top-color: #d8e995; }
  .st-alert-success .st-alert-title {
    font-weight: bold; }

.st-alert-info {
  background-color: #d9edf7;
  color: #31708f;
  box-sizing: border-box;
  padding: 8px 40px 8px 20px;
  min-height: 38px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75); }
  .st-alert-info hr {
    border-top-color: #a6e1ec; }
  .st-alert-info .st-alert-title {
    font-weight: bold; }

.st-alert-warning {
  background-color: #ffd351;
  color: #594300;
  box-sizing: border-box;
  padding: 8px 40px 8px 20px;
  min-height: 38px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75); }
  .st-alert-warning hr {
    border-top-color: #ffd764; }
  .st-alert-warning .st-alert-title {
    font-weight: bold; }

.st-alert-danger {
  background-color: #ffbaba;
  color: #d8000c;
  box-sizing: border-box;
  padding: 8px 40px 8px 20px;
  min-height: 38px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75); }
  .st-alert-danger hr {
    border-top-color: #ff879b; }
  .st-alert-danger .st-alert-title {
    font-weight: bold; }

.st-alert-crisis {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 5px solid #d56900;
  color: #FFF;
  box-sizing: border-box;
  padding: 8px 40px 8px 10px;
  min-height: 38px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }
  .st-alert-crisis .st-close {
    background-image: url("../images/icons/close-x-wh.01a541a9.png");
    top: -3px; }
  .st-alert-crisis .fa-close {
    font-size: 0.8em;
    opacity: 0.5; }
  .st-alert-crisis:hover {
    border-color: rgba(255, 255, 255, 0.5); }

.st-media {
  margin-top: 15px; }
  .st-media:first-child {
    margin-top: 0; }

.st-media,
.st-media-body {
  zoom: 1;
  overflow: hidden; }

.st-media-body {
  width: 10000px; }

.st-media-object {
  display: block; }

.st-media-right,
.st-media > .st-pull-right {
  padding-left: 10px; }

.st-media-left,
.st-media > .st-pull-left {
  padding-right: 10px; }

.st-media-left,
.st-media-right,
.st-media-body {
  display: table-cell;
  vertical-align: top; }

.st-media-middle {
  vertical-align: middle; }

.st-media-bottom {
  vertical-align: bottom; }

.st-media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.st-media-list {
  padding-left: 0;
  list-style: none; }

.st-list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.st-list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #002a54;
  border: 1px solid #001121; }
  .st-list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .st-list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.st-list-group-item {
  color: #0e86ca; }
  a.st-list-group-item .st-list-group-item-heading {
    color: #1ca3ef; }
  a.st-list-group-item:hover, a.st-list-group-item:focus {
    text-decoration: none;
    color: #0e86ca;
    background-color: #f5f5f5; }

.st-list-group-item.st-disabled, .st-list-group-item.st-disabled:hover, .st-list-group-item.st-disabled:focus {
  background-color: #b3b3b3;
  color: gray;
  cursor: not-allowed; }
  .st-list-group-item.st-disabled .st-list-group-item-heading, .st-list-group-item.st-disabled:hover .st-list-group-item-heading, .st-list-group-item.st-disabled:focus .st-list-group-item-heading {
    color: inherit; }
  .st-list-group-item.st-disabled .st-list-group-item-text, .st-list-group-item.st-disabled:hover .st-list-group-item-text, .st-list-group-item.st-disabled:focus .st-list-group-item-text {
    color: gray; }

.st-list-group-item.st-active, .st-list-group-item.st-active:hover, .st-list-group-item.st-active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0e86ca;
  border-color: #0e86ca; }
  .st-list-group-item.st-active .st-list-group-item-heading,
  .st-list-group-item.st-active .st-list-group-item-heading > small,
  .st-list-group-item.st-active .st-list-group-item-heading > .st-small, .st-list-group-item.st-active:hover .st-list-group-item-heading,
  .st-list-group-item.st-active:hover .st-list-group-item-heading > small,
  .st-list-group-item.st-active:hover .st-list-group-item-heading > .st-small, .st-list-group-item.st-active:focus .st-list-group-item-heading,
  .st-list-group-item.st-active:focus .st-list-group-item-heading > small,
  .st-list-group-item.st-active:focus .st-list-group-item-heading > .st-small {
    color: inherit; }
  .st-list-group-item.st-active .st-list-group-item-text, .st-list-group-item.st-active:hover .st-list-group-item-text, .st-list-group-item.st-active:focus .st-list-group-item-text {
    color: #abddf9; }

.st-list-group-item-success {
  color: #4f8a10;
  background-color: #dff2bf; }

a.st-list-group-item-success {
  color: #4f8a10; }
  a.st-list-group-item-success .st-list-group-item-heading {
    color: inherit; }
  a.st-list-group-item-success:hover, a.st-list-group-item-success:focus {
    color: #4f8a10;
    background-color: #d4eeaa; }
  a.st-list-group-item-success.st-active, a.st-list-group-item-success.st-active:hover, a.st-list-group-item-success.st-active:focus {
    color: #fff;
    background-color: #4f8a10;
    border-color: #4f8a10; }

.st-list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.st-list-group-item-info {
  color: #31708f; }
  a.st-list-group-item-info .st-list-group-item-heading {
    color: inherit; }
  a.st-list-group-item-info:hover, a.st-list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.st-list-group-item-info.st-active, a.st-list-group-item-info.st-active:hover, a.st-list-group-item-info.st-active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.st-list-group-item-warning {
  color: #594300;
  background-color: #ffd351; }

a.st-list-group-item-warning {
  color: #594300; }
  a.st-list-group-item-warning .st-list-group-item-heading {
    color: inherit; }
  a.st-list-group-item-warning:hover, a.st-list-group-item-warning:focus {
    color: #594300;
    background-color: #ffcd38; }
  a.st-list-group-item-warning.st-active, a.st-list-group-item-warning.st-active:hover, a.st-list-group-item-warning.st-active:focus {
    color: #fff;
    background-color: #594300;
    border-color: #594300; }

.st-list-group-item-danger {
  color: #d8000c;
  background-color: #ffbaba; }

a.st-list-group-item-danger {
  color: #d8000c; }
  a.st-list-group-item-danger .st-list-group-item-heading {
    color: inherit; }
  a.st-list-group-item-danger:hover, a.st-list-group-item-danger:focus {
    color: #d8000c;
    background-color: #ffa1a1; }
  a.st-list-group-item-danger.st-active, a.st-list-group-item-danger.st-active:hover, a.st-list-group-item-danger.st-active:focus {
    color: #fff;
    background-color: #d8000c;
    border-color: #d8000c; }

.st-list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.st-list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.st-panel {
  margin-bottom: 1.2em;
  background-color: #00376e;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.st-panel-body {
  padding: 15px; }
  .st-panel-body:before, .st-panel-body:after {
    content: " ";
    display: table; }
  .st-panel-body:after {
    clear: both; }

.st-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .st-panel-heading > .st-dropdown .st-dropdown-toggle {
    color: inherit; }

.st-panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  color: inherit; }
  .st-panel-title > a,
  .st-panel-title > small,
  .st-panel-title > .st-small,
  .st-panel-title > small > a,
  .st-panel-title > .st-small > a {
    color: inherit; }

.st-panel-footer {
  padding: 10px 15px;
  background-color: #00376e;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.st-panel > .st-list-group,
.st-panel > .st-panel-collapse > .st-list-group {
  margin-bottom: 0; }
  .st-panel > .st-list-group .st-list-group-item,
  .st-panel > .st-panel-collapse > .st-list-group .st-list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .st-panel > .st-list-group:first-child .st-list-group-item:first-child,
  .st-panel > .st-panel-collapse > .st-list-group:first-child .st-list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .st-panel > .st-list-group:last-child .st-list-group-item:last-child,
  .st-panel > .st-panel-collapse > .st-list-group:last-child .st-list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

.st-panel-heading + .st-list-group .st-list-group-item:first-child {
  border-top-width: 0; }

.st-list-group + .st-panel-footer {
  border-top-width: 0; }

.st-panel > .st-table,
.st-panel > .st-table-responsive > .st-table,
.st-panel > .st-panel-collapse > .st-table {
  margin-bottom: 0; }
  .st-panel > .st-table caption,
  .st-panel > .st-table-responsive > .st-table caption,
  .st-panel > .st-panel-collapse > .st-table caption {
    padding-left: 15px;
    padding-right: 15px; }

.st-panel > .st-table:first-child,
.st-panel > .st-table-responsive:first-child > .st-table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .st-panel > .st-table:first-child > thead:first-child > tr:first-child,
  .st-panel > .st-table:first-child > tbody:first-child > tr:first-child,
  .st-panel > .st-table-responsive:first-child > .st-table:first-child > thead:first-child > tr:first-child,
  .st-panel > .st-table-responsive:first-child > .st-table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .st-panel > .st-table:first-child > thead:first-child > tr:first-child td:first-child,
    .st-panel > .st-table:first-child > thead:first-child > tr:first-child th:first-child,
    .st-panel > .st-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .st-panel > .st-table:first-child > tbody:first-child > tr:first-child th:first-child,
    .st-panel > .st-table-responsive:first-child > .st-table:first-child > thead:first-child > tr:first-child td:first-child,
    .st-panel > .st-table-responsive:first-child > .st-table:first-child > thead:first-child > tr:first-child th:first-child,
    .st-panel > .st-table-responsive:first-child > .st-table:first-child > tbody:first-child > tr:first-child td:first-child,
    .st-panel > .st-table-responsive:first-child > .st-table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .st-panel > .st-table:first-child > thead:first-child > tr:first-child td:last-child,
    .st-panel > .st-table:first-child > thead:first-child > tr:first-child th:last-child,
    .st-panel > .st-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .st-panel > .st-table:first-child > tbody:first-child > tr:first-child th:last-child,
    .st-panel > .st-table-responsive:first-child > .st-table:first-child > thead:first-child > tr:first-child td:last-child,
    .st-panel > .st-table-responsive:first-child > .st-table:first-child > thead:first-child > tr:first-child th:last-child,
    .st-panel > .st-table-responsive:first-child > .st-table:first-child > tbody:first-child > tr:first-child td:last-child,
    .st-panel > .st-table-responsive:first-child > .st-table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.st-panel > .st-table:last-child,
.st-panel > .st-table-responsive:last-child > .st-table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .st-panel > .st-table:last-child > tbody:last-child > tr:last-child,
  .st-panel > .st-table:last-child > tfoot:last-child > tr:last-child,
  .st-panel > .st-table-responsive:last-child > .st-table:last-child > tbody:last-child > tr:last-child,
  .st-panel > .st-table-responsive:last-child > .st-table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .st-panel > .st-table:last-child > tbody:last-child > tr:last-child td:first-child,
    .st-panel > .st-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .st-panel > .st-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .st-panel > .st-table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .st-panel > .st-table-responsive:last-child > .st-table:last-child > tbody:last-child > tr:last-child td:first-child,
    .st-panel > .st-table-responsive:last-child > .st-table:last-child > tbody:last-child > tr:last-child th:first-child,
    .st-panel > .st-table-responsive:last-child > .st-table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .st-panel > .st-table-responsive:last-child > .st-table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .st-panel > .st-table:last-child > tbody:last-child > tr:last-child td:last-child,
    .st-panel > .st-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .st-panel > .st-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .st-panel > .st-table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .st-panel > .st-table-responsive:last-child > .st-table:last-child > tbody:last-child > tr:last-child td:last-child,
    .st-panel > .st-table-responsive:last-child > .st-table:last-child > tbody:last-child > tr:last-child th:last-child,
    .st-panel > .st-table-responsive:last-child > .st-table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .st-panel > .st-table-responsive:last-child > .st-table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

.st-panel > .st-panel-body + .st-table,
.st-panel > .st-panel-body + .st-table-responsive,
.st-panel > .st-table + .st-panel-body,
.st-panel > .st-table-responsive + .st-panel-body {
  border-top: 1px solid #ddd; }

.st-panel > .st-table > tbody:first-child > tr:first-child th,
.st-panel > .st-table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.st-panel > .st-table-bordered,
.st-panel > .st-table-responsive > .st-table-bordered {
  border: 0; }
  .st-panel > .st-table-bordered > thead > tr > th:first-child,
  .st-panel > .st-table-bordered > thead > tr > td:first-child,
  .st-panel > .st-table-bordered > tbody > tr > th:first-child,
  .st-panel > .st-table-bordered > tbody > tr > td:first-child,
  .st-panel > .st-table-bordered > tfoot > tr > th:first-child,
  .st-panel > .st-table-bordered > tfoot > tr > td:first-child,
  .st-panel > .st-table-responsive > .st-table-bordered > thead > tr > th:first-child,
  .st-panel > .st-table-responsive > .st-table-bordered > thead > tr > td:first-child,
  .st-panel > .st-table-responsive > .st-table-bordered > tbody > tr > th:first-child,
  .st-panel > .st-table-responsive > .st-table-bordered > tbody > tr > td:first-child,
  .st-panel > .st-table-responsive > .st-table-bordered > tfoot > tr > th:first-child,
  .st-panel > .st-table-responsive > .st-table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .st-panel > .st-table-bordered > thead > tr > th:last-child,
  .st-panel > .st-table-bordered > thead > tr > td:last-child,
  .st-panel > .st-table-bordered > tbody > tr > th:last-child,
  .st-panel > .st-table-bordered > tbody > tr > td:last-child,
  .st-panel > .st-table-bordered > tfoot > tr > th:last-child,
  .st-panel > .st-table-bordered > tfoot > tr > td:last-child,
  .st-panel > .st-table-responsive > .st-table-bordered > thead > tr > th:last-child,
  .st-panel > .st-table-responsive > .st-table-bordered > thead > tr > td:last-child,
  .st-panel > .st-table-responsive > .st-table-bordered > tbody > tr > th:last-child,
  .st-panel > .st-table-responsive > .st-table-bordered > tbody > tr > td:last-child,
  .st-panel > .st-table-responsive > .st-table-bordered > tfoot > tr > th:last-child,
  .st-panel > .st-table-responsive > .st-table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .st-panel > .st-table-bordered > thead > tr:first-child > td,
  .st-panel > .st-table-bordered > thead > tr:first-child > th,
  .st-panel > .st-table-bordered > tbody > tr:first-child > td,
  .st-panel > .st-table-bordered > tbody > tr:first-child > th,
  .st-panel > .st-table-responsive > .st-table-bordered > thead > tr:first-child > td,
  .st-panel > .st-table-responsive > .st-table-bordered > thead > tr:first-child > th,
  .st-panel > .st-table-responsive > .st-table-bordered > tbody > tr:first-child > td,
  .st-panel > .st-table-responsive > .st-table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .st-panel > .st-table-bordered > tbody > tr:last-child > td,
  .st-panel > .st-table-bordered > tbody > tr:last-child > th,
  .st-panel > .st-table-bordered > tfoot > tr:last-child > td,
  .st-panel > .st-table-bordered > tfoot > tr:last-child > th,
  .st-panel > .st-table-responsive > .st-table-bordered > tbody > tr:last-child > td,
  .st-panel > .st-table-responsive > .st-table-bordered > tbody > tr:last-child > th,
  .st-panel > .st-table-responsive > .st-table-bordered > tfoot > tr:last-child > td,
  .st-panel > .st-table-responsive > .st-table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.st-panel > .st-table-responsive {
  border: 0;
  margin-bottom: 0; }

.st-panel-group {
  margin-bottom: 1.2em; }
  .st-panel-group .st-panel {
    margin-bottom: 0;
    border-radius: 0; }
    .st-panel-group .st-panel + .st-panel {
      margin-top: 5px; }
  .st-panel-group .st-panel-heading {
    border-bottom: 0; }
    .st-panel-group .st-panel-heading + .st-panel-collapse > .st-panel-body,
    .st-panel-group .st-panel-heading + .st-panel-collapse > .st-list-group {
      border-top: 1px solid #ddd; }
  .st-panel-group .st-panel-footer {
    border-top: 0; }
    .st-panel-group .st-panel-footer + .st-panel-collapse .st-panel-body {
      border-bottom: 1px solid #ddd; }

.st-panel-default {
  border-color: #ddd; }
  .st-panel-default > .st-panel-heading {
    color: #272727;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .st-panel-default > .st-panel-heading + .st-panel-collapse > .st-panel-body {
      border-top-color: #ddd; }
    .st-panel-default > .st-panel-heading .st-badge {
      color: #f5f5f5;
      background-color: #272727; }
  .st-panel-default > .st-panel-footer + .st-panel-collapse > .st-panel-body {
    border-bottom-color: #ddd; }

.st-panel-primary {
  border-color: #0e86ca; }
  .st-panel-primary > .st-panel-heading {
    color: #fff;
    background-color: #0e86ca;
    border-color: #0e86ca; }
    .st-panel-primary > .st-panel-heading + .st-panel-collapse > .st-panel-body {
      border-top-color: #0e86ca; }
    .st-panel-primary > .st-panel-heading .st-badge {
      color: #0e86ca;
      background-color: #fff; }
  .st-panel-primary > .st-panel-footer + .st-panel-collapse > .st-panel-body {
    border-bottom-color: #0e86ca; }

.st-panel-success {
  border-color: #e0eeaa; }
  .st-panel-success > .st-panel-heading {
    color: #4f8a10;
    background-color: #dff2bf;
    border-color: #e0eeaa; }
    .st-panel-success > .st-panel-heading + .st-panel-collapse > .st-panel-body {
      border-top-color: #e0eeaa; }
    .st-panel-success > .st-panel-heading .st-badge {
      color: #dff2bf;
      background-color: #4f8a10; }
  .st-panel-success > .st-panel-footer + .st-panel-collapse > .st-panel-body {
    border-bottom-color: #e0eeaa; }

.st-panel-info {
  border-color: #bce8f1; }
  .st-panel-info > .st-panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .st-panel-info > .st-panel-heading + .st-panel-collapse > .st-panel-body {
      border-top-color: #bce8f1; }
    .st-panel-info > .st-panel-heading .st-badge {
      color: #d9edf7;
      background-color: #31708f; }
  .st-panel-info > .st-panel-footer + .st-panel-collapse > .st-panel-body {
    border-bottom-color: #bce8f1; }

.st-panel-warning {
  border-color: #ffde7e; }
  .st-panel-warning > .st-panel-heading {
    color: #594300;
    background-color: #ffd351;
    border-color: #ffde7e; }
    .st-panel-warning > .st-panel-heading + .st-panel-collapse > .st-panel-body {
      border-top-color: #ffde7e; }
    .st-panel-warning > .st-panel-heading .st-badge {
      color: #ffd351;
      background-color: #594300; }
  .st-panel-warning > .st-panel-footer + .st-panel-collapse > .st-panel-body {
    border-bottom-color: #ffde7e; }

.st-panel-danger {
  border-color: #ffa1b0; }
  .st-panel-danger > .st-panel-heading {
    color: #d8000c;
    background-color: #ffbaba;
    border-color: #ffa1b0; }
    .st-panel-danger > .st-panel-heading + .st-panel-collapse > .st-panel-body {
      border-top-color: #ffa1b0; }
    .st-panel-danger > .st-panel-heading .st-badge {
      color: #ffbaba;
      background-color: #d8000c; }
  .st-panel-danger > .st-panel-footer + .st-panel-collapse > .st-panel-body {
    border-bottom-color: #ffa1b0; }

.st-panel-dark {
  border-color: gray; }
  .st-panel-dark > .st-panel-heading {
    color: #000;
    background-color: #000;
    border-color: gray; }
    .st-panel-dark > .st-panel-heading + .st-panel-collapse > .st-panel-body {
      border-top-color: gray; }
    .st-panel-dark > .st-panel-heading .st-badge {
      color: #000;
      background-color: #000; }
  .st-panel-dark > .st-panel-footer + .st-panel-collapse > .st-panel-body {
    border-bottom-color: gray; }
  .st-panel-dark > .st-panel-body {
    background-color: #000; }

.st-panel-overflow > .st-panel-body {
  height: 330px;
  overflow-y: scroll;
  overflow-x: hidden; }

.st-well, .captcha-form .captcha, .st-well-borderless {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .st-well blockquote, .captcha-form .captcha blockquote, .st-well-borderless blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.st-well-borderless {
  border: none; }

.st-well-lg, .st-well-borderless-lg {
  padding: 24px;
  border-radius: 0; }

.st-well-sm, .st-well-borderless-sm {
  padding: 9px;
  border-radius: 0; }

.st-close {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .st-close:hover, .st-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.st-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.captcha-form .captcha {
  max-width: 30em;
  width: 100%; }
  .captcha-form .captcha span {
    display: inline-block;
    position: relative;
    font-family: 'Blizzard Regular';
    -webkit-appearance: none;
    transition: border-color .2s;
    height: 20px;
    width: 20px;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
    margin: 0 10px 0 0;
    top: 4px; }
  .captcha-form .captcha.ready span {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    position: relative; }
    .captcha-form .captcha.ready span:hover {
      -webkit-appearance: none;
      transition: border-color .2s;
      border: 1px solid rgba(255, 255, 255, 0.5); }
    .captcha-form .captcha.ready span:focus {
      -webkit-appearance: none;
      transition: border-color .2s;
      border: 1px solid #1e5f99; }
  .captcha-form .captcha.checked span:after {
    content: "\00a0";
    display: block;
    width: 10px;
    height: 21px;
    border: solid #239a33;
    border-width: 0 3px 3px 0;
    position: absolute;
    left: 0.5em;
    top: 5%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .captcha-form .captcha.working span {
    background-image: url("../images/icons/spinner.ca6bef7a.png");
    background-size: 20px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }

.captcha-form.error {
  color: #d8000c; }
  .captcha-form.error .captcha {
    border-color: #d8000c; }

.st-modal-open {
  overflow: hidden; }

.st-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .st-modal.st-fade .st-modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .st-modal.st-in .st-modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.st-modal-open .st-modal {
  overflow-x: hidden;
  overflow-y: auto; }

.st-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.st-modal-content {
  position: relative;
  background-color: #1d1d1d;
  border: 1px solid #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.st-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #1d1d1d; }
  .st-modal-backdrop.st-fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .st-modal-backdrop.st-in {
    opacity: 0.2;
    filter: alpha(opacity=20); }

.st-modal-header {
  background-color: #3e3e3e;
  padding: 15px;
  min-height: 16.2px; }

.st-modal-header .st-close {
  margin-top: -2px; }

.st-modal-title {
  margin: 0;
  line-height: 1.2; }

.st-modal-body {
  position: relative;
  padding: 15px; }

.st-modal-footer {
  padding: 15px;
  text-align: right; }
  .st-modal-footer:before, .st-modal-footer:after {
    content: " ";
    display: table; }
  .st-modal-footer:after {
    clear: both; }
  .st-modal-footer .st-btn + .st-btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .st-modal-footer .st-btn-group .st-btn + .st-btn {
    margin-left: -1px; }
  .st-modal-footer .st-btn-block + .st-btn-block {
    margin-left: 0; }

.st-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .st-modal-dialog {
    width: 600px;
    margin: 60px auto; }
  .st-modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .st-modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .st-modal-lg {
    width: 900px; } }

.st-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Blizzard, Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .st-tooltip.st-in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .st-tooltip.st-top {
    margin-top: -3px;
    padding: 5px 0; }
  .st-tooltip.st-right {
    margin-left: 3px;
    padding: 0 5px; }
  .st-tooltip.st-bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .st-tooltip.st-left {
    margin-left: -3px;
    padding: 0 5px; }

.st-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0; }

.st-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.st-tooltip.st-top .st-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.st-tooltip.st-top-left .st-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.st-tooltip.st-top-right .st-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.st-tooltip.st-right .st-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.st-tooltip.st-left .st-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.st-tooltip.st-bottom .st-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.st-tooltip.st-bottom-left .st-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.st-tooltip.st-bottom-right .st-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.st-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Blizzard, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .st-popover.st-top {
    margin-top: -10px; }
  .st-popover.st-right {
    margin-left: 10px; }
  .st-popover.st-bottom {
    margin-top: 10px; }
  .st-popover.st-left {
    margin-left: -10px; }

.st-popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 1em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.st-popover-content {
  padding: 9px 14px; }

.st-popover > .st-arrow, .st-popover > .st-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.st-popover > .st-arrow {
  border-width: 11px; }

.st-popover > .st-arrow:after {
  border-width: 10px;
  content: ""; }

.st-popover.st-top > .st-arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .st-popover.st-top > .st-arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.st-popover.st-right > .st-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .st-popover.st-right > .st-arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.st-popover.st-bottom > .st-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .st-popover.st-bottom > .st-arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.st-popover.st-left > .st-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .st-popover.st-left > .st-arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.st-carousel {
  position: relative; }

.st-carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .st-carousel-inner > .st-item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .st-carousel-inner > .st-item > img,
    .st-carousel-inner > .st-item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .st-carousel-inner > .st-item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000; }
        .st-carousel-inner > .st-item.st-next, .st-carousel-inner > .st-item.st-active.st-right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .st-carousel-inner > .st-item.st-prev, .st-carousel-inner > .st-item.st-active.st-left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .st-carousel-inner > .st-item.st-next.st-left, .st-carousel-inner > .st-item.st-prev.st-right, .st-carousel-inner > .st-item.st-active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .st-carousel-inner > .st-active,
  .st-carousel-inner > .st-next,
  .st-carousel-inner > .st-prev {
    display: block; }
  .st-carousel-inner > .st-active {
    left: 0; }
  .st-carousel-inner > .st-next,
  .st-carousel-inner > .st-prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .st-carousel-inner > .st-next {
    left: 100%; }
  .st-carousel-inner > .st-prev {
    left: -100%; }
  .st-carousel-inner > .st-next.st-left,
  .st-carousel-inner > .st-prev.st-right {
    left: 0; }
  .st-carousel-inner > .st-active.st-left {
    left: -100%; }
  .st-carousel-inner > .st-active.st-right {
    left: 100%; }

.st-carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .st-carousel-control.st-left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .st-carousel-control.st-right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .st-carousel-control:hover, .st-carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .st-carousel-control .st-icon-prev,
  .st-carousel-control .st-icon-next,
  .st-carousel-control .st-glyphicon-chevron-left,
  .st-carousel-control .st-glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .st-carousel-control .st-icon-prev,
  .st-carousel-control .st-glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .st-carousel-control .st-icon-next,
  .st-carousel-control .st-glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .st-carousel-control .st-icon-prev,
  .st-carousel-control .st-icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif; }
  .st-carousel-control .st-icon-prev:before {
    content: '\2039'; }
  .st-carousel-control .st-icon-next:before {
    content: '\203a'; }

.st-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .st-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .st-carousel-indicators .st-active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.st-carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .st-carousel-caption .st-btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .st-carousel-control .st-glyphicon-chevron-left,
  .st-carousel-control .st-glyphicon-chevron-right,
  .st-carousel-control .st-icon-prev,
  .st-carousel-control .st-icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .st-carousel-control .st-glyphicon-chevron-left,
  .st-carousel-control .st-icon-prev {
    margin-left: -15px; }
  .st-carousel-control .st-glyphicon-chevron-right,
  .st-carousel-control .st-icon-next {
    margin-right: -15px; }
  .st-carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .st-carousel-indicators {
    bottom: 20px; } }

.st-clearfix:before, .st-clearfix:after {
  content: " ";
  display: table; }

.st-clearfix:after {
  clear: both; }

.st-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.st-pull-right {
  float: right !important; }

.st-pull-left {
  float: left !important; }

.st-hide {
  display: none !important; }

.st-show {
  display: block !important; }

.st-invisible {
  visibility: hidden; }

.st-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.st-hidden {
  display: none !important; }

.st-affix {
  position: fixed; }

.inline-group > .inline-item {
  display: inline-block; }

.inline-right {
  position: absolute;
  right: 0; }

@media only screen and (max-width: 1024px) {
  .inline-right-tablet {
    position: absolute;
    right: 0; } }

@media only screen and (max-width: 1024px) {
  .inline-right-desktop {
    position: absolute;
    right: 0; } }

.vbottom {
  vertical-align: bottom; }

.vcenter {
  vertical-align: middle; }

/**
 * $fileOverview Icon sprites used by the Battle.net theme.
 */
.accordion-toggle {
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 1em; }
  .accordion-toggle > .badge {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    margin: 0.5em 0; }
  .accordion-toggle > .title {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    margin: 0.5em 0; }
  .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f067";
    font-size: 1.3em;
    color: #FFF;
    visibility: visible;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 15%;
    margin: 0.5em 0; }
  .accordion-toggle.st-active-tab:after {
    /* symbol for "collapsed" panels */
    content: "\f068"; }
  .accordion-toggle.st-active-tab {
    margin-bottom: 0; }

/**
 * $fileOverview Instead of making every icon an extra request, we've compiled them into a sprite�a bunch of images in
 * one file that uses CSS to position the images with background-position.
 */
[class^="icon-"],
[class*=" icon-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-blue.png");
  margin: -7.4; }

[class^="icon-24-"],
[class*=" icon-24-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-blue.png"); }

[class^="icon-payment-"],
[class*=" icon-payment-"] {
  background-image: url("../images/toolkit/defaults/icons/sprite-16-payment.png"); }

[class^="icon-24-payment-"],
[class*=" icon-24-payment-"] {
  background-image: url("../images/toolkit/defaults/icons/sprite-24-payment.png"); }

[class^="icon-48-"],
[class*=" icon-48-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-blue.png"); }

[class^="icon-64-"],
[class*=" icon-64-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-blue.png"); }

[class^="icon-128-"],
[class*=" icon-128-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-blue.png"); }

.icon-white {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-white.png"); }

.icon-24-white {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-white.png"); }

.icon-32-white {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-white.png"); }

.icon-48-white {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-white.png"); }

.icon-64-white {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-white.png"); }

.icon-128-white {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-white.png"); }

.icon-gray {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-gray.png"); }

.icon-24-gray {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-gray.png"); }

.icon-32-gray {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-gray.png"); }

.icon-48-gray {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-gray.png"); }

.icon-64-gray {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-gray.png"); }

.icon-128-gray {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-gray.png"); }

.icon-orange {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-orange.png"); }

.icon-24-orange {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-orange.png"); }

.icon-32-orange {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-orange.png"); }

.icon-48-orange {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-orange.png"); }

.icon-64-orange {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-orange.png"); }

.icon-128-orange {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-orange.png"); }

.icon-red {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-red.png"); }

.icon-24-red {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-red.png"); }

.icon-32-red {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-red.png"); }

.icon-48-red {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-red.png"); }

.icon-64-red {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-red.png"); }

.icon-128-red {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-red.png"); }

.icon-green {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-green.png"); }

.icon-24-green {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-green.png"); }

.icon-32-green {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-green.png"); }

.icon-48-green {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-green.png"); }

.icon-64-green {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-green.png"); }

.icon-128-green {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-green.png"); }

.icon-purple {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-purple.png"); }

.icon-24-purple {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-purple.png"); }

.icon-32-purple {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-purple.png"); }

.icon-64-purple {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-purple.png"); }

.icon-128-purple {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-purple.png"); }

.icon-fullcolor {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-16-fullcolor.png"); }

.icon-24-fullcolor {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-fullcolor.png"); }

/**
 *  Highdpi variation of the above
 *
 * TODO split out nav, dropdown, and button styles to respective files
 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  [class^="icon-"],
  [class*=" icon-"] {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-blue.png");
    background-size: 160px 480px; }
  [class^="icon-payment-"],
  [class*=" icon-payment-"] {
    background-image: url("../images/toolkit/defaults/icons/sprite-32-payment.png");
    background-size: 192px 176px; }
  .icon-gray,
  .nav-pills > .active > a > [class^="icon-"],
  .nav-pills > .active > a > [class*=" icon-"],
  .nav-list > .active > a > [class^="icon-"],
  .nav-list > .active > a > [class*=" icon-"],
  .navbar-inverse .nav > .active > a > [class^="icon-"],
  .navbar-inverse .nav > .active > a > [class*=" icon-"],
  .dropdown-submenu:hover > a > [class^="icon-"],
  .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-gray.png"); }
  .icon-white,
  .dropdown-menu > .disabled > a > [class^="icon-"],
  .dropdown-menu > .disabled > a > [class*=" icon-"],
  .btn-primary [class^="icon-"],
  .btn-primary [class*=" icon-"],
  .btn.disabled [class^="icon-"],
  .btn.disabled [class*=" icon-"],
  .btn[disabled] [class^="icon-"],
  .btn[disabled] [class*=" icon-"] {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-white.png");
    background-size: 160px 480px; }
  .icon-orange {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-orange.png"); }
  .icon-red {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-red.png"); }
  .icon-green {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-green.png"); }
  .icon-fullcolor {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-fullcolor.png"); }
  /**
	Icon-24 support
  */
  [class^="icon-24-"],
  [class*=" icon-24-"] {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-blue.png");
    background-size: 240px 720px; }
  .icon-orange {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-orange.png"); }
  .icon-red {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-red.png"); }
  .icon-green {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-green.png"); }
  .icon-24-fullcolor {
    background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-fullcolor.png"); }
  [class^="icon-24-payment-"],
  [class*=" icon-24-payment-"] {
    background-image: url("../images/toolkit/defaults/icons/sprite-48-payment.png");
    background-size: 288px 264px; } }

/* Icons */
[class^="support-icon-"],
[class*=" support-icon-"] {
  display: inline-block;
  background: url("../images/games/icons/product-icons-sprite.png") no-repeat -139px -114px;
  width: 120px;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  vertical-align: top;
  text-indent: -9999px;
  transition: opacity .2s; }

/* Sprite for Product Icons */
.support-icon-wow {
  background-position: -136px -8px; }

.support-icon-starcraft2 {
  background-position: -5px -8px; }

.support-icon-diablo3 {
  background-position: -272px -8px; }

.support-icon-battlenet {
  background-position: -139px -114px; }

.support-icon-legacy {
  background-position: -274px -114px; }

.support-icon-hearthstone {
  background-position: -7px -115px; }

.support-icon-blizzcon {
  background-position: -7px -222px; }

.support-icon-heroes {
  background-position: -140px -222px; }

.support-icon-overwatch {
  background-position: -274px -222px; }

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative; }
  .truncate.fade {
    text-overflow: clip; }
    .truncate.fade:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to left, #00152a, rgba(255, 255, 255, 0) 20%); }

.truncate-multi-line {
  position: relative;
  height: 3.6em;
  overflow: hidden; }
  .truncate-multi-line:after {
    content: '';
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.2em;
    background: linear-gradient(to left, #00152a, rgba(255, 255, 255, 0) 50%); }
  .truncate-multi-line.truncate-multi-line-2 {
    height: 2.4em; }
  .truncate-multi-line.truncate-multi-line-4 {
    height: 4.8em; }
  .truncate-multi-line.truncate-multi-line-5 {
    height: 6em; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5; }

.footer .container p {
  margin: 15px; }

.support-list {
  min-width: 260px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  list-style: none; }
  .support-list > li {
    height: 100%;
    vertical-align: baseline;
    border-left: 5px solid rgba(213, 105, 0, 0);
    border-right: 5px solid rgba(213, 105, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: all .2s; }
    .support-list > li:active {
      box-shadow: none;
      background-color: #095386;
      transition: all .2s; }
    .support-list > li:last-child {
      border-bottom: 1px solid transparent; }
  .support-list a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: block;
    padding: 1.2em; }
  .support-list .title {
    display: block;
    line-height: 1.2em;
    transition: all .2s;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 12px;
    text-overflow: ellipsis; }
  .support-list .subtitle {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85em;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 12px;
    text-overflow: ellipsis; }

.support-opacity {
  opacity: 0.7; }

.support-no-margin {
  margin: 0; }

.support-no-margin-top {
  margin-top: 0; }

.support-no-margin-bottom {
  margin-bottom: 0; }

.support-no-padding {
  padding: 0; }

.support-transparent {
  background-color: transparent; }

h1.section-header,
h2.section-header,
h3.section-header,
h4.section-header {
  margin-top: 0; }

.select-box-container {
  position: relative; }
  .select-box-container:after {
    content: "\f0dc";
    font-family: FontAwesome;
    color: #1f9bed;
    top: 8px;
    right: 10px;
    position: absolute;
    pointer-events: none; }

.details-phone-section {
  text-align: left; }

.country-edit-section {
  max-width: 365px; }

.phone-edit-section {
  max-width: 520px; }

@media only screen and (max-width: 768px) {
  .country-edit-section {
    max-width: 100%; }
  .phone-edit-section {
    max-width: 100%; }
  .phone-input-group {
    padding-bottom: 10px;
    width: 100%; }
  .phone-field-button {
    width: 100%;
    margin: 5px 0; } }

.phone-edit {
  width: inherit;
  vertical-align: bottom; }

.file-restriction-label {
  font-size: 0.74em;
  opacity: 0.7;
  padding: 0 0 20px 0;
  margin-top: 10px; }

.support-error-text {
  color: red; }

.home-page .home-header-content {
  margin-top: 0;
  margin-bottom: 11px; }

.home-page .home-header-activity {
  margin-top: 0;
  margin-bottom: 17px; }

.game-page .responsive-tabs .nav-categories li.category.st-active-tab a, .guided-entry-page .responsive-tabs .nav-categories li.category.st-active-tab a {
  opacity: 1.0; }

.game-page .responsive-tabs .nav-categories li.category.st-active-tab a:hover, .guided-entry-page .responsive-tabs .nav-categories li.category.st-active-tab a:hover {
  opacity: 1.0; }

.game-page .responsive-tabs .nav-categories li.category, .guided-entry-page .responsive-tabs .nav-categories li.category {
  opacity: 1.0; }
  .game-page .responsive-tabs .nav-categories li.category a, .guided-entry-page .responsive-tabs .nav-categories li.category a {
    opacity: 0.5;
    transition-duration: 0.2s;
    transition-property: opacity; }
  .game-page .responsive-tabs .nav-categories li.category a:hover, .guided-entry-page .responsive-tabs .nav-categories li.category a:hover {
    opacity: 0.7;
    transition-duration: 0.2s;
    transition-property: opacity; }
  .game-page .responsive-tabs .nav-categories li.category a:focus, .guided-entry-page .responsive-tabs .nav-categories li.category a:focus {
    opacity: 1.0;
    transition: none; }

.nav-hamburger-menu-icon {
  display: none; }

.nav-mobile-menu-title {
  display: none; }

@media only screen and (max-width: 1023px) {
  .game-page #recent-activity-content {
    padding: 0; } }

@media only screen and (max-width: 1023px) {
  .support-container .home-page .home-content-container {
    margin-bottom: 40px; } }

@media only screen and (max-width: 479px) {
  .home-page .product-card-container li {
    margin: 0;
    padding-bottom: 5%;
    width: 47.5%; }
    .home-page .product-card-container li.home-li {
      padding: 0;
      margin: 0 5% 5% 0; }
    .home-page .product-card-container li:nth-child(2n) {
      margin-right: 0;
      margin-bottom: 2.5%; }
    .home-page .product-card-container li:last-child {
      margin-bottom: 0; } }

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .home-page .product-card-container li {
    margin: 0;
    padding-bottom: 3.5%;
    width: 31%; }
    .home-page .product-card-container li.home-li {
      padding: 0;
      margin: 0 3.5% 3.5% 0; }
    .home-page .product-card-container li:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 3.5%; }
    .home-page .product-card-container li:last-child {
      margin-bottom: 0; } }

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .home-page .product-card-container li {
    margin: 0;
    padding-bottom: 2.5%;
    width: 23.12%; }
    .home-page .product-card-container li.home-li {
      padding: 0;
      margin: 0 2.5% 2.5% 0; }
    .home-page .product-card-container li:nth-child(4n) {
      margin-right: 0;
      margin-bottom: 2.5%; }
    .home-page .product-card-container li:last-child {
      margin-bottom: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .home-page .product-card-container li {
    margin: 0;
    padding-bottom: 2%;
    width: 18.40%; }
    .home-page .product-card-container li.home-li {
      padding: 0;
      margin: 0 2% 2% 0; }
    .home-page .product-card-container li:nth-child(5n) {
      margin-right: 0;
      margin-bottom: 2%; }
    .home-page .product-card-container li:last-child {
      margin-bottom: 0; }
  .support-list > li:hover {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
    background-color: #0e86ca;
    transition: all .2s; } }

@media only screen and (min-width: 1024px) {
  .home-page .product-card-container li {
    margin: 0;
    padding-bottom: 2.5%;
    width: 22%; }
    .home-page .product-card-container li.home-li {
      padding: 0;
      margin: 0 2.5% 2.5% 0; }
    .home-page .product-card-container li:nth-child(4n) {
      margin-right: 0;
      margin-bottom: 2.5%; }
    .home-page .product-card-container li:last-child {
      margin-bottom: 0; }
  .support-list > li:hover {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
    background-color: #0e86ca;
    transition: all .2s; } }

@media screen and (max-width: 767px) {
  #bodyContent .grid-container {
    min-width: 320px;
    padding: 0 20px; } }

:focus {
  outline: 0 none !important; }

::-moz-focus-inner {
  border: 0 !important; }

.header-bar {
  margin: 10px 0px; }

.new-issue-suggestion {
  text-align: center;
  font-size: 18px;
  margin-top: 25px; }

.thread-sub-header {
  line-height: 1.7em; }

.thread-game-icon {
  position: relative;
  bottom: -2px; }

.thread-case-status {
  font-weight: bold;
  font-style: normal;
  padding: 21px 0px; }

.case-thread-item {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  height: 100%;
  margin: 10px 0; }
  .case-thread-item a {
    color: #ffffff; }

.thread-title {
  font-size: 20px;
  padding: 15px 0px; }

.thread-message-small {
  max-height: 30px;
  cursor: pointer; }

.status-change-bar {
  padding: 26px 60px 26px 50px; }

.status-change-meta {
  text-align: right;
  float: right; }

.thread-meta-data {
  float: right;
  text-align: right; }

.thread-event-author {
  float: left; }

.response-form {
  background-color: #DFDFDF;
  border-radius: 5px;
  padding: 15px 0px; }

.status-text-bar-text {
  color: #ffffff;
  min-height: 20px; }
  .status-text-bar-text a {
    color: #00a4ff; }
    .status-text-bar-text a :hover {
      color: #91e4ff; }

.status-text {
  font-weight: bold;
  font-style: normal; }

.case-list-table {
  margin: 5px 0 15px 0; }

.case-list-title {
  font-weight: bold;
  font-size: 24px; }

.thread-link {
  color: #00aeff;
  cursor: pointer;
  padding: 0px 0 20px 0; }

.thread-list-item {
  border: red solid 1px;
  padding: 5px; }

.no-cases-block {
  margin-top: 60px;
  text-align: center; }

.no-cases-suggestion {
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 20px; }

.case-contact-link {
  text-decoration: underline; }

.most-recent-contact {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.reopen-meta-field {
  padding: 10px 0; }

.contact-channel-button {
  cursor: pointer; }

.reopen-notification {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid red; }

.mobile-thread-button {
  padding: 10px;
  text-align: center;
  border: 1px solid red; }

.reopen-section {
  text-align: center;
  margin-top: 25px; }

.thread-back-button {
  color: #ffffff;
  text-decoration: underline; }
  .thread-back-button a {
    color: #ffffff; }

.thread-subhead-item {
  opacity: .7;
  vertical-align: middle;
  margin-right: 25px; }

.case-status-open {
  color: #00ff00; }

.case-status-answered {
  color: #00aeff; }

.case-status-resolved {
  color: #d56900; }

.case-status-canceled {
  color: #ff0000; }

.case-item-date {
  opacity: .7; }

.thread-header-name {
  line-height: 1;
  height: 20px; }

.thread-event-message {
  padding: 0 10px; }
  .thread-event-message span {
    padding: 5px 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: block; }

.reopen-cancel {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 20px; }

.reopen-button .reopen-button-label {
  text-align: left;
  line-height: 2;
  margin-top: 0.66667em; }

.thread-reopen-header {
  text-align: center;
  padding: 15px 0; }

.reopen-button-icon {
  position: relative;
  left: 15px; }

.mobile-reopen-button {
  margin: 10px 0; }

.case-modal-content {
  z-index: -1;
  height: auto;
  background-color: #053d62;
  color: white; }

.cancel-body {
  padding: 10px 15px; }

.cancel-footer {
  padding: 10px 0;
  text-align: center; }

.thread-detail-link {
  color: #00aeff; }

.thread-message-header {
  padding: 10px 10px; }

.expand-message {
  cursor: pointer;
  position: relative;
  left: -41px;
  top: 15px;
  font-size: 1.5em !important;
  opacity: .7; }

.thread-name {
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block; }

.case-item-content {
  position: relative;
  padding: 15px 10px; }

.gm-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #00aeff; }

.gm-icon {
  width: 24px;
  height: 24px;
  position: relative;
  top: -5px;
  background: url("../images/icons/support_icons_24.708b965b.png") no-repeat -144px 0;
  opacity: 0.5;
  padding-left: 5px;
  display: inline-block; }

.thread-message-expand {
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: 1px;
  position: relative;
  background: url("../images/icons/support_icons_16.734a22d7.png") no-repeat -65px -33px;
  opacity: 0.7;
  display: inline-block; }

.thread-message-collapse {
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: 1px;
  position: relative;
  background: url("../images/icons/support_icons_16.734a22d7.png") no-repeat -81px -33px;
  opacity: 0.7;
  display: inline-block; }

.thread-event-header {
  min-height: 20px; }

.thread-no-expando {
  padding-left: 20px; }

.thread-expand-gm {
  top: -7px; }

.name-label {
  vertical-align: top; }

.contact-event-sm .contact-even-lg {
  float: left; }

.case-list-id-mobile {
  padding-bottom: 20px; }

.thread-cancel-link {
  margin-left: 10px; }

.thread-form-label {
  font-size: 1.15em;
  font-weight: bold;
  margin: 5px; }

@media (max-width: 1023px) {
  .case-cancel-modal {
    width: 77%;
    top: 20%;
    position: absolute;
    left: 10%; }
  .case-reply-resolve-button {
    margin: 5px 0; }
  .reopen-button {
    min-width: 230px; } }

@media (max-width: 767px) {
  .modal-button {
    margin: 5px 0; }
  .most-recent-name {
    padding-left: 5px; }
  .thread-event-message {
    padding: 0; }
  .case-item-content {
    padding: 15px 20px; }
  .thread-name {
    padding-left: 0; }
  .thread-event-message span {
    padding: 5px 0; }
  .thread-name {
    margin-bottom: 0; }
  .case-item-date {
    font-size: .9em;
    padding-bottom: 8px; } }

@media (min-width: 1024px) {
  .case-cancel-modal {
    width: 40%;
    top: 15%;
    position: absolute;
    left: 30%; }
  .reopen-button {
    min-width: 290px; } }

.support-product-header {
  height: 10em;
  width: 100%;
  min-height: 180px; }
  .support-product-header .support-product-content {
    margin-top: 3.8em; }
  .support-product-header .support-product-image {
    max-width: 100%;
    max-height: 100%; }
  .support-product-header .st-media-heading {
    margin-left: 10px; }

img.support-product-mobile-image {
  max-width: 170px; }

.support-product-mobile-header h1 {
  font-size: 1.4em;
  margin-top: 0.625em; }

.support-topic-bar-title {
  line-height: 1.3em; }

.active-product-tab {
  border-color: transparent transparent rgba(0, 0, 0, 0.5) transparent; }

.support-top-margin {
  margin-top: 15px; }

.game-page .support-product-categories a {
  display: block;
  color: #fff; }

.game-page .support-product-tile-spacing, .game-page .support-product-caret-spacing {
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.2em; }

.game-page .game-page-topic-container {
  padding: 40px; }

.game-page .game-page-topic-button {
  position: relative;
  top: -35px;
  left: 35px; }

.game-page .game-heading-article {
  margin: 0 0 22px 0; }

.game-page .recommended-content-container p {
  margin-bottom: 27px; }

.st-well-footer {
  font-size: 0.9em;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: none;
  padding: 15px; }

.recent-activity-item {
  min-height: 60px;
  height: 60px;
  padding-left: 40px; }

.recent-activity-item-sub, .recent-activity-item-detail {
  font-size: 10px; }

.tab-well-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer; }

.mobile-tab-section-title {
  font-size: 18px;
  font-weight: bold; }

.game-page-icon {
  float: left; }

#games-header {
  margin-top: 20px; }

#game-title-desktop {
  padding-top: 7px; }

.article-title {
  text-align: center;
  font-size: 18px; }

#twitter-content .st-well, #twitter-content .captcha-form .captcha, .captcha-form #twitter-content .captcha {
  padding-top: 8px;
  padding-bottom: 0; }

#twitter-content .st-well-footer {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #trending-forum-content {
    padding-right: 0; }
  #twitter-content {
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  #trending-forum-content {
    padding-right: 0; }
    #trending-forum-content .forum-padding {
      padding: 40px; }
  #twitter-content {
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (min-width: 1025px) {
  #trending-forum-content {
    padding-right: 25px; } }

#trending-forum-content {
  padding-left: 0; }
  #trending-forum-content .support-list li {
    min-height: 78px; }
  #trending-forum-content .title {
    line-height: 1.7em; }
  #trending-forum-content .forum-padding {
    padding: 80px; }
    #trending-forum-content .forum-padding hr {
      margin-top: 15px;
      margin-bottom: 15px;
      width: 40px; }

#recent-activity-content {
  padding-right: 0;
  padding-left: 24px; }

.recent-activity-item-detail a {
  text-decoration: underline; }

.recommended-content-container {
  margin-top: 15px; }

#article-page .feedback-section {
  margin-top: 40px; }
  #article-page .feedback-section label {
    font-weight: normal;
    cursor: pointer; }
  #article-page .feedback-section .text-hover {
    -webkit-appearance: none;
    transition: border-color .2s;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  #article-page .feedback-section .feedback-content {
    margin: 15px 0; }
  #article-page .feedback-section .feedback-comment-section {
    margin: 40px 0 15px 0; }
  #article-page .feedback-section .star-rating {
    line-height: 32px;
    font-size: 1.50em;
    cursor: pointer;
    margin: 5px 0 15px; }
  #article-page .feedback-section .fa-star,
  #article-page .feedback-section .fa-star-o {
    padding-right: 20px; }
  #article-page .feedback-section .fa-star {
    color: #ffce51; }
    #article-page .feedback-section .fa-star:active {
      color: #c17b00; }

#article-page #article-content-feedback {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  float: left;
  padding: 40px;
  width: 65%; }
  #article-page #article-content-feedback .article-header .article-sub-title-icons {
    vertical-align: middle; }
  #article-page #article-content-feedback .article-header .article-sub-title-games {
    opacity: 0.7;
    padding: 10px 0; }
  #article-page #article-content-feedback .article-header .article-sub-title {
    padding: 10px 0;
    margin-right: 35px;
    opacity: 0.7; }
  #article-page #article-content-feedback .article-header h1 {
    margin-bottom: 10px;
    margin-top: 0; }
  #article-page #article-content-feedback .article-header a {
    opacity: 0.7; }
  #article-page #article-content-feedback .article-header a:hover {
    opacity: 1.0; }
  #article-page #article-content-feedback .article-header .st-h5 {
    margin-bottom: 2em;
    margin-top: 0; }
  #article-page #article-content-feedback .btn-feedback-close {
    background-color: transparent;
    border: none;
    display: inline-block;
    margin-left: 0.625em;
    padding: 3.5px 5px;
    cursor: pointer; }
  #article-page #article-content-feedback .btn-feedback-close:active,
  #article-page #article-content-feedback .btn-feedback-close:focus {
    border: none; }
  #article-page #article-content-feedback .btn-feedback-close:hover {
    opacity: 1; }
  #article-page #article-content-feedback .confirmation {
    margin-top: 1.875em;
    margin-bottom: 20px; }
    #article-page #article-content-feedback .confirmation h2 {
      margin: 0; }
    #article-page #article-content-feedback .confirmation .st-btn {
      margin-left: 20px; }
  #article-page #article-content-feedback .feedback .btn-yes {
    margin-right: 0.625em; }
  #article-page #article-content-feedback .feedback #feedbackThanks span {
    margin-bottom: 0.9375em;
    margin-right: 1.875em; }
  #article-page #article-content-feedback .feedback #feedbackThanks .st-btn {
    width: auto; }
  #article-page #article-content-feedback .feedback h4 {
    margin-top: 0;
    margin-bottom: 1.875em; }
  #article-page #article-content-feedback .feedback .st-btn.st-btn-disabled {
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(0, 174, 255, 0.5); }
  #article-page #article-content-feedback .feedback textarea {
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 1.875em; }
  #article-page #article-content-feedback .feedback .feedback-submit-area {
    margin-top: 30px; }
  #article-page #article-content-feedback .feedback-button {
    width: 80px; }
  #article-page #article-content-feedback .feedback-query {
    margin-right: 10px; }
  #article-page #article-content-feedback hr {
    margin-top: 1.875em;
    margin-bottom: 1.875em; }

#article-page #article-related-sharing {
  float: left;
  padding-left: 40px;
  width: 35%; }
  #article-page #article-related-sharing h2 {
    margin-top: 41px;
    margin-bottom: 25px; }
  #article-page #article-related-sharing .related-articles {
    line-height: 1.6em;
    margin-bottom: 60px; }
    #article-page #article-related-sharing .related-articles a {
      color: #0095d9;
      margin-left: 0; }
    #article-page #article-related-sharing .related-articles a:hover {
      color: #91e4ff; }
    #article-page #article-related-sharing .related-articles .grid-33 {
      vertical-align: top;
      padding-left: 0;
      padding-right: 25px; }
    #article-page #article-related-sharing .related-articles p {
      margin-top: 0;
      margin-bottom: 30px;
      line-height: 1.6em; }
  #article-page #article-related-sharing .sharing-links {
    margin-bottom: 60px; }
    #article-page #article-related-sharing .sharing-links a {
      color: white;
      opacity: 0.7;
      margin-right: 0.625em;
      vertical-align: middle; }
      #article-page #article-related-sharing .sharing-links a .fa-lg {
        padding-top: 6px; }
    #article-page #article-related-sharing .sharing-links a:hover {
      opacity: 1; }

#article-page .support-hide-on-desktop {
  display: none; }

@media (max-width: 767px) {
  #article-page #article-content-feedback {
    padding: 30px 20px; }
    #article-page #article-content-feedback .feedback-query {
      margin-bottom: 15px;
      margin-right: 0; } }

@media (max-width: 960px) {
  #article-page .support-hide-on-desktop {
    display: block; }
  #article-page .support-hide-on-tablet {
    display: none; }
  #article-page #article-content-feedback {
    clear: both;
    width: 100%; }
    #article-page #article-content-feedback .feedback-query {
      margin-bottom: 15px;
      margin-right: 0.625em; }
  #article-page #article-related-sharing {
    clear: both;
    padding-left: 0;
    width: 100%; }
    #article-page #article-related-sharing .related-articles p {
      margin-bottom: 1.875em; } }

.survey-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.question-row {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0; }
  .question-row.question-text {
    width: 43%;
    margin-left: 15px; }
  .question-row.question-scale {
    width: 43%;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center; }
  .question-row.question-na {
    width: 10%;
    text-align: center; }
  .question-row .fcr-label span,
  .question-row .na-label span {
    margin: 0 0 10px; }

.survey-scale-text {
  display: inline-block;
  vertical-align: middle; }
  .survey-scale-text.scale-low {
    width: 30%;
    margin-left: 3%;
    text-align: left; }
  .survey-scale-text.scale-high {
    width: 60%;
    text-align: right; }

.error-alert {
  padding: 10px 0; }

.survey-section {
  margin: 30px 0;
  border-top: 1px solid white; }

.survey-section-header {
  margin: 15px 0; }

.survey-input {
  display: inline-block;
  overflow: hidden;
  box-sizing: initial;
  line-height: 2em; }

.survey-feedback {
  padding: 20px 0; }

.survey-submit {
  margin: 20px 0; }

.survey-btn {
  margin-right: 10px; }

.survey-question {
  padding: 5px 0; }

.fcr-question {
  padding: 0 0 0 5px;
  text-align: center; }
  .fcr-question label {
    font-weight: normal;
    font-size: .9em; }

.survey-answer-text {
  font-size: .9em;
  font-weight: normal; }

.survey-answer-text-mobile {
  font-size: .6em; }
  .survey-answer-text-mobile .survey-label-left {
    text-align: left; }
  .survey-answer-text-mobile .survey-label-right {
    direction: rtl;
    margin-right: 10px; }

.survey-success-content {
  text-align: center;
  margin: 40px 10px; }

.survey-success-header {
  font-size: 24px; }

.survey-success-body {
  margin: 10px 0; }

.fcr-answer-label {
  left: -5px;
  position: relative; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .question-row.question-text {
    width: 95%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .question-row.question-scale {
    width: 82%;
    border-left: none; }
  .question-row.question-na {
    width: 15%; } }

@media only screen and (max-width: 767px) {
  .question-row.question-text {
    width: 93%;
    margin-left: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .question-row.question-scale {
    width: 93%;
    margin-left: 10px;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .question-row.question-na {
    width: 93%;
    text-align: center; }
  .question-row .input-survey-row {
    text-align: center; }
  .question-row input[type="radio"] + label.survey-answer-text {
    text-align: inherit; }
    .question-row input[type="radio"] + label.survey-answer-text span {
      margin-bottom: 10px; } }

.logo-frame {
  height: 199px;
  text-align: center; }
  .logo-frame .logo-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.facet-btn {
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  padding: 8px 20px;
  font-size: 1em;
  height: 36px;
  min-width: 120px; }
  .facet-btn.search-filter-btn-selected {
    background-color: #0e86ca; }

#filterModal {
  top: 9%; }
  #filterModal .fa-close {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: right;
    float: right; }
  #filterModal .st-btn-link:hover {
    background-color: #0e86ca;
    box-shadow: none;
    color: white; }
  #filterModal .st-btn-link:focus {
    box-shadow: none;
    outline: none; }
  #filterModal .st-close {
    color: rgba(255, 255, 255, 0.9); }
  #filterModal .st-modal-dialog {
    overflow-y: initial; }
    #filterModal .st-modal-dialog .st-modal-content {
      background-color: #1d1d1d;
      border: 1px solid rgba(255, 255, 255, 0.25);
      box-shadow: 10px 10px 8px black; }
      #filterModal .st-modal-dialog .st-modal-content #search-type-facet-surround {
        border-left: 1px solid rgba(255, 255, 255, 0.25);
        height: 100%; }
        @media (max-width: 767px) {
          #filterModal .st-modal-dialog .st-modal-content #search-type-facet-surround {
            border: none; } }
      #filterModal .st-modal-dialog .st-modal-content .st-modal-body {
        height: 70vh;
        overflow-y: auto;
        padding: 0; }
        #filterModal .st-modal-dialog .st-modal-content .st-modal-body .search-facet-title {
          margin-top: 1.875em; }
        #filterModal .st-modal-dialog .st-modal-content .st-modal-body .st-btn-link {
          height: 42px;
          width: 100%;
          text-align: left;
          padding: 0;
          color: rgba(255, 255, 255, 0.7); }
          #filterModal .st-modal-dialog .st-modal-content .st-modal-body .st-btn-link div {
            padding-left: 25px;
            padding-right: 20px; }
            #filterModal .st-modal-dialog .st-modal-content .st-modal-body .st-btn-link div .facet-strut {
              height: 40px; }
            #filterModal .st-modal-dialog .st-modal-content .st-modal-body .st-btn-link div .inline-item {
              vertical-align: middle; }
          #filterModal .st-modal-dialog .st-modal-content .st-modal-body .st-btn-link .truncate {
            width: 85%;
            padding-left: 5px;
            padding-right: 0; }
          @media (max-width: 767px) {
            #filterModal .st-modal-dialog .st-modal-content .st-modal-body .st-btn-link div {
              padding: 0; } }
      #filterModal .st-modal-dialog .st-modal-content .st-modal-footer {
        border-top: 0;
        padding: 0; }
        #filterModal .st-modal-dialog .st-modal-content .st-modal-footer .st-btn {
          width: 100%;
          border: none; }
      #filterModal .st-modal-dialog .st-modal-content .st-modal-header {
        background-color: rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding: 0.9375em 1.25em; }
        #filterModal .st-modal-dialog .st-modal-content .st-modal-header .st-close {
          opacity: 0.7; }
          #filterModal .st-modal-dialog .st-modal-content .st-modal-header .st-close i {
            font-size: 16px;
            margin-bottom: 0;
            margin-top: 0.25em; }
        #filterModal .st-modal-dialog .st-modal-content .st-modal-header .st-close:hover {
          opacity: 1; }

.search-facet-title {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 30px; }
  @media (max-width: 767px) {
    .search-facet-title {
      margin: 10px 15px; } }

.search-results-empty {
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }

.search-type-icon {
  opacity: 0.7; }

.search-facet-surround {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .search-facet-surround .fa-close {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: right;
    float: right; }
  .search-facet-surround hr {
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 30px; }
  .search-facet-surround .st-btn-link {
    height: 42px;
    width: 100%;
    text-align: left;
    padding: 0;
    color: rgba(255, 255, 255, 0.7); }
    .search-facet-surround .st-btn-link div {
      padding-left: 25px;
      padding-right: 20px; }
      .search-facet-surround .st-btn-link div .facet-strut {
        height: 40px; }
      .search-facet-surround .st-btn-link div .inline-item {
        vertical-align: middle; }
    .search-facet-surround .st-btn-link .truncate {
      max-width: 85%;
      padding-left: 5px;
      padding-right: 0; }
  .search-facet-surround .st-btn-link:hover {
    background-color: #0e86ca;
    box-shadow: none;
    color: white; }
  .search-facet-surround .st-btn-link:focus {
    box-shadow: none;
    outline: none; }

.search-type-icon {
  margin: 8px; }

.search-panel-body {
  padding: 0;
  padding-left: 35px; }

.search-panel-group {
  margin-bottom: 0; }

.search-unordered-list {
  list-style-type: none;
  margin-bottom: 0; }

.search-results-body hr {
  margin-top: 0;
  margin-bottom: 15px; }

.search-result {
  margin-bottom: 45px; }
  .search-result a {
    color: white; }
  .search-result p {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.7); }
  .search-result .inline-group {
    margin: 0; }
    .search-result .inline-group a {
      opacity: 0.5; }
    .search-result .inline-group a:hover {
      opacity: 1; }
    .search-result .inline-group .inline-item {
      margin-right: 10px; }
      .search-result .inline-group .inline-item span {
        vertical-align: middle; }
  .search-result .search-result-detail {
    opacity: 0.5; }
  .search-result .st-h3 {
    margin-right: 5px; }
  .search-result .st-product-icon {
    margin-right: 0.3125em;
    vertical-align: middle; }
  .search-result .st-result-icon {
    margin-right: 0.125em; }

.feat-search-label {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 0.87em;
  padding: 3px 10px;
  color: #fff; }

.self-serve-ind {
  background-color: #239a33;
  box-shadow: 0 0 0 1px #27cc3d inset, 3px 3px 3px rgba(0, 0, 0, 0.3); }

.hot-topic-ind {
  background-color: #ca9800;
  box-shadow: 0 0 0 1px #f1bd1b inset, 3px 3px 3px rgba(0, 0, 0, 0.3); }

@media (max-width: 767px) {
  .self-serve-ind {
    background-color: #239a33;
    display: block;
    max-width: 90px;
    font-size: 0.8em;
    padding: 2px 10px 2px 10px;
    position: relative;
    left: 0; }
  .self-serve-ind:before {
    content: "";
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 0 solid #239a33;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    position: relative;
    top: 0;
    left: 0; } }

.mobile-filter-btn {
  margin-top: 5px;
  margin-bottom: 5px; }
  .mobile-filter-btn .fa-close {
    color: rgba(255, 255, 255, 0.7);
    margin-left: 10px; }

#suggestLoginModal .st-modal-content {
  background-color: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 10px 10px 8px black; }
  #suggestLoginModal .st-modal-content .st-modal-body {
    padding: 1.875em 1.25em; }
    #suggestLoginModal .st-modal-content .st-modal-body .inline-group {
      margin-top: 1.875em;
      text-align: center; }
    #suggestLoginModal .st-modal-content .st-modal-body p {
      padding: 0; }
    #suggestLoginModal .st-modal-content .st-modal-body .st-btn:hover {
      box-shadow: none; }
    #suggestLoginModal .st-modal-content .st-modal-body .st-btn-primary {
      width: 7.8125em; }
  #suggestLoginModal .st-modal-content .st-modal-header {
    background-color: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.9375em 1.25em; }
    #suggestLoginModal .st-modal-content .st-modal-header .st-close {
      opacity: 0.7; }
      #suggestLoginModal .st-modal-content .st-modal-header .st-close i {
        vertical-align: middle; }
    #suggestLoginModal .st-modal-content .st-modal-header .st-close:hover {
      opacity: 1; }

#fileUploadInGame .inline-item {
  margin-right: 0.9375em; }

.nav-categories {
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.2em;
  border: 0 solid transparent;
  overflow: hidden; }
  .nav-categories > li.category {
    opacity: 0.7;
    text-align: center;
    width: 25%;
    margin: 0;
    transition: opacity 0.4s ease-in-out; }
    .nav-categories > li.category.st-active-pane {
      opacity: 1; }
    .nav-categories > li.category.st-active-tab {
      opacity: 1; }
    .nav-categories > li.category > a {
      padding: 0 10px;
      color: #fff; }
      .nav-categories > li.category > a:hover, .nav-categories > li.category > a:active, .nav-categories > li.category > a:focus {
        border-color: transparent;
        background-color: transparent; }
  .nav-categories > li + li {
    margin: 0; }

.product-highlight {
  opacity: 1;
  box-sizing: border-box;
  border: 2px solid #fff; }

.product-tile-container {
  margin: 25px 0 10px; }

.guided-entry-page .case-list-table {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  list-style-type: none; }
  .guided-entry-page .case-list-table a {
    color: #fff;
    height: 100%;
    width: 100%;
    display: block; }
  .guided-entry-page .case-list-table .case-list-item {
    background-color: rgba(0, 0, 0, 0.4);
    height: 70px;
    padding: 15px;
    vertical-align: baseline;
    transition: all .2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  .guided-entry-page .case-list-table .case-list-item:hover {
    transition: all .2s;
    border: 1px solid rgba(255, 255, 255, 0.4); }
  .guided-entry-page .case-list-table .case-list-item:active {
    box-shadow: none;
    background-color: rgba(0, 174, 255, 0.7);
    transition: all .0s; }
  .guided-entry-page .case-list-table .case-list-item-helper {
    height: 40px;
    vertical-align: middle; }
  .guided-entry-page .case-list-table .case-list-item-icon {
    vertical-align: middle; }
  .guided-entry-page .case-list-table .case-list-item-id {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375em; }
  .guided-entry-page .case-list-table .case-list-item-title {
    white-space: nowrap;
    overflow: hidden; }
  .guided-entry-page .case-list-table .case-list-item-sub-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375em;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden; }

.guided-entry-page .product-select-panel {
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0; }

.guided-entry-page .product-select-mobile {
  padding-bottom: 25px; }

.guided-entry-page .st-h6 {
  padding: 0 15px; }

.guided-entry-page .support-product-tile-spacing, .guided-entry-page .support-product-caret-spacing {
  margin: 0;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.2em; }

.guided-entry-page .guided-entry-topic-container {
  position: relative;
  margin-bottom: 1em; }
  .guided-entry-page .guided-entry-topic-container .topic-selection-section {
    padding-bottom: 25px; }
  @media all and (min-width: 768px) {
    .guided-entry-page .guided-entry-topic-container {
      padding: 40px; } }

.guided-entry-page .guided-entry-topic-button {
  position: relative;
  top: -35px;
  left: 35px; }

.guided-entry-page .self-serve-ind {
  color: #FFF;
  display: inherit; }

.guided-entry-page .contact-channel-button {
  max-width: 250px;
  height: 60px; }

.guided-entry-page .country-phone-number {
  margin-top: 1em;
  margin-bottom: 1em; }

.guided-entry-page .phone-other-number-header {
  margin-top: 0;
  margin-bottom: 1em; }

.guided-entry-page .phone-detail-table {
  width: 60%; }
  .guided-entry-page .phone-detail-table .phone-detail-column {
    width: 33%; }
  .guided-entry-page .phone-detail-table .phone-detail-row {
    padding-top: 15px;
    padding-bottom: 15px; }

.guided-entry-page .detail-field-section {
  margin: 0 0 40px 0; }
  .guided-entry-page .detail-field-section label {
    font-weight: normal; }

.guided-entry-page .st-alert {
  margin: 30px 0;
  font-size: 1em; }

.date-field-item {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin-right: 10px; }

.ge-next-button {
  padding: 25px 0 25px; }

.mobile-next-button {
  border: 1px solid white;
  padding: 8px;
  color: white;
  width: 100%; }

.breadcrumb-bar {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0 10px 20px;
  margin: 15px 0 15px 0;
  background-color: rgba(255, 255, 255, 0.05); }

.breadcrumb-selected {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: bold; }

#breadcrumb-bottom-wrapper div:last-child {
  margin-bottom: 0; }

.breadcrumb-link {
  padding-left: 25px; }

.ge-tab-well {
  min-height: 300px; }

.ge-mobile-panel {
  color: #fff;
  background-color: #0e86ca;
  border-color: #10a1de;
  cursor: pointer; }
  .ge-mobile-panel:hover {
    background-color: #0b669a;
    border-color: #0d7fae; }

.support-floating-bar {
  width: 100%;
  z-index: 100; }

.breadcrumb-item {
  min-width: 150px;
  display: inline-block; }

.contact-channel-button {
  width: 250px;
  height: 60px;
  overflow: hidden; }

.contact-channel-container {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  max-width: 280px; }
  .contact-channel-container .channel-align {
    position: relative;
    bottom: 2px; }

.contact-channel-offline {
  opacity: 0.1; }

.details-form-section {
  padding: 10px 0; }

.details-form-label {
  font-size: 1.15em;
  font-weight: bold; }

.details-form-textarea {
  width: 100%;
  height: 120px;
  overflow: auto;
  resize: none;
  padding: 6px 12px; }

.details-form-input {
  padding: 6px 12px; }
  .details-form-input.details-disabled {
    cursor: not-allowed;
    background-color: #192435;
    opacity: .7; }
  .details-form-input.phone-edit {
    display: inline-block; }

.selector-section select[disabled="disabled"] {
  background-color: #d3d1ce;
  color: #7a7a7a;
  -moz-appearance: none;
  -webkit-appearance: none; }

.reopen-message {
  margin-top: 1.25em;
  margin-bottom: 2.1875em; }

.reopen-continue {
  margin-top: 2.8125em;
  margin-bottom: 1.875em;
  text-align: center; }

.self-help-icon {
  height: 40px;
  width: 40px; }

.ge-button-label {
  line-height: 1.5em; }
  .ge-button-label i {
    margin-right: 2px;
    position: relative;
    bottom: 2px; }

.field-address-bar {
  margin-top: 10px; }

.diagnostic-label {
  margin-top: 10px; }

.file-inputs {
  margin: 10px 0; }

.required-info-key {
  text-transform: lowercase; }

.suggest-login-title h1 {
  margin-top: 1em; }

.self-help-container .self-help-items {
  margin-bottom: 40px; }
  .self-help-container .self-help-items .self-helper {
    margin-top: 1.2em; }

.self-help-container .self-help-item {
  text-align: left; }

.self-help-container .self-help-item-description {
  margin-top: 0.5em;
  color: #FFF; }

.self-help-container hr {
  margin-bottom: 0; }

.channel-subtext {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.867em;
  opacity: 0.7; }

.phone-edit-prefix {
  cursor: not-allowed;
  background-color: #192435;
  opacity: .7; }

.phone-edit-prefix-active {
  background-color: rgba(0, 0, 0, 0.4);
  color: #999999;
  opacity: 1; }

.ge-complete-phone {
  font-weight: normal; }

.ge-solution-button {
  min-width: 225px; }

@media screen and (max-width: 768px) {
  .guided-entry-page .contact-channel-button {
    width: 100%;
    max-width: none; } }

@media (min-width: 1024px) {
  .suggest-login-modal {
    width: 40%;
    top: 25%;
    position: absolute;
    left: 30%; } }

@media (max-width: 1023px) {
  #suggestLoginModal {
    top: 20%;
    margin: 10px 20px; } }

@media only screen and (max-width: 479px) {
  .guided-entry-page .product-card-container li {
    margin: 0;
    padding-bottom: 5%;
    width: 47.5%; }
    .guided-entry-page .product-card-container li.guided-entry-li {
      padding: 0;
      margin: 0 5% 5% 0; }
    .guided-entry-page .product-card-container li:nth-child(2n) {
      margin-right: 0;
      margin-bottom: 2.5%; } }

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .guided-entry-page
.product-card-container li {
    margin: 0;
    padding-bottom: 3.5%;
    width: 31%; }
    .guided-entry-page
.product-card-container li.guided-entry-li {
      padding: 0;
      margin: 0 3.5% 3.5% 0; }
    .guided-entry-page
.product-card-container li:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 3.5%; } }

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .guided-entry-page .product-card-container li {
    margin: 0;
    padding-bottom: 2.5%;
    width: 23.12%; }
    .guided-entry-page .product-card-container li.guided-entry-li {
      padding: 0;
      margin: 0 2.5% 2.5% 0; }
    .guided-entry-page .product-card-container li:nth-child(4n) {
      margin-right: 0;
      margin-bottom: 2.5%; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .guided-entry-page .product-card-container li {
    margin: 0;
    padding-bottom: 2%;
    width: 18.40%; }
    .guided-entry-page .product-card-container li.guided-entry-li {
      padding: 0;
      margin: 0 2% 2% 0; }
    .guided-entry-page .product-card-container li:nth-child(5n) {
      margin-right: 0;
      margin-bottom: 2%; } }

@media only screen and (min-width: 1024px) {
  .guided-entry-page .product-card-container li {
    margin: 0;
    padding-bottom: 1.5%;
    width: 15.41%; }
    .guided-entry-page .product-card-container li.guided-entry-li {
      padding: 0;
      margin: 0 1.5% 1.5% 0; }
    .guided-entry-page .product-card-container li:nth-child(6n) {
      margin-right: 0;
      margin-bottom: 1.5%; } }

@media (max-width: 767px) {
  .guided-entry-page .case-list-table .case-list-item {
    height: 100px;
    padding: 20px; }
  .guided-entry-page #next-button {
    width: 100%; }
  .guided-entry-page #reopen-continue-button {
    width: 100%; }
  .contact-channel-container {
    width: 100%;
    max-width: 100%; }
  .date-field-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; } }

#item-select-filter-modal .st-modal-dialog .st-modal-content {
  background-color: #1d1d1d;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 10px 10px 8px black; }
  #item-select-filter-modal .st-modal-dialog .st-modal-content .st-modal-body {
    padding: 1.875em 1.25em; }
    #item-select-filter-modal .st-modal-dialog .st-modal-content .st-modal-body .inline-group {
      margin-top: 1.875em;
      text-align: center; }
    #item-select-filter-modal .st-modal-dialog .st-modal-content .st-modal-body p {
      padding: 0; }
    #item-select-filter-modal .st-modal-dialog .st-modal-content .st-modal-body .st-btn:hover {
      box-shadow: none; }
    #item-select-filter-modal .st-modal-dialog .st-modal-content .st-modal-body .st-btn-primary {
      width: 7.8125em; }
  #item-select-filter-modal .st-modal-dialog .st-modal-content .st-modal-header {
    background-color: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.9375em 1.25em; }
    #item-select-filter-modal .st-modal-dialog .st-modal-content .st-modal-header .st-close {
      opacity: 0.7; }
      #item-select-filter-modal .st-modal-dialog .st-modal-content .st-modal-header .st-close i {
        vertical-align: middle; }
    #item-select-filter-modal .st-modal-dialog .st-modal-content .st-modal-header .st-close:hover {
      opacity: 1; }

#item-resto-description-container i {
  display: block;
  margin: auto; }

#character-selection-page label {
  font-weight: normal;
  margin: 0 10px 0 0; }

#character-selection-page .character-select-form-container {
  margin-top: 30px;
  margin-bottom: 40px; }

#character-selection-page ul.support-list {
  border: none; }

.wow-realm-row {
  margin-bottom: 10px; }
  .wow-realm-row .realm-header {
    padding: 10px 0 10px 20px;
    margin: 0;
    opacity: 0.7; }
    .wow-realm-row .realm-header:not(.st-collapsed) {
      opacity: 1; }
    .wow-realm-row .realm-header:hover {
      cursor: pointer;
      transition: all 0.2s;
      border: 1px solid rgba(255, 255, 255, 0.5); }
  .wow-realm-row .character-container {
    margin: 0;
    padding-bottom: 15px; }
  .wow-realm-row .st-collapsed .realm-accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f067";
    float: right;
    position: relative;
    font-size: 1em;
    color: #FFF;
    right: 12px; }
  .wow-realm-row .realm-accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    position: relative;
    font-size: 1em;
    color: #FFF;
    right: 12px; }

.restoration-item-list li:hover, .restoration-character-list li:hover {
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.5); }

.restoration-item-list .item-selected, .restoration-character-list .item-selected {
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #00aeff;
  background-color: #000; }
  .restoration-item-list .item-selected:hover, .restoration-character-list .item-selected:hover {
    transition: all .2s;
    border: 1px solid #00aeff; }

.item-selection-container {
  padding-top: 15px; }
  .item-selection-container img:not(.no-border) {
    border: 1px solid rgba(255, 255, 255, 0.2); }
  .item-selection-container .restoration-list-header {
    font-size: 0.9em; }
  .item-selection-container .restoration-shopping-cart {
    position: relative;
    top: -25px; }

.item-resto-desc {
  margin: 10px 0; }

.filter-mobile-button {
  margin: 20px 0; }

.filter-row-field {
  display: inline-block;
  vertical-align: middle;
  margin-right: 29px; }
  .filter-row-field.filter-name {
    width: 15%; }
  .filter-row-field.filter-category {
    width: 15%; }
  .filter-row-field.filter-ilvl-range {
    width: 18%;
    margin: 0; }
  .filter-row-field.filter-rarity {
    width: 15%; }
  .filter-row-field.filter-button {
    width: 10%; }
  .filter-row-field.filter-clear {
    width: 5%; }
  .filter-row-field.filter-header {
    margin-top: 10px;
    margin-bottom: 10px; }
  .filter-row-field .st-btn {
    width: 100%; }
  .filter-row-field .fa-small {
    font-size: 0.7em; }

.restoration-item-container .item-valign {
  margin-top: 0.66667em; }

.restoration-item-container .item-limit-error {
  margin-left: 65px;
  color: red;
  font-size: 0.9em; }

.item-selection-next-button {
  margin: 20px 0; }

.material-icon {
  max-width: 16px; }

.mat-name,
.restoration-small-text {
  font-size: 0.9em; }

.restoration-smaller-text {
  font-size: 0.8em; }

.item-restoration-button {
  margin-top: 20px;
  margin-left: 10px; }

.restoration-cart-total-cod {
  margin-bottom: 10px; }

#restoration-review-page .confirmation-restore-button {
  margin-right: 15px; }

.item-restoration-item-type {
  float: right; }

.item-restoration-item-list-entry {
  border: red solid 1px;
  margin-left: 10px;
  margin-bottom: 5px;
  max-width: 700px; }

.item-restoration-item-list {
  margin-top: 20px; }

.item-restoration-text {
  margin-top: 20px;
  margin-bottom: 40px; }

ul.wow-character-list, ul.wow-realm-list {
  list-style: none; }

.restoration-character-list .wow-character-row {
  padding: 20px;
  background-color: #000; }
  .restoration-character-list .wow-character-row.ineligible .avatar,
  .restoration-character-list .wow-character-row.ineligible .char-desc-container {
    opacity: 0.3; }
  .restoration-character-list .wow-character-row .avatar {
    width: 64px;
    height: 64px;
    background-color: #4a4a4a;
    float: left; }
  .restoration-character-list .wow-character-row .char-desc-container {
    float: left;
    padding-left: 20px; }
  .restoration-character-list .wow-character-row .char-name {
    font-size: 17px;
    font-weight: bold;
    display: block; }
  .restoration-character-list .wow-character-row .char-race, .restoration-character-list .wow-character-row .char-class {
    display: block; }
  .restoration-character-list .wow-character-row .eligibility-info {
    float: right;
    padding-top: 15px;
    text-align: right;
    width: 350px;
    font-size: 0.87em;
    opacity: 0.7; }

.wow-account-filter {
  display: block;
  float: right;
  margin: 10px 0 20px 0; }

#select-char-btn {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 15px; }

@media only screen and (max-width: 767px) {
  .restoration-character-list .wow-character-row .avatar {
    margin-top: 2px;
    width: 48px;
    height: 48px; }
  .restoration-character-list .wow-character-row .eligibility-info {
    padding-top: 0;
    font-size: 12px;
    width: 200px; }
  .restoration-character-list .wow-character-row .char-name {
    font-size: 14px;
    font-weight: bold;
    display: block; }
  .restoration-character-list .wow-character-row .char-desc-container {
    font-size: 12px; }
  .restoration-character-list .select-char-btn {
    width: 100%; } }

.item-quality-0, .item-quality-0 a {
  color: #9d9d95 !important; }

/* poor (gray) */
.item-quality-1, .item-quality-1 a {
  color: #ffffff !important; }

/* common (white) */
.item-quality-2, .item-quality-2 a {
  color: #18C900 !important; }

/* uncommon (green) */
.item-quality-3, .item-quality-3 a {
  color: #0081f0 !important; }

/* #0070dd rare (blue) */
.item-quality-4, .item-quality-4 a {
  color: #c600ff !important; }

/* #a335ee epic (purple) */
.item-quality-5, .item-quality-5 a {
  color: #ff8000 !important; }

/* lengendary (orange) */
.item-quality-6, .item-quality-6 a {
  color: #b18800 !important; }

/* artifact (gold) */
.item-quality-7, .item-quality-7 a {
  color: #b18800 !important; }

/* heirloom (gold) */
.selected-display-item {
  margin-bottom: 20px; }
  .selected-display-item:last-child {
    margin-bottom: 0; }

.restoration-confirmation-footer {
  padding-top: 25px;
  padding-bottom: 15px; }

.select-items-continue {
  margin-top: 15px; }

.mobile-item-detail {
  font-size: 0.8em; }

.mobile-filter-modal {
  top: 5%; }

.mobile-filter-section {
  margin: 20px 0 0 20px; }

.mobile-filter-apply-button {
  width: 100%;
  margin-top: 40px; }

.needed-mats-error {
  color: red;
  font-size: .9em; }

.item-row-field {
  display: inline-block;
  vertical-align: middle; }
  .item-row-field.item-icon {
    margin: 0 10px 0 10px; }
  .item-row-field.item-title {
    width: 31%;
    margin-right: 15px; }
  .item-row-field.item-ilvl {
    width: 9%; }
  .item-row-field.item-reason {
    width: 32%; }
  .item-row-field.item-category {
    width: 14%; }
  .item-row-field.item-list-header {
    margin-bottom: 5px; }
  .item-row-field.item-mobile-icon {
    text-align: center;
    margin: 0 10px 0 10px; }
  .item-row-field.item-mobile-details {
    width: 80%; }
  .item-row-field.item-mobile-category {
    margin: 5px 0; }
  .item-row-field.item-mobile-reason {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px 5px 5px 10px;
    margin-top: 5px; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #item-resto-description-container div {
    margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  #item-resto-description-container div {
    margin-bottom: 20px; }
  .wow-account-filter {
    display: inherit;
    float: none; }
    .wow-account-filter.select-box-container:after {
      top: 24px; }
  .item-row-field {
    vertical-align: top; }
  .item-icon img {
    margin-bottom: 5px; }
  .restoration-item-container.st-well, .captcha-form .restoration-item-container.captcha {
    padding-top: 10px;
    padding-bottom: 0; }
  .restoration-item-container .item-limit-error {
    margin-left: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .filter-row-field {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px; }
    .filter-row-field.filter-name {
      width: 28%; }
    .filter-row-field.filter-category {
      width: 28%; }
    .filter-row-field.filter-ilvl-range {
      width: 30%; }
    .filter-row-field.filter-rarity {
      width: 28%; }
    .filter-row-field.filter-button {
      width: 10%;
      margin-right: 10%; }
    .filter-row-field.filter-clear {
      width: 15%; }
    .filter-row-field .st-btn {
      width: 100%; }
    .filter-row-field .fa-small {
      font-size: 0.7em; } }

#snapshot-list-container .rollback-point {
  padding: 5px 0; }
  #snapshot-list-container .rollback-point .snapshot-container {
    padding: 20px;
    display: none;
    padding-top: 5px;
    background-color: #000;
    border-top: none; }
  #snapshot-list-container .rollback-point .overview {
    padding: 10px;
    margin: 0; }
    #snapshot-list-container .rollback-point .overview:hover {
      cursor: pointer;
      transition: all 0.2s;
      border: 1px solid rgba(255, 255, 255, 0.5); }
  #snapshot-list-container .rollback-point .overview-mobile {
    padding: 10px;
    margin: 0;
    padding-bottom: 5px; }
  #snapshot-list-container .rollback-point.open .snapshot-container {
    display: block; }

.rollback-hardcore-label {
  color: red;
  font-weight: bold; }

.rollback-character {
  margin: 25px 0; }

.rollback-snapshot-switch,
.rollback-snapshot-switch-mobile {
  text-align: right;
  opacity: 0.7; }

#rollback-more-snapshots:hover {
  cursor: pointer; }

.rollback-error {
  font-size: 0.876em;
  color: #ff0000;
  display: inline-block;
  margin: 15px 0 10px 0; }

.rollback-section {
  display: inline-block;
  margin: 15px 0 10px 0; }
  .rollback-section label {
    font-weight: normal; }

.rollback-section-header {
  margin-top: 35px;
  margin-bottom: 0; }

.snapshot-section {
  display: inline-block;
  margin: 10px 0 30px 0; }

.snapshot-detail-mobile {
  font-size: 0.876em;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  line-height: 1.4em; }

.character-detail {
  font-size: 0.876em; }

.rollback-character-name img {
  max-width: 24px; }

.rollback-submit {
  margin-bottom: 15px; }

#review-snapshot-container {
  padding: 5px 0 5px 30px; }

#rollback-review-form .rollback-error {
  margin-top: 5px; }

#rollback-review-form #rollback-confirmation {
  display: inline-block;
  margin-top: 5px;
  min-width: 330px; }

#rollback-confirm-submit {
  margin-right: 15px; }

@media (max-width: 767px) {
  #snapshot-list-container .rollback-point .snapshot-container {
    padding: 10px;
    padding-top: 5px;
    margin-bottom: 0; }
  #rollback-review-form a {
    display: block;
    margin-top: 15px; }
  #review-snapshot-container {
    padding: 0 0 5px 10px; } }

#chat-wait .error, #chat-wait .spinner {
  margin: auto;
  padding: 230px 0;
  background: url("../images/icons/loading-light-large.gif") no-repeat 118px 230px;
  width: 250px;
  height: 32px; }

#chat-wait .error span, #chat-wait .spinner span {
  text-align: center;
  position: relative;
  top: 50px;
  width: 250px;
  display: block; }

#chat-wait .error {
  background: none;
  display: none; }

.crisis-section .st-alert {
  margin-bottom: 1px;
  position: relative;
  z-index: 10;
  font-size: 1em; }

.crisis-section .crisis-logo {
  width: 30px;
  vertical-align: top;
  display: inline-block; }

.crisis-section .crisis-message {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 75%; }

ul.product-card-container {
  list-style: none;
  min-width: 280px; }
  ul.product-card-container > li {
    width: 33.33333%;
    float: left;
    position: relative;
    padding: 0 1.5%;
    margin: 0 0 5px 0; }
    ul.product-card-container > li .product-link, ul.product-card-container > li .guided-entry-link {
      max-width: 165px; }
      ul.product-card-container > li .product-link .st-thumbnail, ul.product-card-container > li .guided-entry-link .st-thumbnail {
        background-color: transparent;
        border: 0 solid transparent;
        padding: 0;
        margin: 0; }
      ul.product-card-container > li .product-link .cover, ul.product-card-container > li .guided-entry-link .cover {
        display: block;
        background-color: rgba(255, 255, 255, 0);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        transition: background-color 0.2s;
        z-index: 10; }
      ul.product-card-container > li .product-link:active .cover, ul.product-card-container > li .guided-entry-link:active .cover {
        background-color: rgba(255, 255, 255, 0.2); }
      ul.product-card-container > li .product-link img, ul.product-card-container > li .guided-entry-link img {
        border: 1px solid rgba(255, 255, 255, 0.15); }
      ul.product-card-container > li .product-link:focus img,
      ul.product-card-container > li .product-link:hover img, ul.product-card-container > li .guided-entry-link:focus img,
      ul.product-card-container > li .guided-entry-link:hover img {
        border: 1px solid rgba(255, 255, 255, 0.3); }
    ul.product-card-container > li .st-thumbnail {
      background-color: transparent;
      border: 0 solid transparent;
      padding: 0;
      margin: 0; }
  @media screen and (min-width: 768px) {
    ul.product-card-container > li {
      margin: 0 0 20px 0;
      width: auto; }
      ul.product-card-container > li .product-link {
        max-width: 190px; }
      ul.product-card-container > li.guided-entry-li {
        padding: 0 1.5% 0 0; }
      ul.product-card-container > li .product-link:hover .cover, ul.product-card-container > li .guided-entry-link:hover .cover {
        background-color: rgba(255, 255, 255, 0.2); } }

.st-panel-homepage {
  border: none;
  background-color: transparent;
  box-shadow: none;
  min-width: 280px; }
  .st-panel-homepage.panel-left {
    margin-right: 30px; }
  .st-panel-homepage.panel-right {
    margin-left: 30px; }
  .st-panel-homepage > .st-panel-heading {
    border: none;
    background-color: transparent;
    position: relative;
    padding: 0; }
    @media (min-width: 767px) {
      .st-panel-homepage > .st-panel-heading {
        height: 110px; }
        .st-panel-homepage > .st-panel-heading .valign-bottom {
          position: absolute;
          bottom: 0; } }
    .st-panel-homepage > .st-panel-heading + .st-panel-collapse > .st-panel-body {
      border-top-color: #ddd; }
  .st-panel-homepage > .st-panel-body {
    padding: 0; }
  .st-panel-homepage > .st-panel-footer + .st-panel-collapse > .st-panel-body {
    border-bottom-color: #ddd; }

/* Case List */
.case-list-item {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  height: 100%; }
  .case-list-item a {
    color: #ffffff; }

.case-list-game-logo {
  position: relative;
  top: -3px; }

.case-list-item-text {
  opacity: .7; }

.case-list-s {
  margin-top: 1.33333em; }

.case-list-d {
  margin-top: 0.66667em; }

.case-table {
  width: 100%; }

#thread-header {
  margin-top: 0; }

@media (min-width: 1024px) {
  .case-issue-cell {
    width: 30%;
    padding: 15px;
    max-width: 0; }
  .case-subject-cell {
    width: 25%; }
  .case-status-cell {
    width: 10%; }
  .case-update-cell {
    width: 15%; }
  .case-meta-cell {
    width: 20%; } }

@media (max-width: 1023px) {
  .case-issue-cell {
    width: 35%;
    padding: 15px;
    max-width: 0; }
  .case-subject-cell {
    width: 10%; }
  .case-status-cell {
    width: 15%; }
  .case-update-cell {
    width: 15%; }
  .case-meta-cell {
    width: 25%; } }

.case-subject {
  position: relative;
  top: 4px; }

.case-issue-cell-mobile {
  padding: 15px; }

.case-meta-row-mobile {
  margin-top: 10px; }

.meta-info {
  text-align: right;
  padding-right: 10px;
  position: relative;
  bottom: 6px; }

.list-group-item-compact {
  padding: 1px 10px; }

.alert-link {
  font-weight: bold; }

.list-inline-20 > li {
  width: 25%;
  vertical-align: top; }

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9 !important; }

.collapse-control.collapsed .glyph-collapsed {
  display: inline-block; }

.collapse-control.collapsed .glyph-uncollapsed {
  display: none; }

.collapse-control .glyph-collapsed {
  display: none; }

.collapse-control .glyph-uncollapsed {
  display: inline-block; }

/* Activity Feed */
.activity-feed {
  min-width: 260px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  list-style: none;
  overflow: hidden; }
  .activity-feed > .activity {
    min-height: 78px;
    position: relative;
    height: 100%;
    vertical-align: baseline;
    border-left: 5px solid rgba(213, 105, 0, 0);
    border-right: 5px solid rgba(213, 105, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
    transition: background-color 0.2s, box-shadow 0.2s; }
    .activity-feed > .activity.new-activity {
      border-left: 5px solid #d56900; }
    .activity-feed > .activity:active {
      box-shadow: none;
      background-color: #095386; }
    .activity-feed > .activity:last-child {
      border-bottom: 1px solid transparent;
      box-shadow: none; }
    .activity-feed > .activity .activity-main {
      position: absolute;
      height: 100%;
      width: 100%;
      display: block;
      padding: 1.2em;
      right: 0;
      transition: right 0.2s ease-in-out;
      cursor: pointer; }
    .activity-feed > .activity .activity-detail {
      width: 100%;
      display: block;
      margin: 0 0 0 .4em;
      top: 1.25em;
      position: absolute;
      left: 100%;
      white-space: nowrap;
      transition: left 0.2s ease-in-out; }
      .activity-feed > .activity .activity-detail .activity-detail-item {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        white-space: normal; }
      .activity-feed > .activity .activity-detail a {
        color: rgba(255, 255, 255, 0.6); }
        .activity-feed > .activity .activity-detail a .activity-detail-icon {
          text-align: center; }
        .activity-feed > .activity .activity-detail a .activity-detail-text {
          font-size: .75em;
          text-align: center; }
      .activity-feed > .activity .activity-detail a:hover {
        color: rgba(255, 255, 255, 0.8); }
      .activity-feed > .activity .activity-detail a:focus {
        color: white; }
    .activity-feed > .activity .activity-detail:before {
      content: "\f053";
      float: left;
      opacity: 0.5;
      margin-top: 8px;
      margin-right: 14px;
      width: 24px;
      text-align: center;
      font-family: FontAwesome;
      cursor: pointer; }
    .activity-feed > .activity.slide-active > .activity-detail {
      left: 0; }
    .activity-feed > .activity.slide-active > .activity-main {
      right: 100%; }
    .activity-feed > .activity.slide-active.purchase .activity-main:after {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
  .activity-feed a {
    color: #fff; }
  .activity-feed .title {
    display: block;
    line-height: 1.7em;
    transition: all .2s;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 12px;
    text-overflow: ellipsis; }
  .activity-feed .subtitle {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85em;
    white-space: nowrap;
    margin-right: 12px;
    text-overflow: ellipsis;
    max-width: 20em;
    transition: max-width 0.2s; }

.purchase .activity-main:before {
  content: "\f07a";
  float: left;
  opacity: 0.5;
  margin-top: 8px;
  margin-right: 14px;
  margin-left: -5px;
  width: 24px;
  text-align: center;
  font-family: FontAwesome; }

.ticket .activity-main:before {
  content: "\f003";
  float: left;
  opacity: 0.5;
  margin-top: 8px;
  margin-right: 14px;
  width: 24px;
  text-align: center;
  font-family: FontAwesome; }

.purchase .activity-main:after {
  content: "\f054";
  float: right;
  opacity: 0.5;
  margin-top: -29px;
  margin-right: -12px;
  width: 24px;
  text-align: center;
  font-family: FontAwesome;
  clear: both;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.home-page .home-activity-container {
  margin: 0; }

.home-page .home-content-container {
  margin: 0; }

@media (max-width: 767px) {
  .activity-empty {
    padding: 40px; } }

@media (min-width: 767px) {
  .activity-empty {
    padding: 80px; }
  .activity-feed > .activity:focus, .activity-feed > .activity:hover {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
    background-color: #0e86ca; } }

.activity-empty hr {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40px; }

.activity-empty .st-btn-primary {
  margin-top: 40px;
  margin-bottom: 40px; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label span {
  display: inline-block;
  font-family: 'Blizzard Regular';
  -webkit-appearance: none;
  transition: border-color .2s;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  padding: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin: 0 10px 0 0;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  top: 4px; }
  input[type="radio"] + label span .radio-under-label {
    margin: 0; }

input[type="radio"] + label span:hover {
  -webkit-appearance: none;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.5); }

input[type="radio"]:checked + label span {
  -webkit-appearance: none;
  transition: border-color .2s;
  background-image: url(../images/inputs/sprite-18-inputs.92b4f919.png);
  background-position: 36px 0; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label span {
  display: inline-block;
  font-family: 'Blizzard Regular';
  -webkit-appearance: none;
  transition: border-color .2s;
  height: 20px;
  width: 20px;
  padding: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin: 0 10px 0 0;
  font-size: 15px;
  line-height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  top: 4px; }

input[type="checkbox"] + label span:hover {
  -webkit-appearance: none;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.5); }

input[type="checkbox"] + label span:focus {
  -webkit-appearance: none;
  transition: border-color .2s;
  border: 1px solid #1e5f99; }

input[type="checkbox"]:checked + label span {
  -webkit-appearance: none;
  transition: border-color .2s;
  background-image: url(../images/inputs/sprite-18-inputs.92b4f919.png);
  background-position: 0 0; }

input[type=file] {
  cursor: pointer; }

input[type="text"]:disabled {
  -webkit-appearance: none !important;
  transition: border-color .2s !important;
  border: 1px solid red !important; }

.st-form-group .st-control-label {
  display: block; }

.body-ingame .grid-container {
  padding: 0 0.9375em; }

.support-ingame-header {
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 0.625em;
  padding-right: 0.9375em;
  margin-bottom: 1.5625em; }
  .support-ingame-header form {
    float: right;
    width: 20em;
    margin-top: 2px; }
  .support-ingame-header i {
    vertical-align: middle; }
  .support-ingame-header .st-form-group {
    width: 100%; }
  .support-ingame-header .st-form-control {
    height: 1.875em;
    margin-top: 0.25em;
    width: 100%; }
  .support-ingame-header .st-h3 {
    vertical-align: middle; }
  .support-ingame-header .st-btn-link {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 20px;
    width: 16px;
    height: 16px;
    background: url("../images/icons/support_icons_16.734a22d7.png") no-repeat -64px -16px;
    opacity: 0.7; }
  .support-ingame-header .st-btn-link:hover {
    box-shadow: none;
    opacity: 1.0; }
  .support-ingame-header .st-btn-link:focus {
    box-shadow: none;
    opacity: 1.0; }
  .support-ingame-header .st-btn-link:active {
    box-shadow: none;
    opacity: 1.0; }

a {
  color: #00aeff;
  -webkit-appearance: none;
  transition: color .1s;
  text-decoration: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1; }

a:active {
  color: rgba(145, 228, 255, 0.75); }

a:disabled {
  color: rgba(0, 174, 255, 0.15); }

@media (min-width: 767px) {
  a:hover {
    color: #91e4ff;
    -webkit-appearance: none;
    transition: color .1s; } }

.product-tab {
  position: absolute;
  width: 100%;
  padding: 0 5%; }
  .product-tab .product-caret {
    z-index: 1000;
    position: relative;
    width: 25%;
    transition: left 0.3s ease-in-out;
    /* stroke */
    /* fill */ }
    .product-tab .product-caret:before, .product-tab .product-caret:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-top: 0;
      visibility: inherit; }
    .product-tab .product-caret:before {
      top: 0;
      left: 0;
      right: 0;
      border-bottom-color: rgba(255, 255, 255, 0.12);
      border-width: 0;
      margin: 0 auto; }
    .product-tab .product-caret:after {
      top: 0;
      left: 0;
      right: 0;
      border-bottom-color: #00152a;
      border-width: 0;
      margin: 0 auto; }
  .product-tab[class^="active-"] .product-caret,
  .product-tab[class*=" active-"] .product-caret {
    /* stroke */
    /* fill */ }
    .product-tab[class^="active-"] .product-caret:before,
    .product-tab[class*=" active-"] .product-caret:before {
      top: -28px;
      border-width: 28px; }
    .product-tab[class^="active-"] .product-caret:after,
    .product-tab[class*=" active-"] .product-caret:after {
      top: -26px;
      border-width: 27px; }
  .product-tab.active-0 .product-caret {
    left: 0; }
  .product-tab.active-1 .product-caret {
    left: 25%; }
  .product-tab.active-2 .product-caret {
    left: 50%; }
  .product-tab.active-3 .product-caret {
    left: 75%; }

.c-tabs-menu {
  width: 100% !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  margin-left: 0 !important; }

.c-tabs-menu li {
  margin: 0 !important;
  list-style: none !important;
  float: left !important;
  min-width: 33.3% !important;
  max-width: 33.3% !important;
  text-align: center !important;
  position: relative !important;
  top: 0 !important; }

.c-tabs-menu li a {
  display: block !important;
  font-size: 0.9em !important;
  color: rgba(255, 255, 255, 0.4) !important;
  border-bottom: 2px solid transparent !important;
  z-index: 2 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  transition: color .2s, border-color .2s !important;
  -webkit-appearance: none !important;
  -webkit-transition: color .2s, border-color .2s !important; }

.c-tabs-menu li a:hover {
  color: #fff !important; }

.c-tabs-menu .c-current {
  cursor: pointer; }

.article-body b {
  font-weight: bold; }

.article-body strong {
  font-weight: bold; }

.article-body i {
  font-style: italic; }

.article-body em {
  font-style: italic; }

.article-body u {
  text-decoration: underline; }

.article-body strike {
  text-decoration: line-through; }

.article-body p {
  margin-bottom: 1.3em !important;
  line-height: 1.45em !important; }

.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body h5 {
  margin: 1.414em 0 0.5em !important;
  font-weight: inherit !important;
  line-height: 1.2 !important;
  display: block !important; }

.article-body h1 {
  text-transform: uppercase !important;
  text-shadow: 0 0 0.6em #FFF !important;
  margin-top: 0 !important;
  font-size: 1.602em !important; }

.article-body h2 {
  text-transform: uppercase !important;
  font-size: 1.424em !important; }

.article-body h3 {
  font-size: 1.266em !important; }

.article-body h4 {
  font-size: 1.125em !important; }

.article-body h5 {
  font-size: 1em !important; }

.article-body hr {
  border: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  height: 1px;
  box-sizing: content-box;
  margin-top: 1.2em !important;
  margin-bottom: 1.2em !important; }

.article-body ol {
  list-style: decimal;
  list-style-position: outside;
  line-height: 1.45em;
  margin-bottom: 0.8em;
  margin-left: 16px; }

.article-body ul {
  list-style: disc;
  list-style-position: outside;
  line-height: 1.6em;
  margin-bottom: 0.8em;
  margin-left: 17px; }

.article-body li {
  line-height: 1.6em; }

.article-body ol > li > ol > li, .article-body ol > li > ol > li {
  list-style: decimal;
  margin-left: 34px; }

.article-body ul > li > ul > li, .article-body ol > li > ul > li {
  list-style: circle;
  margin-left: 34px; }

.article-body .st-btn, .article-body #articletabs .st-btn {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin: 3px 0;
  padding: 7px 20px;
  font-size: 1em;
  line-height: 1.2em;
  height: 32px;
  min-width: 80px;
  color: #fff;
  background-color: #0e86ca;
  border: 1px solid #10a1de;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  transition: background-color .2s,box-shadow .2s,background-color .2s,border-color .2s,color .2s; }

.article-body .st-btn:hover, .article-body #articletabs .st-btn:hover {
  color: #fff;
  background-color: #00aeff;
  border: 1px solid transparent;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.article-body .st-btn:active, .article-body #articletabs .st-btn:active {
  color: rgba(255, 255, 255, 0.8);
  background-color: #095386;
  border: 1px solid transparent;
  box-shadow: none;
  padding: 8px 20px 6px 20px; }

.article-body .st-btn-primary, .article-body #articletabs .st-btn-primary {
  color: #fff;
  background-color: #0e86ca;
  border: 1px solid #10a1de;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.article-body .st-btn-primary:hover, .article-body #articletabs .st-btn-primary:hover {
  color: #fff;
  background-color: #00aeff;
  border: 1px solid transparent;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.article-body .st-btn-primary:active, .article-body #articletabs .st-btn-primary:active {
  color: rgba(255, 255, 255, 0.8);
  background-color: #095386;
  border: 1px solid transparent;
  box-shadow: none; }

.article-body .st-btn-primary-disabled, .article-body #articletabs .st-btn-primary-disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(27, 30, 39, 0.8);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.article-body .st-btn-secondary, .article-body #articletabs .st-btn-secondary {
  color: #00aeff;
  background-color: rgba(32, 35, 46, 0.8);
  border: 1px solid #0d639f;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.article-body .st-btn-secondary:hover, .article-body #articletabs .st-btn-secondary:hover {
  color: #91e4ff;
  background-color: rgba(32, 35, 36, 0.8);
  border: 1px solid #0e86ca;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.article-body .st-btn-secondary:active, .article-body #articletabs .st-btn-secondary:active {
  color: rgba(145, 228, 255, 0.8);
  background-color: rgba(27, 30, 39, 0.8);
  border: 1px solid transparent;
  box-shadow: none; }

.article-body .st-btn-secondary-disabled, .article-body #articletabs .st-btn-secondary-disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(27, 30, 39, 0.8);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.article-body .st-btn-tertiary, .article-body #articletabs .st-btn-tertiary {
  color: #00aeff;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.article-body .st-btn-tertiary:hover, .article-body #articletabs .st-btn-tertiary:hover {
  color: #91e4ff;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }

.article-body .st-btn-tertiary:active, .article-body #articletabs .st-btn-tertiary:active {
  color: #00aeff;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none; }

.article-body .st-btn-tertiary-disabled, .article-body #articletabs .st-btn-tertiary-disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.article-body .st-btn-sm, .article-body .st-btn-group-sm > .st-btn, .article-body #articletabs .st-btn-sm, .article-body #articletabs .st-btn-group-sm > .st-btn {
  font-size: 0.87em;
  padding: 5px 10px;
  height: 26px;
  min-width: 60px; }

.article-body .st-btn-sm:active, .article-body .st-btn-group-sm > .st-btn:active, .article-body #articletabs .st-btn-sm:active, .article-body #articletabs .st-btn-group-sm > .st-btn:active {
  padding: 6px 10px 4px 10px; }

.article-body .st-btn-md, .article-body #articletabs .st-btn-md {
  font-size: 1em;
  padding: 7px 20px;
  height: 32px;
  min-width: 80px; }

.article-body .st-btn-md:active, .article-body #articletabs .st-btn-md:active {
  padding: 8px 20px 6px 20px; }

.article-body .st-btn-lg, .article-body .st-btn-group-lg > .st-btn, .article-body #articletabs .st-btn-lg, .article-body #articletabs .st-btn-group-lg > .st-btn {
  font-size: 1.14em;
  padding: 10px 20px;
  height: 40px;
  min-width: 100px; }

.article-body .st-btn-lg:active, .article-body .st-btn-group-lg > .st-btn:active, .article-body #articletabs .st-btn-lg:active, .article-body #articletabs .st-btn-group-lg > .st-btn:active {
  padding: 11px 20px 9px 20px; }

.article-body .st-btn-xl, .article-body #articletabs .st-btn-xl {
  font-size: 2em;
  text-transform: uppercase;
  padding: 14px 20px;
  height: 60px;
  min-width: 120px; }

.article-body .st-btn-xl:active, .article-body #articletabs .st-btn-xl:active {
  padding: 15px 20px 13px 20px; }

.article-body iframe {
  max-width: 100%;
  max-height: 100%; }

.c-tabs-menu .c-current a {
  color: #fff !important;
  border-bottom: 2px solid #10a1de !important;
  z-index: 2 !important;
  transition: color .2s, border-color .2s !important;
  -webkit-appearance: none !important;
  -webkit-transition: color .2s, border-color .2s !important;
  cursor: default !important; }

.c-tabs-menu .c-current a:hover {
  color: #fff !important; }

.c-tab {
  float: none !important;
  margin: 0 !important; }

.c-tab-content {
  clear: both !important;
  padding: 15px 0 0 !important; }

/* Article Collapsible UI */
.c-collapsible {
  margin: 20px 0 !important; }

.c-collapsible-title {
  color: #00aeff;
  cursor: pointer; }

.c-collapsible-title:before {
  font-family: "blizzard-support-glyphs";
  font-size: 0.6em;
  content: "\EA0D";
  height: 8px;
  width: 8px;
  position: relative;
  bottom: 1px;
  margin-right: 8px;
  text-align: center; }

.c-collapsible-title.expanded:before {
  font-family: "blizzard-support-glyphs";
  font-size: 0.6em;
  content: "\EA2A";
  height: 8px;
  width: 8px;
  position: relative;
  bottom: 1px;
  margin-right: 8px;
  text-align: center; }

.c-collapsible-title:hover {
  color: #91e4ff; }

.c-collapsible-content p {
  margin: 0.6em 0 0.6em !important; }

/* Article Dropdown UI */
.c-dropdown-toggle {
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: Blizzard, Arial, Helvetica, sans-serif !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: color .2s, border-color .2s !important;
  height: 36px !important;
  min-width: 120px !important;
  max-width: 400px !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3) !important;
  margin-top: 3px !important;
  margin-bottom: 15px !important;
  margin-left: 0 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 7px 30px 0 10px !important;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0 !important;
  cursor: pointer !important;
  text-transform: none !important;
  background-image: url("../images/icons/select_arrows.442281e7.png");
  background-repeat: no-repeat;
  background-position: right top; }

@media (max-width: 767px) {
  .c-dropdown-toggle {
    background-position: 160px 2px; } }

.c-dropdown-toggle:hover {
  -webkit-appearance: none !important;
  transition: border-color .2s !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important; }

.c-dropdown-toggle.active {
  -webkit-appearance: none !important;
  transition: color .2s, border-color .2s !important;
  border: 1px solid #1e5f99 !important;
  color: white !important; }

.c-dropdown-toggle.active:hover {
  -webkit-appearance: none !important;
  transition: border-color .2s !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: white !important; }

.c-dropdown-menu {
  background-color: #272e3b !important;
  border: 1px solid #7a9cd3 !important;
  margin-top: -15px !important; }

.c-dropdown-menu li a {
  font-family: Blizzard, Arial, Helvetica, sans-serif !important;
  background-color: #272e3b !important;
  display: block !important;
  color: #fff !important;
  text-transform: none !important;
  font-size: 15px !important;
  line-height: 20px !important;
  padding: 1px 10px !important; }

.c-dropdown-menu li a:hover {
  background-color: #1e90ff !important; }

.c-dropdown-menu li a:focus {
  color: #fff !important; }

#tabs-articledetail a {
  color: #00a4ff;
  text-decoration: none; }

.mobile_table {
  display: block;
  overflow-x: auto; }
  .mobile_table table {
    font-family: Blizzard, Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
    transition: color .2s, border-color .2s;
    padding: 4px 10px;
    line-height: 25px;
    margin-bottom: 0 !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.3) !important;
    border-collapse: collapse;
    min-width: inherit !important; }
  .mobile_table tbody {
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box; }
  .mobile_table th {
    font-size: 0.7em;
    text-transform: uppercase;
    color: white;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: left;
    padding: 10px 14px !important;
    border-bottom: 0 !important;
    font-weight: inherit !important; }
  .mobile_table #tabs-articledetail td {
    padding: 10px 14px;
    color: rgba(255, 255, 255, 0.7); }
  .mobile_table tr:not(:first-child) {
    padding: 10px 14px; }
  .mobile_table tr:nth-child(2n) {
    background-color: rgba(255, 255, 255, 0.05); }
  .mobile_table td {
    padding: 10px 14px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    border: 0 !important; }

.ckeditor_codeblock {
  display: block !important;
  box-sizing: border-box !important;
  padding: 14px 20px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 !important;
  text-shadow: none !important;
  position: relative !important;
  color: #fff !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-appearance: none !important;
  transition: all .2s !important;
  margin-bottom: 20px !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.3) !important;
  border: none !important; }

#wrapper img {
  margin: 0 2px 0 0 !important;
  max-width: 100% !important;
  height: auto !important; }

img.mediaframe {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: auto; }

#wrapper iframe {
  margin: 0 2px 0 0 !important;
  max-width: 100% !important; }

iframe.mediaframe {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  max-width: 100%; }

.st-btn-primary-disabled, #articletabs .st-btn-primary-disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(27, 30, 39, 0.8);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.st-btn-secondary-disabled, #articletabs .st-btn-secondary-disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(27, 30, 39, 0.8);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.st-btn-tertiary-disabled, #articletabs .st-btn-tertiary-disabled {
  color: rgba(0, 174, 255, 0.15);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none; }

.article-body .st-alert {
  display: block !important;
  box-sizing: border-box !important;
  padding: 14px 20px !important;
  font-size: 1em !important;
  line-height: 20px !important;
  margin: 0 !important;
  text-shadow: none !important;
  position: relative !important;
  color: #fff !important;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-appearance: none !important;
  transition: all .2s !important; }

.article-body .st-alert-default {
  background-color: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.3) !important; }

.article-body .st-alert-success {
  background-color: #239a33 !important;
  box-shadow: 0 0 0 1px #27cc3d inset, 3px 3px 3px rgba(0, 0, 0, 0.3) !important; }

.article-body .st-alert-info {
  background-color: #5b97b6 !important;
  box-shadow: 0 0 0 1px #7abddf inset, 3px 3px 3px rgba(0, 0, 0, 0.3) !important; }

.article-body .st-alert-warning {
  background-color: #cc9d0d !important;
  box-shadow: 0 0 0 1px #ffdd74 inset, 3px 3px 3px rgba(0, 0, 0, 0.3) !important; }

.article-body .st-alert-danger {
  background-color: #9C2B2E !important;
  box-shadow: 0 0 0 1px #c32c2f inset, 3px 3px 3px rgba(0, 0, 0, 0.3) !important; }

.dropdown-block ul {
  list-style: disc;
  list-style-position: outside;
  line-height: 1.6em;
  margin-bottom: 0.8em;
  margin-left: 17px; }

.dropdown-block li {
  display: inline-block;
  list-style: none;
  margin-left: 0px; }

.c-collapsible-content {
  display: none; }

.c-tabs-menu {
  float: left;
  clear: both;
  margin-bottom: 0; }

/*
.c-tabs-menu li {
    list-style: none;
    float: left;
    color: #fff;
    background-color: #0e86ca;
    border: 1px solid #10a1de;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    font-size: 1em;
    min-width: 120px;
    padding: 8px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}
*/
.c-tabs-menu li.c-current {
  position: relative;
  color: #fff;
  z-index: 5; }

.c-tabs-menu li a {
  padding: 10px;
  color: #fff;
  text-decoration: none; }

.c-tabs-menu .c-current a {
  color: #2e7da3; }

.c-tab {
  float: left;
  margin-bottom: 20px;
  width: 100%; }

.c-tab-content {
  padding: 0; }

/* Dropdown */
.c-dropdown {
  position: relative;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px; }

.c-dropdown-content {
  display: none;
  position: absolute;
  background-color: #272e3b;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  top: 50px;
  left: -1px; }

.c-dropdown:hover {
  transition: border-color .2s !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important; }

.c-dropdown:active {
  transition: border-color .2s !important;
  border: 1px solid #1e5f99 !important; }

.c-dropdown:hover .c-dropdown-content {
  display: block; }

.c-hidden {
  display: none; }

.c-nav {
  display: block;
  font: 13px Helvetica, Tahoma, serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

.dropdown-block .c-nav li {
  display: inline-block;
  list-style: none;
  margin: 0px; }

.c-nav .c-button-dropdown {
  position: relative; }

.c-nav li a {
  display: block;
  color: #333;
  background-color: #fff;
  padding: 10px 20px;
  text-decoration: none; }

.c-nav li span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #999; }

.c-nav li a:hover, .c-nav li a.c-dropdown-toggle.active {
  background-color: #289dcc;
  color: #fff; }

.c-nav li a:hover span, .c-nav li a.c-dropdown-toggle.active span {
  color: #fff; }

.c-nav li .c-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  margin-top: 3px;
  text-align: left; }

.c-nav li .c-dropdown-menu.active {
  display: block; }

.c-nav li .c-dropdown-menu a {
  width: 203px; }

.c-truncate {
  width: 187px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.external-video-alert {
  background-image: url("../images/articles/ingame-popout.a784d093.png");
  display: block;
  height: 315px;
  width: 560px;
  margin: 10px 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
  .external-video-alert a {
    color: #ffffff; }

.external-video-link {
  padding-top: 225px;
  text-align: center; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.8366d592.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.8366d592.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.f3fc6e17.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.32cd20dd.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.fcaf6196.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.f775f9cc.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }
