@charset "UTF-8";
/*! 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-weight: 400;
  line-height: 1.45;
  color: white;
  background-color: #002a54;
  transition-property: background-color;
  transition-duration: 0.5s;
}

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.45;
  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.3601em;
  margin-bottom: 1.3601em;
  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;
}

* {
  box-sizing: border-box;
}

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

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

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

a:hover, a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.45;
  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;
}

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

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

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

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

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

h1, h2, h3, h4, h5, h6, .font_small, .font_smaller, .font_smallest,
.st-h1, .st-h2, .st-h3, .st-h4, .st-h5, .st-h6 {
  font-family: inherit;
  font-weight: 300;
  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, .font_small small,
.font_small .st-small, .font_smaller small,
.font_smaller .st-small, .font_smallest small,
.font_smallest .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.3601em;
  margin-bottom: 0.68005em;
}

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.68005em;
  margin-bottom: 0.68005em;
}

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: 2.441em;
  margin-top: 0;
  clear: both;
}

.nav-client h1 {
  text-transform: none;
  text-shadow: none;
  clear: none;
}

h2, .st-h2 {
  font-size: 1.953em;
}

h3, .st-h3 {
  font-size: 1.563em;
}

h4, .st-h4 {
  font-size: 1.25em;
}

h5, .st-h5 {
  font-size: 1em;
}

h6, .st-h6 {
  font-size: 0.9em;
}

.font_small {
  font-size: 0.9em;
}

.font_smaller {
  font-size: 0.8em;
}

.font_smallest {
  font-size: 0.7em;
}

p {
  margin: 0.7em 0;
  line-height: 1.45em;
}

.st-lead {
  margin-bottom: 1.3601em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .st-lead {
    font-size: 1.407em;
  }
}

hr {
  border: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  height: 1px;
}

small,
.st-small {
  font-size: 95%;
}

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: #fff;
}

a.st-text-danger:hover {
  color: #e6e6e6;
}

.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: #9C2B2E;
}

a.st-bg-danger:hover {
  background-color: #742022;
}

.st-page-header {
  padding-bottom: -0.31995em;
  margin: 2.7202em 0 1.3601em;
  border-bottom: 1px solid #b3b3b3;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.68005em;
}

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.3601em;
}

dt,
dd {
  line-height: 1.45;
}

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.68005em 1.3601em;
  margin: 0 0 1.3601em;
  font-size: 1.1725em;
  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.45;
  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.3601em;
  font-style: normal;
  line-height: 1.45;
}

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.18005em;
  margin: 0 0 0.68005em;
  line-height: 1.45;
  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.3601em;
}

.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.45;
  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: #9C2B2E;
}

.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: #882528;
}

.st-table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .st-table-responsive {
    width: 100%;
    margin-bottom: 1.02007em;
    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.3601em;
  font-size: 1.407em;
  line-height: inherit;
  color: #272727;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

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: 0.938em;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
}

.st-form-control {
  display: block;
  width: 100%;
  height: 2.5601em;
  padding: 0.4em 1.5em 0.4em 0.8em;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.7);
  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;
  color: #fff;
}

.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: #000f1e;
  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.5601em;
  }
  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: 2.01667em;
  }
  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.3601em;
  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.2981em;
}

.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: 2.01667em;
  padding: 0.33333em 0.66667em;
  font-size: 0.9em;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 2.01667em;
  line-height: 2.01667em;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.st-form-group-sm .st-form-control {
  height: 2.01667em;
  padding: 0.33333em 0.66667em;
  font-size: 0.9em;
  line-height: 1.5;
  border-radius: 0;
}

.st-form-group-sm select.st-form-control {
  height: 2.01667em;
  line-height: 2.01667em;
}

.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: 2.01667em;
  padding: 0.33333em 0.66667em;
  font-size: 0.9em;
  line-height: 1.5;
  min-height: 2.2601em;
}

.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.6101em;
}

.st-has-feedback {
  position: relative;
}

.st-has-feedback .st-form-control {
  padding-right: 3.20012em;
}

.st-form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.5601em;
  height: 2.5601em;
  line-height: 2.5601em;
  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: 2.01667em;
  height: 2.01667em;
  line-height: 2.01667em;
}

.st-has-success .st-help-block {
  color: #4f8a10;
}

.st-has-success .st-form-control {
  border-color: #4f8a10;
}

.st-has-success .st-form-control:focus {
  border-color: #355c0b;
}

.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 {
  color: #594300;
}

.st-has-warning .st-form-control {
  border-color: #594300;
}

.st-has-warning .st-form-control:focus {
  border-color: #261d00;
}

.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 {
  color: #f00;
}

.st-has-error .st-form-control {
  border-color: #f00;
}

.st-has-error .st-form-control:focus {
  border-color: #cc0000;
}

.st-has-error .st-input-group-addon {
  color: #f00;
  border-color: #f00;
  background-color: #00aeff;
}

.st-has-error .st-form-control-feedback {
  color: #f00;
}

.st-has-feedback label ~ .st-form-control-feedback {
  top: 6.3601em;
}

.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.9601em;
}

.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: 0.938em;
  line-height: 1.45;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  box-shadow: none;
}

.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.9em;
  line-height: 1.5;
  border-radius: 0;
}

.st-btn-xs, .st-btn-group-xs > .st-btn {
  padding: 0.06667em 0.33333em;
  font-size: 0.9em;
  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-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: 0.938em;
  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.31995em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.st-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.45;
  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.9em;
  line-height: 1.45;
  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: 0.938em;
  font-weight: normal;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  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.9em;
  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.45;
  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;
}

.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.3601em 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.45;
  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: 0.938em;
    line-height: 1.45;
    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;
    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.9em;
}

.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.9em;
  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.221em;
  }
}

.st-thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 1.3601em;
  line-height: 1.45;
  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-media {
  margin-top: 15px;
}

.st-media:first-child {
  margin-top: 0;
}

.st-media,
.st-media-body {
  zoom: 1;
  overflow: visible;
}

.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: #fff;
  background-color: #9C2B2E;
}

a.st-list-group-item-danger {
  color: #fff;
}

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: #fff;
  background-color: #882528;
}

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: #fff;
  border-color: #fff;
}

.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.3601em;
  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.3601em;
}

.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: #882539;
}

.st-panel-danger > .st-panel-heading {
  color: #fff;
  background-color: #9C2B2E;
  border-color: #882539;
}

.st-panel-danger > .st-panel-heading + .st-panel-collapse > .st-panel-body {
  border-top-color: #882539;
}

.st-panel-danger > .st-panel-heading .st-badge {
  color: #9C2B2E;
  background-color: #fff;
}

.st-panel-danger > .st-panel-footer + .st-panel-collapse > .st-panel-body {
  border-bottom-color: #882539;
}

.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.407em;
  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;
}

/*! 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;
  }
}

.st-modal-open {
  overflow: hidden;
}

.st-modal {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.st-modal.st-fade .st-modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.st-modal.st-in .st-modal-dialog {
  -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: 0 20px 0 20px;
}

.st-modal-content {
  background: #1d222c;
  background-clip: padding-box;
  background: linear-gradient(#263145 0%, #1d222c 70%);
  background-position: center bottom,center top,center -100px;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #000;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75), inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  margin: auto;
  max-width: 560px;
  min-width: 280px;
  outline: 0;
  overflow: visible;
  padding-top: 10px;
  position: relative;
  width: 80%;
  z-index: 1050;
}

.st-modal-content .st-close {
  color: #fff;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 11px 10px 10px;
  cursor: pointer;
}

.st-modal-content .st-close:hover,
.st-modal-content .st-close:focus {
  color: #fff;
  opacity: 0.4;
  transition: all .2s;
}

.st-modal-content:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 75px;
  right: 75px;
  display: block;
  height: 0;
  border-top: 10px solid rgba(255, 255, 255, 0.14);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.st-modal-content:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 76px;
  right: 76px;
  display: block;
  height: 0;
  border-top: 9px solid rgba(32, 39, 52, 0.5);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.st-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}

.st-modal-backdrop.st-fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.st-modal-header {
  padding: 19px 20px 0 20px;
}

.st-modal-header h1 {
  font-weight: lighter;
  text-shadow: none;
  text-transform: none;
  margin: .67em 0 0;
}

.st-modal-header .st-close {
  margin-top: -2px;
}

.st-modal-title {
  margin: 0;
  line-height: 1.45;
}

.st-modal-body {
  max-height: 600px;
  overflow: visible;
  padding: 20px 20px 30px 20px;
  position: relative;
}

.st-modal-body p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.889em;
  line-height: 1.2;
  margin-bottom: 20px;
}

.st-modal-body p + .st-modal-actions,
.st-modal-body ul + .st-modal-actions,
.st-modal-body ol + .st-modal-actions,
.st-modal-body dl + .st-modal-actions {
  margin-top: 20px;
}

.st-modal-body .st-modal-actions {
  margin-top: 30px;
}

.st-modal-body .st-modal-actions .st-btn {
  margin: 0 10px 0 0;
  vertical-align: bottom;
}

.st-modal-footer {
  background: #171b23;
  border-top: 1px solid #2d323b;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 20px;
  margin: 1px;
  padding: 19px 20px 20px;
  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 {
    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: 13.3421px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  line-break: auto;
  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: 8px 10px;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  background-color: #272e3b;
}

.st-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.st-tooltip.st-top .st-tooltip-arrow {
  bottom: -2px;
  left: 50%;
  margin-left: -8px;
  border-width: 7px 7px 0 7px;
  border-top-color: #272e3b;
  position: absolute;
}

.st-tooltip.st-top .st-tooltip-arrow:before {
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15) transparent transparent transparent;
  position: absolute;
}

.st-tooltip.st-top .st-tooltip-arrow:after {
  content: "";
  bottom: 2px;
  left: 50%;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #272e3b transparent transparent transparent;
  position: absolute;
}

.st-tooltip.st-right .st-tooltip-arrow {
  top: 50%;
  left: -2px;
  margin-top: -6px;
  border-width: 7px 7px 7px 0;
  border-right-color: #272e3b;
  position: absolute;
}

.st-tooltip.st-right .st-tooltip-arrow:before {
  content: "";
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent rgba(255, 255, 255, 0.15) transparent transparent;
  position: absolute;
}

.st-tooltip.st-right .st-tooltip-arrow:after {
  content: "";
  top: 50%;
  left: 2px;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #272e3b transparent transparent;
  position: absolute;
}

.st-tooltip.st-bottom .st-tooltip-arrow {
  top: -2px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 7px 7px 7px;
  border-bottom-color: #272e3b;
  position: absolute;
}

.st-tooltip.st-bottom .st-tooltip-arrow:before {
  content: "";
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent rgba(255, 255, 255, 0.15) transparent;
  position: absolute;
}

.st-tooltip.st-bottom .st-tooltip-arrow:after {
  content: "";
  top: 2px;
  left: 50%;
  margin-left: -6px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #272e3b transparent;
  position: absolute;
}

.st-tooltip.st-left .st-tooltip-arrow {
  top: 50%;
  right: -2px;
  margin-top: -6px;
  border-width: 7px 0 7px 7px;
  border-left-color: #272e3b;
  position: absolute;
}

.st-tooltip.st-left .st-tooltip-arrow:before {
  content: "";
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.15);
  position: absolute;
}

.st-tooltip.st-left .st-tooltip-arrow:after {
  content: "";
  top: 50%;
  right: 2px;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #272e3b;
  position: absolute;
}

.st-tooltip.st-top-left .st-tooltip-arrow {
  bottom: 0;
  right: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #272e3b;
}

.st-tooltip.st-top-right .st-tooltip-arrow {
  bottom: 0;
  left: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #272e3b;
}

.st-tooltip.st-bottom-left .st-tooltip-arrow {
  top: 0;
  right: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #272e3b;
}

.st-tooltip.st-bottom-right .st-tooltip-arrow {
  top: 0;
  left: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #272e3b;
}

.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: 0.938em;
  font-weight: normal;
  line-height: 1.45;
  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: 0.938em;
  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: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .st-carousel-inner > .st-item.st-next, .st-carousel-inner > .st-item.st-active.st-right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .st-carousel-inner > .st-item.st-prev, .st-carousel-inner > .st-item.st-active.st-left {
    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 {
    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;
}

.st-media-heading {
  margin-top: 5px;
}

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

.hide {
  display: none !important;
}

.background-theme-default-color {
  background-color: #002a54;
}

.background-theme-default-secondary-color {
  background-color: #004487 !important;
}

.background-theme-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/default-background.jpg) !important;
  background-position: center 0 !important;
  background-repeat: no-repeat !important;
  min-width: 320px;
  transition: opacity 0.5s;
}

.hide-theme {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .background-theme-default {
    top: -5px;
  }
}

.secondary-bg-color {
  background-color: #004487;
}

@media only print {
  .navbar-static,
  .nav-footer-static,
  .support-navbar,
  .support-nav-footer {
    display: none;
  }
  .product-title {
    width: auto !important;
  }
}

@font-face {
  font-family: "Blizzard";
  font-style: normal;
  font-weight: 300;
  src: local("Blizzard Light"), local("Blizzard-Light"), url("../fonts/blizzard-light.32debac7.woff") format("woff");
}

@font-face {
  font-family: "Blizzard";
  font-style: normal;
  font-weight: 400;
  src: local("Blizzard"), local("Blizzard"), url("../fonts/blizzard-regular.290ed3e9.woff") format("woff");
}

@font-face {
  font-family: "Blizzard";
  font-style: italic;
  font-weight: 400;
  src: local("Blizzard Italic"), local("Blizzard-Italic"), url("../fonts/blizzard-regular-italic.2ee09023.woff") format("woff");
}

@font-face {
  font-family: "Blizzard";
  font-style: normal;
  font-weight: 700;
  src: local("Blizzard Bold"), local("Blizzard-Bold"), url("../fonts/blizzard-bold.ab700bcc.woff") format("woff");
}

a {
  color: #00aeff;
  transition: color .1s, opacity .1s;
  text-decoration: none;
  opacity: 1;
}

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

a:visited {
  color: #82c5ff;
}

a:active {
  color: rgba(130, 197, 255, 0.75);
}

a:disabled {
  color: rgba(0, 174, 255, 0.15);
}

@media (min-width: 767px) {
  a:hover {
    color: #91e4ff;
  }
}

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

.file-restriction-label {
  font-size: 0.74em;
  opacity: 0.7;
}

.details-phone-section {
  text-align: left;
}

.country-edit-section {
  max-width: 365px;
}

.phone-edit-section {
  max-width: 520px;
}

.phone-edit {
  width: inherit;
  vertical-align: bottom;
}

.support-error-text {
  color: #f00;
}

.nav-hamburger-menu-icon {
  display: none;
}

.nav-mobile-menu-title {
  display: none;
}

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

select::-ms-expand {
  display: none;
}

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

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

button,
select {
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

select:focus {
  color: #fff;
}

input[type=file] {
  cursor: pointer;
}

input[type="radio"] {
  display: none;
  transition: border-color .2s;
}

input[type="radio"] + label span {
  display: inline-block;
  font-family: 'Blizzard Regular';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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;
  cursor: pointer;
  position: relative;
  top: 4px;
  transition: border-color .2s;
}

input[type="radio"] + label span .radio-under-label {
  margin: 0;
}

input[type="radio"] + label span:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

input[type="radio"]:checked + label span {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color .2s;
  background-image: url(../images/inputs/sprite-18-inputs.6a5f3fbd.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;
     -moz-appearance: none;
          appearance: none;
  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;
  cursor: pointer;
  position: relative;
  top: 4px;
  transition: border-color .2s;
}

input[type="checkbox"] + label span:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

input[type="checkbox"] + label span:focus {
  border: 1px solid #105f99;
}

input[type="checkbox"]:checked + label span {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color .2s;
  background-image: url(../images/inputs/sprite-18-inputs.6a5f3fbd.png);
  background-position: 0 0;
}

input[type="text"]:disabled {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color .2s;
  border: 1px solid #f00 !important;
}

.st-form-group .st-control-label {
  display: block;
  margin: 10px 0;
}

.select-box-container {
  position: relative;
}

.select-box-container .selector-icon {
  color: #00aeff;
  position: relative;
  float: right;
  top: -25px;
  right: 8px;
  font-size: 0.8em;
  pointer-events: none;
}

[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.af8bf30f.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.d53485b0.png");
}

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

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

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

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

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

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

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

[class^="st-icon-24-"],
[class*=" st-icon-24-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-24-blue.5e4b6917.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.7360bddb.png");
}

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

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

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

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

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

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

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

[class^="st-icon-32-"],
[class*=" st-icon-32-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-32-blue.87e779f9.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.92a5c5a5.png");
}

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

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

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

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

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

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

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

[class^="st-icon-48-"],
[class*=" st-icon-48-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-48-blue.30886ec1.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.588f6db1.png");
}

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

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

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

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

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

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

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

[class^="st-icon-64-"],
[class*=" st-icon-64-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-64-blue.43108940.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.f1c97275.png");
}

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

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

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

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

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

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

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

[class^="st-icon-128-"],
[class*=" st-icon-128-"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-blue.835da90e.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.4bb17477.png");
}

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

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

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

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

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

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

[class^="st-icon-128-white"],
[class*=" st-icon-128-white"] {
  background-image: url("../images/toolkit/themes/bnet/icons/sprite-128-white.f9cb1921.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-"] {
  background-image: url("../images/toolkit/defaults/icons/sprite-16-payment.138cd157.png");
  height: 16px;
  width: 24px;
}

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

[class^="st-icon-social-"],
[class*=" st-icon-social-"] {
  background-image: url("../images/icons/social.60cb7315.png");
  height: 16px;
  width: 16px;
}

[class^="st-icon-game-tile-"],
[class*=" st-icon-game-tile-"] {
  background-image: url("../images/icons/game_tiles.png");
  height: 175px;
  width: 150px;
}

[class^="st-icon-product-logo-"],
[class*=" st-icon-product-logo-"] {
  background-image: url("../images/games/icons/product-icons-sprite40x40.3de8a192.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.0a1e4969.png");
  height: 24px;
  width: 24px;
}

[class^="st-icon-item-restoration-"],
[class*=" st-icon-item-restoration-"] {
  background-image: url("../images/icons/item_resto_cooldown_gen.190bdee7.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.a4115620.png");
  height: 50px;
  width: 50px;
}

[class^="st-icon-16-support-"],
[class*=" st-icon-16-support-"] {
  background-image: url("../images/icons/support_icons_16.1f4d4c90.png");
  width: 16px;
  height: 16px;
}

[class^="st-icon-24-support-"],
[class*=" st-icon-24-support-"] {
  background-image: url("../images/icons/support_icons_24.97f381fb.png");
  width: 24px;
  height: 24px;
}

[class^="st-icon-32-support-"],
[class*=" st-icon-32-support-"] {
  background-image: url("../images/icons/support_icons_32.50c62211.png");
  width: 32px;
  height: 32px;
}

[class^="st-icon-64-support-"],
[class*=" st-icon-64-support-"] {
  background-image: url("../images/icons/support_icons_64.c03ac9bc.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;
}

.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-old {
  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-blizzard-balance,
.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-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-payment-netease-wallet {
  background-position: -120px -160px;
}

.st-icon-payment-payu {
  background-position: -144px -160px;
}

.st-icon-payment-banco-de-bogota {
  background-position: -168px -160px;
}

.st-icon-payment-bancolombia {
  background-position: 0px -176px;
}

.st-icon-payment-efecty {
  background-position: -24px -176px;
}

.st-icon-payment-pse {
  background-position: -48px -176px;
}

.st-icon-payment-via-baloto {
  background-position: -72px -176px;
}

.st-icon-payment-diestel {
  background-position: -96px -176px;
}

.st-icon-payment-bcp-agente-bcp {
  background-position: -120px -176px;
}

.st-icon-payment-internet-via-bcp {
  background-position: -144px -176px;
}

.st-icon-payment-bcp-ventanilla-agencias {
  background-position: -168px -176px;
}

.st-icon-payment-debito-automatico {
  background-position: -24px -192px;
}

.st-icon-payment-itau {
  background-position: -48px -192px;
}

.st-icon-payment-cash-on-delivery {
  background-position: -72px -192px;
}

.st-icon-payment-yandex {
  background-position: -120px -192px;
}

.st-icon-payment-qiwi {
  background-position: -144px -192px;
}

.st-icon-payment-paysafe-card {
  background-position: -168px -192px;
}

.st-icon-payment-boku-mobile {
  background-position: 0px -208px;
}

.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-old {
  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-blizzard-balance,
.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-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-kr-posa {
  background-position: -144px -288px;
}

.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-24-payment-netease-wallet {
  background-position: -180px -240px;
}

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

.st-icon-24-payment-banco-de-bogota {
  background-position: -252px -240px;
}

.st-icon-24-payment-bancolombia {
  background-position: 0px -264px;
}

.st-icon-24-payment-efecty {
  background-position: -36px -264px;
}

.st-icon-24-payment-pse {
  background-position: -72px -264px;
}

.st-icon-24-payment-via-baloto {
  background-position: -108px -264px;
}

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

.st-icon-24-payment-bcp-agente-bcp {
  background-position: -180px -264px;
}

.st-icon-24-payment-internet-via-bcp {
  background-position: -216px -264px;
}

.st-icon-24-payment-bcp-ventanilla-agencias {
  background-position: -252px -264px;
}

.st-icon-24-payment-debito-automatico {
  background-position: -36px -288px;
}

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

.st-icon-24-payment-cash-on-delivery {
  background-position: -108px -288px;
}

.st-icon-24-payment-yandex {
  background-position: -180px -288px;
}

.st-icon-24-payment-qiwi {
  background-position: -216px -288px;
}

.st-icon-24-payment-paysafe-card {
  background-position: -252px -288px;
}

.st-icon-24-payment-boku-mobile {
  background-position: 0px -312px;
}

.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-esports {
  background-position: -360px 0px;
}

.st-icon-product-logo-services {
  background-position: -400px 0px;
}

.st-icon-product-logo-destiny2 {
  background-position: -440px 0px;
}

.st-icon-product-logo-starcraft {
  background-position: -480px 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-esports {
  background-position: -216px 0px;
}

.st-icon-product-logo-24-services {
  background-position: -240px 0px;
}

.st-icon-product-logo-24-destiny2 {
  background-position: -264px 0px;
}

.st-icon-product-logo-24-starcraft {
  background-position: -288px 0px;
}

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

.icon-spacer {
  background-image: none !important;
}

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

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

.flat-icon-store {
  display: none;
}

.flat-icon {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.flat-icon.flat-icon-16 {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.flat-icon.flat-icon-24 {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.flat-icon.flat-icon-32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.flat-icon.flat-icon-64 {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

#filterModal .st-modal-dialog .st-modal-content .st-modal-body .search-facet-title, .search-facet-surround .search-facet-title {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 30px;
}

@media (max-width: 767px) {
  #filterModal .st-modal-dialog .st-modal-content .st-modal-body .search-facet-title, .search-facet-surround .search-facet-title {
    margin: 10px 15px;
  }
}

.st-modal.st-modal-form .st-modal-content .st-modal-body ul.list-style-disc,
.st-modal.st-modal-form .st-modal-content .st-modal-body ol.list-style-disc {
  list-style: none;
}

.st-modal.st-modal-form .st-modal-content .st-modal-body ul.list-style-disc li:before,
.st-modal.st-modal-form .st-modal-content .st-modal-body ol.list-style-disc li:before {
  content: "•\0000a0";
}

.st-modal.st-modal-form .st-modal-content .st-modal-body ul.list-style-disc li,
.st-modal.st-modal-form .st-modal-content .st-modal-body ol.list-style-disc li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.889em;
  margin-bottom: 4px;
}

.st-modal.st-modal-form .st-modal-content .st-modal-body p,
.st-modal.st-modal-form .st-modal-content .st-modal-body ul,
.st-modal.st-modal-form .st-modal-content .st-modal-body ol,
.st-modal.st-modal-form .st-modal-content .st-modal-body li {
  color: #fff;
  font-size: 1em;
}

.st-modal.st-modal-form .st-modal-content a,
.st-modal.st-modal-form .st-modal-content input {
  margin-right: 10px;
}

.st-modal.st-modal-form .st-modal-content .last {
  margin-bottom: 2em;
}

.st-modal.st-modal-form .st-modal-content label {
  font-weight: normal;
}

.st-modal.st-modal-form .st-modal-content .st-modal-title .stss {
  font-size: 48px;
  margin-right: 0.3em;
}

.st-modal {
  min-width: 320px;
}

#filterModal .fa-close {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: right;
  float: right;
}

#filterModal .st-close {
  color: rgba(255, 255, 255, 0.9);
}

#filterModal .st-modal-dialog {
  overflow-y: initial;
}

#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: 50vh;
  overflow-y: auto;
  padding: 0;
}

#filterModal .st-modal-dialog .st-modal-content .st-modal-body .search-facet-title {
  margin-top: 1.875em !important;
}

#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 div.search-first-indent {
  padding-left: 85px;
}

#filterModal .st-modal-dialog .st-modal-content .st-modal-body .st-btn-link div.search-second-indent {
  padding-left: 105px;
}

#filterModal .st-modal-dialog .st-modal-content .st-modal-body .st-btn-link .truncate {
  max-width: 75%;
  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-left: 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;
  margin: 0;
}

#filterModal .st-modal-dialog .st-modal-content .st-modal-header {
  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;
}

.st-alert {
  box-sizing: border-box;
  display: block;
  padding: 3px 40px 3px 20px;
  margin: 0;
  font-size: 14px;
  min-height: 38px;
  line-height: 20px !important;
  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 .st-alert-title {
  font-weight: bold;
}

.st-alert h4 {
  margin-top: 0;
  color: inherit;
}

.st-alert .st-alert-link {
  color: #1B1B19;
  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;
}

.crisis-section .st-alert {
  margin-bottom: 2px !important;
  z-index: 10;
  font-size: 1em;
  transition: border 0.2s;
}

.crisis-section .st-alert.last-crisis-alert {
  margin-bottom: 40px !important;
}

.st-alert.st-alert-dismissible {
  padding-right: 60px;
}

.article-body .st-alert {
  padding: 14px 20px !important;
  margin: 0 !important;
  font-size: 1em;
  color: #fff;
}

.article-body .st-alert.st-alert-default {
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset, 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 40px 8px 20px;
  margin-bottom: 2.67em;
}

.article-body .st-alert.st-alert-default hr {
  border-top-color: #d8e995;
}

.article-body .st-alert.st-alert-default .stss-icon_close {
  color: #000;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.article-body .st-alert.st-alert-default .stss-icon_close:hover {
  opacity: 0.7;
}

.article-body .st-alert.st-alert-success {
  background-color: #239a33;
  color: #fff;
  box-shadow: 0 0 0 1px #27cc3d inset, 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 40px 8px 20px;
  margin-bottom: 2.67em;
}

.article-body .st-alert.st-alert-success hr {
  border-top-color: #d8e995;
}

.article-body .st-alert.st-alert-success .stss-icon_close {
  color: #000;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.article-body .st-alert.st-alert-success .stss-icon_close:hover {
  opacity: 0.7;
}

.article-body .st-alert.st-alert-info {
  background-color: #5b97b6;
  color: #fff;
  box-shadow: 0 0 0 1px #7abddf inset, 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 40px 8px 20px;
  margin-bottom: 2.67em;
}

.article-body .st-alert.st-alert-info hr {
  border-top-color: #d8e995;
}

.article-body .st-alert.st-alert-info .stss-icon_close {
  color: #000;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.article-body .st-alert.st-alert-info .stss-icon_close:hover {
  opacity: 0.7;
}

.article-body .st-alert.st-alert-warning {
  background-color: #cc9d0d;
  color: #fff;
  box-shadow: 0 0 0 1px #ffdd74 inset, 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 40px 8px 20px;
  margin-bottom: 2.67em;
}

.article-body .st-alert.st-alert-warning hr {
  border-top-color: #ffd764;
}

.article-body .st-alert.st-alert-warning .stss-icon_close {
  color: #000;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.article-body .st-alert.st-alert-warning .stss-icon_close:hover {
  opacity: 0.7;
}

.article-body .st-alert.st-alert-danger {
  background-color: #9C2B2E;
  color: #fff;
  box-shadow: 0 0 0 1px #c32c2f inset, 3px 3px 3px rgba(0, 0, 0, 0.3);
  padding: 8px 40px 8px 20px;
  margin-bottom: 2.67em;
}

.article-body .st-alert.st-alert-danger hr {
  border-top-color: #742030;
}

.article-body .st-alert.st-alert-danger .stss-icon_close {
  color: #000;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.article-body .st-alert.st-alert-danger .stss-icon_close:hover {
  opacity: 0.7;
}

.st-alert-success {
  background-color: #dff2bf;
  color: #4f8a10;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  padding: 8px 40px 8px 20px;
  margin-bottom: 2.67em;
}

.st-alert-success hr {
  border-top-color: #d8e995;
}

.st-alert-success .stss-icon_close {
  color: #000;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.st-alert-success .stss-icon_close:hover {
  opacity: 0.7;
}

.st-alert-info {
  background-color: #d9edf7;
  color: #31708f;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  padding: 8px 40px 8px 20px;
  margin-bottom: 2.67em;
}

.st-alert-info hr {
  border-top-color: #a6e1ec;
}

.st-alert-info .stss-icon_close {
  color: #000;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.st-alert-info .stss-icon_close:hover {
  opacity: 0.7;
}

.st-alert-warning {
  background-color: #ffd351;
  color: #594300;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  padding: 8px 40px 8px 20px;
  margin-bottom: 2.67em;
}

.st-alert-warning hr {
  border-top-color: #ffd764;
}

.st-alert-warning .stss-icon_close {
  color: #000;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.st-alert-warning .stss-icon_close:hover {
  opacity: 0.7;
}

.st-alert-danger {
  background-color: #9C2B2E;
  color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  padding: 8px 40px 8px 20px;
  margin-bottom: 2.67em;
}

.st-alert-danger hr {
  border-top-color: #742030;
}

.st-alert-danger .stss-icon_close {
  color: #000;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 6px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.st-alert-danger .stss-icon_close:hover {
  opacity: 0.7;
}

.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-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  padding: 8px 40px 8px 10px;
}

.st-alert-crisis .crisis-logo i {
  position: relative;
  top: 3px;
  margin: 0 8px 0 5px;
  vertical-align: top;
}

.st-alert-crisis .crisis-message {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 75%;
}

.st-alert-crisis .stss-icon_close {
  color: #fff;
  font-size: 0.6em;
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 0;
  padding: 5px 11px 10px 10px;
  cursor: pointer;
  opacity: 0.3;
}

.st-alert-crisis .stss-icon_close:hover {
  opacity: 0.7;
}

.st-alert-crisis:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.st-popover {
  width: 100%;
  background-color: #004487;
  border-color: rgba(255, 255, 255, 0.3);
}

.st-popover.st-right {
  margin-left: 15px;
}

.st-popover.st-right .st-arrow {
  border-right-color: rgba(255, 255, 255, 0.3);
}

.st-popover.st-right .st-arrow:after {
  border-right-color: #004487;
}

.st-popover.st-left {
  margin-left: -15px;
}

.st-popover.st-left .st-arrow {
  border-left-color: rgba(255, 255, 255, 0.3);
}

.st-popover.st-left .st-arrow:after {
  border-left-color: #004487;
}

.st-popover.st-top {
  margin-top: -15px;
}

.st-popover.st-top .st-arrow {
  border-top-color: rgba(255, 255, 255, 0.3);
}

.st-popover.st-top .st-arrow:after {
  border-top-color: #004487;
}

.st-popover.st-bottom {
  margin-top: 15px;
}

.st-popover.st-bottom .st-arrow {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.st-popover.st-bottom .st-arrow:after {
  border-bottom-color: #004487;
}

.st-popover .popover-content {
  margin: 10px;
}

.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;
  transition: background-color .2s, box-shadow .2s, background-color .2s, border-color .2s, color .2s;
}

.st-btn.st-btn-disabled,
.st-btn.st-btn-disabled:active,
.st-btn.st-btn-disabled:focus,
.st-btn.st-btn-disabled:hover {
  color: rgba(0, 174, 255, 0.15) !important;
  background-color: rgba(27, 30, 39, 0.8) !important;
  border: 1px solid transparent !important;
  box-shadow: none !important;
  cursor: default !important;
  pointer-events: none !important;
  box-shadow: none;
}

.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, 46, 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: 12px 20px;
  height: 60px;
  min-width: 120px;
}

.st-btn-xl:active {
  padding: 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;
}

.article-body .st-btn-primary-disabled,
.article-body button:disabled,
#articletabs .st-btn-primary-disabled,
#articletabs button: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-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;
}

.article-body .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;
}

.st-btn-link.facet-btn {
  height: 42px;
  width: 100%;
  min-width: 120px;
  text-align: left;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid transparent;
  transition: all .1s;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1em;
}

.st-btn-link.facet-btn [class^="st-icon-product-logo-"] {
  opacity: 0.7;
}

.st-btn-link.facet-btn:active {
  box-shadow: none;
  background-color: #095386;
  color: rgba(255, 255, 255, 0.8);
  transition: none;
}

.st-btn-link.facet-btn:focus {
  box-shadow: none;
  outline: none;
  color: rgba(255, 255, 255, 0.7);
}

.st-btn-link.facet-btn:hover {
  box-shadow: none;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.st-btn-link.facet-btn:hover [class^="st-icon-product-logo-"] {
  opacity: 1;
}

.st-btn-link.facet-btn.search-filter-btn-selected {
  color: white;
  background-color: rgba(0, 174, 255, 0.7);
}

.st-btn-link.facet-btn.search-filter-btn-selected [class^="st-icon-product-logo-"] {
  opacity: 1;
}

.st-btn-link.facet-btn.search-filter-btn-selected .stss-icon_close {
  font-size: 0.65em;
  color: rgba(255, 255, 255, 0.5);
  position: inherit;
}

.st-btn-link.facet-btn.search-filter-btn-selected .stss-icon_close:before {
  position: absolute;
  right: 20px;
  top: 16px;
}

.st-btn-link.facet-btn.search-filter-btn-selected:hover {
  border: 1px solid transparent;
}

.st-btn-link.facet-btn.search-filter-btn-selected:hover .stss-icon_close {
  transition: none;
  color: white;
}

.st-btn-link.facet-btn .stss {
  position: relative;
  left: 2px;
  font-size: 1.6em;
}

.st-btn-link.facet-btn div {
  padding-left: 25px;
  padding-right: 20px;
}

.st-btn-link.facet-btn div .facet-strut {
  height: 40px;
}

.st-btn-link.facet-btn div .inline-item {
  vertical-align: middle;
}

.st-btn-link.facet-btn div.search-first-indent {
  padding-left: 85px;
}

.st-btn-link.facet-btn div.search-second-indent {
  padding-left: 105px;
}

.st-btn-link.facet-btn .truncate {
  max-width: 85%;
  padding-left: 5px;
  padding-right: 0;
}

.mobile-filter-btn {
  margin-top: 2em;
  margin-bottom: 5px;
}

.mobile-filter-btn .stss-icon_close {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.65em;
  margin-left: 10px;
  vertical-align: inherit;
}

.navbar-static {
  min-width: 320px;
}

.nav-footer-static {
  margin: 100px 0;
}

.nav-client .footer-desktop {
  min-width: 0;
}

.mobile-search-bar {
  padding: 10px 0;
}

.mobile-search-input:after {
  content: "\f002";
  float: right;
  color: #fff;
  margin-top: -26px;
  margin-right: 5px;
  width: 24px;
  text-align: center;
  font-family: FontAwesome;
}

.support-navbar-header {
  min-width: 320px;
}

.support-navbar-header .support-nav-client {
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9em;
  height: 3em;
  margin-bottom: 1.48em;
  padding-top: 0.74em;
}

.support-navbar-header .support-nav-client a {
  color: rgba(255, 255, 255, 0.7);
}

.support-navbar-header .support-nav-client a .stss {
  color: #00aeff;
  margin-right: 0.15em;
  position: relative;
  top: 0.22em;
  font-size: 1rem;
}

.support-navbar-header .support-nav-client a .stss.unread {
  color: #d56900;
}

.support-navbar-header .support-nav-client a.selected {
  color: white;
}

.support-navbar-header .support-nav-client a:hover {
  color: white;
}

.support-navbar-header .nav-security-btn {
  margin-bottom: 1.48em;
  width: 100%;
}

.support-navbar-header #support-nav-logo-container {
  float: left;
  margin-right: 26px;
  display: block;
}

.support-navbar-header #support-nav-contact-link {
  float: right;
  margin-right: 0;
}

.support-navbar-header #support-nav-contact-link :last-child {
  margin-left: 6px;
}

.support-navbar-header #tickets-wrapper {
  float: right;
  position: relative;
  right: 16px;
}

.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.1f4d4c90.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 .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: 0 0 1.334em 0;
}

@media (max-width: 1023px) {
  .nav-footer-static {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .support-navbar-header .new-indicator {
    display: inline-block;
    font-size: 0.7em;
    width: 16px;
    height: 16px;
    line-height: 17px;
    letter-spacing: 0;
    background-color: #d56900;
    color: #fff;
    border-radius: 10px;
    text-shadow: -1px 1px 2px #000;
  }
  .support-navbar-header .support-nav-client {
    border-top: none;
    height: 3.56em;
    padding: 0;
  }
  .support-navbar-header .support-nav-client .st-btn-group-justified {
    height: 100%;
  }
  .support-navbar-header .support-nav-client .st-btn-group-justified .st-btn-group {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    vertical-align: middle;
  }
  .support-navbar-header .support-nav-client .st-btn-group-justified .st-btn-group.selected {
    color: white;
    border-bottom: 4px solid #00aeff;
  }
  .support-navbar-header .support-nav-client .st-btn-group-justified .st-btn-group.selected .nav-mobile-link-content {
    top: 4px;
  }
  .support-navbar-header .support-nav-client .st-btn-group-justified .st-btn-group:last-child {
    border-right: 0;
  }
  .support-navbar-header .support-nav-client .st-btn-group-justified .st-btn-group .nav-mobile-icon-text-container {
    display: table;
    margin: 0 auto;
  }
  .support-navbar-header .support-nav-client .st-btn-group-justified .st-btn-group .nav-mobile-icon-text-container .nav-mobile-text {
    display: table-cell;
  }
  .support-navbar-header .support-nav-client .st-btn-group-justified .st-btn-group .nav-mobile-link-content {
    position: relative;
    top: 2px;
  }
  .nav-footer-static {
    margin-top: 60px;
  }
}

@media (max-width: 480px) {
  .support-navbar-header #support-nav-logo-container {
    float: left;
    margin-right: 16px;
    display: block;
  }
}

@media (max-width: 365px) {
  .support-navbar-header #support-nav-logo-container {
    float: left;
    margin-right: 16px;
    display: block;
  }
}

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

.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;
  text-align: center;
  white-space: nowrap;
}

.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 #f0b500 inset, 3px 3px 3px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .self-serve-ind {
    background-color: #239a33;
    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;
  }
}

.search-form {
  width: 100%;
  height: 36px;
  position: relative;
}

.search-form .st-btn-search,
.search-form .st-btn-clear {
  border: 0;
  min-width: 0;
  padding: 0;
  color: #00aeff;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  box-shadow: none;
  opacity: 0.7;
}

.search-form .st-btn-clear {
  top: 7px;
  left: auto;
  right: 12px;
  width: 10px;
  opacity: .3;
  color: inherit;
  transition: color 0.2s ease;
}

.search-form .st-btn-clear i.stss {
  font-size: 10px;
}

.search-form .st-btn-search:hover {
  box-shadow: none;
  opacity: 1.0;
}

.search-form .st-btn-clear:hover {
  opacity: 0.7;
  color: inherit;
}

.search-form .st-btn-search:focus {
  box-shadow: none;
  opacity: 1.0;
}

.search-form .st-btn-search:active {
  box-shadow: none;
  opacity: 1.0;
}

.search-form .search-bar {
  height: 100%;
  width: 100%;
  padding: 0.2em 1.5em 0.2em 2.4em;
}

.search-form .search-bar::-ms-clear {
  display: none;
}

.search-form .twitter-typeahead {
  display: inline !important;
  position: static !important;
}

.search-form .st-suggest-menu {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.search-form .st-suggest-menu .st-suggest-suggestion {
  cursor: pointer;
  padding: 5px 10px;
}

.search-form .st-suggest-menu .st-suggest-suggestion:hover {
  color: white;
}

.search-form.home {
  margin-bottom: 40px;
  max-width: 490px;
}

@media only screen and (max-width: 767px) {
  .search-form.home {
    max-width: 430px;
  }
}

@media only screen and (max-width: 960px) {
  .search-form.article {
    margin-bottom: 30px;
    max-width: 480px;
    min-width: 280px;
  }
}

.search-form.search, .search-form.game {
  max-width: 480px;
  min-width: 280px;
}

@media (max-width: 1024px) {
  #filterModal {
    padding-top: 50px;
  }
}

#filterModal .st-modal-dialog .st-modal-content .st-modal-body .search-facet-title, .search-facet-surround .search-facet-title {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 30px;
}

@media (max-width: 767px) {
  #filterModal .st-modal-dialog .st-modal-content .st-modal-body .search-facet-title, .search-facet-surround .search-facet-title {
    margin: 10px 15px;
  }
}

.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 .logo-frame {
  height: 200px;
  text-align: center;
}

.search-facet-surround .logo-frame img {
  max-width: 90%;
}

.search-facet-surround .logo-frame .logo-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.search-type-icon {
  margin: 8px;
}

.search-panel-body {
  padding: 0;
}

.search-panel-group {
  margin-bottom: 0;
}

.search-unordered-list {
  list-style-type: none;
  margin-bottom: 0;
}

.search-results-body .search-result-header {
  word-break: break-all;
}

.search-results-body hr {
  margin-top: 0;
  margin-bottom: 15px;
}

.search-results-empty {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.search-result {
  margin-bottom: 45px;
}

.search-result a {
  color: #fff;
}

.search-result a:hover {
  color: #91e4ff;
}

.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 {
  position: relative;
  top: 2px;
  margin: 0 8px 0 5px;
  vertical-align: top;
}

.search-result .st-result-icon {
  margin-right: 0.125em;
}

.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 a {
  color: #fff;
  height: 100%;
  width: 100%;
  display: block;
  padding: 1.0em 1.2em;
}

.support-list > li .title {
  display: block;
  line-height: 1.2em;
  transition: all .2s;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 12px;
  text-overflow: ellipsis;
}

.support-list > li .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;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .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) {
  .support-list > li:hover {
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
    background-color: #0e86ca;
    transition: all .2s;
  }
}

#breadcrumb-container {
  margin-bottom: 30px;
  text-shadow: 2px 1px 3px #000;
}

.breadcrumb-spacer {
  position: relative;
  top: 1px;
  margin: 0 5px 0 5px;
  font-size: 1rem;
}

.breadcrumb-spacer:first-child {
  margin: 0 5px 0 0;
}

.breadcrumb-truncate {
  max-width: 245px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

@media (max-width: 767px) {
  #breadcrumb-container {
    margin-bottom: inherit;
  }
  .breadcrumb-spacer {
    margin: 0 5px 10px 5px;
  }
}

.restoration-breadcrumb-wrapper .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);
}

.restoration-breadcrumb-wrapper .breadcrumb-selected {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

.restoration-breadcrumb-wrapper .breadcrumb-link {
  padding-left: 25px;
}

.restoration-breadcrumb-wrapper #breadcrumb-bottom-wrapper div:last-child {
  margin-bottom: 0;
}

.activity-feed,
.forum-feed {
  min-width: 260px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}

.activity-feed > .activity-header,
.forum-feed > .activity-header {
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0;
  padding: 20px;
}

.activity-feed > .activity-header i,
.forum-feed > .activity-header i {
  font-size: 1.07em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.activity-feed > .activity,
.forum-feed > .activity {
  min-height: 40px;
  position: relative;
  height: 100%;
  vertical-align: baseline;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all .1s;
  box-shadow: none;
}

.activity-feed > .activity > a,
.forum-feed > .activity > a {
  color: rgba(255, 255, 255, 0.7);
}

.activity-feed > .activity > a:hover, .activity-feed > .activity > a:focus,
.forum-feed > .activity > a:hover,
.forum-feed > .activity > a:focus {
  color: white;
}

.activity-feed > .activity.new-activity,
.forum-feed > .activity.new-activity {
  position: relative;
}

.activity-feed > .activity.new-activity:before,
.forum-feed > .activity.new-activity:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #d56900;
  left: -1px;
}

.activity-feed > .activity:focus, .activity-feed > .activity:hover,
.forum-feed > .activity:focus,
.forum-feed > .activity:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
  background: none;
  box-shadow: none;
  transition: all .1s;
}

.activity-feed > .activity:active,
.forum-feed > .activity:active {
  box-shadow: none;
  background-color: #095386;
  transition: none;
}

.activity-feed > .activity.purchase.slide-active, .activity-feed > .activity.purchase.slide-active:hover,
.forum-feed > .activity.purchase.slide-active,
.forum-feed > .activity.purchase.slide-active:hover {
  background-color: rgba(0, 174, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 174, 255, 0.7);
}

.activity-feed > .activity .activity-main,
.forum-feed > .activity .activity-main {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  padding: 1.5em;
  right: 0;
  transition: right 0.2s ease-in-out;
  cursor: pointer;
}

.activity-feed > .activity .activity-main .activity-row,
.forum-feed > .activity .activity-main .activity-row {
  display: inline-block;
  vertical-align: middle;
}

.activity-feed > .activity .activity-main .activity-row.activity-row-icon,
.forum-feed > .activity .activity-main .activity-row.activity-row-icon {
  margin-right: 13px;
  margin-top: 5px;
}

.activity-feed > .activity .activity-main .activity-row.activity-row-details,
.forum-feed > .activity .activity-main .activity-row.activity-row-details {
  width: 81%;
}

.activity-feed > .activity .activity-main .activity-row.activity-row-expand,
.forum-feed > .activity .activity-main .activity-row.activity-row-expand {
  margin-top: 8px;
  margin-left: 8px;
  position: absolute;
  right: 14px;
  top: 27px;
}

.activity-feed > .activity .activity-detail,
.forum-feed > .activity .activity-detail {
  width: 100%;
  display: block;
  margin: 4px 0 0 .4em;
  top: 1.25em;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  transition: left 0.2s ease-in-out;
  text-align: center;
}

.activity-feed > .activity .activity-detail .activity-detail-item,
.forum-feed > .activity .activity-detail .activity-detail-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  white-space: normal;
}

.activity-feed > .activity .activity-detail .activity-detail-item:hover,
.forum-feed > .activity .activity-detail .activity-detail-item:hover {
  color: white;
}

.activity-feed > .activity .activity-detail a,
.forum-feed > .activity .activity-detail a {
  color: rgba(255, 255, 255, 0.7);
}

.activity-feed > .activity .activity-detail a:hover, .activity-feed > .activity .activity-detail a:focus,
.forum-feed > .activity .activity-detail a:hover,
.forum-feed > .activity .activity-detail a:focus {
  color: white;
}

.activity-feed > .activity .activity-detail a .activity-detail-icon,
.forum-feed > .activity .activity-detail a .activity-detail-icon {
  text-align: center;
}

.activity-feed > .activity .activity-detail a .activity-detail-text,
.forum-feed > .activity .activity-detail a .activity-detail-text {
  font-size: .75em;
  text-align: center;
}

.activity-feed > .activity i.stss-icon_leftcaret,
.forum-feed > .activity i.stss-icon_leftcaret {
  position: absolute;
  left: -5px;
  top: 2px;
  padding: 12px;
}

.activity-feed > .activity i.stss-icon_leftcaret:hover,
.forum-feed > .activity i.stss-icon_leftcaret:hover {
  color: white;
  cursor: pointer;
}

.activity-feed > .activity.slide-active > .activity-detail,
.forum-feed > .activity.slide-active > .activity-detail {
  left: 0;
}

.activity-feed > .activity.slide-active > .activity-main,
.forum-feed > .activity.slide-active > .activity-main {
  right: 100%;
}

.activity-feed > .activity.slide-active.purchase .activity-main:after,
.forum-feed > .activity.slide-active.purchase .activity-main:after {
  transform: rotateY(180deg);
}

.activity-feed.activity-feed-surround,
.forum-feed.activity-feed-surround {
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 15px;
}

.activity-feed .activity-empty,
.forum-feed .activity-empty {
  border: none;
  margin-bottom: 0;
  padding: 60px 40px;
  height: 440px;
}

.activity-feed .activity-empty hr,
.forum-feed .activity-empty hr {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 40px;
}

.activity-feed .activity-empty .st-btn-primary,
.forum-feed .activity-empty .st-btn-primary {
  margin-top: 40px;
  margin-bottom: 40px;
}

.activity-feed .activity-none,
.forum-feed .activity-none {
 /* background-color: rgba(0, 0, 0, 0.4);*/
  display: table;
  height: 100%;
  padding: 40px;
  width: 100%;
}

.activity-feed .activity-none .activity-none-child,
.forum-feed .activity-none .activity-none-child {
  display: table-cell;
  vertical-align: middle;
}

.activity-feed .title,
.forum-feed .title {
  display: block;
  line-height: 1.7em;
  transition: all .2s;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 12px;
  text-overflow: ellipsis;
  color: white;
}

.activity-feed .subtitle,
.forum-feed .subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9em;
  white-space: nowrap;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 20em;
  transition: max-width 0.2s;
}

.activity-feed .st-well-footer,
.forum-feed .st-well-footer {
  font-size: 0.9em;
  border: none;
  padding: 15px;
}

@media (max-width: 767px) {
  .activity-empty {
    padding: 40px;
  }
}

@media (min-width: 767px) {
  .activity-empty {
    padding: 80px;
  }
  .game-page .activity-feed .activity-row.activity-row-details {
    width: 74%;
  }
}

@media (max-width: 767px) {
  .home-page .home-activity-container .activity-feed .activity-row.activity-row-details,
  .game-page .activity-feed .activity-row.activity-row-details {
    width: 73%;
  }
}

@media (min-width: 415px) and (max-width: 515px) {
  .home-page .home-activity-container .activity-feed .activity-row.activity-row-details,
  .game-page .activity-feed .activity-row.activity-row-details {
    width: 80%;
  }
}

@media (min-width: 515px) and (max-width: 1024px) {
  .home-page .home-activity-container .activity-feed .activity-row.activity-row-details,
  .game-page .activity-feed .activity-row.activity-row-details {
    width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 1155px) {
  .home-page .home-activity-container .activity-feed .activity-row.activity-row-details {
    width: 76%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home-page .home-activity-container .activity-feed .activity-row.activity-row-details {
    width: 90%;
  }
}

.publish-dev-credits-container {
  margin-top: 4em;
  clear: both;
}

.publish-dev-credits-container .publish-dev-credits-interior-container {
  height: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .publish-dev-credits-container .publish-dev-credits-interior-container:last-of-type {
    margin-top: 0.75em;
  }
}

.publish-dev-credits-container .publish-dev-credits-interior-container .dev-credits-logo {
  top: -6px;
}

.publish-dev-credits-container .publish-dev-credits-interior-container img {
  height: 100%;
  position: relative;
  width: auto;
}

.publish-dev-credits-container .publish-dev-credits-interior-container .publish-credits-logo {
  top: -3px;
}

.publish-dev-credits-container .publish-dev-credits-interior-container .publish-credits-text {
  margin-left: .67em;
}

.publish-dev-credits-container .publish-dev-credits-interior-container small {
  opacity: 0.3;
}

#verification-container {
  max-width: 600px;
  margin: 40px auto auto auto;
}

#verification-container .st-well, #verification-container .captcha-form .captcha, .captcha-form #verification-container .captcha {
  padding: 40px;
}

#verification-container .st-well h2, #verification-container .captcha-form .captcha h2, .captcha-form #verification-container .captcha h2 {
  margin: 0;
}

#verification-container .st-well p, #verification-container .captcha-form .captcha p, .captcha-form #verification-container .captcha p {
  color: rgba(255, 255, 255, 0.7);
}

#verification-container .iv-form-container {
  display: inline-block;
}

#verification-container .iv-container-header {
  text-align: center;
}

#verification-container.verification-wide-container {
  max-width: 780px;
}

#verification-container.verification-narrow-container {
  max-width: 480px;
}

#verification-container.verification-code-container {
  max-width: 480px;
}

#verification-container.guided-entry {
  margin: 0;
}

#verification-container .challenge-change-link {
  margin-bottom: 40px;
}

#verification-container .challenge-container-top .challenge-popout-description {
  margin-bottom: 20px;
}

#verification-container .challenge-container-top .challenge-popout-description i {
  position: relative;
  top: 2px;
}

#verification-container .challenge-container-top .challenge-code-container {
  max-width: 400px;
  margin: 20px 0 40px 0;
}

#verification-container .challenge-container-top .challenge-code-container .challenge-code-submit {
  margin: 20px 10px 0 0;
}

#verification-container .challenge-container-top .challenge-code-container .challenge-code-message {
  margin-top: 10px;
}

#verification-container .challenge-container-top .challenge-code-container .challenge-captcha-row-prompt {
  margin-top: 40px;
}

#verification-container .challenge-container-top .challenge-code-container .challenge-captcha-row {
  margin-top: 20px;
}

#verification-container .challenge-container-top .challenge-code-container .challenge-captcha-row-input {
  margin-top: 20px;
  margin-bottom: 20px;
}

#verification-container .challenge-container-top .challenge-title-row {
  display: table;
  margin-bottom: 20px;
}

#verification-container .challenge-container-top .challenge-title-row .challenge-title {
  text-transform: capitalize;
  display: table-cell;
  vertical-align: middle;
}

#verification-container .challenge-container-top .challenge-title-row .challenge-type-icon {
  font-size: 48px;
  height: 48px;
  margin-right: 20px;
  float: left;
  display: table-cell;
  vertical-align: middle;
}

#verification-container .challenge-container-top .challenge-resend-success {
  font-size: inherit;
  margin-right: 6px;
}

#verification-container .challenge-container-top .challenge-resend-error {
  font-size: inherit;
  margin-left: 20px;
}

#verification-container .challenge-container-top .challenge-submit-button {
  margin-top: 20px;
}

#verification-container .challenge-container-top .challenge-text-input {
  margin: 15px 20px 15px 0;
}

#verification-container .challenge-container-top .challenge-code-loading {
  display: inline-block;
  font-size: 1em;
  height: 1em;
  text-align: left;
  top: 13px;
  position: relative;
  animation: fa-spin 1s infinite linear;
  margin-left: 5px;
}

#verification-container .challenge-container-top input[readonly],
#verification-container .challenge-container-top input[readonly="readonly"] {
  background-color: rgba(0, 0, 0, 0.4);
}

#verification-container .challenge-resend-container .challenge-resend-option {
  margin-bottom: 30px;
}

#verification-container .challenge-resend-container .challenge-resend-option .challenge-resend-error-container {
  margin-top: 10px;
}

#verification-container .challenge-resend-container .challenge-resend-option .challenge-resend-error-container i {
  margin-right: 8px;
  top: 2px;
  position: relative;
}

#verification-container .challenge-option-link {
  margin-bottom: 30px;
}

#verification-container .challenge-code-success {
  color: #00a83c;
}

#verification-container .challenge-code-error {
  color: #D8000C;
}

#verification-container .anonymous-prompt-container {
  margin: 0 10px 40px 10px;
}

#verification-container .anonymous-prompt-container .anonymous-prompt-email-header {
  margin-bottom: 15px;
}

#verification-container .anonymous-prompt-container .anonymous-prompt-email-header h2 {
  margin-bottom: 30px;
}

#verification-container .anonymous-prompt-container .anonymous-prompt-email-input {
  width: 100%;
  margin-bottom: 40px;
}

#verification-container .anonymous-prompt-container .email-prompt-div-container {
  margin: 20px 0;
}

#verification-container .anonymous-prompt-container .email-prompt-div-container .email-prompt-div-text {
  position: relative;
  top: 10px;
  text-align: center;
}

#verification-container .anonymous-prompt-container .anonymous-prompt-email-form {
  margin-bottom: 20px;
}

#verification-container .anonymous-prompt-container .anonymous-prompt-email-form .submit-table-wrapper {
  display: table;
}

#verification-container .anonymous-prompt-container .anonymous-prompt-email-form .submit-table-wrapper .verify-prompt-link {
  width: inherit;
}

#verification-container .anonymous-prompt-container .anonymous-prompt-email-form .submit-table-wrapper .submit-table-cell {
  display: table-cell;
  vertical-align: middle;
}

#verification-container .anonymous-prompt-container .anonymous-prompt-email-form input[type=submit] {
  margin-right: 20px;
}

#verification-container .verification-error-container {
  margin: 0 0 20px;
}

#verification-container .verification-button-panel {
  width: 150px;
  height: 150px;
  margin: 15px 17px;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
}

#verification-container .verification-button-panel .stss {
  font-size: 3em;
}

#verification-container .verification-button-panel .panel-header {
  height: 45px;
  margin: 15px 0;
}

#verification-container .verification-button-panel .panel-footer {
  height: 55px;
}

#verification-container .iv-button {
  margin: 15px 0;
}

#verification-container .iv-link {
  margin: 15px 0;
}

#verification-container .challenge-inline-block {
  display: inline-block;
}

#verification-container .verify-prompt-link {
  max-width: 100%;
  height: initial;
  overflow: visible;
  white-space: normal;
  width: 320px;
}

@media (max-width: 767px) {
  #verification-container {
    text-align: left;
    margin-top: 30px;
  }
  #verification-container .st-well, #verification-container .captcha-form .captcha, .captcha-form #verification-container .captcha {
    padding: 20px;
  }
  #verification-container .verification-button-panel {
    margin: 10px 8px;
  }
  #verification-container.verification-code-container {
    max-width: inherit;
    margin-top: 40px;
  }
  #verification-container .challenge-container {
    width: 300px;
  }
  #verification-container .challenge-container .challenge-icon-left {
    display: inherit;
    width: 100%;
    text-align: center;
  }
  #verification-container .challenge-container .challenge-icon-right {
    width: 100%;
  }
  #verification-container .challenge-container .challenge-code-input {
    max-width: 200px;
    margin: 15px 20px 15px 0;
  }
  #verification-container .iv-link {
    margin: 20px 0 0 0;
    text-align: center;
    display: block;
  }
  #verification-container .iv-container-header {
    text-align: left;
  }
}

.biography-body {
  background-color: #fff;
  font-family: Arial, serif;
  margin: 0;
}

.biography-body .biography-label {
  color: #999999;
  font-size: 11px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.biography-body .biography-contents {
  color: #000;
  font-size: 13px;
  margin-bottom: 20px;
}

.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 #105f99;
}

.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;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.captcha-form .captcha.working span {
  background-image: url("../images/icons/spinner.ca6bef7a.png");
  background-size: 20px;
  animation: spin 2s linear infinite;
}

.captcha-form.error {
  color: #fff;
}

.captcha-form.error .captcha {
  border-color: #fff;
}

#chat-wait .error,
#chat-wait .spinner {
  margin: auto;
  padding: 230px 0;
  background: url("../images/icons/loading-light-large.f9b3ecbe.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;
}

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

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

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.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: 0.938em;
  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;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: -0.31995em 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.45;
  color: #272727;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1a1a1a;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0e86ca;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: gray;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 0.9em;
  line-height: 1.45;
  color: gray;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .drop-caret,
.navbar-fixed-bottom .dropdown .drop-caret {
  border-top: 0;
  border-bottom: 0.26667em solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

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

#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: #f00;
  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: #f00;
  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;
  }
}

.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 #fff;
}

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

.security-suggestion-box {
  border: 1px solid rgba(255, 255, 255, 0.15);
  max-width: 490px;
  margin-top: 40px;
}

.security-suggestion {
  min-height: 175px;
  background-size: 100%;
  position: relative;
  border-left: 3px solid #00aeff;
  display: table;
  width: 100%;
}

.security-suggestion.suggestion-one {
  background-image: url("../images/security_suggestions/suggestion_1.bb92d765.jpg");
}

.security-suggestion.suggestion-two {
  background-image: url("../images/security_suggestions/suggestion_2.07936e1f.jpg");
}

.security-suggestion.suggestion-three {
  background-image: url("../images/security_suggestions/suggestion_3.4c0fe430.jpg");
}

.security-suggestion.suggestion-four {
  background-image: url("../images/security_suggestions/suggestion_4.dac7f69f.jpg");
}

.security-suggestion .security-suggestion-button {
  margin: 20px;
}

.security-suggestion .security-suggestion-subtext {
  clear: both;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  vertical-align: bottom;
  display: table-row;
  height: 50%;
  padding: 10px;
}

.security-suggestion .security-suggestion-subtext h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.security-suggestion .security-text-title {
  padding: 10px 0 0 10px;
}

.security-suggestion .security-title-icon {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.security-suggestion .security-text-blob {
  padding: 0 10px 10px 10px;
}

@media (min-width: 1025px) {
  .complete-right-col .security-suggestion-box {
    margin-top: 0;
    float: right;
    width: 100%;
  }
}

#password-entry {
  position: relative;
  max-width: 480px;
  min-width: 240px;
}

#password-entry input {
  display: table-cell;
}

#password-entry .password-input {
  position: relative;
  max-width: 480px;
  min-width: 240px;
}

#password-entry i.reveal-toggle {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 2px;
  right: 0;
  padding: 10px;
  left: auto;
}

#password-entry i.reveal-toggle:hover {
  color: white;
  cursor: pointer;
}

#password-entry .password-rating {
  position: absolute;
  right: 30px;
  top: 8px;
  left: auto;
}

#password-entry .password-rating.short {
  color: #f00;
}

#password-entry .password-rating.weak {
  color: #f00;
}

#password-entry .password-rating.fair {
  color: #ffc000;
}

#password-entry .password-rating.strong {
  color: #0f0;
}

#password-entry .st-popover .popover-content .requirement {
  margin: 5px;
}

#password-entry .st-popover .popover-content .requirement i {
  margin-right: 10px;
}

#password-entry .st-popover .popover-content .requirement.passing i {
  color: #008000;
}

#password-entry .st-popover .popover-content .requirement.failing i {
  color: #f00;
}

.crisis-section {
  margin-bottom: 20px;
}

.crisis-section .st-alert {
  margin-bottom: 2px !important;
  position: relative;
  font-size: 1em;
  transition: border 0.2s;
}

.crisis-section .crisis-logo i {
  position: relative;
  top: 3px;
  margin: 0 8px 0 5px;
  vertical-align: top;
}

.crisis-section .crisis-message {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 75%;
}

.crisis-section .crisis-article-container {
  background-color: transparent;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  display: grid;
  -ms-grid-columns: auto 28px;
      grid-template-columns: auto 28px;
  min-height: 32px;
  padding: 0;
  transition: opacity 0.2s;
  display: -ms-grid;
  -ms-grid-columns: 1fr 28px;
  display: -ms-flexbox;
  display: flex;
}

.crisis-section .crisis-article-container.crisis-article-container-hover {
  cursor: pointer;
}

.crisis-section .crisis-article-container.last-crisis-alert {
  margin-bottom: 40px;
}

.crisis-section .crisis-article-container .crisis-article-link {
  display: grid;
  grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-columns: 4px auto;
      grid-template-columns: 4px auto;
  overflow: hidden;
  display: -ms-grid;
  -ms-grid-column: 1;
  -ms-grid-columns: 4px 1fr;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-tab {
  background-color: #d56900;
  grid-column-start: 1;
  grid-column-end: 2;
  min-width: 4px;
  -ms-grid-column: 1;
  width: 4px;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area {
  display: grid;
  -ms-grid-columns: 44px auto;
      grid-template-columns: 44px auto;
  grid-column-start: 2;
  grid-column-end: 3;
  transition: opacity 0.2s;
  display: -ms-grid;
  -ms-grid-column: 2;
  -ms-grid-columns: 44px 1fr;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area.crisis-article-link-effect-area-hover {
  opacity: 0.7;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon {
  background-color: #fff;
  grid-column-start: 1;
  grid-column-end: 2;
  padding: 10px 10px 0 10px;
  -ms-grid-column: 1;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i {
  color: #0077ed;
  font-size: 24px;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-wow {
  color: #42b527;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-starcraft {
  color: #5d7940;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-legacy {
  color: #0d97f3;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-starcraft2 {
  color: #305cbe;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-services {
  color: #2e69a8;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-hearthstone {
  color: #6f529a;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-heroes {
  color: #5b2cb4;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-diablo3 {
  color: #a93232;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-overwatch {
  color: #686868;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-icon i.crisis-article-icon-destiny2 {
  color: #5e7ca3;
}

.crisis-section .crisis-article-container .crisis-article-link .crisis-article-link-effect-area .crisis-article-title {
  background-color: #fff;
  color: #000;
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 12px 0;
  -ms-grid-column: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.crisis-section .crisis-article-container .crisis-article-dismiss {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.3);
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 12px 10px 0 10px;
  transition: opacity 0.2s;
  float: right;
  -ms-grid-column: 2;
}

.crisis-section .crisis-article-container .crisis-article-dismiss.crisis-article-link-effect-area-hover {
  opacity: 0.7;
}

.crisis-section .crisis-article-container .crisis-article-dismiss:hover {
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.crisis-section .crisis-article-container .crisis-article-dismiss i {
  font-size: .6em;
}

.product-card-container {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .product-card-container.product-card-default li a {
    max-width: none;
    width: 30.66%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: auto;
  }
  .product-card-container.product-card-default li a img {
    max-width: 100%;
  }
  .product-card-container.product-card-default li a .product-card-image-container {
    height: auto;
    width: 100%;
  }
  .product-card-container.product-card-default li:nth-child(3n) a {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .product-card-container.product-card-default li a {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
  }
  .product-card-container.product-card-default li:nth-child(3n) a {
    margin-right: 6%;
  }
  .product-card-container.product-card-default li:nth-child(2n) a {
    margin-right: 0;
  }
}

.product-card-container.product-card-default .product-card-image-container {
  height: 148px;
  width: 148px;
}

.product-card-container.product-card-default a {
  display: block;
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  height: 200px;
  max-width: 150px;
  text-align: center;
  transition: border .2s !important;
  overflow: hidden;
}

.product-card-container.product-card-default a:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  transition: background .2s !important;
}

.product-card-container.product-card-default a img {
  max-width: 148px;
}

.product-card-container.product-card-default a span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9em;
  line-height: 1.2;
  height: 3.7em;
  padding: 7px 10px;
  transition: color .2s !important;
}

.product-card-container.product-card-default a:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.product-card-container.product-card-default a:hover:before {
  background: rgba(255, 255, 255, 0.2);
  transition: border 0s !important;
}

.product-card-container.product-card-default a:hover span {
  color: white;
}

.home-page .home-header-content {
  margin-top: 0;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .home-page .home-header-content {
    margin-bottom: 30px;
  }
}

.home-page .home-activity-container {
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .home-page .home-activity-container {
    margin-top: 151px;
  }
}

.home-page .home-activity-container .activity-row.activity-row-details {
  width: 81%;
}

.home-page .home-content-container {
  margin: 0;
}

.product-header-container {
  width: 100%;
  margin-bottom: 60px;
}

.product-header-container .support-product-content {
  margin-top: 3.71995em;
}

.product-header-container .support-product-image {
  max-width: 100%;
  max-height: 100%;
}

@media only screen and (max-width: 767px) {
  .product-header-container .support-product-image {
    max-width: 170px;
  }
}

.product-header-container .st-media-heading {
  margin-left: 10px;
}

@media only screen and (min-width: 1025px) {
  .product-header-container .st-media-heading .grid-45 {
    padding-right: 0;
  }
}

.product-header-container .product-header {
  display: table;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .product-header-container .product-header {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-header-container .product-header .product-header-icon {
    display: table-cell;
    line-height: 40px;
    padding-right: 20px;
    vertical-align: top;
  }
  .product-header-container .product-header .product-header-title {
    line-height: 40px;
    margin-bottom: 0;
    display: table-cell;
  }
}

@media only screen and (max-width: 767px) {
  .product-header-container {
    height: auto;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1025px) {
  .product-header-container .search-form {
    float: right;
  }
}

.recent-activity-item {
  min-height: 60px;
  height: 60px;
  padding-left: 40px;
}

.recent-activity-item-sub,
.recent-activity-item-detail {
  font-size: 10px;
}

#twitter-content .support-no-margin {
  padding-top: 8px;
  padding-bottom: 20px;
}

#twitter-content .st-well-footer {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

#forum-wrapper,
#twitter-wrapper,
#activity-content {
  border: none;
  height: 440px;
  margin-bottom: 0;
  padding: 0;
}

.no-activity-wrapper {
  height: 440px;
  line-height: 360px;
  text-align: center;
  padding: 40px;
}

.no-activity-wrapper .no-activity-content {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

#twitter-wrapper .st-well, #twitter-wrapper .captcha-form .captcha, .captcha-form #twitter-wrapper .captcha {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
  padding-bottom: 0;
}

#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-error-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
  display: table;
  height: 100%;
  padding: 40px;
  width: 100%;
}

#trending-forum-content .forum-error-wrapper .forum-error-content {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}

#trending-forum-content .forum-error-wrapper 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;
}

.feed-title-text-container {
  display: inline-block;
  margin: 0;
}

.feed-title-text-container.shorten {
  max-width: 75%;
}

.feed-title-logo {
  display: inline-block;
  height: 1.3em;
  max-width: 25%;
  opacity: 0.3;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #activity-content {
    height: 100%;
  }
  #forum-wrapper {
    height: 100%;
  }
  #forum-wrapper .st-well, #forum-wrapper .captcha-form .captcha, .captcha-form #forum-wrapper .captcha {
    margin-bottom: 0;
  }
  #twitter-wrapper .st-well-footer {
    border-bottom: none;
  }
  #trending-forum-content {
    padding-right: 0;
  }
  #twitter-content {
    padding-right: 0;
    padding-left: 0;
  }
  #recent-activity-content,
  #trending-forum-content,
  #twitter-content {
    max-width: 380px;
    margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 767px) {
  #activity-content {
    height: 100%;
  }
  #forum-wrapper {
    height: 100%;
  }
  #forum-wrapper .st-well, #forum-wrapper .captcha-form .captcha, .captcha-form #forum-wrapper .captcha {
    margin-bottom: 0;
  }
  #twitter-wrapper .st-well-footer {
    border-bottom: none;
  }
  #trending-forum-content {
    padding-right: 0;
  }
  #twitter-content {
    padding-right: 0;
    padding-left: 0;
  }
  #recent-activity-content,
  #trending-forum-content,
  #twitter-content {
    max-width: 380px;
    margin: 0 auto 40px;
  }
}

@media only screen and (min-width: 1025px) {
  #trending-forum-content {
    padding-right: 25px;
  }
}

.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 {
  font-family: "sg-blizzard-support-glyphs";
  content: "";
  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 {
  content: "";
}

.accordion-toggle.st-active-tab {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .game-page .tablet-grid-100 {
    padding: 0;
  }
  .game-page .tablet-grid-100 .tablet-grid-50 {
    padding: 0;
  }
  .game-page .tablet-grid-100 .tablet-grid-50:nth-of-type(2) {
    padding-left: 10px;
  }
}

.game-page .category-icon {
  font-size: 4.267em;
  height: 64px;
}

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

.game-page .nav-categories {
  padding-left: 5%;
  padding-right: 5%;
  line-height: 1.2em;
  border: 0 solid transparent;
  overflow: hidden;
}

.game-page .nav-categories > li.category {
  opacity: 1.0;
  text-align: center;
  width: 25%;
  margin: 0;
}

.game-page .nav-categories > li.category.st-active-tab a {
  opacity: 1 !important;
}

.game-page .nav-categories > li.category > a {
  opacity: 0.5;
  transition: opacity .2s;
  padding: 0 10px;
  color: #fff;
  border-color: transparent !important;
  background-color: transparent !important;
}

.game-page .nav-categories > li.category > a:hover {
  opacity: 0.7;
  transition: opacity .2s;
}

.game-page .nav-categories > li.category > a:focus {
  opacity: 1.0;
  transition: none;
}

.game-page .nav-categories > li + li {
  margin: 0;
}

.game-page .badge i {
  font-size: 32px;
  position: relative;
  top: 4px;
}

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

.tab-well-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.mobile-tab-section-title {
  font-size: 18px;
  font-weight: bold;
}

.recommended-content-container {
  margin-top: 15px;
}

.game-page-icon {
  float: left;
}

#games-header {
  margin-top: 20px;
}

#game-title-desktop {
  padding-top: 7px;
}

#game-page-content {
  margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
  .game-page #recent-activity-content {
    padding: 0;
  }
}

#suggestLoginModal .st-modal-dialog {
  max-width: 800px;
  transition: width .5s;
  transition-timing-function: ease-out;
}

#suggestLoginModal .st-modal-dialog .st-modal-content {
  max-width: unset;
  width: unset;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body a {
  margin: 0 1.25em 0 0;
  white-space: nowrap;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .anonymous-container {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-left: 1.875em;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .anonymous-container p {
  margin: 0 0 5px 0;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .anonymous-container .st-btn-secondary {
  height: inherit;
  margin: 1em 0 0 0;
  white-space: normal;
  width: 100%;
  word-wrap: break-word;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .grid-50 {
  padding: 0;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .login-container {
  padding-right: 1.875em;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .login-container a {
  cursor: pointer;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .login-container a span {
  vertical-align: super;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .login-container #logincheck-login {
  margin-bottom: 1em;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .login-container .no-log-in-link {
  margin: 0;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-cannot-login {
  padding: 0;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-cannot-login .st-suggest-login-modal-btn {
  cursor: pointer;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-cannot-login .st-suggest-login-modal-btn .stss-icon_return {
  position: relative;
  top: 2px;
  padding: 0 4px 0 0;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-cannot-login .st-modal-title {
  margin-bottom: 10px;
  text-transform: capitalize;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-cannot-login .st-modal-prompt {
  margin: 20px auto 0 auto;
}

#suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-cannot-login .st-cannot-login-btn {
  height: inherit;
  margin: 1em 0 0 0;
  white-space: normal;
  width: 100%;
  word-wrap: break-word;
}

@media (max-width: 1024px) {
  #suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body {
    padding-top: 0;
  }
  #suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-suggest-login {
    text-align: center;
  }
  #suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-suggest-login .anonymous-container {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 1.25em 0 0 0;
  }
  #suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-suggest-login .anonymous-container p {
    margin: 0 0 5px 0;
    text-align: left;
  }
  #suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-suggest-login .login-container {
    padding: 0 0 1.25em 0;
  }
  #suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-suggest-login .login-container a span {
    vertical-align: baseline;
  }
  #suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-suggest-login .login-container #logincheck-login {
    margin-bottom: 0;
  }
  #suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-suggest-login .login-container .st-modal-title {
    margin: 1.25em 0 1.25em 0;
  }
}

@media (max-width: 767px) {
  #suggestLoginModal .st-modal-dialog .st-modal-content .st-modal-body .st-suggest-login .login-container #logincheck-login {
    margin: 0 0 1em 0;
  }
}

.guided-entry-page #ge-content-container {
  margin: 30px 0 0 0;
}

.guided-entry-page #ge-contact-form-container {
  max-width: 640px;
  margin: 0 auto;
}

.guided-entry-page #ge-contact-form-container .select-box-container {
  max-width: 480px;
}

.guided-entry-page #ge-submit-container {
  margin-top: 30px;
}

.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.3);
  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 .1s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.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 .recent-activity-header {
  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: 0;
}

.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: 40px 0 0 0;
}

.guided-entry-page .detail-field-section textarea {
  max-width: 100%;
}

.guided-entry-page .st-alert {
  margin: 0 0 30px 0 !important;
}

.guided-entry-page .back-nav-wrapper {
  margin-top: 20px;
  text-shadow: 2px 1px 3px #000;
}

.guided-entry-page .back-nav-wrapper i {
  position: relative;
  top: 2px;
  padding: 0 4px 0 0;
}

.guided-entry-page .topic-header {
  text-align: center;
  text-shadow: 2px 1px 3px #000;
  margin-top: 0;
  margin-bottom: 50px;
}

.guided-entry-page .category-icon {
  font-size: 4.267em;
  height: 64px;
}

.guided-entry-page .top-level .category-icon {
  position: relative;
  left: -7px;
}

.guided-entry-page .category-subtext {
  color: rgba(255, 255, 255, 0.7);
  padding: 0 20px;
}

.guided-entry-page .category-subtext:hover {
  transition: color .1s;
}

.guided-entry-page .st-nav-tabs > li {
  float: none;
  display: inline-block;
}

.guided-entry-page .nav-categories {
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
  line-height: 1.2em;
  border: 0 solid transparent;
  overflow: hidden;
}

.guided-entry-page .nav-categories > li.category {
  text-align: center;
  width: 230px;
  margin: 0 0 40px 0;
  height: 130px;
}

.guided-entry-page .nav-categories > li.category.top-level {
  height: inherit;
  width: 264px;
  margin: 0;
}

.guided-entry-page .nav-categories > li.category a {
  opacity: 1;
  padding: 0 15px;
  color: white;
}

.guided-entry-page .nav-categories > li.category a:hover, .guided-entry-page .nav-categories > li.category a:active, .guided-entry-page .nav-categories > li.category a:focus {
  cursor: pointer;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  background-color: transparent;
}

.guided-entry-page .nav-categories > li.category a:hover .category-subtext, .guided-entry-page .nav-categories > li.category a:active .category-subtext, .guided-entry-page .nav-categories > li.category a:focus .category-subtext {
  color: rgba(255, 255, 255, 0.5);
}

.guided-entry-page .nav-categories > li.category .category-header {
  height: 65px;
}

.guided-entry-page .nav-categories > li.category .category-footer {
  height: 70px;
  margin: 0 10px;
}

.guided-entry-page .nav-categories > li + li {
  margin: 0;
}

.guided-entry-page .subtopic-header {
  text-align: center;
  text-shadow: 2px 1px 3px #000;
  margin-top: 0;
  margin-bottom: 30px;
}

.guided-entry-page .subtopic-select-wrapper .subtopic-header {
  margin-bottom: 20px;
}

.guided-entry-page .subtopic-channel-header {
  text-align: center;
  text-shadow: 2px 1px 3px #000;
  margin-top: 0;
  margin-bottom: 25px;
}

.guided-entry-page .subtopic-solutions-container {
  padding: 40px;
}

.guided-entry-page .subtopic-solutions-container .subtopic-solutions-title {
  margin-top: 0;
}

.guided-entry-page .subtopic-solutions-container .recommended-content-container {
  color: rgba(255, 255, 255, 0.7);
}

.guided-entry-page .subtopic-solutions-container p {
  margin: 0 0 2em 0;
}

.guided-entry-page .subtopic-solutions-container p:last-child {
  margin: 0;
}

.guided-entry-page .subtopic-solutions-container h5 {
  margin-bottom: 0;
}

.guided-entry-page .subtopic-solutions-container h5 span {
  display: inline-block;
  margin: 4px 0;
}

.guided-entry-page .subtopic-item-link {
  text-align: center;
  padding: 30px;
}

.guided-entry-page .subtopic-item-button {
  text-align: center;
  padding: 5px 0;
}

.guided-entry-page .subtopic-item-button .st-btn {
  width: 350px;
  word-wrap: break-word;
  height: inherit;
  white-space: normal;
}

.guided-entry-page #channel-selection {
  margin-top: 25px;
}

.guided-entry-page .solution-continue {
  text-align: center;
}

.guided-entry-page #workflow-container .order-detail-item {
  height: 180px;
}

.guided-entry-page #license-refund-reason-container {
  margin-top: 2.67em;
}

.guided-entry-page #license-refund-reason-container .select-box-container {
  margin-bottom: 2.5em;
  max-width: 26.67em;
  white-space: nowrap;
}

.guided-entry-page #license-refund-reason-container .select-box-container label {
  font-weight: normal;
}

.guided-entry-page #license-refund-reason-container .select-box-container:after {
  top: 35px;
}

.guided-entry-page label {
  cursor: text;
}

.guided-entry-page .section-div-container {
  margin: 0 auto;
  max-width: 320px;
}

.guided-entry-page .section-div-container .section-div-text {
  position: relative;
  top: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .guided-entry-page .contact-channel-button {
    width: 100%;
    max-width: none;
  }
  .guided-entry-page .guided-entry-card-container {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .guided-entry-page #ge-content-container {
    margin-top: 30px;
  }
  .guided-entry-page #ge-contact-form-container {
    max-width: 640px;
    margin: 0 auto;
  }
  .guided-entry-page #ge-contact-form-container .select-box-container {
    max-width: 480px;
  }
  .guided-entry-page #ge-submit-container {
    margin-top: 30px;
  }
  .guided-entry-page #ge-submit-container.support-details-submit-in-game {
    margin-bottom: 40px;
  }
  .guided-entry-page .case-list-table .case-list-item {
    height: 100px;
    padding: 20px;
  }
  .guided-entry-page .breadcrumb-spacer {
    margin: 0 5px 10px 5px;
  }
  .guided-entry-page #next-button {
    width: 100%;
  }
  .guided-entry-page #reopen-continue-button {
    width: 100%;
  }
  .guided-entry-page .back-nav-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .guided-entry-page .topic-header {
    text-align: left;
  }
  .guided-entry-page .nav-categories {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
  .guided-entry-page .nav-categories > li.category {
    width: 50%;
    margin: 0 0 20px 0;
    height: 130px;
  }
  .guided-entry-page .subtopic-channel-header {
    text-align: left;
  }
  .guided-entry-page .subtopic-solutions-container {
    padding: 20px;
  }
  .guided-entry-page .subtopic-item-link {
    text-align: center;
    padding: 30px;
  }
  .guided-entry-page .subtopic-item-button {
    text-align: center;
    padding: 5px 0;
  }
  .guided-entry-page .subtopic-item-button:last-child {
    padding: 5px 0 40px 0;
  }
  .guided-entry-page .subtopic-select-wrapper .subtopic-header {
    margin-bottom: 10px;
  }
  .guided-entry-page .category-icon {
    font-size: 3.2em;
    height: 48px;
  }
  .guided-entry-page .topic-header {
    text-align: left;
    margin-bottom: inherit;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .guided-entry-page .nav-categories > li.category {
    width: 33%;
  }
  .guided-entry-page .nav-categories > li.category.top-level {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .guided-entry-page .nav-categories > li.category {
    width: 100%;
  }
}

.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;
  max-width: 480px;
}

.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: gray;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.file-inputs {
  margin: 30px 0 0 0;
}

.radio-label {
  font-weight: inherit;
}

.owl-logo-wrapper {
  margin-bottom: 30px;
}

.owl-channel-logo {
  max-width: 640px;
  margin: 0 auto;
}

.owl-logo {
  width: 113px;
  height: 64px;
  margin: 0 10px 0 80px;
}

.owl-logo-detail {
  width: 113px;
  height: 64px;
  margin: 0 10px 0 0;
}

.owl-logo-detail.owl-logo-mobile {
  margin: 0;
}

#ge-contact-form-container.owl-channel-container {
  max-width: none;
}

@media (max-width: 767px) {
  .owl-logo {
    margin: 0;
  }
}

#recaptcha-content {
  margin: 30px 0 10px 0;
}

#fileUploadInGame .inline-item {
  margin-right: 0.9375em;
}

.file-attach-prompt {
  margin-bottom: 10px;
}

.file-attach-prompt i {
  font-size: 10px;
  margin-left: 6px;
}

.product-highlight {
  opacity: 1;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.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 #fff;
  padding: 8px;
  color: #fff;
  width: 100%;
}

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

.sms-check-text {
  font-weight: normal;
}

.support-floating-bar {
  width: 100%;
  z-index: 100;
}

.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-container.single-channel {
  margin-right: 0;
}

.contact-channel-offline {
  opacity: 0.1;
}

.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: 15px;
  font-weight: inherit;
}

#sms-advert {
  margin-top: 10px;
}

.required-info-key {
  text-transform: lowercase;
}

.self-help-container {
  max-width: 600px;
  margin: auto;
}

.self-help-container .self-help-text {
  text-align: left;
  color: white !important;
  margin: 0 10%;
}

.self-help-container .self-help-link {
  text-align: center;
  margin: 10px 0;
}

.self-help-container .self-help-link:last-child {
  margin-bottom: 60px;
}

.self-help-container i {
  position: relative;
  margin-left: 3px;
  top: 2px;
}

.channel-subtext {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 30px;
  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 {
  margin-right: 1.25em;
  min-width: 225px;
}

.channel-button-type {
  position: relative;
  top: 1px;
}

.ge-button-icon {
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.ge-button-icon-phone {
  position: relative;
  top: -1px;
  margin-right: -1px;
}

.ticket-detail-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.ticket-btn-link {
  font-size: 0.9em;
  margin-left: 20px;
}

.ticket-btn-link-mobile {
  font-size: 0.9em;
  text-align: center;
  margin-top: 20px;
}

.workflow-channel-selection {
  position: absolute;
  left: 0;
  max-width: 100%;
}

.workflow-error-subtext {
  text-align: center;
  padding: 10px 0 0 0;
}

.self-help-service {
  margin: 0 10% 2em;
}

.self-help-service:last-child {
  margin: 0 10% 60px;
}

.self-help-service-title {
  margin-bottom: 5px;
}

.stss.ge-field-help-icon {
  position: relative;
  left: 6px;
  font-size: 15px;
  top: 1px;
  cursor: help;
}

.ge-field-title {
  width: inherit;
  cursor: text;
  font-style: italic;
}

.ge-req-opt {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.guided-entry-card-container {
  list-style: none;
  margin-top: 20px;
  min-width: 280px;
  text-align: center;
}

.guided-entry-card-container li {
  margin: 0;
  width: 200px;
  text-align: center;
  height: 117px;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.guided-entry-card-container li a {
  color: white;
}

.guided-entry-card-container li a:hover {
  color: rgba(255, 255, 255, 0.5);
  display: block;
}

.guided-entry-card-container li.top-level {
  width: 23%;
}

@media (min-width: 1025px) {
  .grid-parent.complete-right-col {
    padding-left: 40px;
  }
}

@media (min-width: 1025px) {
  .grid-parent.complete-right-col {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .guided-entry-card-container li {
    padding: 0;
    margin: 0 5% 5% 0;
  }
  .guided-entry-card-container li:nth-child(2n) {
    margin-bottom: 2.5%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  .guided-entry-card-container li {
    padding: 0;
    margin: 0 3.5% 3.5% 0;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .guided-entry-card-container li {
    padding: 0;
    margin: 0 2.5% 2.5% 0;
  }
}

@media only screen and (min-width: 768px) {
  .guided-entry-card-container li {
    padding: 0;
    margin: 0 1% 5% 0;
  }
  .guided-entry-card-container li:nth-child(5n) {
    margin-bottom: 5%;
  }
}

@media (max-width: 767px) {
  .solution-continue {
    margin-bottom: 40px;
  }
  .contact-channel-container {
    width: 100%;
    max-width: 100%;
  }
  .date-field-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #channel-selection {
    margin-top: 25px;
  }
  .self-help-container .self-help-text,
  .self-help-container .self-help-service {
    margin: 0;
  }
  .self-help-container .self-help-link:last-child,
  .self-help-container .self-help-service:last-child {
    margin-bottom: 45px;
  }
}

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

@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-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;
  list-style: 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,
.restoration-character-list {
  list-style: none;
}

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

.st-btn.filter-mobile-button {
  margin: 20px 0;
}

.filter-row-field {
  display: inline-block;
  margin-right: 29px;
}

.filter-row-field.filter-name, .filter-row-field.filter-category, .filter-row-field.filter-rarity {
  width: 15%;
}

.filter-row-field.filter-ilvl-range {
  width: 18%;
  margin: 0;
}

.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: #f00;
  font-size: 0.9em;
}

.item-selection-next-button {
  margin: 20px 0;
  padding-top: 15px;
}

.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: #f00 solid 1px;
  margin-left: 10px;
  margin-bottom: 5px;
  max-width: 700px;
}

.item-restoration-item-list {
  list-style: none;
  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: #303030;
  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;
}

.item-quality-0,
.item-quality-0 a {
  color: #9d9d95 !important;
}

.item-quality-1,
.item-quality-1 a {
  color: #fff !important;
}

.item-quality-2,
.item-quality-2 a {
  color: #18c900 !important;
}

.item-quality-3,
.item-quality-3 a {
  color: #0081f0 !important;
}

.item-quality-4,
.item-quality-4 a {
  color: #c600ff !important;
}

.item-quality-5,
.item-quality-5 a {
  color: #ff8000 !important;
}

.item-quality-6,
.item-quality-6 a {
  color: #b18800 !important;
}

.item-quality-7,
.item-quality-7 a {
  color: #b18800 !important;
}

.selected-display-item {
  margin-bottom: 20px;
}

.selected-display-item:last-child {
  margin-bottom: 0;
}

.selected-display-item i.remove-selected-item {
  font-size: 12px;
}

.selected-display-item i.remove-selected-item:hover {
  cursor: pointer;
  opacity: 1;
}

.restoration-confirmation-footer {
  padding-top: 25px;
  padding-bottom: 15px;
}

.needed-mats-error {
  color: #f00;
  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;
}

.restoration-breadcrumb-wrapper .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);
}

.restoration-breadcrumb-wrapper .breadcrumb-selected {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

.restoration-breadcrumb-wrapper .breadcrumb-link {
  padding-left: 25px;
}

.restoration-breadcrumb-wrapper #breadcrumb-bottom-wrapper div:last-child {
  margin-bottom: 0;
}

.restoration-no-accounts-wrapper {
  width: 40%;
  margin: 40px auto 0 auto;
  text-align: center;
}

.restoration-no-accounts-wrapper .no-account-section {
  margin-top: 20px;
}

.restoration-no-accounts-wrapper {
  width: 40%;
  margin: 40px auto 0 auto;
  text-align: center;
}

.restoration-no-accounts-wrapper .no-account-section {
  margin-top: 20px;
}

.restoration-no-characters-wrapper {
  float: none !important;
  margin: 0 auto 40px auto;
  text-align: center;
}

.restoration-no-characters-wrapper h2 {
  margin-top: 0;
}

.restoration-no-characters-wrapper .no-characters-section {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #item-resto-description-container div {
    margin-bottom: 40px;
  }
  .restoration-no-accounts-wrapper {
    width: 60%;
  }
}

@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;
  }
  .restoration-no-accounts-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .filter-row-field {
    display: inline-block;
    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;
  }
}

#workflow-container {
  max-width: 480px;
  margin: auto;
}

#workflow-container.guided-entry {
  margin: 0;
}

#workflow-container.guided-entry .order-detail-main {
  margin: 0;
}

#workflow-container .character-title,
#workflow-container .order-detail-title,
#workflow-container .order-detail-item-header,
#workflow-container .starter-license-title {
  margin: 0;
  max-width: 90%;
}

#workflow-container .character-title .stss,
#workflow-container .order-detail-title .stss,
#workflow-container .order-detail-item-header .stss,
#workflow-container .starter-license-title .stss {
  font-size: 16px;
  top: 3px;
  margin-left: 5px;
  position: relative;
}

#workflow-container .character-title .license-detail-reveal-btn,
#workflow-container .character-title .license-detail-hide-btn,
#workflow-container .order-detail-title .license-detail-reveal-btn,
#workflow-container .order-detail-title .license-detail-hide-btn,
#workflow-container .order-detail-item-header .license-detail-reveal-btn,
#workflow-container .order-detail-item-header .license-detail-hide-btn,
#workflow-container .starter-license-title .license-detail-reveal-btn,
#workflow-container .starter-license-title .license-detail-hide-btn {
  position: absolute;
  top: 25px;
  right: 25px;
}

#workflow-container .order-detail-description,
#workflow-container .starter-confirm-text {
  margin: 0;
  text-align: center;
}

#workflow-container .order-detail-header,
#workflow-container .starter-header,
#workflow-container .generic-header {
  text-align: center;
  text-shadow: 2px 1px 3px #000;
}

#workflow-container .starter-list-empty {
  margin: 1.7em 0;
  text-align: center;
}

#workflow-container .starter-list-region-request {
  margin: 0;
  text-align: center;
}

#workflow-container .order-detail-item,
#workflow-container .starter-license-item {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  transition: height 0.2s ease-in-out;
}

#workflow-container .order-detail-item.slide-active > .starter-license-detail,
#workflow-container .starter-license-item.slide-active > .starter-license-detail {
  left: 0;
}

#workflow-container .order-detail-item.slide-active > .starter-license-main,
#workflow-container .starter-license-item.slide-active > .starter-license-main {
  right: 100%;
}

#workflow-container .order-detail-item.slide-active > .starter-license-detail,
#workflow-container .starter-license-item.slide-active > .starter-license-detail {
  left: 0;
}

#workflow-container .order-detail-item.slide-active > .order-detail-main,
#workflow-container .starter-license-item.slide-active > .order-detail-main {
  right: 100%;
}

#workflow-container .order-detail-item.slide-active .starter-license-main:after,
#workflow-container .starter-license-item.slide-active .starter-license-main:after {
  transform: rotateY(180deg);
}

#workflow-container .order-detail-item.slide-active .order-detail-main:after,
#workflow-container .starter-license-item.slide-active .order-detail-main:after {
  transform: rotateY(180deg);
}

#workflow-container .starter-license-remove-container,
#workflow-container .license-refund-button-container {
  position: absolute;
  bottom: 1.25em;
  left: 1.5em;
}

#workflow-container .order-detail-item .starter-license-grid {
  padding: 0;
  height: 73%;
}

#workflow-container .order-detail-item .starter-license-grid .subscription-status {
  margin-top: 20px;
}

#workflow-container .order-detail-item .starter-license-grid .subscription-status-good {
  color: #239a33;
}

#workflow-container .order-detail-item .starter-license-grid .subscription-status-bad {
  color: #9C2B2E;
}

#workflow-container .order-detail-item.confirmation {
  height: 168px;
  margin-bottom: 2.67em;
}

#workflow-container .starter-license-item {
  height: 180px;
}

#workflow-container .starter-license-item .starter-license-grid {
  padding: 0;
  height: 50%;
}

#workflow-container .guided-entry .starter-license-item {
  margin-top: 0;
}

#workflow-container .order-detail-main,
#workflow-container .starter-license-main {
  position: absolute;
  width: 100%;
  display: block;
  padding: 1.5em;
  right: 0;
  top: 0;
  transition: right 0.2s ease-in-out;
}

#workflow-container .starter-license-detail {
  position: absolute;
  width: 100%;
  display: block;
  padding: 1.5em;
  left: 100%;
  top: 0;
  transition: left 0.2s ease-in-out;
}

#workflow-container .starter-license-detail .scrollbar-wrapper {
  height: 100%;
}

#workflow-container .license-detail-hide-btn {
  font-size: 1em;
}

#workflow-container .license-detail-reveal-btn,
#workflow-container .license-detail-hide-btn {
  float: right;
  opacity: 0.5;
}

#workflow-container .license-detail-reveal-btn:hover,
#workflow-container .license-detail-hide-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}

#workflow-container .order-detail-subtext {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85em;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: max-width 0.2s;
  margin-top: 20px;
  margin-bottom: 3px;
}

#workflow-container .starter-license-subtext-container {
  position: relative;
}

#workflow-container .starter-license-create-date {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85em;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: max-width 0.2s;
  margin-top: 22px;
  position: absolute;
  right: 0;
  text-align: right;
  overflow: hidden;
}

#workflow-container .starter-license-region {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: max-width 0.2s;
  margin-top: 20px;
}

#workflow-container .order-detail-payment-row {
  display: inline-block;
  vertical-align: top;
}

#workflow-container .order-detail-payment-row.amount-column {
  width: 40%;
}

#workflow-container .order-detail-payment-row.method-column {
  width: 55%;
}

#workflow-container .order-detail-payment-row.method-column i {
  margin-right: 6px;
  margin-top: 3px;
}

#workflow-container .order-detail-payment-row.order-detail-payment-flex-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#workflow-container .order-detail-request-btn {
  margin-bottom: 2.67em;
}

#workflow-container .order-detail-submit,
#workflow-container .starter-license-submit {
  margin-top: 15px;
}

#workflow-container .order-detail-sublink,
#workflow-container .starter-license-sublink {
  font-size: 0.9em;
  text-align: center;
}

#workflow-container .starter-license-try-again-btn {
  margin-top: 15px;
  font-size: 0.9em;
  text-align: center;
}

#workflow-container .order-detail-paging ul,
#workflow-container .starter-licenses-paging ul {
  margin-top: 0;
  margin-bottom: 20px;
}

#workflow-container #order-detail-container,
#workflow-container #starter-licenses-container {
  min-height: 0 !important;
  overflow: hidden;
}

#workflow-container .character-list-container {
  height: 100%;
  display: block;
  margin: 20px 0 0 0;
  overflow: auto;
  color: rgba(255, 255, 255, 0.7);
}

#workflow-container .select-box-container {
  margin-bottom: 2.67em;
  white-space: nowrap;
}

#workflow-container .select-box-container label {
  font-weight: normal;
}

#workflow-container .select-box-container:after {
  top: 35px;
}

#workflow-container .select-box-container {
  white-space: normal;
}

@media (max-width: 767px) {
  #workflow-container .starter-license-subtext-container {
    position: static;
  }
  #workflow-container .starter-license-create-date {
    margin-top: 2px;
    position: static;
    text-align: start;
  }
  #workflow-container .order-detail-item .starter-license-detail .mobile-grid-100,
  #workflow-container .starter-license-item .starter-license-detail .mobile-grid-100 {
    height: 100%;
  }
  #workflow-container .order-detail-item .starter-license-detail .mobile-grid-100 .character-list-container,
  #workflow-container .starter-license-item .starter-license-detail .mobile-grid-100 .character-list-container {
    height: 33%;
  }
  #workflow-container .character-title {
    margin: 20px 0 0 0;
  }
}

#workflow-container ::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.1);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

#workflow-container ::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}

.starter-license-complete p {
  margin: 0 0 25px 0;
}

.starter-license-complete h1 {
  margin: 0 0 20px 0;
}

.workflow-complete-section {
  margin: 30px 0;
}

.workflow-section {
  margin: 30px 0 0 0;
}

.workflow-task-subtext {
  margin: 0 0 10px;
}

.workflow-loading-container .order-detail-header {
  text-shadow: 2px 1px 3px #000;
}

.workflow-loading-container .workflow-loading {
  font-size: 35px !important;
  height: 35px;
  margin: 40px 0 30px 0;
  animation: fa-spin 1s infinite linear;
}

.workflow-state-container {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.workflow-state-container h2 {
  margin-bottom: 30px;
}

.workflow-state-container p {
  margin-bottom: 30px;
}

.workflow-state-container ul.inside {
  list-style-position: inside;
}

.workflow-state-container .st-alert p {
  margin-bottom: 0;
}

.workflow-state-container .st-well p, .workflow-state-container .captcha-form .captcha p, .captcha-form .workflow-state-container .captcha p {
  margin: 0;
}

.workflow-state-container .workflow-footer {
  margin-bottom: 40px;
}

.workflow-state-container input[type="file"] {
  padding-top: 10px;
}

.workflow-state-container .subheading-text {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .workflow-state-container {
    margin-top: 40px;
    text-align: left;
  }
}

.workflow-state-container .display-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: 'leftHeader . rightHeader' 'leftContent caret rightContent' 'leftFooter . rightFooter';
  margin-top: 40px;
  margin-bottom: 40px;
}

.workflow-state-container .display-container *:nth-child(1) {
  grid-area: leftHeader;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.workflow-state-container .display-container *:nth-child(2) {
  grid-area: leftContent;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

.workflow-state-container .display-container *:nth-child(3) {
  grid-area: leftFooter;
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}

.workflow-state-container .display-container *:nth-child(4) {
  grid-area: caret;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
}

.workflow-state-container .display-container *:nth-child(5) {
  grid-area: rightHeader;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

.workflow-state-container .display-container *:nth-child(6) {
  grid-area: rightContent;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
}

.workflow-state-container .display-container *:nth-child(7) {
  grid-area: rightFooter;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
}

.workflow-state-container .display-container > * {
  margin-top: 0;
  margin-bottom: 20px;
}

.workflow-state-container .display-container > *:empty {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .workflow-state-container .display-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-template-areas: 'leftHeader' 'leftContent' 'leftFooter' 'caret' 'rightHeader' 'rightContent' 'rightFooter';
    text-align: center;
  }
  .workflow-state-container .display-container .caret {
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  .workflow-state-container .display-container *:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .workflow-state-container .display-container *:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .workflow-state-container .display-container *:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .workflow-state-container .display-container *:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 4;
  }
  .workflow-state-container .display-container *:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-row: 5;
  }
  .workflow-state-container .display-container *:nth-child(6) {
    -ms-grid-column: 1;
    -ms-grid-row: 6;
  }
  .workflow-state-container .display-container *:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-row: 7;
  }
}

.workflow-state-container .display-container .title {
  opacity: 1;
  filter: alpha(opacity=100);
  color: rgba(255, 255, 255, 0.5);
}

.workflow-state-container .display-container .flag-icon,
.workflow-state-container .display-container .currency {
  width: 56px;
  height: 40px;
}

.workflow-state-container .display-container .flag-icon:before,
.workflow-state-container .display-container .currency:before {
  line-height: 40px;
}

.workflow-state-container .command-buttons button {
  margin-right: 20px;
}

.workflow-state-container .command-buttons button:last-child {
  margin-right: 0;
}

.workflow-state-container .command-buttons .st-btn-link {
  height: 32px;
  margin-top: 3px;
  margin-bottom: 3px;
}

#workflow-form .st-alert-success {
  margin-bottom: 0;
}

.case-list-item {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 100%;
}

.case-list-item a {
  color: #fff;
}

.case-list-game-logo {
  position: relative;
  top: -3px;
}

.case-list-item-text {
  font-size: 13px;
  opacity: .7;
}

.case-list-s {
  margin-top: 1.33333em;
}

.case-list-d {
  margin-top: 0.66667em;
}

.case-subject-cell > .grid-15 {
  padding-left: 0;
}

.case-subject-cell > .grid-85 {
  font-size: 13px;
}

.case-table {
  width: 100%;
}

#thread-header {
  margin-top: 0;
}

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

.thread-content .st-alert {
  margin: 30px 0;
  font-size: 1em;
}

@media (min-width: 1024px) {
  thead .case-issue-cell,
  thead .case-subject-cell,
  thead .case-status-cell,
  thead .case-update-cell,
  thead .case-meta-cell {
    padding: 20px 20px 15px 20px;
  }
  .case-issue-cell {
    width: 35%;
    padding: 20px;
    max-width: 0;
  }
  .case-subject-cell {
    padding: 20px;
    width: 20%;
  }
  .case-status-cell {
    padding: 20px;
    width: 10%;
  }
  .case-update-cell {
    width: 15%;
  }
  .case-meta-cell {
    padding: 20px;
    width: 20%;
  }
}

@media (max-width: 1023px) {
  .case-issue-cell {
    width: 35%;
    padding: 15px;
    max-width: 0;
  }
  .case-subject-cell,
  .case-status-cell,
  .case-update-cell {
    width: 15%;
  }
  .case-meta-cell {
    width: 25%;
  }
}

.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: #fff;
  height: 100%;
  margin: 10px 0;
}

.case-thread-item a {
  color: #fff;
}

.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: #fff;
  min-height: 20px;
}

.status-text-bar-text a {
  color: #00aeff;
}

.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: 0 0 20px 0;
}

.thread-list-item {
  border: #f00 solid 1px;
  padding: 5px;
}

.case-list-switch a {
  cursor: pointer;
}

.no-cases-block {
  margin: 40px auto;
  max-width: 640px;
  padding: 40px;
  text-align: center;
}

.no-cases-suggestion {
  margin: 20px 0 0 0;
  text-align: center;
}

.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 #f00;
}

.mobile-thread-button {
  padding: 10px;
  text-align: center;
  border: 1px solid #f00;
}

.reopen-section {
  text-align: center;
  margin-top: 25px;
}

.thread-back-button {
  color: #fff;
  text-decoration: underline;
}

.thread-back-button a {
  color: #fff;
}

.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: #f00;
}

.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: #fff;
}

.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.97f381fb.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.1f4d4c90.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.1f4d4c90.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;
  }
}

.Navbar .Navbar-container .Navbar-desktop {
  padding: 0 40px;
}

.Navbar .Navbar-container .Navbar-desktop .Navbar-profileItems {
  right: 37px;
}

.Navbar .Navbar-container .Navbar-desktop .Navbar-profileItems .Navbar-support .Navbar-label {
  color: #fff;
  text-shadow: 0 0 10px #fff, 0 -6px 10px rgba(255, 255, 255, 0.3), 0 6px 10px rgba(255, 255, 255, 0.3);
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.a86ff59c.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.a86ff59c.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.5aa3b15f.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.d54639bc.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.7da23caa.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;
}

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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;
}

.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: "";
}

@font-face {
  font-family: "sg-blizzard-support-glyphs";
  src: url("../fonts/sg-blizzard-support-glyphs.83025a59.eot");
  src: url("../fonts/sg-blizzard-support-glyphs.83025a59.eot?#iefix") format("eot"), url("../fonts/sg-blizzard-support-glyphs.dea869e2.woff2") format("woff2"), url("../fonts/sg-blizzard-support-glyphs.d13e66f3.woff") format("woff"), url("../fonts/sg-blizzard-support-glyphs.9adac4a6.ttf") format("truetype"), url("../fonts/sg-blizzard-support-glyphs.svg#sg-blizzard-support-glyphs") format("svg");
  font-weight: normal;
  font-style: normal;
}

.stss {
  display: inline-block;
  font-size: 15px;
  transition: opacity .2s;
  font-family: sg-blizzard-support-glyphs;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.stss-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.stss-2x {
  font-size: 2em;
}

.stss-3x {
  font-size: 3em;
}

.stss-4x {
  font-size: 4em;
}

.stss-5x {
  font-size: 5em;
}

.stss-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.stss {
  font-size: 15px;
  transition: opacity .2s;
}

.stss-custom05 {
  font-size: 0.5em;
}

.stss-custom13 {
  font-size: 1.3em;
}

.stss-custom14 {
  font-size: 1.4em;
}

.stss-custom16 {
  font-size: 1.6em;
}

.stss-sm {
  font-size: 0.9em;
}

.stss-icon_acc:before {
  content: "\ea01";
}

.stss-icon_account_details:before {
  content: "\ea02";
}

.stss-icon_account_hacked:before {
  content: "\ea03";
}

.stss-icon_activ:before {
  content: "\ea04";
}

.stss-icon_alert_error:before {
  content: "\ea05";
}

.stss-icon_alert_info:before {
  content: "\ea06";
}

.stss-icon_alert_warning:before {
  content: "\ea07";
}

.stss-icon_appeal_silence:before {
  content: "\ea08";
}

.stss-icon_bcon:before {
  content: "\ea09";
}

.stss-icon_blog:before {
  content: "\ea0a";
}

.stss-icon_bnet:before {
  content: "\ea0b";
}

.stss-icon_bnet_refunds:before {
  content: "\ea0c";
}

.stss-icon_bug:before {
  content: "\ea0d";
}

.stss-icon_cant_log_in:before {
  content: "\ea0e";
}

.stss-icon_character_problem:before {
  content: "\ea0f";
}

.stss-icon_chat:before {
  content: "\ea10";
}

.stss-icon_chat_locked:before {
  content: "\ea11";
}

.stss-icon_chat_prob:before {
  content: "\ea12";
}

.stss-icon_claim_goodies:before {
  content: "\ea13";
}

.stss-icon_class:before {
  content: "\ea14";
}

.stss-icon_close:before {
  content: "\ea15";
}

.stss-icon_community:before {
  content: "\ea16";
}

.stss-icon_console:before {
  content: "\ea17";
}

.stss-icon_copy:before {
  content: "\ea18";
}

.stss-icon_crash:before {
  content: "\ea19";
}

.stss-icon_create_article:before {
  content: "\ea1a";
}

.stss-icon_d3:before {
  content: "\ea1b";
}

.stss-icon_d3_refunds:before {
  content: "\ea1c";
}

.stss-icon_delete_account:before {
  content: "\ea1d";
}

.stss-icon_downcaret:before {
  content: "\ea1e";
}

.stss-icon_droparrows:before {
  content: "\ea1f";
}

.stss-icon_ds:before {
  content: "\ea20";
}

.stss-icon_ds2:before {
  content: "\ea21";
}

.stss-icon_dup_art:before {
  content: "\ea22";
}

.stss-icon_edit:before {
  content: "\ea23";
}

.stss-icon_email:before {
  content: "\ea24";
}

.stss-icon_email_locked:before {
  content: "\ea25";
}

.stss-icon_emailsqa:before {
  content: "\ea26";
}

.stss-icon_esports:before {
  content: "\ea27";
}

.stss-icon_favorite:before {
  content: "\ea28";
}

.stss-icon_fb:before {
  content: "\ea29";
}

.stss-icon_fireside_gatherings:before {
  content: "\ea2a";
}

.stss-icon_flag:before {
  content: "\ea2b";
}

.stss-icon_forum:before {
  content: "\ea2c";
}

.stss-icon_game_card_prob:before {
  content: "\ea2d";
}

.stss-icon_game_key_problem:before {
  content: "\ea2e";
}

.stss-icon_gears:before {
  content: "\ea2f";
}

.stss-icon_heart:before {
  content: "\ea30";
}

.stss-icon_hollow_star:before {
  content: "\ea31";
}

.stss-icon_home:before {
  content: "\ea32";
}

.stss-icon_hosting:before {
  content: "\ea33";
}

.stss-icon_hosting_problem:before {
  content: "\ea34";
}

.stss-icon_hots:before {
  content: "\ea35";
}

.stss-icon_hots_refunds:before {
  content: "\ea36";
}

.stss-icon_hs:before {
  content: "\ea37";
}

.stss-icon_hs_refunds:before {
  content: "\ea38";
}

.stss-icon_id:before {
  content: "\ea39";
}

.stss-icon_install_prob:before {
  content: "\ea3a";
}

.stss-icon_invisible:before {
  content: "\ea3b";
}

.stss-icon_leftcaret:before {
  content: "\ea3c";
}

.stss-icon_link:before {
  content: "\ea3d";
}

.stss-icon_loadwheel:before {
  content: "\ea3e";
}

.stss-icon_lock:before {
  content: "\ea3f";
}

.stss-icon_magic_check:before {
  content: "\ea40";
}

.stss-icon_magic_checked:before {
  content: "\ea41";
}

.stss-icon_media:before {
  content: "\ea42";
}

.stss-icon_mob:before {
  content: "\ea43";
}

.stss-icon_ow:before {
  content: "\ea44";
}

.stss-icon_ow_key_replacement:before {
  content: "\ea45";
}

.stss-icon_ow_refunds:before {
  content: "\ea46";
}

.stss-icon_parental_contr:before {
  content: "\ea47";
}

.stss-icon_pay:before {
  content: "\ea48";
}

.stss-icon_payu:before {
  content: "\ea49";
}

.stss-icon_pc:before {
  content: "\ea4a";
}

.stss-icon_perf_prob:before {
  content: "\ea4b";
}

.stss-icon_phone:before {
  content: "\ea4c";
}

.stss-icon_phone_locked:before {
  content: "\ea4d";
}

.stss-icon_plus:before {
  content: "\ea4e";
}

.stss-icon_popout:before {
  content: "\ea4f";
}

.stss-icon_popular:before {
  content: "\ea50";
}

.stss-icon_pounds_sterling:before {
  content: "\ea51";
}

.stss-icon_problem_joining_event:before {
  content: "\ea52";
}

.stss-icon_purchase_prob:before {
  content: "\ea53";
}

.stss-icon_question_mark:before {
  content: "\ea54";
}

.stss-icon_qzone:before {
  content: "\ea55";
}

.stss-icon_raf:before {
  content: "\ea56";
}

.stss-icon_redd:before {
  content: "\ea57";
}

.stss-icon_remove_sms_prot:before {
  content: "\ea58";
}

.stss-icon_report_player:before {
  content: "\ea59";
}

.stss-icon_request_refund:before {
  content: "\ea5a";
}

.stss-icon_return:before {
  content: "\ea5b";
}

.stss-icon_reward_problem:before {
  content: "\ea5c";
}

.stss-icon_rightcaret:before {
  content: "\ea5d";
}

.stss-icon_sc2:before {
  content: "\ea5e";
}

.stss-icon_sc2_refunds:before {
  content: "\ea5f";
}

.stss-icon_search:before {
  content: "\ea60";
}

.stss-icon_shield:before {
  content: "\ea61";
}

.stss-icon_solid_star:before {
  content: "\ea62";
}

.stss-icon_starcraft:before {
  content: "\ea63";
}

.stss-icon_subtract:before {
  content: "\ea64";
}

.stss-icon_supart:before {
  content: "\ea65";
}

.stss-icon_supart_solid:before {
  content: "\ea66";
}

.stss-icon_tcg_loot_card:before {
  content: "\ea67";
}

.stss-icon_tech:before {
  content: "\ea68";
}

.stss-icon_tickets:before {
  content: "\ea69";
}

.stss-icon_trash:before {
  content: "\ea6a";
}

.stss-icon_twit:before {
  content: "\ea6b";
}

.stss-icon_unauth_charge:before {
  content: "\ea6c";
}

.stss-icon_upcaret:before {
  content: "\ea6d";
}

.stss-icon_vchat_prob:before {
  content: "\ea6e";
}

.stss-icon_version:before {
  content: "\ea6f";
}

.stss-icon_vir_ticket:before {
  content: "\ea70";
}

.stss-icon_visible:before {
  content: "\ea71";
}

.stss-icon_wow:before {
  content: "\ea72";
}

.stss-icon_wow_key_replacement:before {
  content: "\ea73";
}

.stss-icon_wow_refunds:before {
  content: "\ea74";
}

.stss-icon_zerg:before {
  content: "\ea75";
}

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
}

.flag-icon:before {
  content: '\00a0';
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../images/flags/4x3/ad.ead76043.svg);
}

.flag-icon-ad.flag-icon-squared {
  background-image: url(../images/flags/1x1/ad.313cc919.svg);
}

.flag-icon-ae {
  background-image: url(../images/flags/4x3/ae.d8741634.svg);
}

.flag-icon-ae.flag-icon-squared {
  background-image: url(../images/flags/1x1/ae.d5017bce.svg);
}

.flag-icon-af {
  background-image: url(../images/flags/4x3/af.da6dc167.svg);
}

.flag-icon-af.flag-icon-squared {
  background-image: url(../images/flags/1x1/af.68d6fe6f.svg);
}

.flag-icon-ag {
  background-image: url(../images/flags/4x3/ag.55985ed5.svg);
}

.flag-icon-ag.flag-icon-squared {
  background-image: url(../images/flags/1x1/ag.f1c7ec53.svg);
}

.flag-icon-ai {
  background-image: url(../images/flags/4x3/ai.867c1867.svg);
}

.flag-icon-ai.flag-icon-squared {
  background-image: url(../images/flags/1x1/ai.ee6ee9bc.svg);
}

.flag-icon-al {
  background-image: url(../images/flags/4x3/al.cabcd942.svg);
}

.flag-icon-al.flag-icon-squared {
  background-image: url(../images/flags/1x1/al.6948c7c3.svg);
}

.flag-icon-am {
  background-image: url(../images/flags/4x3/am.57c71f36.svg);
}

.flag-icon-am.flag-icon-squared {
  background-image: url(../images/flags/1x1/am.38853dfc.svg);
}

.flag-icon-ao {
  background-image: url(../images/flags/4x3/ao.65de3f08.svg);
}

.flag-icon-ao.flag-icon-squared {
  background-image: url(../images/flags/1x1/ao.fdebe4e8.svg);
}

.flag-icon-aq {
  background-image: url(../images/flags/4x3/aq.21ec1b9c.svg);
}

.flag-icon-aq.flag-icon-squared {
  background-image: url(../images/flags/1x1/aq.c8605782.svg);
}

.flag-icon-ar {
  background-image: url(../images/flags/4x3/ar.d66bd9e8.svg);
}

.flag-icon-ar.flag-icon-squared {
  background-image: url(../images/flags/1x1/ar.712051b3.svg);
}

.flag-icon-as {
  background-image: url(../images/flags/4x3/as.4c218266.svg);
}

.flag-icon-as.flag-icon-squared {
  background-image: url(../images/flags/1x1/as.f383cf21.svg);
}

.flag-icon-at {
  background-image: url(../images/flags/4x3/at.dc0cdb42.svg);
}

.flag-icon-at.flag-icon-squared {
  background-image: url(../images/flags/1x1/at.44a8ad33.svg);
}

.flag-icon-au {
  background-image: url(../images/flags/4x3/au.579af05f.svg);
}

.flag-icon-au.flag-icon-squared {
  background-image: url(../images/flags/1x1/au.234917b3.svg);
}

.flag-icon-aw {
  background-image: url(../images/flags/4x3/aw.f631ae0a.svg);
}

.flag-icon-aw.flag-icon-squared {
  background-image: url(../images/flags/1x1/aw.47023705.svg);
}

.flag-icon-ax {
  background-image: url(../images/flags/4x3/ax.4ef22d97.svg);
}

.flag-icon-ax.flag-icon-squared {
  background-image: url(../images/flags/1x1/ax.9379f20a.svg);
}

.flag-icon-az {
  background-image: url(../images/flags/4x3/az.f0dc7933.svg);
}

.flag-icon-az.flag-icon-squared {
  background-image: url(../images/flags/1x1/az.e79738c6.svg);
}

.flag-icon-ba {
  background-image: url(../images/flags/4x3/ba.b2361911.svg);
}

.flag-icon-ba.flag-icon-squared {
  background-image: url(../images/flags/1x1/ba.a8a55bbc.svg);
}

.flag-icon-bb {
  background-image: url(../images/flags/4x3/bb.0a122f40.svg);
}

.flag-icon-bb.flag-icon-squared {
  background-image: url(../images/flags/1x1/bb.1ba95d58.svg);
}

.flag-icon-bd {
  background-image: url(../images/flags/4x3/bd.6bc03e5a.svg);
}

.flag-icon-bd.flag-icon-squared {
  background-image: url(../images/flags/1x1/bd.ac8d97bc.svg);
}

.flag-icon-be {
  background-image: url(../images/flags/4x3/be.3e206ccb.svg);
}

.flag-icon-be.flag-icon-squared {
  background-image: url(../images/flags/1x1/be.e83467b8.svg);
}

.flag-icon-bf {
  background-image: url(../images/flags/4x3/bf.d5ebc193.svg);
}

.flag-icon-bf.flag-icon-squared {
  background-image: url(../images/flags/1x1/bf.4a2dc342.svg);
}

.flag-icon-bg {
  background-image: url(../images/flags/4x3/bg.247feeba.svg);
}

.flag-icon-bg.flag-icon-squared {
  background-image: url(../images/flags/1x1/bg.fd31fa36.svg);
}

.flag-icon-bh {
  background-image: url(../images/flags/4x3/bh.44ef7f2d.svg);
}

.flag-icon-bh.flag-icon-squared {
  background-image: url(../images/flags/1x1/bh.871933eb.svg);
}

.flag-icon-bi {
  background-image: url(../images/flags/4x3/bi.aec32be8.svg);
}

.flag-icon-bi.flag-icon-squared {
  background-image: url(../images/flags/1x1/bi.fe000991.svg);
}

.flag-icon-bj {
  background-image: url(../images/flags/4x3/bj.e0fd9acd.svg);
}

.flag-icon-bj.flag-icon-squared {
  background-image: url(../images/flags/1x1/bj.56a63073.svg);
}

.flag-icon-bl {
  background-image: url(../images/flags/4x3/bl.6bc0921e.svg);
}

.flag-icon-bl.flag-icon-squared {
  background-image: url(../images/flags/1x1/bl.192ca9f3.svg);
}

.flag-icon-bm {
  background-image: url(../images/flags/4x3/bm.3c3a4bb2.svg);
}

.flag-icon-bm.flag-icon-squared {
  background-image: url(../images/flags/1x1/bm.62e57b0d.svg);
}

.flag-icon-bn {
  background-image: url(../images/flags/4x3/bn.8f92a2a6.svg);
}

.flag-icon-bn.flag-icon-squared {
  background-image: url(../images/flags/1x1/bn.fbe8d8b2.svg);
}

.flag-icon-bo {
  background-image: url(../images/flags/4x3/bo.b8675736.svg);
}

.flag-icon-bo.flag-icon-squared {
  background-image: url(../images/flags/1x1/bo.6fb296d5.svg);
}

.flag-icon-bq {
  background-image: url(../images/flags/4x3/bq.2c52a7ba.svg);
}

.flag-icon-bq.flag-icon-squared {
  background-image: url(../images/flags/1x1/bq.33213090.svg);
}

.flag-icon-br {
  background-image: url(../images/flags/4x3/br.1a59cea1.svg);
}

.flag-icon-br.flag-icon-squared {
  background-image: url(../images/flags/1x1/br.78de6acf.svg);
}

.flag-icon-bs {
  background-image: url(../images/flags/4x3/bs.d7739402.svg);
}

.flag-icon-bs.flag-icon-squared {
  background-image: url(../images/flags/1x1/bs.06f208ef.svg);
}

.flag-icon-bt {
  background-image: url(../images/flags/4x3/bt.ba78c82b.svg);
}

.flag-icon-bt.flag-icon-squared {
  background-image: url(../images/flags/1x1/bt.a8c715fb.svg);
}

.flag-icon-bv {
  background-image: url(../images/flags/4x3/bv.335d777f.svg);
}

.flag-icon-bv.flag-icon-squared {
  background-image: url(../images/flags/1x1/bv.fb576f4e.svg);
}

.flag-icon-bw {
  background-image: url(../images/flags/4x3/bw.3019b827.svg);
}

.flag-icon-bw.flag-icon-squared {
  background-image: url(../images/flags/1x1/bw.ee5c04fc.svg);
}

.flag-icon-by {
  background-image: url(../images/flags/4x3/by.c37b472c.svg);
}

.flag-icon-by.flag-icon-squared {
  background-image: url(../images/flags/1x1/by.f96a9f20.svg);
}

.flag-icon-bz {
  background-image: url(../images/flags/4x3/bz.54bf4573.svg);
}

.flag-icon-bz.flag-icon-squared {
  background-image: url(../images/flags/1x1/bz.43b35557.svg);
}

.flag-icon-ca {
  background-image: url(../images/flags/4x3/ca.17ac1874.svg);
}

.flag-icon-ca.flag-icon-squared {
  background-image: url(../images/flags/1x1/ca.fc2f2c1d.svg);
}

.flag-icon-cc {
  background-image: url(../images/flags/4x3/cc.df17cb00.svg);
}

.flag-icon-cc.flag-icon-squared {
  background-image: url(../images/flags/1x1/cc.eef7f863.svg);
}

.flag-icon-cd {
  background-image: url(../images/flags/4x3/cd.8316eaf8.svg);
}

.flag-icon-cd.flag-icon-squared {
  background-image: url(../images/flags/1x1/cd.ee26ac27.svg);
}

.flag-icon-cf {
  background-image: url(../images/flags/4x3/cf.20a25c2a.svg);
}

.flag-icon-cf.flag-icon-squared {
  background-image: url(../images/flags/1x1/cf.bd69d342.svg);
}

.flag-icon-cg {
  background-image: url(../images/flags/4x3/cg.2e89ed7e.svg);
}

.flag-icon-cg.flag-icon-squared {
  background-image: url(../images/flags/1x1/cg.130e4bd0.svg);
}

.flag-icon-ch {
  background-image: url(../images/flags/4x3/ch.c493a4ec.svg);
}

.flag-icon-ch.flag-icon-squared {
  background-image: url(../images/flags/1x1/ch.12ad982c.svg);
}

.flag-icon-ci {
  background-image: url(../images/flags/4x3/ci.18fced23.svg);
}

.flag-icon-ci.flag-icon-squared {
  background-image: url(../images/flags/1x1/ci.02f0fd19.svg);
}

.flag-icon-ck {
  background-image: url(../images/flags/4x3/ck.842fc3e1.svg);
}

.flag-icon-ck.flag-icon-squared {
  background-image: url(../images/flags/1x1/ck.437f1c96.svg);
}

.flag-icon-cl {
  background-image: url(../images/flags/4x3/cl.6aff5a42.svg);
}

.flag-icon-cl.flag-icon-squared {
  background-image: url(../images/flags/1x1/cl.24a7ff77.svg);
}

.flag-icon-cm {
  background-image: url(../images/flags/4x3/cm.af072c01.svg);
}

.flag-icon-cm.flag-icon-squared {
  background-image: url(../images/flags/1x1/cm.809d4c84.svg);
}

.flag-icon-cn {
  background-image: url(../images/flags/4x3/cn.5e5918ff.svg);
}

.flag-icon-cn.flag-icon-squared {
  background-image: url(../images/flags/1x1/cn.bedfd890.svg);
}

.flag-icon-co {
  background-image: url(../images/flags/4x3/co.bfda7e86.svg);
}

.flag-icon-co.flag-icon-squared {
  background-image: url(../images/flags/1x1/co.ee16270e.svg);
}

.flag-icon-cr {
  background-image: url(../images/flags/4x3/cr.60862cdf.svg);
}

.flag-icon-cr.flag-icon-squared {
  background-image: url(../images/flags/1x1/cr.7869c8a8.svg);
}

.flag-icon-cu {
  background-image: url(../images/flags/4x3/cu.15dee695.svg);
}

.flag-icon-cu.flag-icon-squared {
  background-image: url(../images/flags/1x1/cu.e509a089.svg);
}

.flag-icon-cv {
  background-image: url(../images/flags/4x3/cv.e7a576cf.svg);
}

.flag-icon-cv.flag-icon-squared {
  background-image: url(../images/flags/1x1/cv.ab2ae825.svg);
}

.flag-icon-cw {
  background-image: url(../images/flags/4x3/cw.42b4e8a5.svg);
}

.flag-icon-cw.flag-icon-squared {
  background-image: url(../images/flags/1x1/cw.723c05c5.svg);
}

.flag-icon-cx {
  background-image: url(../images/flags/4x3/cx.a3a129f1.svg);
}

.flag-icon-cx.flag-icon-squared {
  background-image: url(../images/flags/1x1/cx.74cec426.svg);
}

.flag-icon-cy {
  background-image: url(../images/flags/4x3/cy.805568ec.svg);
}

.flag-icon-cy.flag-icon-squared {
  background-image: url(../images/flags/1x1/cy.1b7095f2.svg);
}

.flag-icon-cz {
  background-image: url(../images/flags/4x3/cz.b68729d8.svg);
}

.flag-icon-cz.flag-icon-squared {
  background-image: url(../images/flags/1x1/cz.5d1c62c2.svg);
}

.flag-icon-de {
  background-image: url(../images/flags/4x3/de.a51d522f.svg);
}

.flag-icon-de.flag-icon-squared {
  background-image: url(../images/flags/1x1/de.4eb7af0d.svg);
}

.flag-icon-dj {
  background-image: url(../images/flags/4x3/dj.9e5f122a.svg);
}

.flag-icon-dj.flag-icon-squared {
  background-image: url(../images/flags/1x1/dj.f2abe74e.svg);
}

.flag-icon-dk {
  background-image: url(../images/flags/4x3/dk.6d3fd354.svg);
}

.flag-icon-dk.flag-icon-squared {
  background-image: url(../images/flags/1x1/dk.68f5f896.svg);
}

.flag-icon-dm {
  background-image: url(../images/flags/4x3/dm.26eebc61.svg);
}

.flag-icon-dm.flag-icon-squared {
  background-image: url(../images/flags/1x1/dm.0c25d1c9.svg);
}

.flag-icon-do {
  background-image: url(../images/flags/4x3/do.b458ed8d.svg);
}

.flag-icon-do.flag-icon-squared {
  background-image: url(../images/flags/1x1/do.46ecd3f1.svg);
}

.flag-icon-dz {
  background-image: url(../images/flags/4x3/dz.cbc327cb.svg);
}

.flag-icon-dz.flag-icon-squared {
  background-image: url(../images/flags/1x1/dz.cd764f68.svg);
}

.flag-icon-ec {
  background-image: url(../images/flags/4x3/ec.a5936cd5.svg);
}

.flag-icon-ec.flag-icon-squared {
  background-image: url(../images/flags/1x1/ec.0ccc7990.svg);
}

.flag-icon-ee {
  background-image: url(../images/flags/4x3/ee.800c650f.svg);
}

.flag-icon-ee.flag-icon-squared {
  background-image: url(../images/flags/1x1/ee.6d1e401a.svg);
}

.flag-icon-eg {
  background-image: url(../images/flags/4x3/eg.6b3ede57.svg);
}

.flag-icon-eg.flag-icon-squared {
  background-image: url(../images/flags/1x1/eg.855377c1.svg);
}

.flag-icon-eh {
  background-image: url(../images/flags/4x3/eh.a23d3ca1.svg);
}

.flag-icon-eh.flag-icon-squared {
  background-image: url(../images/flags/1x1/eh.285f85bd.svg);
}

.flag-icon-er {
  background-image: url(../images/flags/4x3/er.87023ff7.svg);
}

.flag-icon-er.flag-icon-squared {
  background-image: url(../images/flags/1x1/er.3ad6e1e3.svg);
}

.flag-icon-es {
  background-image: url(../images/flags/4x3/es.2d0caa1a.svg);
}

.flag-icon-es.flag-icon-squared {
  background-image: url(../images/flags/1x1/es.8020fcd8.svg);
}

.flag-icon-et {
  background-image: url(../images/flags/4x3/et.c7a568b5.svg);
}

.flag-icon-et.flag-icon-squared {
  background-image: url(../images/flags/1x1/et.36557b8c.svg);
}

.flag-icon-fi {
  background-image: url(../images/flags/4x3/fi.ed0d202e.svg);
}

.flag-icon-fi.flag-icon-squared {
  background-image: url(../images/flags/1x1/fi.c09b6701.svg);
}

.flag-icon-fj {
  background-image: url(../images/flags/4x3/fj.06a2a0a5.svg);
}

.flag-icon-fj.flag-icon-squared {
  background-image: url(../images/flags/1x1/fj.145f6e91.svg);
}

.flag-icon-fk {
  background-image: url(../images/flags/4x3/fk.9afe00c8.svg);
}

.flag-icon-fk.flag-icon-squared {
  background-image: url(../images/flags/1x1/fk.0346c508.svg);
}

.flag-icon-fm {
  background-image: url(../images/flags/4x3/fm.158c1a99.svg);
}

.flag-icon-fm.flag-icon-squared {
  background-image: url(../images/flags/1x1/fm.80592cbb.svg);
}

.flag-icon-fo {
  background-image: url(../images/flags/4x3/fo.b2a83814.svg);
}

.flag-icon-fo.flag-icon-squared {
  background-image: url(../images/flags/1x1/fo.727b464e.svg);
}

.flag-icon-fr {
  background-image: url(../images/flags/4x3/fr.5f045d2c.svg);
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(../images/flags/1x1/fr.be1df903.svg);
}

.flag-icon-ga {
  background-image: url(../images/flags/4x3/ga.94225722.svg);
}

.flag-icon-ga.flag-icon-squared {
  background-image: url(../images/flags/1x1/ga.09eba4c8.svg);
}

.flag-icon-gb {
  background-image: url(../images/flags/4x3/gb.26f575fe.svg);
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb.044f7b44.svg);
}

.flag-icon-gd {
  background-image: url(../images/flags/4x3/gd.3fcac19b.svg);
}

.flag-icon-gd.flag-icon-squared {
  background-image: url(../images/flags/1x1/gd.14c87934.svg);
}

.flag-icon-ge {
  background-image: url(../images/flags/4x3/ge.616a9f1e.svg);
}

.flag-icon-ge.flag-icon-squared {
  background-image: url(../images/flags/1x1/ge.dc17a92d.svg);
}

.flag-icon-gf {
  background-image: url(../images/flags/4x3/gf.0c190d18.svg);
}

.flag-icon-gf.flag-icon-squared {
  background-image: url(../images/flags/1x1/gf.142f9db2.svg);
}

.flag-icon-gg {
  background-image: url(../images/flags/4x3/gg.bb803fec.svg);
}

.flag-icon-gg.flag-icon-squared {
  background-image: url(../images/flags/1x1/gg.c2b5483a.svg);
}

.flag-icon-gh {
  background-image: url(../images/flags/4x3/gh.beaf26e1.svg);
}

.flag-icon-gh.flag-icon-squared {
  background-image: url(../images/flags/1x1/gh.1ab7e23a.svg);
}

.flag-icon-gi {
  background-image: url(../images/flags/4x3/gi.6d2c289a.svg);
}

.flag-icon-gi.flag-icon-squared {
  background-image: url(../images/flags/1x1/gi.e833214f.svg);
}

.flag-icon-gl {
  background-image: url(../images/flags/4x3/gl.16733452.svg);
}

.flag-icon-gl.flag-icon-squared {
  background-image: url(../images/flags/1x1/gl.cbc3b4bf.svg);
}

.flag-icon-gm {
  background-image: url(../images/flags/4x3/gm.ad71e499.svg);
}

.flag-icon-gm.flag-icon-squared {
  background-image: url(../images/flags/1x1/gm.69f9b331.svg);
}

.flag-icon-gn {
  background-image: url(../images/flags/4x3/gn.7136fba9.svg);
}

.flag-icon-gn.flag-icon-squared {
  background-image: url(../images/flags/1x1/gn.a6a97b66.svg);
}

.flag-icon-gp {
  background-image: url(../images/flags/4x3/gp.dc2fad88.svg);
}

.flag-icon-gp.flag-icon-squared {
  background-image: url(../images/flags/1x1/gp.f270c0dc.svg);
}

.flag-icon-gq {
  background-image: url(../images/flags/4x3/gq.c0f67260.svg);
}

.flag-icon-gq.flag-icon-squared {
  background-image: url(../images/flags/1x1/gq.6cd4d669.svg);
}

.flag-icon-gr {
  background-image: url(../images/flags/4x3/gr.8559fb8b.svg);
}

.flag-icon-gr.flag-icon-squared {
  background-image: url(../images/flags/1x1/gr.04d30c88.svg);
}

.flag-icon-gs {
  background-image: url(../images/flags/4x3/gs.ffdcf7e8.svg);
}

.flag-icon-gs.flag-icon-squared {
  background-image: url(../images/flags/1x1/gs.57397584.svg);
}

.flag-icon-gt {
  background-image: url(../images/flags/4x3/gt.b484cf21.svg);
}

.flag-icon-gt.flag-icon-squared {
  background-image: url(../images/flags/1x1/gt.46328090.svg);
}

.flag-icon-gu {
  background-image: url(../images/flags/4x3/gu.b89b682e.svg);
}

.flag-icon-gu.flag-icon-squared {
  background-image: url(../images/flags/1x1/gu.1406c5a9.svg);
}

.flag-icon-gw {
  background-image: url(../images/flags/4x3/gw.1e33dcd6.svg);
}

.flag-icon-gw.flag-icon-squared {
  background-image: url(../images/flags/1x1/gw.a987ff2c.svg);
}

.flag-icon-gy {
  background-image: url(../images/flags/4x3/gy.6373016d.svg);
}

.flag-icon-gy.flag-icon-squared {
  background-image: url(../images/flags/1x1/gy.625a1ab0.svg);
}

.flag-icon-hk {
  background-image: url(../images/flags/4x3/hk.378ff44b.svg);
}

.flag-icon-hk.flag-icon-squared {
  background-image: url(../images/flags/1x1/hk.c0a76dea.svg);
}

.flag-icon-hm {
  background-image: url(../images/flags/4x3/hm.a6b406b9.svg);
}

.flag-icon-hm.flag-icon-squared {
  background-image: url(../images/flags/1x1/hm.ca37bda6.svg);
}

.flag-icon-hn {
  background-image: url(../images/flags/4x3/hn.538bcb99.svg);
}

.flag-icon-hn.flag-icon-squared {
  background-image: url(../images/flags/1x1/hn.625e62aa.svg);
}

.flag-icon-hr {
  background-image: url(../images/flags/4x3/hr.563d3c09.svg);
}

.flag-icon-hr.flag-icon-squared {
  background-image: url(../images/flags/1x1/hr.dc70492e.svg);
}

.flag-icon-ht {
  background-image: url(../images/flags/4x3/ht.439ff5b2.svg);
}

.flag-icon-ht.flag-icon-squared {
  background-image: url(../images/flags/1x1/ht.bf2699c7.svg);
}

.flag-icon-hu {
  background-image: url(../images/flags/4x3/hu.1f258db5.svg);
}

.flag-icon-hu.flag-icon-squared {
  background-image: url(../images/flags/1x1/hu.4707577f.svg);
}

.flag-icon-id {
  background-image: url(../images/flags/4x3/id.55e54db0.svg);
}

.flag-icon-id.flag-icon-squared {
  background-image: url(../images/flags/1x1/id.d107c301.svg);
}

.flag-icon-ie {
  background-image: url(../images/flags/4x3/ie.00653f90.svg);
}

.flag-icon-ie.flag-icon-squared {
  background-image: url(../images/flags/1x1/ie.196f4bc1.svg);
}

.flag-icon-il {
  background-image: url(../images/flags/4x3/il.6450d895.svg);
}

.flag-icon-il.flag-icon-squared {
  background-image: url(../images/flags/1x1/il.5746b8c5.svg);
}

.flag-icon-im {
  background-image: url(../images/flags/4x3/im.f359e4af.svg);
}

.flag-icon-im.flag-icon-squared {
  background-image: url(../images/flags/1x1/im.063e4f27.svg);
}

.flag-icon-in {
  background-image: url(../images/flags/4x3/in.b55580fd.svg);
}

.flag-icon-in.flag-icon-squared {
  background-image: url(../images/flags/1x1/in.f9c870c7.svg);
}

.flag-icon-io {
  background-image: url(../images/flags/4x3/io.c3a9a347.svg);
}

.flag-icon-io.flag-icon-squared {
  background-image: url(../images/flags/1x1/io.60c16019.svg);
}

.flag-icon-iq {
  background-image: url(../images/flags/4x3/iq.3e39395d.svg);
}

.flag-icon-iq.flag-icon-squared {
  background-image: url(../images/flags/1x1/iq.b797eb0b.svg);
}

.flag-icon-ir {
  background-image: url(../images/flags/4x3/ir.58c78eab.svg);
}

.flag-icon-ir.flag-icon-squared {
  background-image: url(../images/flags/1x1/ir.5e7a66fb.svg);
}

.flag-icon-is {
  background-image: url(../images/flags/4x3/is.bf6e98c2.svg);
}

.flag-icon-is.flag-icon-squared {
  background-image: url(../images/flags/1x1/is.d2df5720.svg);
}

.flag-icon-it {
  background-image: url(../images/flags/4x3/it.39d095fb.svg);
}

.flag-icon-it.flag-icon-squared {
  background-image: url(../images/flags/1x1/it.d5204a17.svg);
}

.flag-icon-je {
  background-image: url(../images/flags/4x3/je.ae6abe6e.svg);
}

.flag-icon-je.flag-icon-squared {
  background-image: url(../images/flags/1x1/je.35c3c091.svg);
}

.flag-icon-jm {
  background-image: url(../images/flags/4x3/jm.bb9c6557.svg);
}

.flag-icon-jm.flag-icon-squared {
  background-image: url(../images/flags/1x1/jm.c2f79f60.svg);
}

.flag-icon-jo {
  background-image: url(../images/flags/4x3/jo.4ac727e7.svg);
}

.flag-icon-jo.flag-icon-squared {
  background-image: url(../images/flags/1x1/jo.95900b0b.svg);
}

.flag-icon-jp {
  background-image: url(../images/flags/4x3/jp.abf6d360.svg);
}

.flag-icon-jp.flag-icon-squared {
  background-image: url(../images/flags/1x1/jp.c43049c2.svg);
}

.flag-icon-ke {
  background-image: url(../images/flags/4x3/ke.28bffdde.svg);
}

.flag-icon-ke.flag-icon-squared {
  background-image: url(../images/flags/1x1/ke.cdbf16a8.svg);
}

.flag-icon-kg {
  background-image: url(../images/flags/4x3/kg.7f25fc52.svg);
}

.flag-icon-kg.flag-icon-squared {
  background-image: url(../images/flags/1x1/kg.5cd7c8e6.svg);
}

.flag-icon-kh {
  background-image: url(../images/flags/4x3/kh.9e206ef9.svg);
}

.flag-icon-kh.flag-icon-squared {
  background-image: url(../images/flags/1x1/kh.f7fb085f.svg);
}

.flag-icon-ki {
  background-image: url(../images/flags/4x3/ki.f9be0945.svg);
}

.flag-icon-ki.flag-icon-squared {
  background-image: url(../images/flags/1x1/ki.e4d0ec40.svg);
}

.flag-icon-km {
  background-image: url(../images/flags/4x3/km.73fc71a8.svg);
}

.flag-icon-km.flag-icon-squared {
  background-image: url(../images/flags/1x1/km.8dd5bdd7.svg);
}

.flag-icon-kn {
  background-image: url(../images/flags/4x3/kn.262dffc8.svg);
}

.flag-icon-kn.flag-icon-squared {
  background-image: url(../images/flags/1x1/kn.7444ddc5.svg);
}

.flag-icon-kp {
  background-image: url(../images/flags/4x3/kp.bd080ebd.svg);
}

.flag-icon-kp.flag-icon-squared {
  background-image: url(../images/flags/1x1/kp.b9a197f6.svg);
}

.flag-icon-kr {
  background-image: url(../images/flags/4x3/kr.4e13befd.svg);
}

.flag-icon-kr.flag-icon-squared {
  background-image: url(../images/flags/1x1/kr.b85cc3dc.svg);
}

.flag-icon-kw {
  background-image: url(../images/flags/4x3/kw.d8c09028.svg);
}

.flag-icon-kw.flag-icon-squared {
  background-image: url(../images/flags/1x1/kw.8fda8b38.svg);
}

.flag-icon-ky {
  background-image: url(../images/flags/4x3/ky.f5d9d809.svg);
}

.flag-icon-ky.flag-icon-squared {
  background-image: url(../images/flags/1x1/ky.bea1dbdd.svg);
}

.flag-icon-kz {
  background-image: url(../images/flags/4x3/kz.0e744e4e.svg);
}

.flag-icon-kz.flag-icon-squared {
  background-image: url(../images/flags/1x1/kz.63392ec4.svg);
}

.flag-icon-la {
  background-image: url(../images/flags/4x3/la.6db54bae.svg);
}

.flag-icon-la.flag-icon-squared {
  background-image: url(../images/flags/1x1/la.90b7d665.svg);
}

.flag-icon-lb {
  background-image: url(../images/flags/4x3/lb.818a9149.svg);
}

.flag-icon-lb.flag-icon-squared {
  background-image: url(../images/flags/1x1/lb.5fb37558.svg);
}

.flag-icon-lc {
  background-image: url(../images/flags/4x3/lc.1f8cb283.svg);
}

.flag-icon-lc.flag-icon-squared {
  background-image: url(../images/flags/1x1/lc.17a7302c.svg);
}

.flag-icon-li {
  background-image: url(../images/flags/4x3/li.5c6e91bd.svg);
}

.flag-icon-li.flag-icon-squared {
  background-image: url(../images/flags/1x1/li.963c7aa5.svg);
}

.flag-icon-lk {
  background-image: url(../images/flags/4x3/lk.f4106211.svg);
}

.flag-icon-lk.flag-icon-squared {
  background-image: url(../images/flags/1x1/lk.9822728d.svg);
}

.flag-icon-lr {
  background-image: url(../images/flags/4x3/lr.5ed045da.svg);
}

.flag-icon-lr.flag-icon-squared {
  background-image: url(../images/flags/1x1/lr.9d07aaa0.svg);
}

.flag-icon-ls {
  background-image: url(../images/flags/4x3/ls.bfa2f185.svg);
}

.flag-icon-ls.flag-icon-squared {
  background-image: url(../images/flags/1x1/ls.c18e9d9a.svg);
}

.flag-icon-lt {
  background-image: url(../images/flags/4x3/lt.759bbeac.svg);
}

.flag-icon-lt.flag-icon-squared {
  background-image: url(../images/flags/1x1/lt.f1a8d690.svg);
}

.flag-icon-lu {
  background-image: url(../images/flags/4x3/lu.1ac4d60f.svg);
}

.flag-icon-lu.flag-icon-squared {
  background-image: url(../images/flags/1x1/lu.246e0e71.svg);
}

.flag-icon-lv {
  background-image: url(../images/flags/4x3/lv.dbff0718.svg);
}

.flag-icon-lv.flag-icon-squared {
  background-image: url(../images/flags/1x1/lv.578aa332.svg);
}

.flag-icon-ly {
  background-image: url(../images/flags/4x3/ly.f75b16b4.svg);
}

.flag-icon-ly.flag-icon-squared {
  background-image: url(../images/flags/1x1/ly.a8a61db8.svg);
}

.flag-icon-ma {
  background-image: url(../images/flags/4x3/ma.07997bbe.svg);
}

.flag-icon-ma.flag-icon-squared {
  background-image: url(../images/flags/1x1/ma.86244aa5.svg);
}

.flag-icon-mc {
  background-image: url(../images/flags/4x3/mc.749e995c.svg);
}

.flag-icon-mc.flag-icon-squared {
  background-image: url(../images/flags/1x1/mc.a6daee7d.svg);
}

.flag-icon-md {
  background-image: url(../images/flags/4x3/md.bba429bf.svg);
}

.flag-icon-md.flag-icon-squared {
  background-image: url(../images/flags/1x1/md.63f49a60.svg);
}

.flag-icon-me {
  background-image: url(../images/flags/4x3/me.dadc0f0c.svg);
}

.flag-icon-me.flag-icon-squared {
  background-image: url(../images/flags/1x1/me.0456e73c.svg);
}

.flag-icon-mf {
  background-image: url(../images/flags/4x3/mf.d2d3f46a.svg);
}

.flag-icon-mf.flag-icon-squared {
  background-image: url(../images/flags/1x1/mf.210c4ae6.svg);
}

.flag-icon-mg {
  background-image: url(../images/flags/4x3/mg.f2a14d46.svg);
}

.flag-icon-mg.flag-icon-squared {
  background-image: url(../images/flags/1x1/mg.f3e5ef06.svg);
}

.flag-icon-mh {
  background-image: url(../images/flags/4x3/mh.d44b1528.svg);
}

.flag-icon-mh.flag-icon-squared {
  background-image: url(../images/flags/1x1/mh.0b4162ec.svg);
}

.flag-icon-mk {
  background-image: url(../images/flags/4x3/mk.d1cfe0c7.svg);
}

.flag-icon-mk.flag-icon-squared {
  background-image: url(../images/flags/1x1/mk.91289334.svg);
}

.flag-icon-ml {
  background-image: url(../images/flags/4x3/ml.7d0a81ea.svg);
}

.flag-icon-ml.flag-icon-squared {
  background-image: url(../images/flags/1x1/ml.ba541844.svg);
}

.flag-icon-mm {
  background-image: url(../images/flags/4x3/mm.fa18e4a3.svg);
}

.flag-icon-mm.flag-icon-squared {
  background-image: url(../images/flags/1x1/mm.7d0163c5.svg);
}

.flag-icon-mn {
  background-image: url(../images/flags/4x3/mn.1c60e250.svg);
}

.flag-icon-mn.flag-icon-squared {
  background-image: url(../images/flags/1x1/mn.10765d4c.svg);
}

.flag-icon-mo {
  background-image: url(../images/flags/4x3/mo.2cf849c3.svg);
}

.flag-icon-mo.flag-icon-squared {
  background-image: url(../images/flags/1x1/mo.5bb556f0.svg);
}

.flag-icon-mp {
  background-image: url(../images/flags/4x3/mp.9f377cb9.svg);
}

.flag-icon-mp.flag-icon-squared {
  background-image: url(../images/flags/1x1/mp.bc3b5c5f.svg);
}

.flag-icon-mq {
  background-image: url(../images/flags/4x3/mq.be16d4d4.svg);
}

.flag-icon-mq.flag-icon-squared {
  background-image: url(../images/flags/1x1/mq.b3c6d3a0.svg);
}

.flag-icon-mr {
  background-image: url(../images/flags/4x3/mr.eadf639d.svg);
}

.flag-icon-mr.flag-icon-squared {
  background-image: url(../images/flags/1x1/mr.449d1c39.svg);
}

.flag-icon-ms {
  background-image: url(../images/flags/4x3/ms.80d6b397.svg);
}

.flag-icon-ms.flag-icon-squared {
  background-image: url(../images/flags/1x1/ms.98bf5c5e.svg);
}

.flag-icon-mt {
  background-image: url(../images/flags/4x3/mt.d6eccaef.svg);
}

.flag-icon-mt.flag-icon-squared {
  background-image: url(../images/flags/1x1/mt.32605840.svg);
}

.flag-icon-mu {
  background-image: url(../images/flags/4x3/mu.f30f99d8.svg);
}

.flag-icon-mu.flag-icon-squared {
  background-image: url(../images/flags/1x1/mu.6362bb22.svg);
}

.flag-icon-mv {
  background-image: url(../images/flags/4x3/mv.5091e702.svg);
}

.flag-icon-mv.flag-icon-squared {
  background-image: url(../images/flags/1x1/mv.a82f329b.svg);
}

.flag-icon-mw {
  background-image: url(../images/flags/4x3/mw.f9e36b31.svg);
}

.flag-icon-mw.flag-icon-squared {
  background-image: url(../images/flags/1x1/mw.2d49b1f1.svg);
}

.flag-icon-mx {
  background-image: url(../images/flags/4x3/mx.2101146e.svg);
}

.flag-icon-mx.flag-icon-squared {
  background-image: url(../images/flags/1x1/mx.98615f7f.svg);
}

.flag-icon-my {
  background-image: url(../images/flags/4x3/my.190d4872.svg);
}

.flag-icon-my.flag-icon-squared {
  background-image: url(../images/flags/1x1/my.b7e5d431.svg);
}

.flag-icon-mz {
  background-image: url(../images/flags/4x3/mz.90037d6e.svg);
}

.flag-icon-mz.flag-icon-squared {
  background-image: url(../images/flags/1x1/mz.6f84b9a5.svg);
}

.flag-icon-na {
  background-image: url(../images/flags/4x3/na.24e7fe9c.svg);
}

.flag-icon-na.flag-icon-squared {
  background-image: url(../images/flags/1x1/na.839f8f37.svg);
}

.flag-icon-nc {
  background-image: url(../images/flags/4x3/nc.c5187b82.svg);
}

.flag-icon-nc.flag-icon-squared {
  background-image: url(../images/flags/1x1/nc.72c93fae.svg);
}

.flag-icon-ne {
  background-image: url(../images/flags/4x3/ne.01cfd5bd.svg);
}

.flag-icon-ne.flag-icon-squared {
  background-image: url(../images/flags/1x1/ne.b109ddc7.svg);
}

.flag-icon-nf {
  background-image: url(../images/flags/4x3/nf.14aaa3ef.svg);
}

.flag-icon-nf.flag-icon-squared {
  background-image: url(../images/flags/1x1/nf.3315be59.svg);
}

.flag-icon-ng {
  background-image: url(../images/flags/4x3/ng.580254d5.svg);
}

.flag-icon-ng.flag-icon-squared {
  background-image: url(../images/flags/1x1/ng.5880b5c8.svg);
}

.flag-icon-ni {
  background-image: url(../images/flags/4x3/ni.5830a76a.svg);
}

.flag-icon-ni.flag-icon-squared {
  background-image: url(../images/flags/1x1/ni.5006277c.svg);
}

.flag-icon-nl {
  background-image: url(../images/flags/4x3/nl.79e47ea0.svg);
}

.flag-icon-nl.flag-icon-squared {
  background-image: url(../images/flags/1x1/nl.09ccf3b3.svg);
}

.flag-icon-no {
  background-image: url(../images/flags/4x3/no.d3c5a0b6.svg);
}

.flag-icon-no.flag-icon-squared {
  background-image: url(../images/flags/1x1/no.f59f9b3f.svg);
}

.flag-icon-np {
  background-image: url(../images/flags/4x3/np.a9421038.svg);
}

.flag-icon-np.flag-icon-squared {
  background-image: url(../images/flags/1x1/np.9655cd63.svg);
}

.flag-icon-nr {
  background-image: url(../images/flags/4x3/nr.6bd0e7de.svg);
}

.flag-icon-nr.flag-icon-squared {
  background-image: url(../images/flags/1x1/nr.06e0d963.svg);
}

.flag-icon-nu {
  background-image: url(../images/flags/4x3/nu.dc7a2b14.svg);
}

.flag-icon-nu.flag-icon-squared {
  background-image: url(../images/flags/1x1/nu.9d939773.svg);
}

.flag-icon-nz {
  background-image: url(../images/flags/4x3/nz.248dbad1.svg);
}

.flag-icon-nz.flag-icon-squared {
  background-image: url(../images/flags/1x1/nz.210dd911.svg);
}

.flag-icon-om {
  background-image: url(../images/flags/4x3/om.2ebf43af.svg);
}

.flag-icon-om.flag-icon-squared {
  background-image: url(../images/flags/1x1/om.f7223881.svg);
}

.flag-icon-pa {
  background-image: url(../images/flags/4x3/pa.ced4a242.svg);
}

.flag-icon-pa.flag-icon-squared {
  background-image: url(../images/flags/1x1/pa.d9eb83de.svg);
}

.flag-icon-pe {
  background-image: url(../images/flags/4x3/pe.f0816c37.svg);
}

.flag-icon-pe.flag-icon-squared {
  background-image: url(../images/flags/1x1/pe.ee097e50.svg);
}

.flag-icon-pf {
  background-image: url(../images/flags/4x3/pf.d7a93501.svg);
}

.flag-icon-pf.flag-icon-squared {
  background-image: url(../images/flags/1x1/pf.5f66e631.svg);
}

.flag-icon-pg {
  background-image: url(../images/flags/4x3/pg.068910e2.svg);
}

.flag-icon-pg.flag-icon-squared {
  background-image: url(../images/flags/1x1/pg.ae40d371.svg);
}

.flag-icon-ph {
  background-image: url(../images/flags/4x3/ph.b7bec49e.svg);
}

.flag-icon-ph.flag-icon-squared {
  background-image: url(../images/flags/1x1/ph.ad4ca7ce.svg);
}

.flag-icon-pk {
  background-image: url(../images/flags/4x3/pk.2fddfea3.svg);
}

.flag-icon-pk.flag-icon-squared {
  background-image: url(../images/flags/1x1/pk.a79bdd99.svg);
}

.flag-icon-pl {
  background-image: url(../images/flags/4x3/pl.0ca345e7.svg);
}

.flag-icon-pl.flag-icon-squared {
  background-image: url(../images/flags/1x1/pl.4a936767.svg);
}

.flag-icon-pm {
  background-image: url(../images/flags/4x3/pm.deb31e6c.svg);
}

.flag-icon-pm.flag-icon-squared {
  background-image: url(../images/flags/1x1/pm.d14d74e8.svg);
}

.flag-icon-pn {
  background-image: url(../images/flags/4x3/pn.e56155c1.svg);
}

.flag-icon-pn.flag-icon-squared {
  background-image: url(../images/flags/1x1/pn.011983ac.svg);
}

.flag-icon-pr {
  background-image: url(../images/flags/4x3/pr.346139ed.svg);
}

.flag-icon-pr.flag-icon-squared {
  background-image: url(../images/flags/1x1/pr.5fb60efd.svg);
}

.flag-icon-ps {
  background-image: url(../images/flags/4x3/ps.04f55893.svg);
}

.flag-icon-ps.flag-icon-squared {
  background-image: url(../images/flags/1x1/ps.0aecfee2.svg);
}

.flag-icon-pt {
  background-image: url(../images/flags/4x3/pt.3c410042.svg);
}

.flag-icon-pt.flag-icon-squared {
  background-image: url(../images/flags/1x1/pt.49204270.svg);
}

.flag-icon-pw {
  background-image: url(../images/flags/4x3/pw.8bfbafe2.svg);
}

.flag-icon-pw.flag-icon-squared {
  background-image: url(../images/flags/1x1/pw.def1819b.svg);
}

.flag-icon-py {
  background-image: url(../images/flags/4x3/py.b7956113.svg);
}

.flag-icon-py.flag-icon-squared {
  background-image: url(../images/flags/1x1/py.93030135.svg);
}

.flag-icon-qa {
  background-image: url(../images/flags/4x3/qa.567371af.svg);
}

.flag-icon-qa.flag-icon-squared {
  background-image: url(../images/flags/1x1/qa.103a7434.svg);
}

.flag-icon-re {
  background-image: url(../images/flags/4x3/re.db8d6956.svg);
}

.flag-icon-re.flag-icon-squared {
  background-image: url(../images/flags/1x1/re.535389c1.svg);
}

.flag-icon-ro {
  background-image: url(../images/flags/4x3/ro.64515b6a.svg);
}

.flag-icon-ro.flag-icon-squared {
  background-image: url(../images/flags/1x1/ro.e8cfe32c.svg);
}

.flag-icon-rs {
  background-image: url(../images/flags/4x3/rs.9926aca8.svg);
}

.flag-icon-rs.flag-icon-squared {
  background-image: url(../images/flags/1x1/rs.4eaf546a.svg);
}

.flag-icon-ru {
  background-image: url(../images/flags/4x3/ru.eb6d8418.svg);
}

.flag-icon-ru.flag-icon-squared {
  background-image: url(../images/flags/1x1/ru.0f6e3867.svg);
}

.flag-icon-rw {
  background-image: url(../images/flags/4x3/rw.ad9eee21.svg);
}

.flag-icon-rw.flag-icon-squared {
  background-image: url(../images/flags/1x1/rw.3c99a189.svg);
}

.flag-icon-sa {
  background-image: url(../images/flags/4x3/sa.6cc2f890.svg);
}

.flag-icon-sa.flag-icon-squared {
  background-image: url(../images/flags/1x1/sa.d2578130.svg);
}

.flag-icon-sb {
  background-image: url(../images/flags/4x3/sb.9b02d1c7.svg);
}

.flag-icon-sb.flag-icon-squared {
  background-image: url(../images/flags/1x1/sb.97023a5d.svg);
}

.flag-icon-sc {
  background-image: url(../images/flags/4x3/sc.c5f77013.svg);
}

.flag-icon-sc.flag-icon-squared {
  background-image: url(../images/flags/1x1/sc.18d0ba5c.svg);
}

.flag-icon-sd {
  background-image: url(../images/flags/4x3/sd.b91bc7d2.svg);
}

.flag-icon-sd.flag-icon-squared {
  background-image: url(../images/flags/1x1/sd.0942912c.svg);
}

.flag-icon-se {
  background-image: url(../images/flags/4x3/se.0f303b3a.svg);
}

.flag-icon-se.flag-icon-squared {
  background-image: url(../images/flags/1x1/se.8fd954d4.svg);
}

.flag-icon-sg {
  background-image: url(../images/flags/4x3/sg.08622d7e.svg);
}

.flag-icon-sg.flag-icon-squared {
  background-image: url(../images/flags/1x1/sg.d4402fa2.svg);
}

.flag-icon-sh {
  background-image: url(../images/flags/4x3/sh.db2ed663.svg);
}

.flag-icon-sh.flag-icon-squared {
  background-image: url(../images/flags/1x1/sh.2c0e7a98.svg);
}

.flag-icon-si {
  background-image: url(../images/flags/4x3/si.59516929.svg);
}

.flag-icon-si.flag-icon-squared {
  background-image: url(../images/flags/1x1/si.52d92007.svg);
}

.flag-icon-sj {
  background-image: url(../images/flags/4x3/sj.209f1a8d.svg);
}

.flag-icon-sj.flag-icon-squared {
  background-image: url(../images/flags/1x1/sj.5c02688a.svg);
}

.flag-icon-sk {
  background-image: url(../images/flags/4x3/sk.daee0d7f.svg);
}

.flag-icon-sk.flag-icon-squared {
  background-image: url(../images/flags/1x1/sk.e4388552.svg);
}

.flag-icon-sl {
  background-image: url(../images/flags/4x3/sl.e22f0ea3.svg);
}

.flag-icon-sl.flag-icon-squared {
  background-image: url(../images/flags/1x1/sl.98468e8e.svg);
}

.flag-icon-sm {
  background-image: url(../images/flags/4x3/sm.6b9322fe.svg);
}

.flag-icon-sm.flag-icon-squared {
  background-image: url(../images/flags/1x1/sm.c1143f65.svg);
}

.flag-icon-sn {
  background-image: url(../images/flags/4x3/sn.66286418.svg);
}

.flag-icon-sn.flag-icon-squared {
  background-image: url(../images/flags/1x1/sn.b3447079.svg);
}

.flag-icon-so {
  background-image: url(../images/flags/4x3/so.c76d906b.svg);
}

.flag-icon-so.flag-icon-squared {
  background-image: url(../images/flags/1x1/so.381e0656.svg);
}

.flag-icon-sr {
  background-image: url(../images/flags/4x3/sr.2db9d92e.svg);
}

.flag-icon-sr.flag-icon-squared {
  background-image: url(../images/flags/1x1/sr.da031167.svg);
}

.flag-icon-ss {
  background-image: url(../images/flags/4x3/ss.39504001.svg);
}

.flag-icon-ss.flag-icon-squared {
  background-image: url(../images/flags/1x1/ss.f0639fa5.svg);
}

.flag-icon-st {
  background-image: url(../images/flags/4x3/st.dafd1b54.svg);
}

.flag-icon-st.flag-icon-squared {
  background-image: url(../images/flags/1x1/st.176ebc09.svg);
}

.flag-icon-sv {
  background-image: url(../images/flags/4x3/sv.d634f9a6.svg);
}

.flag-icon-sv.flag-icon-squared {
  background-image: url(../images/flags/1x1/sv.3079f878.svg);
}

.flag-icon-sx {
  background-image: url(../images/flags/4x3/sx.cb86d088.svg);
}

.flag-icon-sx.flag-icon-squared {
  background-image: url(../images/flags/1x1/sx.1fc55ded.svg);
}

.flag-icon-sy {
  background-image: url(../images/flags/4x3/sy.02b9a07a.svg);
}

.flag-icon-sy.flag-icon-squared {
  background-image: url(../images/flags/1x1/sy.8b012c14.svg);
}

.flag-icon-sz {
  background-image: url(../images/flags/4x3/sz.aeb0c7ef.svg);
}

.flag-icon-sz.flag-icon-squared {
  background-image: url(../images/flags/1x1/sz.f3433e04.svg);
}

.flag-icon-tc {
  background-image: url(../images/flags/4x3/tc.8f88612b.svg);
}

.flag-icon-tc.flag-icon-squared {
  background-image: url(../images/flags/1x1/tc.d8595b03.svg);
}

.flag-icon-td {
  background-image: url(../images/flags/4x3/td.7a610abb.svg);
}

.flag-icon-td.flag-icon-squared {
  background-image: url(../images/flags/1x1/td.5bd58c9a.svg);
}

.flag-icon-tf {
  background-image: url(../images/flags/4x3/tf.4ac80a53.svg);
}

.flag-icon-tf.flag-icon-squared {
  background-image: url(../images/flags/1x1/tf.ea9f2477.svg);
}

.flag-icon-tg {
  background-image: url(../images/flags/4x3/tg.b48a780a.svg);
}

.flag-icon-tg.flag-icon-squared {
  background-image: url(../images/flags/1x1/tg.071e935e.svg);
}

.flag-icon-th {
  background-image: url(../images/flags/4x3/th.87891755.svg);
}

.flag-icon-th.flag-icon-squared {
  background-image: url(../images/flags/1x1/th.a88d006a.svg);
}

.flag-icon-tj {
  background-image: url(../images/flags/4x3/tj.fa81647a.svg);
}

.flag-icon-tj.flag-icon-squared {
  background-image: url(../images/flags/1x1/tj.76ed9f47.svg);
}

.flag-icon-tk {
  background-image: url(../images/flags/4x3/tk.f2c3a640.svg);
}

.flag-icon-tk.flag-icon-squared {
  background-image: url(../images/flags/1x1/tk.0f4fb02a.svg);
}

.flag-icon-tl {
  background-image: url(../images/flags/4x3/tl.64f3c7e0.svg);
}

.flag-icon-tl.flag-icon-squared {
  background-image: url(../images/flags/1x1/tl.2c6671da.svg);
}

.flag-icon-tm {
  background-image: url(../images/flags/4x3/tm.8e52383f.svg);
}

.flag-icon-tm.flag-icon-squared {
  background-image: url(../images/flags/1x1/tm.ebbd1999.svg);
}

.flag-icon-tn {
  background-image: url(../images/flags/4x3/tn.64df3150.svg);
}

.flag-icon-tn.flag-icon-squared {
  background-image: url(../images/flags/1x1/tn.4ce2a1d2.svg);
}

.flag-icon-to {
  background-image: url(../images/flags/4x3/to.11bd964d.svg);
}

.flag-icon-to.flag-icon-squared {
  background-image: url(../images/flags/1x1/to.10c5f4e3.svg);
}

.flag-icon-tr {
  background-image: url(../images/flags/4x3/tr.a275961f.svg);
}

.flag-icon-tr.flag-icon-squared {
  background-image: url(../images/flags/1x1/tr.60fb2434.svg);
}

.flag-icon-tt {
  background-image: url(../images/flags/4x3/tt.c9d438bf.svg);
}

.flag-icon-tt.flag-icon-squared {
  background-image: url(../images/flags/1x1/tt.4997474f.svg);
}

.flag-icon-tv {
  background-image: url(../images/flags/4x3/tv.5c596d5c.svg);
}

.flag-icon-tv.flag-icon-squared {
  background-image: url(../images/flags/1x1/tv.14adc05c.svg);
}

.flag-icon-tw {
  background-image: url(../images/flags/4x3/tw.3101336b.svg);
}

.flag-icon-tw.flag-icon-squared {
  background-image: url(../images/flags/1x1/tw.22084f47.svg);
}

.flag-icon-tz {
  background-image: url(../images/flags/4x3/tz.5cff96bc.svg);
}

.flag-icon-tz.flag-icon-squared {
  background-image: url(../images/flags/1x1/tz.bdfcd45f.svg);
}

.flag-icon-ua {
  background-image: url(../images/flags/4x3/ua.3697c943.svg);
}

.flag-icon-ua.flag-icon-squared {
  background-image: url(../images/flags/1x1/ua.b4866f4d.svg);
}

.flag-icon-ug {
  background-image: url(../images/flags/4x3/ug.cd35ef48.svg);
}

.flag-icon-ug.flag-icon-squared {
  background-image: url(../images/flags/1x1/ug.c5c09c98.svg);
}

.flag-icon-um {
  background-image: url(../images/flags/4x3/um.deb31d49.svg);
}

.flag-icon-um.flag-icon-squared {
  background-image: url(../images/flags/1x1/um.de83fba0.svg);
}

.flag-icon-us {
  background-image: url(../images/flags/4x3/us.2e9ea4b0.svg);
}

.flag-icon-us.flag-icon-squared {
  background-image: url(../images/flags/1x1/us.617c6a55.svg);
}

.flag-icon-uy {
  background-image: url(../images/flags/4x3/uy.e2e873b3.svg);
}

.flag-icon-uy.flag-icon-squared {
  background-image: url(../images/flags/1x1/uy.b193a351.svg);
}

.flag-icon-uz {
  background-image: url(../images/flags/4x3/uz.89825e15.svg);
}

.flag-icon-uz.flag-icon-squared {
  background-image: url(../images/flags/1x1/uz.ba5a631e.svg);
}

.flag-icon-va {
  background-image: url(../images/flags/4x3/va.ccbda5d3.svg);
}

.flag-icon-va.flag-icon-squared {
  background-image: url(../images/flags/1x1/va.65429831.svg);
}

.flag-icon-vc {
  background-image: url(../images/flags/4x3/vc.7c2e07c3.svg);
}

.flag-icon-vc.flag-icon-squared {
  background-image: url(../images/flags/1x1/vc.2fdb07a9.svg);
}

.flag-icon-ve {
  background-image: url(../images/flags/4x3/ve.3b30a163.svg);
}

.flag-icon-ve.flag-icon-squared {
  background-image: url(../images/flags/1x1/ve.caf0d098.svg);
}

.flag-icon-vg {
  background-image: url(../images/flags/4x3/vg.42724b97.svg);
}

.flag-icon-vg.flag-icon-squared {
  background-image: url(../images/flags/1x1/vg.0c6aa7d2.svg);
}

.flag-icon-vi {
  background-image: url(../images/flags/4x3/vi.77f0687e.svg);
}

.flag-icon-vi.flag-icon-squared {
  background-image: url(../images/flags/1x1/vi.7f8aaadb.svg);
}

.flag-icon-vn {
  background-image: url(../images/flags/4x3/vn.0ec325e5.svg);
}

.flag-icon-vn.flag-icon-squared {
  background-image: url(../images/flags/1x1/vn.06c2a5d5.svg);
}

.flag-icon-vu {
  background-image: url(../images/flags/4x3/vu.ef7409f3.svg);
}

.flag-icon-vu.flag-icon-squared {
  background-image: url(../images/flags/1x1/vu.e47a3472.svg);
}

.flag-icon-wf {
  background-image: url(../images/flags/4x3/wf.ebb0ffa4.svg);
}

.flag-icon-wf.flag-icon-squared {
  background-image: url(../images/flags/1x1/wf.9bfa83fc.svg);
}

.flag-icon-ws {
  background-image: url(../images/flags/4x3/ws.ff22c667.svg);
}

.flag-icon-ws.flag-icon-squared {
  background-image: url(../images/flags/1x1/ws.d23650da.svg);
}

.flag-icon-ye {
  background-image: url(../images/flags/4x3/ye.b1c4636f.svg);
}

.flag-icon-ye.flag-icon-squared {
  background-image: url(../images/flags/1x1/ye.c370e2e3.svg);
}

.flag-icon-yt {
  background-image: url(../images/flags/4x3/yt.f1d1f1f5.svg);
}

.flag-icon-yt.flag-icon-squared {
  background-image: url(../images/flags/1x1/yt.2098a4b8.svg);
}

.flag-icon-za {
  background-image: url(../images/flags/4x3/za.d8aeb6ed.svg);
}

.flag-icon-za.flag-icon-squared {
  background-image: url(../images/flags/1x1/za.73aeb814.svg);
}

.flag-icon-zm {
  background-image: url(../images/flags/4x3/zm.726a5564.svg);
}

.flag-icon-zm.flag-icon-squared {
  background-image: url(../images/flags/1x1/zm.645efc87.svg);
}

.flag-icon-zw {
  background-image: url(../images/flags/4x3/zw.363a3e2a.svg);
}

.flag-icon-zw.flag-icon-squared {
  background-image: url(../images/flags/1x1/zw.0db27ac5.svg);
}

.flag-icon-es-ct {
  background-image: url(../images/flags/4x3/es-ct.d045e295.svg);
}

.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../images/flags/1x1/es-ct.e2e5dbf4.svg);
}

.flag-icon-eu {
  background-image: url(../images/flags/4x3/eu.47ccbce8.svg);
}

.flag-icon-eu.flag-icon-squared {
  background-image: url(../images/flags/1x1/eu.3dc9dcab.svg);
}

.flag-icon-gb-eng {
  background-image: url(../images/flags/4x3/gb-eng.f337dc2c.svg);
}

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-eng.f445d5ea.svg);
}

.flag-icon-gb-nir {
  background-image: url(../images/flags/4x3/gb-nir.bca162fd.svg);
}

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-nir.fe354126.svg);
}

.flag-icon-gb-sct {
  background-image: url(../images/flags/4x3/gb-sct.6caf73b8.svg);
}

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-sct.bf86aba7.svg);
}

.flag-icon-gb-wls {
  background-image: url(../images/flags/4x3/gb-wls.bcc94892.svg);
}

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-wls.c62bd081.svg);
}

.flag-icon-un {
  background-image: url(../images/flags/4x3/un.cd3d61b6.svg);
}

.flag-icon-un.flag-icon-squared {
  background-image: url(../images/flags/1x1/un.055d2421.svg);
}
/*! Version: 0.6.10 - Generated on Tue, 27 Mar 2018 16:20:35 GMT */