@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! nouislider - 14.1.1 - 12/15/2019 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.victory {
  color: #3CBC8D; }

.defeat {
  color: #E9422E; }

.remade {
  color: #2796BC; }

.kills {
  color: #3CBC8D; }

.deaths {
  color: #E9422E; }

.assists {
  color: #FAC552; }

.full-cell .kills, .deaths, .assists {
  margin-left: 2px;
  margin-right: 2px; }

.redShadow {
  box-shadow: 0px 0px 4px #E9422E; }

.blueShadow {
  box-shadow: 0px 0px 4px #2796BC; }

.greenShadow {
  box-shadow: 0px 0px 4px #3CBC8D; }

.yellowShadow {
  box-shadow: 0px 0px 4px #FAC552; }

.poroShadow {
  box-shadow: 0px 0px 4px #60193f; }

.minionShadow {
  box-shadow: 0px 0px 4px #5cd3be; }

.scuttleShadow {
  box-shadow: 0px 0px 4px #9dc857; }

.krugShadow {
  box-shadow: 0px 0px 4px #fca45c; }

.raptorShadow {
  box-shadow: 0px 0px 4px #ff838d; }

.grompShadow {
  box-shadow: 0px 0px 4px #dd7eff; }

.sentinelShadow {
  box-shadow: 0px 0px 4px #7ed1ff; }

.wolfShadow {
  box-shadow: 0px 0px 4px #dbac07; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:73.75em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:73.8125em)/";
  width: 73.8125em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:73.8125em) and (max-width:90em)/";
  width: 73.8125em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  color: #222;
  cursor: auto;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }

  .small-push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }

  .small-pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }

  .small-push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .small-pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .small-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  .small-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  .small-push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .small-pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .small-push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }

  .small-pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }

  .small-push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }

  .small-pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }

  .small-push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .small-pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .small-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  .small-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  .small-push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .small-pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .small-push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }

  .small-pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 4.1666666667%; }

  .small-2 {
    width: 8.3333333333%; }

  .small-3 {
    width: 12.5%; }

  .small-4 {
    width: 16.6666666667%; }

  .small-5 {
    width: 20.8333333333%; }

  .small-6 {
    width: 25%; }

  .small-7 {
    width: 29.1666666667%; }

  .small-8 {
    width: 33.3333333333%; }

  .small-9 {
    width: 37.5%; }

  .small-10 {
    width: 41.6666666667%; }

  .small-11 {
    width: 45.8333333333%; }

  .small-12 {
    width: 50%; }

  .small-13 {
    width: 54.1666666667%; }

  .small-14 {
    width: 58.3333333333%; }

  .small-15 {
    width: 62.5%; }

  .small-16 {
    width: 66.6666666667%; }

  .small-17 {
    width: 70.8333333333%; }

  .small-18 {
    width: 75%; }

  .small-19 {
    width: 79.1666666667%; }

  .small-20 {
    width: 83.3333333333%; }

  .small-21 {
    width: 87.5%; }

  .small-22 {
    width: 91.6666666667%; }

  .small-23 {
    width: 95.8333333333%; }

  .small-24 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0 !important; }

  .small-offset-1 {
    margin-left: 4.1666666667% !important; }

  .small-offset-2 {
    margin-left: 8.3333333333% !important; }

  .small-offset-3 {
    margin-left: 12.5% !important; }

  .small-offset-4 {
    margin-left: 16.6666666667% !important; }

  .small-offset-5 {
    margin-left: 20.8333333333% !important; }

  .small-offset-6 {
    margin-left: 25% !important; }

  .small-offset-7 {
    margin-left: 29.1666666667% !important; }

  .small-offset-8 {
    margin-left: 33.3333333333% !important; }

  .small-offset-9 {
    margin-left: 37.5% !important; }

  .small-offset-10 {
    margin-left: 41.6666666667% !important; }

  .small-offset-11 {
    margin-left: 45.8333333333% !important; }

  .small-offset-12 {
    margin-left: 50% !important; }

  .small-offset-13 {
    margin-left: 54.1666666667% !important; }

  .small-offset-14 {
    margin-left: 58.3333333333% !important; }

  .small-offset-15 {
    margin-left: 62.5% !important; }

  .small-offset-16 {
    margin-left: 66.6666666667% !important; }

  .small-offset-17 {
    margin-left: 70.8333333333% !important; }

  .small-offset-18 {
    margin-left: 75% !important; }

  .small-offset-19 {
    margin-left: 79.1666666667% !important; }

  .small-offset-20 {
    margin-left: 83.3333333333% !important; }

  .small-offset-21 {
    margin-left: 87.5% !important; }

  .small-offset-22 {
    margin-left: 91.6666666667% !important; }

  .small-offset-23 {
    margin-left: 95.8333333333% !important; }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }

  .medium-push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }

  .medium-pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }

  .medium-push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .medium-pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .medium-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  .medium-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  .medium-push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .medium-pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .medium-push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }

  .medium-pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }

  .medium-push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }

  .medium-pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }

  .medium-push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .medium-pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .medium-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  .medium-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  .medium-push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .medium-pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .medium-push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }

  .medium-pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 4.1666666667%; }

  .medium-2 {
    width: 8.3333333333%; }

  .medium-3 {
    width: 12.5%; }

  .medium-4 {
    width: 16.6666666667%; }

  .medium-5 {
    width: 20.8333333333%; }

  .medium-6 {
    width: 25%; }

  .medium-7 {
    width: 29.1666666667%; }

  .medium-8 {
    width: 33.3333333333%; }

  .medium-9 {
    width: 37.5%; }

  .medium-10 {
    width: 41.6666666667%; }

  .medium-11 {
    width: 45.8333333333%; }

  .medium-12 {
    width: 50%; }

  .medium-13 {
    width: 54.1666666667%; }

  .medium-14 {
    width: 58.3333333333%; }

  .medium-15 {
    width: 62.5%; }

  .medium-16 {
    width: 66.6666666667%; }

  .medium-17 {
    width: 70.8333333333%; }

  .medium-18 {
    width: 75%; }

  .medium-19 {
    width: 79.1666666667%; }

  .medium-20 {
    width: 83.3333333333%; }

  .medium-21 {
    width: 87.5%; }

  .medium-22 {
    width: 91.6666666667%; }

  .medium-23 {
    width: 95.8333333333%; }

  .medium-24 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0 !important; }

  .medium-offset-1 {
    margin-left: 4.1666666667% !important; }

  .medium-offset-2 {
    margin-left: 8.3333333333% !important; }

  .medium-offset-3 {
    margin-left: 12.5% !important; }

  .medium-offset-4 {
    margin-left: 16.6666666667% !important; }

  .medium-offset-5 {
    margin-left: 20.8333333333% !important; }

  .medium-offset-6 {
    margin-left: 25% !important; }

  .medium-offset-7 {
    margin-left: 29.1666666667% !important; }

  .medium-offset-8 {
    margin-left: 33.3333333333% !important; }

  .medium-offset-9 {
    margin-left: 37.5% !important; }

  .medium-offset-10 {
    margin-left: 41.6666666667% !important; }

  .medium-offset-11 {
    margin-left: 45.8333333333% !important; }

  .medium-offset-12 {
    margin-left: 50% !important; }

  .medium-offset-13 {
    margin-left: 54.1666666667% !important; }

  .medium-offset-14 {
    margin-left: 58.3333333333% !important; }

  .medium-offset-15 {
    margin-left: 62.5% !important; }

  .medium-offset-16 {
    margin-left: 66.6666666667% !important; }

  .medium-offset-17 {
    margin-left: 70.8333333333% !important; }

  .medium-offset-18 {
    margin-left: 75% !important; }

  .medium-offset-19 {
    margin-left: 79.1666666667% !important; }

  .medium-offset-20 {
    margin-left: 83.3333333333% !important; }

  .medium-offset-21 {
    margin-left: 87.5% !important; }

  .medium-offset-22 {
    margin-left: 91.6666666667% !important; }

  .medium-offset-23 {
    margin-left: 95.8333333333% !important; }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }

  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }

  .pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }

  .push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  .push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }

  .pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }

  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }

  .pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }

  .push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  .push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }

  .pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; } }
@media only screen and (min-width: 73.8125em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }

  .large-push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }

  .large-pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }

  .large-push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .large-pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .large-push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  .large-pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  .large-push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .large-pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .large-push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }

  .large-pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }

  .large-push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }

  .large-pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }

  .large-push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .large-pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .large-push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  .large-pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  .large-push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .large-pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .large-push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }

  .large-pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 4.1666666667%; }

  .large-2 {
    width: 8.3333333333%; }

  .large-3 {
    width: 12.5%; }

  .large-4 {
    width: 16.6666666667%; }

  .large-5 {
    width: 20.8333333333%; }

  .large-6 {
    width: 25%; }

  .large-7 {
    width: 29.1666666667%; }

  .large-8 {
    width: 33.3333333333%; }

  .large-9 {
    width: 37.5%; }

  .large-10 {
    width: 41.6666666667%; }

  .large-11 {
    width: 45.8333333333%; }

  .large-12 {
    width: 50%; }

  .large-13 {
    width: 54.1666666667%; }

  .large-14 {
    width: 58.3333333333%; }

  .large-15 {
    width: 62.5%; }

  .large-16 {
    width: 66.6666666667%; }

  .large-17 {
    width: 70.8333333333%; }

  .large-18 {
    width: 75%; }

  .large-19 {
    width: 79.1666666667%; }

  .large-20 {
    width: 83.3333333333%; }

  .large-21 {
    width: 87.5%; }

  .large-22 {
    width: 91.6666666667%; }

  .large-23 {
    width: 95.8333333333%; }

  .large-24 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0 !important; }

  .large-offset-1 {
    margin-left: 4.1666666667% !important; }

  .large-offset-2 {
    margin-left: 8.3333333333% !important; }

  .large-offset-3 {
    margin-left: 12.5% !important; }

  .large-offset-4 {
    margin-left: 16.6666666667% !important; }

  .large-offset-5 {
    margin-left: 20.8333333333% !important; }

  .large-offset-6 {
    margin-left: 25% !important; }

  .large-offset-7 {
    margin-left: 29.1666666667% !important; }

  .large-offset-8 {
    margin-left: 33.3333333333% !important; }

  .large-offset-9 {
    margin-left: 37.5% !important; }

  .large-offset-10 {
    margin-left: 41.6666666667% !important; }

  .large-offset-11 {
    margin-left: 45.8333333333% !important; }

  .large-offset-12 {
    margin-left: 50% !important; }

  .large-offset-13 {
    margin-left: 54.1666666667% !important; }

  .large-offset-14 {
    margin-left: 58.3333333333% !important; }

  .large-offset-15 {
    margin-left: 62.5% !important; }

  .large-offset-16 {
    margin-left: 66.6666666667% !important; }

  .large-offset-17 {
    margin-left: 70.8333333333% !important; }

  .large-offset-18 {
    margin-left: 75% !important; }

  .large-offset-19 {
    margin-left: 79.1666666667% !important; }

  .large-offset-20 {
    margin-left: 83.3333333333% !important; }

  .large-offset-21 {
    margin-left: 87.5% !important; }

  .large-offset-22 {
    margin-left: 91.6666666667% !important; }

  .large-offset-23 {
    margin-left: 95.8333333333% !important; }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }

  .push-1 {
    position: relative;
    left: 4.1666666667%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 4.1666666667%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 12.5%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 12.5%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 20.8333333333%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 20.8333333333%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 29.1666666667%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 29.1666666667%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 37.5%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 37.5%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 45.8333333333%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 45.8333333333%;
    left: auto; }

  .push-12 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-12 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-13 {
    position: relative;
    left: 54.1666666667%;
    right: auto; }

  .pull-13 {
    position: relative;
    right: 54.1666666667%;
    left: auto; }

  .push-14 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }

  .pull-14 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }

  .push-15 {
    position: relative;
    left: 62.5%;
    right: auto; }

  .pull-15 {
    position: relative;
    right: 62.5%;
    left: auto; }

  .push-16 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }

  .pull-16 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }

  .push-17 {
    position: relative;
    left: 70.8333333333%;
    right: auto; }

  .pull-17 {
    position: relative;
    right: 70.8333333333%;
    left: auto; }

  .push-18 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-18 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-19 {
    position: relative;
    left: 79.1666666667%;
    right: auto; }

  .pull-19 {
    position: relative;
    right: 79.1666666667%;
    left: auto; }

  .push-20 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }

  .pull-20 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }

  .push-21 {
    position: relative;
    left: 87.5%;
    right: auto; }

  .pull-21 {
    position: relative;
    right: 87.5%;
    left: auto; }

  .push-22 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }

  .pull-22 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }

  .push-23 {
    position: relative;
    left: 95.8333333333%;
    right: auto; }

  .pull-23 {
    position: relative;
    right: 95.8333333333%;
    left: auto; } }
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.0625em) and (max-width: 73.75em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 73.8125em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 73.8125em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 73.8125em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important; }

  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }
@media not print {
  .show-for-print {
    display: none !important; } }
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  list-style: none; }

.gu-hide {
  display: none !important; }

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20); }

.show-for-dark-only, .hide-for-light {
  display: none; }

.show-for-overwolf {
  display: none !important; }

html {
  height: 100%; }
  @media only screen and (min-width: 40.0625em) {
    html {
      overflow-y: scroll; } }
  @media only screen and (max-width: 40em) {
    html {
      overflow-y: none; } }

body {
  color: #888;
  font-size: 0.75rem;
  height: 100%; }

#pageContainer {
  min-height: calc(100vh - 50px); }

a {
  color: #0078A0;
  font-size: 0.75rem; }
  a.nocolor {
    color: inherit !important; }

a:visited {
  color: #0078A0; }

a:hover {
  color: #0092c3; }

.img-align-block,
.img-align-block-right {
  display: flex;
  align-items: center; }
  .img-align-block > div:not(.txt),
  .img-align-block-right > div:not(.txt) {
    flex-shrink: 0; }
  .img-align-block.center,
  .img-align-block-right.center {
    justify-content: center; }
  .img-align-block.verticalTop,
  .img-align-block-right.verticalTop {
    align-items: flex-start; }
  .img-align-block--gap,
  .img-align-block-right--gap {
    gap: 3px; }
  .img-align-block img,
  .img-align-block-right img {
    flex: 1 0 auto;
    padding: 0; }
    .img-align-block img.margin-left,
    .img-align-block-right img.margin-left {
      margin-left: 5px; }
  .img-align-block a.name:hover,
  .img-align-block-right a.name:hover {
    text-decoration: underline; }
  .img-align-block .name,
  .img-align-block-right .name {
    color: #555;
    font-weight: 400; }
    .img-align-block .name.nounderline,
    .img-align-block-right .name.nounderline {
      text-decoration: none !important; }
  .img-align-block i, .img-align-block .subname,
  .img-align-block-right i,
  .img-align-block-right .subname {
    color: #999;
    font-weight: 400; }
    @media only screen and (min-width: 40.0625em) {
      .img-align-block i, .img-align-block .subname,
      .img-align-block-right i,
      .img-align-block-right .subname {
        font-size: 12px; } }
    @media only screen and (max-width: 40em) {
      .img-align-block i, .img-align-block .subname,
      .img-align-block-right i,
      .img-align-block-right .subname {
        font-size: 11px;
        line-height: 11px; } }
  .img-align-block .subsubname,
  .img-align-block-right .subsubname {
    color: #A4A4A4; }
    @media only screen and (min-width: 40.0625em) {
      .img-align-block .subsubname,
      .img-align-block-right .subsubname {
        font-size: 11px;
        line-height: 11px; } }
    @media only screen and (max-width: 40em) {
      .img-align-block .subsubname,
      .img-align-block-right .subsubname {
        font-size: 10px;
        line-height: 10px; } }
  .img-align-block .txt,
  .img-align-block-right .txt {
    flex: 0 1 auto;
    padding-left: 5px;
    word-wrap: break-word;
    line-height: 18px; }

.img-align-block-right {
  flex-direction: row-reverse !important; }
  .img-align-block-right .txt {
    padding-left: 0;
    padding-right: 5px; }

@media only screen and (max-width: 40em) {
  .block-medium-up {
    display: block;
    align-items: none;
    text-align: center; }
    .block-medium-up img {
      flex: none; }
    .block-medium-up .txt {
      flex: none;
      padding-left: 0; }
    .block-medium-up.width-62-on-small {
      width: 62px; } }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.see_more_hidden {
  display: none; }

.nopadding {
  padding: 0 !important; }

.nomargin {
  margin: 0 !important; }

@media only screen and (max-width: 359px) {
  .hide-for-super-small-only {
    display: none !important; } }

@media only screen and (max-height: 50em) {
  .hide-for-medium-height-down {
    display: none !important; } }

@media only screen and (min-width: 359px) {
  .show-for-super-small-only {
    display: none !important; } }

img.img-right-margin {
  margin-right: 3px; }

@media only screen and (max-width: 40em) {
  .hide-for-small-down-custom,
  .show-for-medium-up-custom {
    display: none !important; } }

@media only screen and (min-width: 40.0625em) {
  .hide-for-medium-up-custom,
  .show-for-small-down-custom {
    display: none !important; } }

@media only screen and (min-width: 73.8125em) {
  .show-for-medium-only-custom {
    display: none !important; } }
@media only screen and (max-width: 40em) {
  .show-for-medium-only-custom {
    display: none !important; } }

@media only screen and (max-width: 73.75em) {
  .hide-for-medium-down-custom,
  .show-for-large-up-custom {
    display: none !important; } }

@media only screen and (max-width: 40em) {
  .text-center-small-down {
    text-align: center; } }

.text-left-light-only {
  text-align: left !important; }

.text-right-light-only {
  text-align: right !important; }

.text-center-light-only {
  text-align: center !important; }

.relative {
  position: relative; }

.responsive-table {
  overflow-x: auto;
  padding-left: 0px;
  padding-right: 0px; }
  @media only screen and (max-width: 73.75em) {
    .responsive-table {
      display: block; } }

.no-padding {
  padding: 0 !important; }

.rotatable {
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  .rotatable.rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.popup_block {
  display: none;
  background: none repeat scroll 0% 0% #222;
  padding: 0px;
  font-size: 1.2em;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }

#fade {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  opacity: 0.45; }

body.game-lol {
  background: url("https://lolg-cdn.porofessor.gg/img/s/bg.jpg") no-repeat center center fixed;
  background-size: cover; }
body.game-tft {
  background: url("https://lolg-cdn.porofessor.gg/img/s/bg-tft.jpg") no-repeat center center fixed;
  background-size: cover; }

#pageContent {
  background-color: #F2F2F2;
  min-height: calc(100vh - 50px);
  margin-top: 50px; }
  @media only screen and (min-width: 40.0625em) {
    #pageContent {
      width: 79.16667% !important; } }
  @media only screen and (max-width: 40em) {
    #pageContent {
      width: 100%; } }

@media only screen and (min-width: 40.0625em) {
  #mainContentContainer {
    padding: 20px 10px; } }
@media only screen and (max-width: 40em) {
  #mainContentContainer {
    padding: 10px 0;
    margin: 0; }
    #mainContentContainer .row .columns {
      padding: 0 7px !important; }
    #mainContentContainer .row .row {
      margin: 0 -7px !important; }
      #mainContentContainer .row .row .columns {
        padding: 0 7px !important; } }

.box {
  background-color: #FFF;
  margin-bottom: 20px;
  border: 1px solid #E2E2E2; }
  @media only screen and (min-width: 40.0625em) {
    .box.box-padding {
      padding: 13px 15px 5px 15px; } }
  @media only screen and (max-width: 40em) {
    .box.box-padding {
      padding: 15px 8px 10px 8px; } }
  @media only screen and (min-width: 40.0625em) {
    .box.box-padding-10 {
      padding: 10px 15px; } }
  @media only screen and (max-width: 40em) {
    .box.box-padding-10 {
      padding: 10px 8px; } }
  @media only screen and (min-width: 40.0625em) {
    .box.box-padding-10-10 {
      padding: 10px 10px; } }
  @media only screen and (max-width: 40em) {
    .box.box-padding-10-10 {
      padding: 10px 8px; } }
  @media only screen and (min-width: 40.0625em) {
    .box.box-padding-5-10 {
      padding: 5px 10px; } }
  @media only screen and (max-width: 40em) {
    .box.box-padding-5-10 {
      padding: 5px 8px; } }
  @media only screen and (min-width: 40.0625em) {
    .box.box-padding-17 {
      padding: 17px 15px; } }
  @media only screen and (max-width: 40em) {
    .box.box-padding-17 {
      padding: 10px 8px; } }
  @media only screen and (min-width: 40.0625em) {
    .box.box-padding-10-5 {
      padding: 10px 7px; } }
  @media only screen and (max-width: 40em) {
    .box.box-padding-10-5 {
      padding: 10px 5px; } }
  @media only screen and (min-width: 40.0625em) {
    .box.box-padding-20-width {
      padding: 10px 23px; } }
  @media only screen and (max-width: 40em) {
    .box.box-padding-20-width {
      padding: 10px 8px; } }
  .box.box-padding-none {
    padding: 0;
    border-top: none; }
  .box.box-padding-10-dark-only {
    padding: 0;
    border-top: none; }
  .box.box-no-padding-bot {
    padding-bottom: 0 !important; }
  .box.tabbed-box {
    padding-top: 0; }
  .box h4 {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #666;
    margin-top: 10px; }
  .box .solo-text {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    color: inherit; }

.box-title {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  color: inherit;
  margin-top: 0; }
  .box-title.medium-title {
    font-size: 18px;
    padding: 1px 0; }
  .box-title a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit; }

.pip-container {
  display: inline-block;
  position: relative; }
  .pip-container .subPicture {
    position: absolute;
    bottom: 0;
    right: 0; }

img {
  border-radius: 0px; }

.font-size-0 {
  font-size: 0 !important; }

.margin-centered {
  margin-left: auto;
  margin-right: auto; }

.inlineBlock {
  display: inline-block; }

.display-block {
  display: block !important; }

.wggreen {
  background-color: #3CBC8D; }

.wggreenfont {
  color: #3CBC8D; }

.wgred {
  background-color: #E9422E; }

.wgredfont {
  color: #E9422E; }

.wgyellow {
  background-color: #FAC552; }

.wgyellowfont {
  color: #FAC552; }

.wgblue {
  background-color: #2796BC; }

.wgbluefont {
  color: #2796BC; }

.hidden {
  display: none !important; }

.flex {
  display: flex; }

.with-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.no-padding-lateral {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.roundIcon {
  border-radius: 50%; }

.icon-24 {
  height: 24px !important;
  width: 24px !important; }

@media only screen {
  .small-1-lightOnly {
    width: 4.1666666667%; }

  .small-2-lightOnly {
    width: 8.3333333333%; }

  .small-3-lightOnly {
    width: 12.5%; }

  .small-4-lightOnly {
    width: 16.6666666667%; }

  .small-5-lightOnly {
    width: 20.8333333333%; }

  .small-6-lightOnly {
    width: 25%; }

  .small-7-lightOnly {
    width: 29.1666666667%; }

  .small-8-lightOnly {
    width: 33.3333333333%; }

  .small-9-lightOnly {
    width: 37.5%; }

  .small-10-lightOnly {
    width: 41.6666666667%; }

  .small-11-lightOnly {
    width: 45.8333333333%; }

  .small-12-lightOnly {
    width: 50%; }

  .small-13-lightOnly {
    width: 54.1666666667%; }

  .small-14-lightOnly {
    width: 58.3333333333%; }

  .small-15-lightOnly {
    width: 62.5%; }

  .small-16-lightOnly {
    width: 66.6666666667%; }

  .small-17-lightOnly {
    width: 70.8333333333%; }

  .small-18-lightOnly {
    width: 75%; }

  .small-19-lightOnly {
    width: 79.1666666667%; }

  .small-20-lightOnly {
    width: 83.3333333333%; }

  .small-21-lightOnly {
    width: 87.5%; }

  .small-22-lightOnly {
    width: 91.6666666667%; }

  .small-23-lightOnly {
    width: 95.8333333333%; }

  .small-24-lightOnly {
    width: 100%; } }
@media only screen and (min-width: 40.0625em) {
  .medium-1-lightOnly {
    width: 4.1666666667%; }

  .medium-2-lightOnly {
    width: 8.3333333333%; }

  .medium-3-lightOnly {
    width: 12.5%; }

  .medium-4-lightOnly {
    width: 16.6666666667%; }

  .medium-5-lightOnly {
    width: 20.8333333333%; }

  .medium-6-lightOnly {
    width: 25%; }

  .medium-7-lightOnly {
    width: 29.1666666667%; }

  .medium-8-lightOnly {
    width: 33.3333333333%; }

  .medium-9-lightOnly {
    width: 37.5%; }

  .medium-10-lightOnly {
    width: 41.6666666667%; }

  .medium-11-lightOnly {
    width: 45.8333333333%; }

  .medium-12-lightOnly {
    width: 50%; }

  .medium-13-lightOnly {
    width: 54.1666666667%; }

  .medium-14-lightOnly {
    width: 58.3333333333%; }

  .medium-15-lightOnly {
    width: 62.5%; }

  .medium-16-lightOnly {
    width: 66.6666666667%; }

  .medium-17-lightOnly {
    width: 70.8333333333%; }

  .medium-18-lightOnly {
    width: 75%; }

  .medium-19-lightOnly {
    width: 79.1666666667%; }

  .medium-20-lightOnly {
    width: 83.3333333333%; }

  .medium-21-lightOnly {
    width: 87.5%; }

  .medium-22-lightOnly {
    width: 91.6666666667%; }

  .medium-23-lightOnly {
    width: 95.8333333333%; }

  .medium-24-lightOnly {
    width: 100%; } }
@media only screen and (min-width: 73.8125em) {
  .large-1-lightOnly {
    width: 4.1666666667%; }

  .large-2-lightOnly {
    width: 8.3333333333%; }

  .large-3-lightOnly {
    width: 12.5%; }

  .large-4-lightOnly {
    width: 16.6666666667%; }

  .large-5-lightOnly {
    width: 20.8333333333%; }

  .large-6-lightOnly {
    width: 25%; }

  .large-7-lightOnly {
    width: 29.1666666667%; }

  .large-8-lightOnly {
    width: 33.3333333333%; }

  .large-9-lightOnly {
    width: 37.5%; }

  .large-10-lightOnly {
    width: 41.6666666667%; }

  .large-11-lightOnly {
    width: 45.8333333333%; }

  .large-12-lightOnly {
    width: 50%; }

  .large-13-lightOnly {
    width: 54.1666666667%; }

  .large-14-lightOnly {
    width: 58.3333333333%; }

  .large-15-lightOnly {
    width: 62.5%; }

  .large-16-lightOnly {
    width: 66.6666666667%; }

  .large-17-lightOnly {
    width: 70.8333333333%; }

  .large-18-lightOnly {
    width: 75%; }

  .large-19-lightOnly {
    width: 79.1666666667%; }

  .large-20-lightOnly {
    width: 83.3333333333%; }

  .large-21-lightOnly {
    width: 87.5%; }

  .large-22-lightOnly {
    width: 91.6666666667%; }

  .large-23-lightOnly {
    width: 95.8333333333%; }

  .large-24-lightOnly {
    width: 100%; } }
@media only screen and (max-width: 40em) {
  .matchPageHorizontalAd1, .matchPageHorizontalAd2, .matchPageHorizontalAd3, .matchPageHorizontalAd4 {
    display: none; } }

.cursorPointer {
  cursor: pointer !important; }

#topnavbar {
  position: fixed;
  top: 0;
  z-index: 99; }
  @media only screen and (max-width: 40em) {
    #topnavbar {
      width: 100vw !important; } }

@media only screen and (min-width: 40.0625em) {
  .top-bar .top-bar-section {
    width: auto !important; } }
@media only screen and (max-width: 40em) {
  .top-bar .top-bar-section {
    width: 100%; } }
.top-bar .top-bar-section ul li > a {
  padding: 8px 17px; }
@media only screen and (max-width: 40em) {
  .top-bar .top-bar-section ul li.languageLink a {
    padding: 0px 17px; } }
@media only screen and (min-width: 40.0625em) {
  .top-bar .title-area {
    background-color: #2796bc;
    width: 20.83333%; } }
@media only screen and (max-width: 40em) {
  .top-bar .title-area {
    background-color: #2AA3CC; } }
.top-bar h1 {
  height: 50px !important; }
  .top-bar h1 a {
    height: inherit; }
  .top-bar h1 img {
    margin-left: 3px; }
@media only screen and (min-width: 40.0625em) {
  .top-bar .dropdown li a {
    line-height: 32px !important; } }
.top-bar #topnavbarform-mobile {
  padding: 8px 17px 2px 17px; }
.top-bar #searchArea .search_field {
  background-color: #2282a3;
  border: none !important;
  box-shadow: none !important;
  color: #EEE; }
  @media only screen and (min-width: 40.0625em) {
    .top-bar #searchArea .search_field {
      width: 200px; } }
  .top-bar #searchArea .search_field::placeholder {
    color: #EEE !important;
    opacity: 1 !important; }
.top-bar #searchArea .search_button {
  background-color: #2282a3;
  border: none !important;
  color: #EEE;
  box-shadow: none !important;
  line-height: 18px;
  padding-right: 2px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 13px;
  transform: scale(-1, 1); }
  @media only screen and (min-width: 40.0625em) {
    .top-bar #searchArea .search_button {
      margin-left: 0; } }
  @media only screen and (max-width: 40em) {
    .top-bar #searchArea .search_button {
      margin-left: -20px; } }
.top-bar .porofessor-link a {
  padding-left: 10px !important; }
  .top-bar .porofessor-link a img {
    margin-bottom: 3px; }

.nobackground {
  background: none !important; }

#sidebar-container {
  width: 20.83333% !important; }

#sidebar {
  padding: 0 !important;
  background-color: #34323A;
  position: fixed;
  top: 3.125rem;
  bottom: 0;
  width: 254.166626px;
  font-weight: 700;
  border: none; }
  #sidebar #sidebar-accordion {
    position: relative;
    z-index: 10; }
    #sidebar #sidebar-accordion .sidebar-navigation {
      border-bottom: #514e5a 1px solid; }
      #sidebar #sidebar-accordion .sidebar-navigation dl {
        margin-bottom: 0; }
      #sidebar #sidebar-accordion .sidebar-navigation .fa {
        margin-right: 10px; }
      #sidebar #sidebar-accordion .sidebar-navigation a {
        padding: 16px; }
        @media only screen and (max-height: 50em) {
          #sidebar #sidebar-accordion .sidebar-navigation a {
            padding-top: 12px;
            padding-bottom: 12px; } }
      #sidebar #sidebar-accordion .sidebar-navigation:not(.active) > a:not(:hover) {
        border-left: 3px solid #34323A; }
      #sidebar #sidebar-accordion .sidebar-navigation :hover {
        color: #2AA3CC; }
      #sidebar #sidebar-accordion .sidebar-navigation > a:hover {
        border-left: 3px solid #2AA3CC; }
      #sidebar #sidebar-accordion .sidebar-navigation.active > a {
        color: #2AA3CC;
        border-left: 3px solid #2AA3CC;
        border-bottom: #413e48 1px solid;
        background-color: #222025; }
      #sidebar #sidebar-accordion .sidebar-navigation .sidebar-subnavigation {
        font-weight: normal; }
        #sidebar #sidebar-accordion .sidebar-navigation .sidebar-subnavigation a {
          background-color: #2a282e; }
          @media only screen and (min-width: 73.8125em) {
            #sidebar #sidebar-accordion .sidebar-navigation .sidebar-subnavigation a {
              padding-left: 30px;
              padding-top: 6px;
              padding-bottom: 6px; } }
          @media only screen and (min-width: 40.0625em) and (max-width: 73.75em) {
            #sidebar #sidebar-accordion .sidebar-navigation .sidebar-subnavigation a {
              padding-left: 20px;
              padding-top: 6px;
              padding-bottom: 6px; } }
          @media only screen and (max-height: 50em) {
            #sidebar #sidebar-accordion .sidebar-navigation .sidebar-subnavigation a {
              padding-top: 6px;
              padding-bottom: 6px; } }
        #sidebar #sidebar-accordion .sidebar-navigation .sidebar-subnavigation .active > a {
          color: #2AA3CC;
          background-color: #222025; }
    #sidebar #sidebar-accordion .sidebar_external_link {
      display: inline;
      float: right; }
    #sidebar #sidebar-accordion .sidebar_new_badge {
      height: 7px;
      width: 7px;
      border-radius: 50%;
      display: inline-block;
      margin-bottom: 4px;
      margin-left: 5px; }
      #sidebar #sidebar-accordion .sidebar_new_badge.red {
        background-color: #E9422E;
        box-shadow: 0px 0px 3px 1px #E9422E; }
      #sidebar #sidebar-accordion .sidebar_new_badge.blue {
        background-color: #2796BC;
        box-shadow: 0px 0px 3px 1px #2796BC; }
      #sidebar #sidebar-accordion .sidebar_new_badge.yellow {
        background-color: #FAC552;
        box-shadow: 0px 0px 3px 1px #FAC552; }
      #sidebar #sidebar-accordion .sidebar_new_badge.green {
        background-color: #3CBC8D;
        box-shadow: 0px 0px 3px 1px #3CBC8D; }
  #sidebar #sidebar-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-weight: normal;
    text-align: center;
    color: #777;
    background-color: inherit;
    z-index: 1;
    padding-bottom: 90px; }
    #sidebar #sidebar-bottom #site-infos {
      border-top: 1px solid #444;
      padding: 5px 10px 7px 10px; }
      #sidebar #sidebar-bottom #site-infos .patch {
        color: #AAA;
        font-size: 18px;
        font-weight: normal; }
    #sidebar #sidebar-bottom #site-links {
      border-top: 1px solid #444;
      padding: 7px 10px; }
      @media only screen and (min-width: 40.0625em) and (max-width: 73.75em) {
        #sidebar #sidebar-bottom #site-links {
          padding: 3px 10px 3px 10px; } }
      #sidebar #sidebar-bottom #site-links a {
        color: #777;
        font-weight: inherit; }
        #sidebar #sidebar-bottom #site-links a:hover {
          color: #DDD; }
        #sidebar #sidebar-bottom #site-links a i {
          font-size: 13px; }

.pageBanner {
  background-repeat: none;
  background-size: cover;
  position: relative; }
  @media only screen and (min-width: 40.0625em) {
    .pageBanner {
      height: 175px;
      padding-left: 25px;
      background-position: right center; } }
  @media only screen and (max-width: 40em) {
    .pageBanner {
      height: 125px;
      padding-left: 15px;
      background-position: 65% center; } }
  .pageBanner h1, .pageBanner h2 {
    color: #FFF;
    margin: 0; }
    @media only screen and (min-width: 40.0625em) {
      .pageBanner h1, .pageBanner h2 {
        font-size: 34px;
        line-height: 36px; } }
    @media only screen and (max-width: 40em) {
      .pageBanner h1, .pageBanner h2 {
        font-size: 29px;
        line-height: 31px; } }
  .pageBanner h1.bg-black {
    background-color: #00000069;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px 5px 0px 0px; }
  .pageBanner h1 .more-info {
    font-size: 25px; }
  .pageBanner .bannerSubtitle {
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 300; }
    .pageBanner .bannerSubtitle a {
      color: inherit;
      font-size: inherit;
      font-style: inherit;
      font-weight: inherit; }
      .pageBanner .bannerSubtitle a:hover {
        text-decoration: underline; }
  .pageBanner .additionalData {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    color: #EEE;
    font-weight: 300; }
    .pageBanner .additionalData #matchesCountNumber {
      margin-right: 4px; }
    .pageBanner .additionalData #matchesCountDayNumber {
      margin-right: 2px;
      margin-left: 2px; }
  .pageBanner img {
    margin-right: 10px; }
  .pageBanner #otherGamesLinks {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.45);
    padding: 7px 10px; }
    .pageBanner #otherGamesLinks img {
      height: 24px;
      width: 24px;
      margin: 0px;
      opacity: 0.5; }
      .pageBanner #otherGamesLinks img.lolicon {
        margin-right: 15px; }
      .pageBanner #otherGamesLinks img:hover, .pageBanner #otherGamesLinks img.active {
        opacity: 1; }

#carousel {
  position: relative; }
  @media only screen and (min-width: 40.0625em) {
    #carousel {
      height: 175px; } }
  @media only screen and (max-width: 40em) {
    #carousel {
      height: 125px; } }
  #carousel .slide {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    display: none;
    width: 100%;
    background-repeat: none;
    background-size: cover; }
    @media only screen and (min-width: 40.0625em) {
      #carousel .slide {
        padding-left: 25px;
        background-position: right center; } }
    @media only screen and (max-width: 40em) {
      #carousel .slide {
        padding-left: 15px;
        background-position: 65% center; } }
    #carousel .slide.initial {
      display: block; }
    #carousel .slide a {
      display: block; }
    @media only screen and (max-width: 40em) {
      #carousel .slide .pageBanner {
        padding-left: 0 !important; } }
  #carousel:hover .arrow {
    opacity: 1; }
  #carousel .arrow {
    opacity: 0.4;
    position: absolute;
    font-size: 20px;
    color: #FFF;
    padding: 20px 20px;
    cursor: pointer;
    z-index: 10; }
    @media only screen and (max-width: 40em) {
      #carousel .arrow {
        display: none; } }
    @media only screen and (min-width: 40.0625em) {
      #carousel .arrow {
        top: 52px; } }
    @media only screen and (max-width: 40em) {
      #carousel .arrow {
        top: 25px; } }
    #carousel .arrow.arrowLeft {
      left: 0; }
    #carousel .arrow.arrowRight {
      right: 0; }
  #carousel h2 {
    color: #FFF;
    font-size: 34px;
    line-height: 36px;
    margin: 0; }
  #carousel .bannerSubtitle {
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 300; }
  #carousel img {
    margin-right: 10px; }

.fast_stat_button {
  background-color: #2693b8;
  width: 120px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-top: 10px; }
  .fast_stat_button:hover, .fast_stat_button:focus, .fast_stat_button:active {
    background-color: #1d728f;
    color: #FFF; }
  .fast_stat_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .fast_stat_button i .fa {
    color: #FFF; }

.metaStatsBoxTableButton {
  background-color: #2693b8;
  width: 120px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0px; }
  .metaStatsBoxTableButton:hover, .metaStatsBoxTableButton:focus, .metaStatsBoxTableButton:active {
    background-color: #1d728f;
    color: #FFF; }
  .metaStatsBoxTableButton:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .metaStatsBoxTableButton i .fa {
    color: #FFF; }

.see_more_button {
  background-color: #2693b8;
  width: 120px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .see_more_button:hover, .see_more_button:focus, .see_more_button:active {
    background-color: #1d728f;
    color: #FFF; }
  .see_more_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .see_more_button i .fa {
    color: #FFF; }

.see_full_patchnote_button {
  background-color: #2693b8;
  width: unset;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .see_full_patchnote_button:hover, .see_full_patchnote_button:focus, .see_full_patchnote_button:active {
    background-color: #1d728f;
    color: #FFF; }
  .see_full_patchnote_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .see_full_patchnote_button i .fa {
    color: #FFF; }

.summonerChampionPerformanceSeeMoreButton {
  background-color: #2693b8;
  width: 90px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .summonerChampionPerformanceSeeMoreButton:hover, .summonerChampionPerformanceSeeMoreButton:focus, .summonerChampionPerformanceSeeMoreButton:active {
    background-color: #1d728f;
    color: #FFF; }
  .summonerChampionPerformanceSeeMoreButton:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .summonerChampionPerformanceSeeMoreButton i .fa {
    color: #FFF; }
  .summonerChampionPerformanceSeeMoreButton.first {
    margin-top: 0px;
    margin-bottom: 2px; }
  .summonerChampionPerformanceSeeMoreButton.second {
    margin-top: 2px;
    margin-bottom: 0px; }

.champions_see_more_button {
  background-color: #2693b8;
  width: 120px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .champions_see_more_button:hover, .champions_see_more_button:focus, .champions_see_more_button:active {
    background-color: #1d728f;
    color: #FFF; }
  .champions_see_more_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .champions_see_more_button i .fa {
    color: #FFF; }

.see_more_ajax_button {
  background-color: #2693b8;
  width: 120px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .see_more_ajax_button:hover, .see_more_ajax_button:focus, .see_more_ajax_button:active {
    background-color: #1d728f;
    color: #FFF; }
  .see_more_ajax_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .see_more_ajax_button i .fa {
    color: #FFF; }

.live_search_button {
  background-color: #2693b8;
  width: 180px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .live_search_button:hover, .live_search_button:focus, .live_search_button:active {
    background-color: #1d728f;
    color: #FFF; }
  .live_search_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .live_search_button i .fa {
    color: #FFF; }

.see_record_rankings_button {
  background-color: #2693b8;
  width: 95px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .see_record_rankings_button:hover, .see_record_rankings_button:focus, .see_record_rankings_button:active {
    background-color: #1d728f;
    color: #FFF; }
  .see_record_rankings_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .see_record_rankings_button i .fa {
    color: #FFF; }

.overviewSeeMoreButton {
  background-color: #2693b8;
  width: 120px;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .overviewSeeMoreButton:hover, .overviewSeeMoreButton:focus, .overviewSeeMoreButton:active {
    background-color: #1d728f;
    color: #FFF; }
  .overviewSeeMoreButton:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .overviewSeeMoreButton i .fa {
    color: #FFF; }

#comments form input.commentsButton {
  background-color: #2693b8;
  width: 100px;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  border: none; }
  #comments form input.commentsButton:hover, #comments form input.commentsButton:focus, #comments form input.commentsButton:active {
    background-color: #1d728f;
    color: #FFF; }
  #comments form input.commentsButton:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  #comments form input.commentsButton i .fa {
    color: #FFF; }

.replay_button_small {
  background-color: #2693b8;
  width: 85px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .replay_button_small:hover, .replay_button_small:focus, .replay_button_small:active {
    background-color: #1d728f;
    color: #FFF; }
  .replay_button_small:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .replay_button_small i .fa {
    color: #FFF; }
  .replay_button_small i {
    color: inherit;
    margin-right: 5px; }

.replay_button_super_small {
  background-color: #2693b8;
  width: 65px;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding: 3px 4px; }
  .replay_button_super_small:hover, .replay_button_super_small:focus, .replay_button_super_small:active {
    background-color: #1d728f;
    color: #FFF; }
  .replay_button_super_small:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .replay_button_super_small i .fa {
    color: #FFF; }
  .replay_button_super_small i {
    margin-right: 5px;
    font-size: 11px; }

.twitch_replay_button_super_small {
  background-color: #2693b8;
  width: 65px;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding: 3px 4px;
  background-color: #8154D3; }
  .twitch_replay_button_super_small:hover, .twitch_replay_button_super_small:focus, .twitch_replay_button_super_small:active {
    background-color: #1d728f;
    color: #FFF; }
  .twitch_replay_button_super_small:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .twitch_replay_button_super_small i .fa {
    color: #FFF; }
  .twitch_replay_button_super_small i {
    margin-right: 5px;
    font-size: 11px; }
  .twitch_replay_button_super_small:hover {
    background-color: #7341ce; }

.replay_lcs_matches_small {
  background-color: #2693b8;
  width: 80px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px; }
  .replay_lcs_matches_small:hover, .replay_lcs_matches_small:focus, .replay_lcs_matches_small:active {
    background-color: #1d728f;
    color: #FFF; }
  .replay_lcs_matches_small:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .replay_lcs_matches_small i .fa {
    color: #FFF; }
  .replay_lcs_matches_small i {
    margin-right: 5px; }

.replay_watch_button {
  background-color: #2693b8;
  width: 120px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  .replay_watch_button:hover, .replay_watch_button:focus, .replay_watch_button:active {
    background-color: #1d728f;
    color: #FFF; }
  .replay_watch_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .replay_watch_button i .fa {
    color: #FFF; }
  .replay_watch_button i {
    margin-right: 5px; }

.replay_watch_button_twitch {
  background-color: #2693b8;
  width: 120px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  background-color: #8154D3; }
  .replay_watch_button_twitch:hover, .replay_watch_button_twitch:focus, .replay_watch_button_twitch:active {
    background-color: #1d728f;
    color: #FFF; }
  .replay_watch_button_twitch:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .replay_watch_button_twitch i .fa {
    color: #FFF; }
  .replay_watch_button_twitch i {
    margin-right: 5px; }
  .replay_watch_button_twitch:hover {
    background-color: #7341ce; }

#lfgForm .save_button {
  background-color: #2693b8;
  width: 130px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-right: 5px;
  padding: 6px; }
  #lfgForm .save_button:hover, #lfgForm .save_button:focus, #lfgForm .save_button:active {
    background-color: #1d728f;
    color: #FFF; }
  #lfgForm .save_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  #lfgForm .save_button i .fa {
    color: #FFF; }
#lfgForm .delete_button {
  background-color: #2693b8;
  width: 130px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-right: 5px;
  padding: 6px; }
  #lfgForm .delete_button:hover, #lfgForm .delete_button:focus, #lfgForm .delete_button:active {
    background-color: #1d728f;
    color: #FFF; }
  #lfgForm .delete_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  #lfgForm .delete_button i .fa {
    color: #FFF; }

.lfg_edit_profile_button {
  background-color: #2693b8;
  width: 135px;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding: 5px; }
  .lfg_edit_profile_button:hover, .lfg_edit_profile_button:focus, .lfg_edit_profile_button:active {
    background-color: #1d728f;
    color: #FFF; }
  .lfg_edit_profile_button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .lfg_edit_profile_button i .fa {
    color: #FFF; }

.lfgListFilterSearchButton {
  background-color: #2693b8;
  width: 110px;
  font-size: 13px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding: 5px; }
  .lfgListFilterSearchButton:hover, .lfgListFilterSearchButton:focus, .lfgListFilterSearchButton:active {
    background-color: #1d728f;
    color: #FFF; }
  .lfgListFilterSearchButton:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .lfgListFilterSearchButton i .fa {
    color: #FFF; }

.lorDeckCodeCopyButton {
  background-color: #2693b8;
  width: 160px;
  font-size: 17px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px; }
  .lorDeckCodeCopyButton:hover, .lorDeckCodeCopyButton:focus, .lorDeckCodeCopyButton:active {
    background-color: #1d728f;
    color: #FFF; }
  .lorDeckCodeCopyButton:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .lorDeckCodeCopyButton i .fa {
    color: #FFF; }

#filters-menu {
  position: relative;
  box-shadow: none;
  background-color: #FFF;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
  line-height: 33px;
  z-index: 10;
  font-size: 11px; }
  @media only screen and (min-width: 40.0625em) {
    #filters-menu.homepage-filter-menu {
      margin-bottom: 20px; } }
  #filters-menu #filtersMenuSearchForm {
    position: absolute;
    top: -23px;
    left: 50%; }
    @media only screen and (max-width: 40em) {
      #filters-menu #filtersMenuSearchForm {
        display: none; } }
    #filters-menu #filtersMenuSearchForm .container {
      position: relative;
      left: -50%;
      width: 500px;
      background-color: #FFF;
      border: 1px solid #CCC;
      padding: 20px 30px; }
      #filters-menu #filtersMenuSearchForm .container form {
        margin: 0 auto;
        width: 378px; }
        #filters-menu #filtersMenuSearchForm .container form input {
          display: inline-block;
          width: 260px;
          margin-top: 0px;
          margin-bottom: 0px;
          margin-right: 4px;
          height: 30px;
          box-shadow: none;
          border: 1px solid #CCC;
          background-color: #FFF;
          color: initial; }
          #filters-menu #filtersMenuSearchForm .container form input:focus {
            background-color: #FFF; }
          #filters-menu #filtersMenuSearchForm .container form input::placeholder {
            color: #B3B3B3 !important;
            opacity: 1 !important; }
        #filters-menu #filtersMenuSearchForm .container form button {
          background-color: #2693b8;
          width: 110px;
          font-size: 14px;
          color: #FFF;
          cursor: pointer;
          padding: 5px;
          margin-top: 2px;
          margin-bottom: 2px;
          border-radius: 0;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          text-align: center;
          display: inline-block; }
          #filters-menu #filtersMenuSearchForm .container form button:hover, #filters-menu #filtersMenuSearchForm .container form button:focus, #filters-menu #filtersMenuSearchForm .container form button:active {
            background-color: #1d728f;
            color: #FFF; }
          #filters-menu #filtersMenuSearchForm .container form button:disabled {
            opacity: 0.4 !important;
            color: #FFF !important;
            background-color: #2693b8 !important; }
          #filters-menu #filtersMenuSearchForm .container form button i .fa {
            color: #FFF; }
      #filters-menu #filtersMenuSearchForm .container .hidder {
        position: absolute;
        top: 22px;
        width: 4px;
        height: 33px;
        background-color: #FFF; }
        #filters-menu #filtersMenuSearchForm .container .hidder.hidder-left {
          left: -1px; }
        #filters-menu #filtersMenuSearchForm .container .hidder.hidder-right {
          right: -1px; }
  #filters-menu .breadcrumb {
    font-weight: 400; }
    #filters-menu .breadcrumb ul {
      margin: 0;
      padding: 0; }
    #filters-menu .breadcrumb li {
      display: inline; }
      #filters-menu .breadcrumb li .separator {
        color: #888;
        margin: 0 4px;
        font-size: 11px; }
      #filters-menu .breadcrumb li:last-child {
        font-weight: 400; }
  @media only screen and (min-width: 40.0625em) {
    #filters-menu {
      padding-left: 25px; } }
  @media only screen and (max-width: 40em) {
    #filters-menu {
      padding-left: 0; } }
  #filters-menu a {
    font-size: 11px;
    color: #0078A0;
    line-height: 33px; }
  #filters-menu .filters-dropdown-container {
    font-size: 0;
    line-height: 0; }
    @media only screen and (min-width: 40.0625em) {
      #filters-menu .filters-dropdown-container {
        position: absolute;
        right: 0; } }
    @media only screen and (max-width: 40em) {
      #filters-menu .filters-dropdown-container .overflow-container {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        font-size: 0px;
        height: 33px; } }
  #filters-menu .filter {
    font-weight: 400;
    position: relative;
    background-color: #FFF;
    line-height: 33px;
    display: inline-block; }
    #filters-menu .filter.hidden {
      display: none; }
    @media only screen and (min-width: 40.0625em) {
      #filters-menu .filter {
        border-left: 1px solid #CCC; } }
    @media only screen and (max-width: 40em) {
      #filters-menu .filter {
        border-right: 1px solid #CCC; } }
    @media only screen and (min-width: 40.0625em) {
      #filters-menu .filter .filterHeader {
        padding-left: 10px;
        padding-right: 7px; } }
    @media only screen and (max-width: 40em) {
      #filters-menu .filter .filterHeader {
        padding-left: 7px;
        padding-right: 6px; } }
    #filters-menu .filter .fa {
      padding-left: 3px;
      padding-right: 3px;
      color: #888; }
    #filters-menu .filter img {
      margin-bottom: 2px; }
    #filters-menu .filter .new_filter_badge {
      position: absolute;
      top: 7px;
      right: 15px;
      height: 7px;
      width: 7px;
      border-radius: 50%;
      display: inline-block;
      margin-bottom: 4px;
      margin-left: 3px; }
      #filters-menu .filter .new_filter_badge.red {
        background-color: #E9422E;
        box-shadow: 0px 0px 3px 0px #E9422E; }
  #filters-menu .filters-dropdown-dropdowns-container {
    position: relative; }
    #filters-menu .filters-dropdown-dropdowns-container .dropdown {
      display: none;
      position: absolute;
      top: 0px;
      margin: 0;
      z-index: 100000;
      background-color: #FFF;
      border: 1px solid #CCC;
      list-style: outside none none; }
      @media only screen and (min-width: 40.0625em) {
        #filters-menu .filters-dropdown-dropdowns-container .dropdown {
          right: 0; } }
      @media only screen and (max-width: 40em) {
        #filters-menu .filters-dropdown-dropdowns-container .dropdown {
          left: 0; } }
      #filters-menu .filters-dropdown-dropdowns-container .dropdown li {
        display: block; }
        #filters-menu .filters-dropdown-dropdowns-container .dropdown li:hover, #filters-menu .filters-dropdown-dropdowns-container .dropdown li.current {
          background-color: #EEE; }
      #filters-menu .filters-dropdown-dropdowns-container .dropdown a {
        font-size: 11px;
        font-weight: 400;
        color: #0078A0;
        display: block;
        padding: 0 10px;
        height: 36px;
        line-height: 36px;
        text-align: left; }
        #filters-menu .filters-dropdown-dropdowns-container .dropdown a:hover {
          text-decoration: none; }
      #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown {
        padding-top: 5px; }
        @media only screen and (min-width: 40.0625em) {
          #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown {
            width: 450px; } }
        @media only screen and (max-width: 40em) {
          #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown {
            width: 100vw; } }
        #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown ul {
          overflow-y: scroll;
          list-style: outside none none;
          margin: 0; }
          @media only screen and (min-width: 40.0625em) {
            #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown ul {
              max-height: 300px; } }
          @media only screen and (max-width: 40em) {
            #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown ul {
              max-height: 150px; } }
          #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown ul li {
            float: left;
            padding-top: 2px;
            padding-bottom: 2px; }
            @media only screen and (min-width: 40.0625em) {
              #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown ul li {
                width: 33%; } }
            @media only screen and (max-width: 40em) {
              #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown ul li {
                width: 50%; } }
            #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown ul li.allChampions {
              padding-left: 0;
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden; }
        #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField {
          margin: 10px 20px 10px 10px;
          border: 1px solid #CCC;
          text-align: left;
          background-color: #FFF; }
          #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField .fa {
            font-size: 13px;
            margin-left: 10px;
            color: #888; }
          #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input {
            border: none;
            margin: 0;
            display: inline-block;
            font-weight: 400;
            box-shadow: none;
            background-color: #FFF;
            color: initial; }
            @media only screen and (min-width: 40.0625em) {
              #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input {
                width: 300px; } }
            @media only screen and (max-width: 40em) {
              #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input {
                width: 200px; } }
            #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input:focus {
              background-color: #FFF; }
            #filters-menu .filters-dropdown-dropdowns-container .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input::placeholder {
              /* Chrome, Firefox, Opera, Safari 10.1+ */
              color: #B3B3B3 !important;
              opacity: 1 !important;
              /* Firefox */ }
    #filters-menu .filters-dropdown-dropdowns-container .ratingFilterDropdown {
      width: 150px; }
      #filters-menu .filters-dropdown-dropdowns-container .ratingFilterDropdown a {
        padding: 0 12px 0 11px; }
    #filters-menu .filters-dropdown-dropdowns-container .rolesFilterDropdown {
      width: 140px; }
      #filters-menu .filters-dropdown-dropdowns-container .rolesFilterDropdown li a {
        padding-left: 8px; }
    #filters-menu .filters-dropdown-dropdowns-container .regionFilterDropdown {
      width: 160px; }
      @media only screen and (max-width: 40em) {
        #filters-menu .filters-dropdown-dropdowns-container .regionFilterDropdown {
          height: 250px;
          overflow-y: scroll; } }
      #filters-menu .filters-dropdown-dropdowns-container .regionFilterDropdown ul {
        margin: 0; }
        #filters-menu .filters-dropdown-dropdowns-container .regionFilterDropdown ul li {
          padding: 0; }
          #filters-menu .filters-dropdown-dropdowns-container .regionFilterDropdown ul li a {
            text-align: center; }
          #filters-menu .filters-dropdown-dropdowns-container .regionFilterDropdown ul li .allRegions {
            line-height: initial; }
    #filters-menu .filters-dropdown-dropdowns-container .summonerPerfQueuesFilterDropdown {
      width: 160px; }
    #filters-menu .filters-dropdown-dropdowns-container .durationFilterDropdown {
      width: 120px; }
    #filters-menu .filters-dropdown-dropdowns-container .queueIdsDropdown {
      min-width: 140px; }
      #filters-menu .filters-dropdown-dropdowns-container .queueIdsDropdown a {
        padding: 0 12px 0 10px; }
    #filters-menu .filters-dropdown-dropdowns-container .antispoilerFilterDropdown {
      width: 180px; }
    #filters-menu .filters-dropdown-dropdowns-container .last30daysFilterDropdown {
      width: 140px; }
    #filters-menu .filters-dropdown-dropdowns-container .swapVs {
      margin-right: 20px;
      margin-bottom: 3px; }
      #filters-menu .filters-dropdown-dropdowns-container .swapVs .vsFilterSecondChampContainer {
        display: inline-block; }
      #filters-menu .filters-dropdown-dropdowns-container .swapVs a {
        text-align: center;
        display: block;
        line-height: initial;
        font-size: 17px;
        height: initial;
        padding: 5px 0px; }
      #filters-menu .filters-dropdown-dropdowns-container .swapVs:hover {
        background-color: #EEE; }
  #filters-menu .tabs {
    position: absolute;
    bottom: 33px;
    left: 7px;
    height: 33px;
    font-size: 0; }
    #filters-menu .tabs.smallTabs {
      left: 9px; }
    @media only screen and (max-width: 40em) {
      #filters-menu .tabs {
        bottom: 34px;
        left: -1px; } }
    #filters-menu .tabs .tab {
      padding: 0px !important;
      border-left-color: #CCC;
      border-right-color: #CCC;
      border-width: 1px;
      text-overflow: unset;
      white-space: unset;
      overflow: unset;
      max-width: unset; }
      #filters-menu .tabs .tab a {
        line-height: initial !important;
        padding: 9px 20px 7px 20px;
        display: block;
        color: #0078A0;
        font-weight: 400; }
        @media only screen and (max-width: 40em) {
          #filters-menu .tabs .tab a {
            padding: 6px 11px 4px 11px !important; } }
      #filters-menu .tabs .tab.active a, #filters-menu .tabs .tab:hover a {
        color: #0078A0; }
      #filters-menu .tabs .tab.smallTab a {
        padding-left: 12px;
        padding-right: 12px;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      #filters-menu .tabs .tab.smallTab.smallTab-cs a {
        padding-left: 9px;
        padding-right: 9px;
        max-width: 100px; }
      #filters-menu .tabs .tab.smallTab.smallTab-de a {
        padding-left: 11px;
        padding-right: 11px; }
      #filters-menu .tabs .tab.smallTab.smallTab-el a {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 90px; }
      #filters-menu .tabs .tab.smallTab.smallTab-es a {
        padding-left: 9px;
        padding-right: 8px;
        max-width: 100px; }
      #filters-menu .tabs .tab.smallTab.smallTab-fr a {
        padding-left: 10px;
        padding-right: 10px; }
      #filters-menu .tabs .tab.smallTab.smallTab-hu a {
        padding-left: 9px;
        padding-right: 9px;
        max-width: 95px; }
      #filters-menu .tabs .tab.smallTab.smallTab-it a {
        padding-left: 11px;
        padding-right: 11px; }
      #filters-menu .tabs .tab.smallTab.smallTab-nl a {
        padding-left: 11px;
        padding-right: 11px; }
      #filters-menu .tabs .tab.smallTab.smallTab-pl a {
        padding-left: 9px;
        padding-right: 8px;
        max-width: 100px; }
      #filters-menu .tabs .tab.smallTab.smallTab-pt a {
        padding-left: 9px;
        padding-right: 8px;
        max-width: 110px; }
      #filters-menu .tabs .tab.smallTab.smallTab-ro a {
        padding-left: 8px;
        padding-right: 8px; }
      #filters-menu .tabs .tab.smallTab.smallTab-ru a {
        padding-left: 10px;
        padding-right: 10px; }
      #filters-menu .tabs .tab.smallTab.smallTab-th a {
        padding-left: 8px;
        padding-right: 8px;
        max-width: 115px; }
      #filters-menu .tabs .tab.smallTab.smallTab-tr a {
        padding-left: 8px;
        padding-right: 8px;
        max-width: 125px; }
  #filters-menu #vsFilter img {
    margin-left: 3px; }

.comments-separator {
  margin: 40px auto;
  height: 0;
  border-top: 1px solid #E2E2E2;
  width: 80%; }

.comments-error {
  background-color: #FBE9E6;
  color: #A1513C;
  border: 1px solid #F7D0D1;
  font-size: 14px;
  text-align: center;
  padding: 12px 20px;
  margin-bottom: 25px; }

#comments .author {
  width: 100px;
  color: #555; }
  #comments .author time {
    color: #999;
    font-size: 12px;
    font-style: italic; }
#comments .legend {
  width: 100px; }
#comments form {
  margin: 0; }
  #comments form input {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 31px;
    font-size: 12px;
    border: 1px solid #CCC;
    background-color: #FFF;
    color: initial; }
  #comments form textarea {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    border: 1px solid #CCC;
    background-color: #FFF;
    color: initial; }

.data_table {
  width: 100%; }
  .data_table.margin-bottom {
    margin-bottom: 20px; }
  .data_table.margin-lateral {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px); }
  .data_table.with_sortable_column th {
    color: #777; }
  .data_table th {
    border-top: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    font-size: 15px;
    color: #777;
    background: #FFF !important;
    text-align: center; }
    @media only screen and (min-width: 40.0625em) {
      .data_table th {
        padding: 7px 7px; } }
    @media only screen and (max-width: 40em) {
      .data_table th {
        padding: 7px 3px; } }
    .data_table th.sortable:hover, .data_table th.sortable.current {
      text-decoration: underline;
      color: #555;
      cursor: pointer; }
    .data_table th.no-highlight {
      cursor: auto;
      color: inherit; }
    .data_table th a {
      color: inherit;
      font-size: inherit;
      font-weight: inherit; }
      .data_table th a:hover, .data_table th a.current {
        text-decoration: underline;
        color: #555; }
  .data_table td {
    border-bottom: 1px solid #DDD;
    font-size: 13px;
    padding: 7px 7px;
    position: relative; }
    .data_table td a {
      color: inherit;
      font-size: inherit; }
      .data_table td a:hover .name {
        text-decoration: underline; }
      .data_table td a.full-cell {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: inherit; }
        .data_table td a.full-cell.left-align {
          justify-content: left; }
      .data_table td a.full-cell-no-centering {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: inherit; }
    .data_table td.noData {
      color: inherit;
      font-weight: 400; }
    .data_table td.minWidthFor48ImgColumn {
      min-width: 60px; }
    @media only screen and (min-width: 40.0625em) {
      .data_table td:nth-child(1) {
        padding-left: 10px;
        padding-right: 10px; } }
    .data_table td:nth-child(1).rankColumn {
      padding-left: 7px !important;
      padding-right: 7px !important;
      text-align: right; }
    .data_table td.no-padding-right {
      padding-right: 0; }
    .data_table td.small-padding {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-right: 3px; }
    .data_table td.no-padding-lateral {
      padding-right: 0;
      padding-left: 0; }
    .data_table td.small-padding-lateral {
      padding-right: 3px;
      padding-left: 3px; }
  .data_table tr:nth-child(2n) {
    background: #F6F6F6; }
  .data_table tr.see_more_hidden_button_row {
    background: none; }
  .data_table.inverted_rows_color tr:nth-child(2n) {
    background: none; }
  .data_table.inverted_rows_color tr:nth-child(2n+1) {
    background: #F6F6F6; }
  .data_table .even {
    background: #F6F6F6 !important; }
  .data_table .uneven, .data_table .odd {
    background: none !important; }
  .data_table .number {
    color: #666;
    font-size: 13px; }
  .data_table .legend {
    color: #999;
    font-size: 13px; }
  .data_table .nowrap {
    white-space: nowrap; }

#fastStats h3.box-title {
  max-width: 240px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
@media only screen and (min-width: 40.0625em) {
  #fastStats .adbox {
    height: 250px;
    margin-bottom: 20px; } }
#fastStats .columns {
  padding-left: 8px;
  padding-right: 8px; }
#fastStats .fast_stat_table {
  width: 100%; }
  #fastStats .fast_stat_table td {
    padding: 3px 0; }
  #fastStats .fast_stat_table a {
    display: block; }
    #fastStats .fast_stat_table a:hover .championName {
      text-decoration: underline; }
  #fastStats .fast_stat_table .championName {
    max-width: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #fastStats .fast_stat_table.with-long-text {
    table-layout: fixed;
    word-wrap: break-word; }
    @media only screen and (min-width: 40.0625em) {
      #fastStats .fast_stat_table.with-long-text tr td:first-child {
        width: 48px; } }
    @media only screen and (max-width: 40em) {
      #fastStats .fast_stat_table.with-long-text tr td:first-child {
        width: 28px; } }
#fastStats .content {
  color: #666;
  font-size: 13px; }
  #fastStats .content .rank {
    color: #999;
    font-size: inherit;
    margin-right: 5px; }
#fastStats .number {
  color: #999;
  font-size: 12px; }
#fastStats .separator_faststat {
  width: 80%;
  border-top: 1px solid #E2E2E2;
  margin: 11px auto 12px auto; }
#fastStats .full-progress-bar {
  height: 11px !important;
  margin-bottom: 1px; }

#footer {
  color: #888;
  border-top: 1px solid #E2E2E2;
  padding-top: 7px;
  margin-left: 10px;
  margin-right: 25px;
  padding-bottom: 90px; }
  #footer a {
    color: inherit; }
  #footer .ccpaLink a {
    color: #888;
    text-decoration: underline; }

.graph-container {
  width: 100%; }
  .graph-container .graph {
    position: relative;
    height: 250px; }
    .graph-container .graph.spider-chart {
      height: 250px; }
      @media only screen and (max-width: 40em) {
        .graph-container .graph.spider-chart {
          height: 150px;
          width: 100%; } }
  .graph-container .graph-title {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    color: inherit;
    margin-top: 0;
    margin-bottom: 4px; }
  .graph-container .legend .legendColorBox {
    padding-left: 5px;
    padding-right: 2px; }
  .graph-container .legend .legendLabel {
    color: #777; }

.spider-chart {
  position: relative; }
  @media only screen and (min-width: 40.0625em) {
    .spider-chart {
      margin-top: 20px; } }
  @media only screen and (max-width: 40em) {
    .spider-chart {
      margin-top: 40px;
      margin-bottom: 20px; } }
  .spider-chart .legend table {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: smaller;
    color: #BBB; }
    @media only screen and (max-width: 40em) {
      .spider-chart .legend table {
        top: -30px;
        right: 0px;
        left: 0px;
        text-align: center; } }
  .spider-chart .spiderChartLegLegend {
    max-width: 150px;
    margin: 0; }

.pie-chart-container {
  padding: 0; }
  .pie-chart-container .pie-chart {
    width: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin: 0 auto;
    color: #888; }
    .pie-chart-container .pie-chart.small {
      width: 100px;
      line-height: 100px;
      font-size: 22px; }
    .pie-chart-container .pie-chart.super-small {
      width: 81px;
      line-height: 81px;
      font-size: 19px; }
    .pie-chart-container .pie-chart.big {
      width: 250px;
      line-height: 250px; }
    .pie-chart-container .pie-chart.pie-chart-distribution {
      height: 120px;
      line-height: initial; }
      .pie-chart-container .pie-chart.pie-chart-distribution.small {
        height: 100px; }
      .pie-chart-container .pie-chart.pie-chart-distribution.big {
        height: 250px; }
      .pie-chart-container .pie-chart.pie-chart-distribution .label {
        font-size: 10px;
        text-align: center;
        padding: 2px;
        color: #555; }
  .pie-chart-container .pie-chart-2 {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-weight: 300; }
    .pie-chart-container .pie-chart-2 .biggest_number {
      font-size: 24px; }
    .pie-chart-container .pie-chart-2 .smallest_number {
      font-size: 14px; }
  .pie-chart-container .pie-chart-title {
    text-align: center;
    font-size: 20px;
    margin-top: 2px;
    font-weight: 300;
    color: #888;
    line-height: 30px; }
    .pie-chart-container .pie-chart-title.medium-title {
      font-size: 17px; }
    .pie-chart-container .pie-chart-title.small-title {
      font-size: 14px;
      max-width: 188px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin: 0 auto; }
    .pie-chart-container .pie-chart-title.super-small {
      font-size: 18px; }

.flot-x-axis {
  color: #777 !important; }

.flot-y-axis {
  color: #777 !important; }

.flot-bar-labels {
  color: #555; }

progressbar {
  text-align: left;
  display: block; }
  progressbar .progress-bar-container {
    height: 15px;
    background-color: transparent; }
    @media only screen and (min-width: 40.0625em) {
      progressbar .progress-bar-container {
        display: inline-block; } }
    @media only screen and (max-width: 40em) {
      progressbar .progress-bar-container {
        display: block; } }
    progressbar .progress-bar-container .full-progress-bar {
      display: inline-block;
      height: 15px;
      vertical-align: middle;
      margin-right: 5px; }
  progressbar .progressBarTxt {
    display: inline-block;
    line-height: 12px !important;
    font-size: 12px !important;
    color: inherit;
    padding-top: 0; }

.number-only-chart {
  padding-left: 10px !important;
  padding-right: 10px !important; }
  .number-only-chart.date-box {
    height: 178px;
    vertical-align: middle; }
  .number-only-chart .number {
    font-size: 32px;
    font-weight: normal; }
  .number-only-chart .number-medium {
    font-size: 26px;
    font-weight: normal; }
  .number-only-chart .number-small {
    font-size: 18px;
    font-weight: normal; }
  .number-only-chart .solo-number {
    font-weight: 300 !important;
    color: #555; }
  .number-only-chart .date {
    font-size: 26px;
    font-weight: 300;
    color: #888;
    margin-top: 41px;
    margin-bottom: 41px; }
  .number-only-chart .number-legend {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #B2B2B2; }
  .number-only-chart .number-legend-small {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #B2B2B2; }
  .number-only-chart .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    color: #888; }
  .number-only-chart .title-small {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #888; }
  .number-only-chart .separator {
    font-weight: 300; }

.stacked_bar_container {
  text-align: center; }
  .stacked_bar_container .stacked_bar {
    padding: 0;
    margin: 5px 5px;
    word-spacing: -5px; }
    .stacked_bar_container .stacked_bar .stacked_bar_area {
      height: 30px;
      margin: 0;
      padding: 0;
      display: inline-block; }
    .stacked_bar_container .stacked_bar div:nth-child(1) {
      border-top-left-radius: 2px;
      border-bottom-left-radius: 2px; }
    .stacked_bar_container .stacked_bar div:nth-child(3) {
      border-top-right-radius: 2px;
      border-bottom-right-radius: 2px; }
  .stacked_bar_container .stacked_bar_legend {
    margin-top: 5px; }
    .stacked_bar_container .stacked_bar_legend .stacked_bar_legend_icon {
      vertical-align: middle;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-left: 5px;
      margin-right: 2px; }

.stacked_progressbar {
  margin-top: 2px;
  margin-bottom: 2px; }

.wgInlineBarsChart {
  vertical-align: bottom;
  display: inline-block; }
  .wgInlineBarsChart .wgBar {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px; }

.infobanner {
  margin: 0 -15px 0 -15px;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid; }
  @media only screen and (min-width: 40.0625em) {
    .infobanner.homepage-infobanner {
      margin-top: -20px;
      padding-top: 25px; } }
  .infobanner.warning {
    color: #9A7E26;
    background-color: #FFFAED;
    border-color: #FFE6C9; }
  .infobanner.info {
    color: #3B799A;
    background-color: #E6F5FD;
    border-color: #C5F1FA; }
  .infobanner.error {
    color: #A1513C;
    background-color: #FBE9E6;
    border-color: #F7D0D1; }
  .infobanner.success {
    color: #687F42;
    background-color: #F0FBE4;
    border-color: #EBF8CD; }
  .infobanner a {
    color: inherit;
    font-size: inherit; }
  .infobanner .closeButton {
    cursor: pointer; }
    .infobanner .closeButton i {
      cursor: pointer; }
  .infobanner.closable {
    display: none; }
  .infobanner.hasButton {
    padding-top: 8px;
    padding-bottom: 8px; }
  .infobanner .infobannerContent button {
    margin-left: 5px;
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 14px; }

.loader {
  margin: 50px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px; }
  .loader.in_title {
    display: inline-block;
    margin: 0 0 0 10px;
    height: 24px; }
    .loader.in_title > div {
      margin-right: 3px; }
  .loader > div {
    background-color: #BBB;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out; }
  .loader .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
  .loader .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
  .loader .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
  .loader .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
@keyframes spinner {
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg); } }
.spinner {
  min-width: 20px;
  min-height: 20px;
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 10px; }

.spinner:before {
  content: 'Loading…';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  margin-left: -10px; }

.spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border-top: 2px solid #0078A0;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
  -webkit-animation: spinner .6s linear infinite; }

.spinnerContainer {
  position: relative; }

.newsBox {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 15px !important; }
  .newsBox .box-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 24px;
    color: #777; }
  .newsBox .box-date {
    border-top: 1px solid #F2F2F2;
    padding-top: 2px;
    margin-bottom: 10px; }
  .newsBox a {
    color: #666; }
    .newsBox a:hover {
      text-decoration: underline; }
  .newsBox .box-meta {
    border-top: 1px solid #F2F2F2;
    margin-top: 5px;
    padding-top: 5px; }
  .newsBox p {
    color: #888;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 10px; }

ul.pagination {
  list-style-type: none; }
  ul.pagination li {
    display: inline-block;
    background-color: #FFF;
    font-size: 14px;
    font-weight: 300;
    margin: 0 3px;
    text-align: center;
    border: 1px solid #E2E2E2;
    width: 20px; }
    ul.pagination li.current-page, ul.pagination li:hover {
      background-color: #2796BC; }
      ul.pagination li.current-page a, ul.pagination li:hover a {
        color: #FFF; }
    ul.pagination li a {
      display: block;
      font-weight: inherit;
      color: inherit;
      font-size: inherit; }

#leftStaticSlot {
  position: fixed;
  top: 50px;
  min-height: 600px;
  min-width: 300px; }
  #leftStaticSlot > iframe {
    margin-right: 0 !important; }

#rightStaticSlot {
  position: fixed;
  top: 50px;
  min-height: 600px;
  min-width: 160px; }
  #rightStaticSlot > iframe {
    margin-left: 0 !important; }

.ad-bottom-margin {
  margin-bottom: 20px; }

iframe {
  border: none; }

@media only screen and (max-width: 359px) {
  .data_table td.inArrayAd {
    padding: 0; } }
@media only screen and (max-width: 359px) {
  .data_table td.inArrayAd #cdm-zone-02, .data_table td.inArrayAd #cdm-zone-04 {
    margin-left: -8px; } }

.requireTooltip {
  cursor: help; }
  .requireTooltip.noCursor {
    cursor: inherit; }
  .requireTooltip.withLink, .requireTooltip.withPointer {
    cursor: pointer; }

a.requireTooltip, a .requireTooltip {
  cursor: pointer; }

#tooltip {
  z-index: 99999;
  border: none;
  background-color: #25242a;
  padding: 10px 15px;
  max-width: 250px;
  line-height: 17px;
  font-size: 13px;
  box-shadow: 0px 0px 5px #000000;
  color: rgba(255, 255, 255, 0.65); }
  #tooltip.no-bg {
    padding: 0;
    background: none;
    box-shadow: none; }
  #tooltip strong {
    font-weight: bold; }
  #tooltip itemname {
    font-weight: bold;
    font-size: 15px;
    color: #FFF; }
  #tooltip masteryDescription {
    font-size: 14px;
    font-style: italic; }
  #tooltip subname {
    font-size: 11px;
    color: #FFF;
    font-style: italic; }
  #tooltip highlight {
    font-size: 14px;
    font-weight: bold;
    color: #EEE; }
  #tooltip table td, #tooltip table th {
    text-align: center;
    padding: 0px 5px; }
  #tooltip table .highlight {
    font-size: 14px;
    font-weight: bold;
    color: #EEE; }

.tabs {
  margin: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  position: relative; }
  @media only screen and (max-width: 40em) {
    .tabs {
      overflow-x: auto; } }
  .tabs.withSeeMore {
    overflow-x: unset;
    overflow-y: unset; }
    @media only screen and (max-width: 40em) {
      .tabs.withSeeMore {
        overflow-x: auto;
        overflow-y: hidden; } }
    .tabs.withSeeMore .fa-angle-down {
      margin-left: 5px; }
    .tabs.withSeeMore .tab:nth-child(n+5) {
      visibility: hidden; }
  .tabs .tab {
    display: inline-block;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative;
    color: #777;
    font-size: 13.3px;
    font-family: inherit;
    padding: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 120px;
    border-right: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    background-color: #ECECEC; }
    .tabs .tab:nth-child(1) {
      border-left: 1px solid #DCDCDC; }
      .tabs .tab:nth-child(1).active {
        border-left: 1px solid #E2E2E2; }
    .tabs .tab.active {
      background-color: #FFF;
      color: #777;
      border-bottom: 1px solid #FFF;
      border-right: 1px solid #E2E2E2;
      border-top: 1px solid #E2E2E2; }
    .tabs .tab:hover {
      cursor: pointer; }
    .tabs .tab:hover:not(.active) {
      background-color: #F2F2F2; }
    @media only screen and (max-width: 40em) {
      .tabs .tab {
        border-left: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2; } }
    .tabs .tab.seeMoreTab .seeMoreTabText {
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 85px;
      vertical-align: top; }

.tabs-content .content {
  display: none;
  margin-top: -1px;
  background-color: #FFF;
  border: 1px solid #E2E2E2; }
  .tabs-content .content.active {
    display: block; }
  @media only screen and (min-width: 40.0625em) {
    .tabs-content .content {
      padding: 15px 7px 15px 7px !important; } }
  @media only screen and (max-width: 40em) {
    .tabs-content .content {
      padding: 25px 8px 15px 8px !important; } }
  .tabs-content .content .title {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px !important;
    margin-top: 0; }
    .tabs-content .content .title a {
      font-size: inherit;
      font-weight: inherit;
      color: inherit; }
  .tabs-content .content .element {
    margin-bottom: 40px; }
  .tabs-content .content .margin-top {
    margin-top: 10px; }

#mainContent .tabsContainer .seeMoreTabsContainer {
  display: none;
  position: absolute;
  width: 200px;
  z-index: 1;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC; }
  #mainContent .tabsContainer .seeMoreTabsContainer .tab {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    display: block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    background-color: #FFF;
    max-width: unset;
    border-left: none;
    border-right: none;
    border-top: none; }
    #mainContent .tabsContainer .seeMoreTabsContainer .tab:hover, #mainContent .tabsContainer .seeMoreTabsContainer .tab.active {
      background-color: #EEE;
      text-decoration: none;
      border-top: none;
      border-bottom: 1px solid #DCDCDC; }

.sortable_table .sort_value {
  display: none; }
.sortable_table th {
  color: #777; }
  .sortable_table th.sortable_column {
    cursor: pointer; }
    .sortable_table th.sortable_column:hover, .sortable_table th.sortable_column.current_sort_column {
      text-decoration: underline;
      color: #555; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #007095; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #007095; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #008CBA; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

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

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    background: #FFFFFF;
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: "40.0625em"; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #2AA3CC; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 3.125rem;
      z-index: 98; }

.top-bar {
  background: #2AA3CC;
  height: 3.125rem;
  line-height: 3.125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 3.125rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 3.125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #FFFFFF;
        display: block;
        font-weight: normal;
        padding: 0 1.0416666667rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 3.125rem;
      line-height: 3.125rem;
      padding: 0 1.0416666667rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #FFFFFF;
        height: 34px;
        line-height: 33px;
        padding: 0 2.6041666667rem 0 1.0416666667rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 1.0416666667rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #2AA3CC; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #155266;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #2AA3CC; }
    .top-bar-section ul li > a {
      color: #FFFFFF;
      display: block;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      padding-left: 1.0416666667rem;
      padding: 12px 0 12px 1.0416666667rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-left: 1.0416666667rem;
        padding-right: 1.0416666667rem;
        background-color: #008CBA;
        border-color: #007095;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #007095; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 1.0416666667rem;
      padding-right: 1.0416666667rem;
      background-color: #008CBA;
      border-color: #007095;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #007095; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #FFFFFF;
      background: #2282a3; }
    .top-bar-section ul li.active > a {
      background: #2282a3;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #2282a3;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 1.0416666667rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 1.0416666667rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 1.0416666667rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 1.0416666667rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 1.0416666667rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.0625em) {
  .top-bar {
    background: #2AA3CC;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.6875rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      padding-top: 0.3125rem;
      top: 0.59375rem; }
    .top-bar.expanded {
      background: #2AA3CC; }

  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 1220px; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #2282a3;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #2AA3CC;
      line-height: 3.125rem;
      padding: 0 1.0416666667rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #2282a3; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #2282a3;
      color: #FFFFFF;
      line-height: 3.125rem;
      padding: 0 1.0416666667rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #2282a3;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.2916666667rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.5625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #2AA3CC;
        color: #FFFFFF;
        line-height: 3.125rem;
        padding: 12px 1.0416666667rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #2AA3CC;
        color: #FFFFFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #FFFFFF;
        background: #2282a3; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #41b2d8;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 3.125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #2AA3CC;
      height: 3.125rem;
      padding: 0 1.0416666667rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #2282a3;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #2282a3;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }
.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #222025;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #34323A;
      color: #888;
      display: block;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 14px;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #222025; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0px; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

.moba-footer {
  margin: 0 -15px;
  padding: 25px 25px;
  background: #34323A; }
  .darkMode .moba-footer {
    background: none; }
  .moba-footer__top {
    display: flex;
    align-items: center;
    justify-content: center; }
  .moba-footer__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
    gap: 5px; }
    .moba-footer__logo span {
      color: white;
      text-transform: uppercase;
      font-size: 13px; }
  .moba-footer__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 5;
    column-gap: 20px; }
    .moba-footer__links ul li {
      text-align: left;
      margin-bottom: 2px;
      font-size: 13px; }
      .moba-footer__links ul li a {
        transition: 200ms;
        color: rgba(255, 255, 255, 0.65); }
        .moba-footer__links ul li a:hover {
          color: white;
          text-decoration: none; }
  @media screen and (max-width: 1080px) {
    .moba-footer__links ul {
      columns: 4; } }
  @media screen and (max-width: 880px) {
    .moba-footer__links ul {
      columns: 3; } }
  @media screen and (max-width: 750px) {
    .moba-footer__logo {
      margin-right: 0; }
    .moba-footer__top {
      flex-direction: column; }
    .moba-footer__links {
      margin: 30px 0; }
      .moba-footer__links ul {
        columns: 4; } }
  @media screen and (max-width: 650px) {
    .moba-footer__links ul {
      columns: 3; } }
  @media screen and (max-width: 430px) {
    .moba-footer__links ul {
      columns: 2; } }

@font-face {
  font-family: 'wgfont';
  src: url("data:application/octet-stream;base64,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") format("woff"); }
.fa {
  font-family: "wgfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto; }

.fa-play:before {
  content: '\e800'; }

/* '' */
.fa-angle-right:before {
  content: '\e801'; }

/* '' */
.fa-angle-down:before {
  content: '\e802'; }

/* '' */
.fa-angle-up:before {
  content: '\e803'; }

/* '' */
.fa-angle-left:before {
  content: '\e804'; }

/* '' */
.fa-search:before {
  content: '\e805'; }

/* '' */
.fa-home:before {
  content: '\e806'; }

/* '' */
.fa-users:before {
  content: '\e807'; }

/* '' */
.fa-bar-chart:before {
  content: '\e808'; }

/* '' */
.fa-eye:before {
  content: '\e809'; }

/* '' */
.fa-facebook:before {
  content: '\e80a'; }

/* '' */
.fa-twitter:before {
  content: '\e80b'; }

/* '' */
.fa-wifi:before {
  content: '\e80c'; }

/* '' */
.fa-record:before {
  content: '\e80d'; }

/* '' */
.fa-award:before {
  content: '\e80e'; }

/* '' */
.fa-cancel:before {
  content: '\e80f'; }

/* '' */
.fa-reddit:before {
  content: '\e810'; }

/* '' */
.fa-cog:before {
  content: '\e811'; }

/* '' */
.fa-chart-area:before {
  content: '\e812'; }

/* '' */
.fa-link-ext:before {
  content: '\e813'; }

/* '' */
.fa-icon-help-circled:before {
  content: '\e814'; }

/* '' */
.fa-discord:before {
  content: '\e815'; }

/* '' */
.fa-sun:before {
  content: '\e816'; }

/* '' */
.fa-moon:before {
  content: '\e817'; }

/* '' */
.fa-attention-circled:before {
  content: '\e818'; }

/* '' */
.fa-info-circled:before {
  content: '\e819'; }

/* '' */
.fa-right-circle:before {
  content: '\e81a'; }

/* '' */
.fa-down-circle:before {
  content: '\e81b'; }

/* '' */
.fa-icon-edit:before {
  content: '\e81c'; }

/* '' */
.fa-video-edit:before {
  content: '\e81d'; }

/* '' */
.fa-teamfight_tactics_2019_hover_icon:before {
  content: '\e81e'; }

/* '' */
.fa-link:before {
  content: '\e81f'; }

/* '' */
.fa-down-circled:before {
  content: '\e820'; }

/* '' */
.fa-lolicon:before {
  content: '\e821'; }

/* '' */
.fa-lolicon2:before {
  content: '\e822'; }

/* '' */
.fa-cards:before {
  content: '\e823'; }

/* '' */
.fa-deck:before {
  content: '\e824'; }

/* '' */
.fa-share:before {
  content: '\e825'; }

/* '' */
.fa-book-open:before {
  content: '\e826'; }

/* '' */
.fa-porofessor:before {
  content: '\e827'; }

/* '' */
.fa-all-factions:before {
  content: '\e828'; }

/* '' */
.fa-user-plus:before {
  content: '\e829'; }

/* '' */
.fa-history-regular:before {
  content: '\e82a'; }

/* '' */
.fa-history-light:before {
  content: '\e82b'; }

/* '' */
.fa-pin:before {
  content: '\e82c'; }

/* '' */
.fa-external-link-square:before {
  content: '\e82d'; }

/* '' */
.fa-unpin:before {
  content: '\e82e'; }

/* '' */
.fa-users4:before {
  content: '\e82f'; }

/* '' */
.fa-users3:before {
  content: '\e830'; }

/* '' */
.fa-users2:before {
  content: '\e831'; }

/* '' */
.fa-users5:before {
  content: '\e832'; }

/* '' */
.fa-star:before {
  content: '\e833'; }

/* '' */
.fa-star-empty:before {
  content: '\e834'; }

/* '' */
.fa-lfg:before {
  content: '\e835'; }

/* '' */
.fa-arena_logo:before {
  content: '\e836'; }

/* '' */
.fa-download:before {
  content: '\f02e'; }

/* '' */
.fa-docs:before {
  content: '\f0c5'; }

/* '' */
.fa-list-numbered:before {
  content: '\f0cb'; }

/* '' */
.fa-table:before {
  content: '\f0ce'; }

/* '' */
.fa-sort:before {
  content: '\f0dc'; }

/* '' */
.fa-exchange:before {
  content: '\f0ec'; }

/* '' */
.fa-icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.fa-windows:before {
  content: '\f17a'; }

/* '' */
.fa-history:before {
  content: '\f1da'; }

/* '' */
.fa-twitch:before {
  content: '\f1e8'; }

/* '' */
@font-face {
  font-family: 'sort';
  src: url("data:application/octet-stream;base64,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") format("woff"); }
[class^="iconSort-"]:before, [class*=" iconSort-"]:before {
  font-family: "sort";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.iconSort-sort:before {
  content: '\f0dc'; }

/* '' */
.iconSort-sort-down:before {
  content: '\f0dd'; }

/* '' */
.iconSort-sort-up:before {
  content: '\f0de'; }

/* '' */
.popup {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 5px 10px 10px 10px; }
  .popup h3 {
    background-color: #F6F6F6;
    border-top: 2px solid #DDD;
    border-bottom: 2px solid #DDD;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    padding: 7px; }
  .popup p {
    font-size: 13px;
    text-align: left;
    font-weight: 300;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #777; }
  .popup .replayDownloadButton {
    background-color: #2693b8;
    width: 205px;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    padding: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .popup .replayDownloadButton:hover, .popup .replayDownloadButton:focus, .popup .replayDownloadButton:active {
      background-color: #1d728f;
      color: #FFF; }
    .popup .replayDownloadButton:disabled {
      opacity: 0.4 !important;
      color: #FFF !important;
      background-color: #2693b8 !important; }
    .popup .replayDownloadButton i .fa {
      color: #FFF; }
  .popup .replayDownloadExplanation {
    font-size: 12px;
    color: #777; }
  .popup strong {
    color: #CCC;
    line-height: 40px; }
  .popup #macRunCode {
    text-align: left;
    background-color: #EEE;
    color: #777;
    border-color: #999;
    margin: 20px 40px 3px 40px;
    padding: 10px; }

.wg-checkbox {
  position: relative;
  user-select: none;
  color: #777; }
  .wg-checkbox input[type=checkbox] {
    display: none; }
    .wg-checkbox input[type=checkbox] + span:hover {
      cursor: pointer; }
    .wg-checkbox input[type=checkbox] + span:before {
      content: " ";
      color: #FFF;
      width: 18px;
      height: 18px;
      line-height: 16px;
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-right: 5px;
      margin-left: 0px;
      background-color: transparent;
      border-radius: 2px;
      border: 1px solid #ccc; }
    .wg-checkbox input[type=checkbox]:checked + span:before {
      content: "\2713";
      color: #FFF;
      background-color: #2796BC;
      border: 1px solid #2796BC; }

.leagueicons-16-0 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -5px; }

.leagueicons-16-1 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -31px; }

.leagueicons-16-10 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -57px; }

.leagueicons-16-2 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -83px; }

.leagueicons-16-3 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -109px; }

.leagueicons-16-4 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -135px; }

.leagueicons-16-5 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -161px; }

.leagueicons-16-6 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -187px; }

.leagueicons-16-7 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -213px; }

.leagueicons-16-8 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -239px; }

.leagueicons-16-9 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_16.png?v=30") no-repeat top left;
  width: 16px;
  height: 16px;
  background-position: -5px -265px; }

.leagueicons-24-0 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -5px; }

.leagueicons-24-1 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -39px; }

.leagueicons-24-10 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -73px; }

.leagueicons-24-2 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -107px; }

.leagueicons-24-3 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -141px; }

.leagueicons-24-4 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -175px; }

.leagueicons-24-5 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -209px; }

.leagueicons-24-6 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -243px; }

.leagueicons-24-7 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -277px; }

.leagueicons-24-8 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -311px; }

.leagueicons-24-9 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_24.png?v=30") no-repeat top left;
  width: 24px;
  height: 24px;
  background-position: -5px -345px; }

.leagueicons-30-0 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -5px; }

.leagueicons-30-1 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -45px; }

.leagueicons-30-10 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -85px; }

.leagueicons-30-2 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -125px; }

.leagueicons-30-3 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -165px; }

.leagueicons-30-4 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -205px; }

.leagueicons-30-5 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -245px; }

.leagueicons-30-6 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -285px; }

.leagueicons-30-7 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -325px; }

.leagueicons-30-8 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -365px; }

.leagueicons-30-9 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_30.png?v=30") no-repeat top left;
  width: 30px;
  height: 30px;
  background-position: -5px -405px; }

.leagueicons-36-0 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -5px; }

.leagueicons-36-1 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -51px; }

.leagueicons-36-10 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -97px; }

.leagueicons-36-2 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -143px; }

.leagueicons-36-3 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -189px; }

.leagueicons-36-4 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -235px; }

.leagueicons-36-5 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -281px; }

.leagueicons-36-6 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -327px; }

.leagueicons-36-7 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -373px; }

.leagueicons-36-8 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -419px; }

.leagueicons-36-9 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
  width: 36px;
  height: 36px;
  background-position: -5px -465px; }

.leagueicons-48-0 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -5px; }

.leagueicons-48-1 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -63px; }

.leagueicons-48-10 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -121px; }

.leagueicons-48-2 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -179px; }

.leagueicons-48-3 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -237px; }

.leagueicons-48-4 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -295px; }

.leagueicons-48-5 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -353px; }

.leagueicons-48-6 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -411px; }

.leagueicons-48-7 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -469px; }

.leagueicons-48-8 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -527px; }

.leagueicons-48-9 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
  width: 48px;
  height: 48px;
  background-position: -5px -585px; }

@media only screen and (min-width: 40.0625em) {
  .leagueicons-48-36-0 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -5px; }

  .leagueicons-48-36-1 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -63px; }

  .leagueicons-48-36-10 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -121px; }

  .leagueicons-48-36-2 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -179px; }

  .leagueicons-48-36-3 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -237px; }

  .leagueicons-48-36-4 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -295px; }

  .leagueicons-48-36-5 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -353px; }

  .leagueicons-48-36-6 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -411px; }

  .leagueicons-48-36-7 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -469px; }

  .leagueicons-48-36-8 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -527px; }

  .leagueicons-48-36-9 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_48.png?v=30") no-repeat top left;
    width: 48px;
    height: 48px;
    background-position: -5px -585px; } }
@media only screen and (max-width: 40em) {
  .leagueicons-48-36-0 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -5px; }

  .leagueicons-48-36-1 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -51px; }

  .leagueicons-48-36-10 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -97px; }

  .leagueicons-48-36-2 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -143px; }

  .leagueicons-48-36-3 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -189px; }

  .leagueicons-48-36-4 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -235px; }

  .leagueicons-48-36-5 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -281px; }

  .leagueicons-48-36-6 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -327px; }

  .leagueicons-48-36-7 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -373px; }

  .leagueicons-48-36-8 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -419px; }

  .leagueicons-48-36-9 {
    background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_leagueicons_v3_36.png?v=30") no-repeat top left;
    width: 36px;
    height: 36px;
    background-position: -5px -465px; } }
.role-adc-48 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_48.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 48px;
  height: 48px;
  filter: none; }

.role-fill-48 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_48.png?v=25") no-repeat top left;
  background-position: 0 -48px;
  width: 48px;
  height: 48px;
  filter: none; }

.role-jungle-48 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_48.png?v=25") no-repeat top left;
  background-position: 0 -96px;
  width: 48px;
  height: 48px;
  filter: none; }

.role-middle-48 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_48.png?v=25") no-repeat top left;
  background-position: 0 -144px;
  width: 48px;
  height: 48px;
  filter: none; }

.role-support-48 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_48.png?v=25") no-repeat top left;
  background-position: 0 -192px;
  width: 48px;
  height: 48px;
  filter: none; }

.role-top-48 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_48.png?v=25") no-repeat top left;
  background-position: 0 -240px;
  width: 48px;
  height: 48px;
  filter: none; }

.role-adc-36 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_36.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 36px;
  height: 36px;
  filter: none; }

.role-fill-36 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_36.png?v=25") no-repeat top left;
  background-position: 0 -36px;
  width: 36px;
  height: 36px;
  filter: none; }

.role-jungle-36 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_36.png?v=25") no-repeat top left;
  background-position: 0 -72px;
  width: 36px;
  height: 36px;
  filter: none; }

.role-middle-36 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_36.png?v=25") no-repeat top left;
  background-position: 0 -108px;
  width: 36px;
  height: 36px;
  filter: none; }

.role-support-36 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_36.png?v=25") no-repeat top left;
  background-position: 0 -144px;
  width: 36px;
  height: 36px;
  filter: none; }

.role-top-36 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_36.png?v=25") no-repeat top left;
  background-position: 0 -180px;
  width: 36px;
  height: 36px;
  filter: none; }

.role-adc-30 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_30.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 30px;
  height: 30px;
  filter: none; }

.role-fill-30 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_30.png?v=25") no-repeat top left;
  background-position: 0 -30px;
  width: 30px;
  height: 30px;
  filter: none; }

.role-jungle-30 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_30.png?v=25") no-repeat top left;
  background-position: 0 -60px;
  width: 30px;
  height: 30px;
  filter: none; }

.role-middle-30 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_30.png?v=25") no-repeat top left;
  background-position: 0 -90px;
  width: 30px;
  height: 30px;
  filter: none; }

.role-support-30 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_30.png?v=25") no-repeat top left;
  background-position: 0 -120px;
  width: 30px;
  height: 30px;
  filter: none; }

.role-top-30 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_30.png?v=25") no-repeat top left;
  background-position: 0 -150px;
  width: 30px;
  height: 30px;
  filter: none; }

.role-adc-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_24.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  filter: none; }

.role-fill-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_24.png?v=25") no-repeat top left;
  background-position: 0 -24px;
  width: 24px;
  height: 24px;
  filter: none; }

.role-jungle-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_24.png?v=25") no-repeat top left;
  background-position: 0 -48px;
  width: 24px;
  height: 24px;
  filter: none; }

.role-middle-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_24.png?v=25") no-repeat top left;
  background-position: 0 -72px;
  width: 24px;
  height: 24px;
  filter: none; }

.role-support-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_24.png?v=25") no-repeat top left;
  background-position: 0 -96px;
  width: 24px;
  height: 24px;
  filter: none; }

.role-top-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_24.png?v=25") no-repeat top left;
  background-position: 0 -120px;
  width: 24px;
  height: 24px;
  filter: none; }

.role-adc-16 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_16.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  filter: none; }

.role-fill-16 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_16.png?v=25") no-repeat top left;
  background-position: 0 -16px;
  width: 16px;
  height: 16px;
  filter: none; }

.role-jungle-16 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_16.png?v=25") no-repeat top left;
  background-position: 0 -32px;
  width: 16px;
  height: 16px;
  filter: none; }

.role-middle-16 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_16.png?v=25") no-repeat top left;
  background-position: 0 -48px;
  width: 16px;
  height: 16px;
  filter: none; }

.role-support-16 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_16.png?v=25") no-repeat top left;
  background-position: 0 -64px;
  width: 16px;
  height: 16px;
  filter: none; }

.role-top-16 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_16.png?v=25") no-repeat top left;
  background-position: 0 -80px;
  width: 16px;
  height: 16px;
  filter: none; }

.role-adc-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_13.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 13px;
  height: 13px;
  filter: none; }

.role-fill-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_13.png?v=25") no-repeat top left;
  background-position: 0 -13px;
  width: 13px;
  height: 13px;
  filter: none; }

.role-jungle-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_13.png?v=25") no-repeat top left;
  background-position: 0 -26px;
  width: 13px;
  height: 13px;
  filter: none; }

.role-middle-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_13.png?v=25") no-repeat top left;
  background-position: 0 -39px;
  width: 13px;
  height: 13px;
  filter: none; }

.role-support-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_13.png?v=25") no-repeat top left;
  background-position: 0 -52px;
  width: 13px;
  height: 13px;
  filter: none; }

.role-top-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/roles/sprite_roles_13.png?v=25") no-repeat top left;
  background-position: 0 -65px;
  width: 13px;
  height: 13px;
  filter: none; }

.teamcounters-towers-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_teamcounters_13.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 13px;
  height: 13px; }

.teamcounters-inhibitors-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_teamcounters_13.png?v=25") no-repeat top left;
  background-position: 0 -13px;
  width: 13px;
  height: 13px; }

.teamcounters-barons-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_teamcounters_13.png?v=25") no-repeat top left;
  background-position: 0 -26px;
  width: 13px;
  height: 13px; }

.teamcounters-dragons-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_teamcounters_13.png?v=25") no-repeat top left;
  background-position: 0 -39px;
  width: 13px;
  height: 13px; }

.teamcounters-heralds-13 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_teamcounters_13.png?v=25") no-repeat top left;
  background-position: 0 -52px;
  width: 13px;
  height: 13px; }

.dragons-air-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_dragons_24.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 24px;
  height: 24px; }

.dragons-earth-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_dragons_24.png?v=25") no-repeat top left;
  background-position: 0 -24px;
  width: 24px;
  height: 24px; }

.dragons-fire-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_dragons_24.png?v=25") no-repeat top left;
  background-position: 0 -48px;
  width: 24px;
  height: 24px; }

.dragons-water-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_dragons_24.png?v=25") no-repeat top left;
  background-position: 0 -72px;
  width: 24px;
  height: 24px; }

.dragons-elder-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_dragons_24.png?v=25") no-repeat top left;
  background-position: 0 -96px;
  width: 24px;
  height: 24px; }

.dragons-hextech-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_dragons_24.png?v=25") no-repeat top left;
  background-position: 0 -120px;
  width: 24px;
  height: 24px; }

.dragons-chemtech-24 {
  background: url("https://lolg-cdn.porofessor.gg/img/s/sprite_dragons_24.png?v=25") no-repeat top left;
  background-position: 0 -144px;
  width: 24px;
  height: 24px; }

.pings-64-allIn {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 64px;
  height: 64px; }

.pings-64-assistMe {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -65px;
  width: 64px;
  height: 64px; }

.pings-64-bait {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -130px;
  width: 64px;
  height: 64px; }

.pings-64-basic {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -195px;
  width: 64px;
  height: 64px; }

.pings-64-danger {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -260px;
  width: 64px;
  height: 64px; }

.pings-64-enemyMissing {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -325px;
  width: 64px;
  height: 64px; }

.pings-64-enemyVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -390px;
  width: 64px;
  height: 64px; }

.pings-64-getBack {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -455px;
  width: 64px;
  height: 64px; }

.pings-64-hold {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -520px;
  width: 64px;
  height: 64px; }

.pings-64-needVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -585px;
  width: 64px;
  height: 64px; }

.pings-64-onMyWay {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -650px;
  width: 64px;
  height: 64px; }

.pings-64-push {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -715px;
  width: 64px;
  height: 64px; }

.pings-64-visionCleared {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings64.png?v=25") no-repeat top left;
  background-position: 0 -780px;
  width: 64px;
  height: 64px; }

.pings-48-allIn {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 48px;
  height: 48px; }

.pings-48-assistMe {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -49px;
  width: 48px;
  height: 48px; }

.pings-48-bait {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -98px;
  width: 48px;
  height: 48px; }

.pings-48-basic {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -147px;
  width: 48px;
  height: 48px; }

.pings-48-danger {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -196px;
  width: 48px;
  height: 48px; }

.pings-48-enemyMissing {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -245px;
  width: 48px;
  height: 48px; }

.pings-48-enemyVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -294px;
  width: 48px;
  height: 48px; }

.pings-48-getBack {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -343px;
  width: 48px;
  height: 48px; }

.pings-48-hold {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -392px;
  width: 48px;
  height: 48px; }

.pings-48-needVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -441px;
  width: 48px;
  height: 48px; }

.pings-48-onMyWay {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -490px;
  width: 48px;
  height: 48px; }

.pings-48-push {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -539px;
  width: 48px;
  height: 48px; }

.pings-48-visionCleared {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings48.png?v=25") no-repeat top left;
  background-position: 0 -588px;
  width: 48px;
  height: 48px; }

.pings-36-allIn {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 36px;
  height: 36px; }

.pings-36-assistMe {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -37px;
  width: 36px;
  height: 36px; }

.pings-36-bait {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -74px;
  width: 36px;
  height: 36px; }

.pings-36-basic {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -111px;
  width: 36px;
  height: 36px; }

.pings-36-danger {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -148px;
  width: 36px;
  height: 36px; }

.pings-36-enemyMissing {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -185px;
  width: 36px;
  height: 36px; }

.pings-36-enemyVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -222px;
  width: 36px;
  height: 36px; }

.pings-36-getBack {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -259px;
  width: 36px;
  height: 36px; }

.pings-36-hold {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -296px;
  width: 36px;
  height: 36px; }

.pings-36-needVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -333px;
  width: 36px;
  height: 36px; }

.pings-36-onMyWay {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -370px;
  width: 36px;
  height: 36px; }

.pings-36-push {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -407px;
  width: 36px;
  height: 36px; }

.pings-36-visionCleared {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings36.png?v=25") no-repeat top left;
  background-position: 0 -444px;
  width: 36px;
  height: 36px; }

.pings-30-allIn {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 30px;
  height: 30px; }

.pings-30-assistMe {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -31px;
  width: 30px;
  height: 30px; }

.pings-30-bait {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -62px;
  width: 30px;
  height: 30px; }

.pings-30-basic {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -93px;
  width: 30px;
  height: 30px; }

.pings-30-danger {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -124px;
  width: 30px;
  height: 30px; }

.pings-30-enemyMissing {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -155px;
  width: 30px;
  height: 30px; }

.pings-30-enemyVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -186px;
  width: 30px;
  height: 30px; }

.pings-30-getBack {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -217px;
  width: 30px;
  height: 30px; }

.pings-30-hold {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -248px;
  width: 30px;
  height: 30px; }

.pings-30-needVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -279px;
  width: 30px;
  height: 30px; }

.pings-30-onMyWay {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -310px;
  width: 30px;
  height: 30px; }

.pings-30-push {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -341px;
  width: 30px;
  height: 30px; }

.pings-30-visionCleared {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings30.png?v=25") no-repeat top left;
  background-position: 0 -372px;
  width: 30px;
  height: 30px; }

.pings-24-allIn {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 24px;
  height: 24px; }

.pings-24-assistMe {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -25px;
  width: 24px;
  height: 24px; }

.pings-24-bait {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -50px;
  width: 24px;
  height: 24px; }

.pings-24-basic {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -75px;
  width: 24px;
  height: 24px; }

.pings-24-danger {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -100px;
  width: 24px;
  height: 24px; }

.pings-24-enemyMissing {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -125px;
  width: 24px;
  height: 24px; }

.pings-24-enemyVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -150px;
  width: 24px;
  height: 24px; }

.pings-24-getBack {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -175px;
  width: 24px;
  height: 24px; }

.pings-24-hold {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -200px;
  width: 24px;
  height: 24px; }

.pings-24-needVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -225px;
  width: 24px;
  height: 24px; }

.pings-24-onMyWay {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -250px;
  width: 24px;
  height: 24px; }

.pings-24-push {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -275px;
  width: 24px;
  height: 24px; }

.pings-24-visionCleared {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings24.png?v=25") no-repeat top left;
  background-position: 0 -300px;
  width: 24px;
  height: 24px; }

.pings-16-allIn {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 0;
  width: 16px;
  height: 16px; }

.pings-16-assistMe {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -17px;
  width: 16px;
  height: 16px; }

.pings-16-bait {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -34px;
  width: 16px;
  height: 16px; }

.pings-16-basic {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -51px;
  width: 16px;
  height: 16px; }

.pings-16-danger {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -68px;
  width: 16px;
  height: 16px; }

.pings-16-enemyMissing {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -85px;
  width: 16px;
  height: 16px; }

.pings-16-enemyVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -102px;
  width: 16px;
  height: 16px; }

.pings-16-getBack {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -119px;
  width: 16px;
  height: 16px; }

.pings-16-hold {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -136px;
  width: 16px;
  height: 16px; }

.pings-16-needVision {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -153px;
  width: 16px;
  height: 16px; }

.pings-16-onMyWay {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -170px;
  width: 16px;
  height: 16px; }

.pings-16-push {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -187px;
  width: 16px;
  height: 16px; }

.pings-16-visionCleared {
  background: url("https://lolg-cdn.porofessor.gg/img/s/pings/sprites/pings16.png?v=25") no-repeat top left;
  background-position: 0 -204px;
  width: 16px;
  height: 16px; }

@keyframes waggle {
  0% {
    transform: none; }
  50% {
    transform: rotateZ(-20deg) scale(3); }
  60% {
    transform: rotateZ(25deg) scale(3); }
  67.5% {
    transform: rotateZ(-15deg) scale(3); }
  75% {
    transform: rotateZ(15deg) scale(3); }
  82.5% {
    transform: rotateZ(-12deg) scale(3); }
  85% {
    transform: rotateZ(0) scale(3); }
  100% {
    transform: rotateZ(0) scale(1); } }
.waggle {
  animation: waggle 1200ms 0s forwards ease-out;
  animation-delay: 0; }

#autocomplete-area-topnav {
  display: none;
  position: absolute;
  top: 39px;
  background-color: #2AA3CC;
  min-width: 100%; }
  #autocomplete-area-topnav table {
    min-width: 100%; }
    #autocomplete-area-topnav table th {
      padding: 7px 7px 0px 7px;
      color: #EEE;
      font-weight: 400;
      font-size: 16px; }
    #autocomplete-area-topnav table td {
      padding: 2px 7px;
      color: #E6E6E6; }
      #autocomplete-area-topnav table td a {
        color: inherit; }
      #autocomplete-area-topnav table td.active, #autocomplete-area-topnav table td:hover {
        background-color: #2282a3; }
      #autocomplete-area-topnav table td .fa-history {
        flex: 1 0 auto;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        font-size: 30px;
        line-height: 35px;
        width: 36px;
        color: inherit; }

#autocomplete-area-homepage table {
  min-width: 100%; }
  #autocomplete-area-homepage table th {
    padding: 4px 1px 0px 1px;
    text-align: left; }
  #autocomplete-area-homepage table td {
    padding: 2px 1px; }
    #autocomplete-area-homepage table td.active, #autocomplete-area-homepage table td:hover {
      background-color: #EEE; }
    #autocomplete-area-homepage table td .fa-history {
      flex: 1 0 auto;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      font-size: 30px;
      line-height: 35px;
      width: 36px;
      color: inherit; }

.tags-box {
  padding: 10px 20px;
  text-align: center; }

.tag {
  display: inline-block;
  border-radius: 4px;
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  padding: 2px 8px;
  margin: 2px 0px; }
  .tag.green {
    background-color: #3CBC8D; }
  .tag.red {
    background-color: #E9422E; }
  .tag.yellow {
    background-color: #FAC552; }
  .tag.blue {
    background-color: #2796BC; }
  .tag.lightBlue {
    background-color: #29B7D3; }
  .tag.orange {
    background-color: #f58111; }
  .tag.brown {
    background-color: #6a5549; }
  .tag.black {
    background-color: #000;
    color: #FFFFFF; }
  .tag.pink {
    background-color: #FF84C3; }
  .tag a {
    color: inherit;
    font-size: inherit;
    text-decoration: inherit; }
    .tag a:hover {
      color: inherit;
      font-size: inherit;
      text-decoration: inherit; }

#tooltip.perkTooltip {
  width: 600px;
  max-width: unset;
  margin-top: 5px; }
  #tooltip.perkTooltip .title {
    margin-bottom: 14px;
    height: 36px; }
  #tooltip.perkTooltip .tooltipColumns {
    margin-right: 20px; }
    #tooltip.perkTooltip .tooltipColumns:last-child {
      margin-right: 0; }
    #tooltip.perkTooltip .tooltipColumns .tooltipColumn {
      display: inline-block;
      width: 50%;
      float: left;
      padding-right: 5px;
      margin-top: 16px;
      margin-bottom: 16px; }
      #tooltip.perkTooltip .tooltipColumns .tooltipColumn .img-align-block > div:not(.txt) {
        width: 48px;
        text-align: center;
        margin-right: 3px; }
      #tooltip.perkTooltip .tooltipColumns .tooltipColumn .statPerks {
        background-color: rgba(255, 255, 255, 0.06);
        border-radius: 4px;
        padding: 10px 20px;
        color: rgba(255, 255, 255, 0.85);
        margin-left: 14px; }
        #tooltip.perkTooltip .tooltipColumns .tooltipColumn .statPerks .img-align-block > div:not(.txt) {
          width: unset; }
        #tooltip.perkTooltip .tooltipColumns .tooltipColumn .statPerks .perksDescription {
          margin-top: 2px;
          margin-bottom: 2px; }
    #tooltip.perkTooltip .tooltipColumns:after {
      display: block;
      clear: both; }
  #tooltip.perkTooltip .perkTitle {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 4px;
    color: #FFF; }
  #tooltip.perkTooltip .perksDescription {
    margin-left: 5px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 13px; }
    #tooltip.perkTooltip .perksDescription:last-child {
      margin-bottom: 0; }
  #tooltip.perkTooltip .minorstatSpacing {
    margin-bottom: 25px; }
#tooltip itemname {
  color: #EEE;
  margin-bottom: 3px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  display: block; }
  #tooltip itemname.tagTitle.red {
    color: #E9422E; }
  #tooltip itemname.tagTitle.green {
    color: #3CBC8D; }
  #tooltip itemname.tagTitle.yellow {
    color: #FAC552; }
  #tooltip itemname.tagTitle.blue {
    color: #2796BC; }
  #tooltip itemname.tagTitle.brown {
    color: #6a5549; }
#tooltip.tooltipRolesUsage {
  max-width: unset; }
  #tooltip.tooltipRolesUsage th {
    padding: 5px 13px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400; }
  #tooltip.tooltipRolesUsage td {
    padding: 5px 13px; }
  #tooltip.tooltipRolesUsage .progress-bar-container {
    background-color: #2d3847; }
  #tooltip.tooltipRolesUsage .txt {
    color: rgba(255, 255, 255, 0.8); }
#tooltip.itemTooltip stats {
  display: block; }
  #tooltip.itemTooltip stats attention {
    color: #EEE; }
#tooltip.itemTooltip active, #tooltip.itemTooltip raritymythic, #tooltip.itemTooltip passive {
  color: #EEE; }
#tooltip.itemTooltip rules {
  font-style: italic;
  color: rgba(255, 255, 255, 0.3); }
  #tooltip.itemTooltip rules * {
    color: inherit !important; }
#tooltip.itemTooltip li {
  margin-bottom: 15px;
  list-style: none; }
  #tooltip.itemTooltip li:last-child {
    margin-bottom: 0; }
#tooltip.itemTooltip .itemTooltipRecipeTitle {
  font-size: 12px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase; }
#tooltip.itemTooltip .itemTooltipPrice {
  flex-grow: 1;
  text-align: end;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3); }
#tooltip .tooltipMasteryIcon {
  height: 36px;
  margin-left: -2px; }
#tooltip.historyTooltip {
  width: 350px;
  max-width: unset; }
  #tooltip.historyTooltip .graph-title {
    padding-top: 3px;
    padding-left: 5px; }
#tooltip.matchDrakesTooltip {
  width: unset;
  max-width: unset; }

.tooltip-v2 {
  position: absolute;
  background-color: #FFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.55);
  z-index: 99999;
  padding: 10px;
  border-radius: 4px;
  color: #555;
  font-size: 12px; }

.sliderContainer {
  user-select: none; }
  .sliderContainer .sliderMinValue {
    display: inline-block;
    vertical-align: middle;
    width: 20px; }
  .sliderContainer .sliderMaxValue {
    display: inline-block;
    vertical-align: middle;
    width: 20px; }
  .sliderContainer .slider {
    display: inline-block;
    width: 90px;
    height: 8px;
    margin: 0 5px;
    border: none;
    box-shadow: none;
    vertical-align: middle; }
    .sliderContainer .slider .noUi-connect {
      background-color: #2796BC; }
    .sliderContainer .slider .noUi-handle {
      top: -4px;
      left: -2px;
      height: 15px;
      width: 16px;
      border-radius: 8px;
      box-shadow: none; }
      .sliderContainer .slider .noUi-handle::before, .sliderContainer .slider .noUi-handle::after {
        display: none; }

.nightmode-toggle {
  display: inline-block;
  margin-top: 8px; }
  .nightmode-toggle .fa {
    font-size: 16px;
    line-height: 18px;
    vertical-align: sub;
    text-decoration: none;
    color: #FFFFFF; }
  .nightmode-toggle .switch {
    margin: 0 2px 1px 2px;
    font-size: 18px;
    line-height: 22px;
    vertical-align: bottom;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    /* Hide default HTML checkbox */
    /* The slider */
    /* Rounded sliders */ }
    .nightmode-toggle .switch input {
      display: none; }
    .nightmode-toggle .switch .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s; }
      .nightmode-toggle .switch .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s; }
    .nightmode-toggle .switch input:checked + .slider {
      background-color: #2796BC; }
    .nightmode-toggle .switch input:focus + .slider {
      box-shadow: 0 0 1px #2796BC; }
    .nightmode-toggle .switch input:checked + .slider:before {
      transform: translateX(13px); }
    .nightmode-toggle .switch .slider.round {
      border-radius: 16px; }
    .nightmode-toggle .switch .slider.round:before {
      border-radius: 50%; }

div.tier {
  color: white;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  width: 25px;
  height: 29px;
  position: relative; }
  div.tier.adj {
    height: 19px !important;
    width: 20px !important;
    line-height: 19px !important;
    padding: 0px !important;
    font-size: 16px !important; }
  div.tier svg {
    position: absolute;
    right: -5px;
    top: -6px; }
  div.tier.s {
    background-color: #C94C39; }
  div.tier.a {
    background-color: #EA945F; }
  div.tier.b {
    background-color: #C9BB6C; }
  div.tier.c {
    background-color: #8EB86A; }
  div.tier.d {
    background-color: #6BA6CC; }
  div.tier.e {
    background-color: #6A61BA; }
  div.tier.f {
    background-color: #A432C0; }

.stacked_bar_container .physical_damage_area {
  background-color: #E9422E; }
.stacked_bar_container .magic_damage_area {
  background-color: #2796BC; }
.stacked_bar_container .true_damage_area {
  background-color: #AAA; }

@media only screen and (min-width: 40.0625em) {
  .doubleIcon {
    text-align: left !important; } }
@media only screen and (max-width: 40em) {
  .doubleIcon {
    text-align: center !important; } }
@media only screen and (max-width: 40em) {
  .doubleIcon .doubleIconText {
    display: none; } }

.doubleIconColumn {
  min-width: 90px; }

.itemStarters img {
  margin-right: 3px; }

.skillsOrdersTableContainer {
  margin-bottom: 10px; }
  .skillsOrdersTableContainer:last-of-type {
    border-bottom: none;
    margin-bottom: 0px; }
  .skillsOrdersTableContainer .skillsOrdersTable {
    margin-bottom: 15px; }
    .skillsOrdersTableContainer .skillsOrdersTable tr td {
      padding: 2px 3px; }
      .skillsOrdersTableContainer .skillsOrdersTable tr td .upgradeSpells {
        display: inline-block; }
        .skillsOrdersTableContainer .skillsOrdersTable tr td .upgradeSpells .championSpell:last-of-type {
          margin-right: 0; }
      .skillsOrdersTableContainer .skillsOrdersTable tr td.skillIconCell {
        padding-left: 5px !important;
        padding-right: 5px !important; }
        .skillsOrdersTableContainer .skillsOrdersTable tr td.skillIconCell .img-align-block {
          width: 40px; }
      .skillsOrdersTableContainer .skillsOrdersTable tr td.smallSkillIconCell {
        padding-left: 2px !important;
        padding-right: 4px !important; }
        .skillsOrdersTableContainer .skillsOrdersTable tr td.smallSkillIconCell .img-align-block {
          width: 28px; }
      .skillsOrdersTableContainer .skillsOrdersTable tr td.skillCell {
        text-align: center;
        width: 34px; }
        .skillsOrdersTableContainer .skillsOrdersTable tr td.skillCell.active {
          background-color: #E8E8E8;
          color: #888; }
      .skillsOrdersTableContainer .skillsOrdersTable tr td.graphCell {
        padding: 0 0 0 8px;
        border-bottom: 0; }

.perksTableContainer {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .perksTableContainer .perksTableContainerTable {
    width: 100%; }
    .perksTableContainer .perksTableContainerTable tr:nth-child(2n) {
      background: #F6F6F6; }
    .perksTableContainer .perksTableContainerTable th {
      border-top: 2px solid #DDD;
      border-bottom: 2px solid #DDD;
      font-size: 15px;
      color: #777;
      background: #FFF !important;
      text-align: center; }
      @media only screen and (min-width: 40.0625em) {
        .perksTableContainer .perksTableContainerTable th {
          padding: 7px 7px; } }
      @media only screen and (max-width: 40em) {
        .perksTableContainer .perksTableContainerTable th {
          padding: 7px 3px; } }
    .perksTableContainer .perksTableContainerTable .globalPopularityCell, .perksTableContainer .perksTableContainerTable .globalWinrateCell {
      padding-left: 12px;
      border-bottom: 1px solid #DDD; }
    .perksTableContainer .perksTableContainerTable .perksTable.perksTableDark {
      margin: 0 auto;
      width: unset; }
      .perksTableContainer .perksTableContainerTable .perksTable.perksTableDark td {
        padding: 6px 0;
        border: none; }
        .perksTableContainer .perksTableContainerTable .perksTable.perksTableDark td.bigBorderBottom {
          border-bottom: 2px solid #E2E2E2; }
      .perksTableContainer .perksTableContainerTable .perksTable.perksTableDark.secondaryPerksTableDark td {
        padding: 6px 4px; }
        .perksTableContainer .perksTableContainerTable .perksTable.perksTableDark.secondaryPerksTableDark td.small-vert-padding {
          padding: 2px 0; }
    .perksTableContainer .perksTableContainerTable .perksTable.perksTableLight tr:nth-child(2n) {
      background: #FFF; }
    .perksTableContainer .perksTableContainerTable .perksTable.perksTableLight tr:nth-child(2n+1) {
      background: #F6F6F6; }
    .perksTableContainer .perksTableContainerTable .perksTable.perksTableLight tr td {
      padding: 7px; }
    .perksTableContainer .perksTableContainerTable .perksTable.perksTableLight .img-align-block {
      justify-content: center; }
    .perksTableContainer .perksTableContainerTable .perksTable.perksTableLight .bigBorderBottom {
      border-bottom: 5px solid #E2E2E2; }

#runesStatsPage #cdm-zone-06-container.fixed {
  position: fixed;
  top: 100px;
  width: 400px;
  z-index: 1; }
#runesStatsPage #cdm-zone-06-container.absolute {
  position: absolute; }

.overviewBox {
  color: #888; }
  .overviewBox.basicNumbersBox {
    padding-top: 20px; }
  .overviewBox .box-title {
    margin-bottom: 0px;
    margin-bottom: 10px; }
  .overviewBox a {
    display: block;
    color: #888; }
  .overviewBox .margin-bottom {
    margin-bottom: 20px; }
  .overviewBox .margin-top {
    margin-top: 20px; }
  .overviewBox .skillsOrdersTableSmall {
    margin-top: 10px; }
    .overviewBox .skillsOrdersTableSmall .skillCell {
      text-align: center;
      width: 20px;
      padding: 0; }
      .overviewBox .skillsOrdersTableSmall .skillCell.active {
        background-color: #E8E8E8;
        color: #888; }
    .overviewBox .skillsOrdersTableSmall tr:nth-child(2n+1) {
      background: #F6F6F6; }
  .overviewBox .iconsRow {
    text-align: center;
    margin-bottom: 6px; }
  .overviewBox .figures {
    font-style: italic;
    font-size: 13px;
    color: #AAA;
    font-weight: 300;
    text-align: center; }
  .overviewBox .seeMoreButtonRow {
    margin-top: 5px;
    text-align: center; }
  .overviewBox .perksTableOverview {
    margin: 0 auto; }
    .overviewBox .perksTableOverview .img-align-block {
      justify-content: center; }
    .overviewBox .perksTableOverview td {
      padding-top: 6px;
      padding-bottom: 6px; }
    .overviewBox .perksTableOverview.secondary td {
      padding: 6px 4px; }
      .overviewBox .perksTableOverview.secondary td.borderBottom {
        border-bottom: 2px solid #DDD; }
      .overviewBox .perksTableOverview.secondary td.small-vert-padding {
        padding-top: 2px;
        padding-bottom: 2px; }
  .overviewBox.rolesOverviewBox .img-align-block {
    justify-content: center; }
  .overviewBox.rolesOverviewBox .seeMoreButtonRow {
    margin-top: 5px;
    text-align: center; }
  .overviewBox.rolesOverviewBox .rolesEntries {
    text-align: center; }
    .overviewBox.rolesOverviewBox .rolesEntries .roleEntry {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 5px; }
      .overviewBox.rolesOverviewBox .rolesEntries .roleEntry .iconsRow {
        margin-bottom: 6px; }
        .overviewBox.rolesOverviewBox .rolesEntries .roleEntry .iconsRow.multipleRows {
          margin-bottom: 0; }

.championSpell {
  position: relative;
  display: inline-block; }
  @media only screen and (min-width: 40.0625em) {
    .championSpell {
      margin-right: 6px; } }
  .championSpell.championSpell-no-margin-right {
    margin-right: 0px; }
  .championSpell .championSpellLetter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 48px;
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center; }
    .championSpell .championSpellLetter.championSpellLetter-36 {
      line-height: 36px;
      font-size: 20px; }
    .championSpell .championSpellLetter.championSpellLetter-30 {
      line-height: 30px;
      font-size: 18px; }
    .championSpell .championSpellLetter.championSpellLetter-24 {
      line-height: 24px;
      font-size: 13px; }
  .championSpell i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -9px;
    line-height: 48px;
    font-size: 20px;
    color: #999; }
    .championSpell i.i-24 {
      line-height: 24px;
      font-size: 16px; }
    .championSpell i.i-36 {
      line-height: 36px; }
    .championSpell i.i-30 {
      line-height: 30px; }
  .championSpell.smaller i {
    line-height: 24px; }
  .championSpell.small-margin {
    margin-right: 0px; }

#probuilds .marginIcon {
  margin: 1px; }
#probuilds .victoryDefeatText {
  font-size: 15px; }
#probuilds .gameMode {
  font-size: 12px;
  color: #999; }
#probuilds .gameDate {
  font-size: 12px;
  font-weight: 300;
  color: #AAA; }
@media only screen and (min-width: 40.0625em) {
  #probuilds .itemsColumn {
    min-width: 110px; } }
@media only screen and (max-width: 40em) {
  #probuilds .itemsColumn {
    width: 32px;
    padding-left: 2px;
    padding-right: 2px; } }
@media only screen and (max-width: 40em) {
  #probuilds .spellsColumn {
    width: 50px; }
    #probuilds .spellsColumn img {
      margin: 2px auto; } }
#probuilds .vsColumn {
  width: 42px; }
  @media only screen and (max-width: 40em) {
    #probuilds .vsColumn img, #probuilds .vsColumn .vs {
      margin: 0 auto;
      display: block; } }

.onlyMythicItemsSelector {
  margin-bottom: 10px; }

@media only screen and (min-width: 40.0625em) {
  #overviewChampionChangesBox {
    padding: 10px 25px; } }
@media only screen and (max-width: 40em) {
  #overviewChampionChangesBox {
    padding: 10px 8px; } }
#overviewChampionChangesBox .recentChampionChangesContent {
  max-height: 255px;
  overflow-y: auto; }
  #overviewChampionChangesBox .recentChampionChangesContent .recentChampionChangesBlock {
    margin-bottom: 15px;
    margin-right: 15px; }
    #overviewChampionChangesBox .recentChampionChangesContent .recentChampionChangesBlock:last-child {
      margin-bottom: 0px; }
    #overviewChampionChangesBox .recentChampionChangesContent .recentChampionChangesBlock .img-align-block {
      align-items: unset; }
      #overviewChampionChangesBox .recentChampionChangesContent .recentChampionChangesBlock .img-align-block img {
        margin-top: 5px;
        margin-right: 5px; }
    #overviewChampionChangesBox .recentChampionChangesContent .recentChampionChangesBlock .recentChampionChangesPatchId {
      font-size: 15px;
      font-weight: 300;
      color: #666;
      margin-bottom: 3px; }
    #overviewChampionChangesBox .recentChampionChangesContent .recentChampionChangesBlock .summary {
      font-size: 13px;
      color: #777; }
    #overviewChampionChangesBox .recentChampionChangesContent .recentChampionChangesBlock .context {
      font-size: 12px;
      color: #999;
      font-style: italic; }

.championsContainer progressbar {
  text-align: center; }
  .championsContainer progressbar .progress-bar-container {
    background-color: #d7d7d7;
    border-radius: 7px;
    height: 7px;
    display: flex;
    align-items: center; }
  .championsContainer progressbar .progressBarTxt {
    padding-top: 7px; }
  .championsContainer progressbar .full-progress-bar {
    border-radius: 7px 0 0 7px;
    height: 7px; }
    .championsContainer progressbar .full-progress-bar.small-1 {
      height: 40%; }
    .championsContainer progressbar .full-progress-bar.small-2 {
      height: 60%; }
    .championsContainer progressbar .full-progress-bar.small-3 {
      height: 75%; }
    .championsContainer progressbar .full-progress-bar.round-end-1 {
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px; }
    .championsContainer progressbar .full-progress-bar.round-end-2 {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .championsContainer progressbar .full-progress-bar.round-end-3 {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
.championsContainer tr.spacer {
  height: 5px;
  background-color: #ddd; }
.championsContainer th {
  padding-top: 7px;
  padding-bottom: 7px; }
  .championsContainer th.w-25 {
    width: 25px; }
  .championsContainer th.w-30 {
    width: 55px; }
  .championsContainer th.w-32 {
    width: 55px; }
  .championsContainer th.fs-11 {
    font-size: 11px; }
  .championsContainer th.base-info {
    width: 120px;
    font-size: 12px; }
  .championsContainer th.num {
    font-size: 16px;
    padding: 0; }
  .championsContainer th .center-icons {
    display: flex;
    align-items: center;
    justify-content: center; }
  .championsContainer th img {
    vertical-align: baseline; }
    .championsContainer th img.bot-align {
      vertical-align: bottom; }
  .championsContainer th.lock {
    position: sticky;
    top: 85px;
    z-index: 1;
    border: none; }
  .championsContainer th.lock:hover {
    z-index: 101; }
  .championsContainer th.lock::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: 0px 5px 5px #ddd; }
.championsContainer td {
  padding: 0; }
  .championsContainer td.p-3-2 {
    padding-top: 3px;
    padding-bottom: 2px; }
  .championsContainer td .kills, .championsContainer td .deaths, .championsContainer td .assists {
    margin: 0 3px; }
  .championsContainer td .center {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .championsContainer td.leftDivider {
    border-left: 1px solid #DDD; }
.championsContainer .patchTxt {
  border-radius: 12px;
  display: inline-block;
  padding: 3px 17px;
  color: white;
  background-color: #273343;
  font-size: 14px; }
.championsContainer .ml-4 {
  margin-left: 4px; }
.championsContainer .img-role-icon-container {
  position: relative;
  margin-right: 6px;
  width: 48px; }
  .championsContainer .img-role-icon-container .roleIcon {
    position: absolute;
    bottom: 0px;
    left: 32px; }
    .championsContainer .img-role-icon-container .roleIcon span {
      background-color: rgba(0, 0, 0, 0.7);
      border-bottom-right-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 16px;
      height: 16px; }
      .championsContainer .img-role-icon-container .roleIcon span img {
        flex: 0; }
.championsContainer .augment-tt-content {
  width: 250px;
  text-align: left; }
  .championsContainer .augment-tt-content .augment-tt-title {
    color: white;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 5px;
    font-weight: bold;
    display: block; }

.tierContainer {
  display: flex;
  align-items: stretch;
  border-radius: 0 0 0 10px;
  background-color: white;
  margin-bottom: 10px; }
  .tierContainer .champsContainer {
    display: flex;
    flex-wrap: wrap;
    padding: 6px; }
    .tierContainer .champsContainer > div {
      margin: 2px;
      position: relative; }
    .tierContainer .champsContainer a {
      display: inline-block;
      transition: transform 250ms; }
      .tierContainer .champsContainer a:hover {
        transform: scale(1.1, 1.1); }
    .tierContainer .champsContainer .tooltip-content {
      width: 175px;
      height: 196px;
      box-shadow: 0px 1px 7px 0px black;
      border-radius: 3px;
      position: relative;
      margin: -10px; }
    .tierContainer .champsContainer .tooltip-top {
      position: relative;
      background-size: cover;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      height: 103px;
      font-size: 14px;
      color: white;
      font-weight: 700;
      border-radius: 3px; }
      .tierContainer .champsContainer .tooltip-top .gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.81) 10%, rgba(0, 0, 0, 0) 59.62%); }
      .tierContainer .champsContainer .tooltip-top .info {
        position: absolute;
        margin: 7px;
        display: flex;
        align-items: center;
        gap: 6px; }
      .tierContainer .champsContainer .tooltip-top .roleIcon {
        position: inherit; }
      .tierContainer .champsContainer .tooltip-top .tier {
        padding: 0px 6px;
        line-height: 27px; }
    .tierContainer .champsContainer .tooltip-bottom {
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      padding-bottom: 15px; }
      .tierContainer .champsContainer .tooltip-bottom > div {
        display: flex;
        justify-content: space-evenly; }
      .tierContainer .champsContainer .tooltip-bottom span {
        display: inline-block;
        font-size: 10px;
        margin: 3px 0; }
      .tierContainer .champsContainer .tooltip-bottom .center {
        margin-bottom: 14px; }
      .tierContainer .champsContainer .tooltip-bottom progressbar {
        text-align: center; }
        .tierContainer .champsContainer .tooltip-bottom progressbar .progress-bar-container {
          background-color: #d7d7d7;
          border-radius: 7px;
          height: 7px;
          display: flex;
          align-items: center; }
        .tierContainer .champsContainer .tooltip-bottom progressbar .progressBarTxt {
          padding-top: 6px;
          color: inherit; }
        .tierContainer .champsContainer .tooltip-bottom progressbar .full-progress-bar {
          border-radius: 7px 0 0 7px;
          height: 7px; }
          .tierContainer .champsContainer .tooltip-bottom progressbar .full-progress-bar.small-1 {
            height: 40%; }
          .tierContainer .champsContainer .tooltip-bottom progressbar .full-progress-bar.small-2 {
            height: 60%; }
          .tierContainer .champsContainer .tooltip-bottom progressbar .full-progress-bar.small-3 {
            height: 75%; }
          .tierContainer .champsContainer .tooltip-bottom progressbar .full-progress-bar.round-end-1 {
            border-top-right-radius: 7px;
            border-bottom-right-radius: 7px; }
          .tierContainer .champsContainer .tooltip-bottom progressbar .full-progress-bar.round-end-2 {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px; }
          .tierContainer .champsContainer .tooltip-bottom progressbar .full-progress-bar.round-end-3 {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px; }
      .tierContainer .champsContainer .tooltip-bottom .kills, .tierContainer .champsContainer .tooltip-bottom .deaths, .tierContainer .champsContainer .tooltip-bottom .assists {
        margin: 0; }
        .tierContainer .champsContainer .tooltip-bottom .kills img, .tierContainer .champsContainer .tooltip-bottom .deaths img, .tierContainer .champsContainer .tooltip-bottom .assists img {
          vertical-align: text-top; }
  .tierContainer .letter {
    font-size: 29px;
    color: white;
    border-radius: 5px 0 0 5px;
    width: 35px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .tierContainer .roleIcon {
    position: absolute;
    bottom: 0;
    right: 0; }
    .tierContainer .roleIcon span {
      background-color: rgba(0, 0, 0, 0.7);
      border-bottom-right-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 16px;
      height: 16px; }
  .tierContainer .tierStatus {
    position: absolute;
    top: 2px;
    right: 2px; }
  .tierContainer .S-container {
    background-color: #C94C39; }
  .tierContainer .A-container {
    background-color: #EA945F; }
  .tierContainer .B-container {
    background-color: #C9BB6C; }
  .tierContainer .C-container {
    background-color: #8EB86A; }
  .tierContainer .D-container {
    background-color: #6BA6CC; }
  .tierContainer .E-container {
    background-color: #6A61BA; }
  .tierContainer .F-container {
    background-color: #A432C0; }

.tierlist-icons-container {
  margin-bottom: 20px;
  margin-left: 5px;
  display: inline-block; }
  .tierlist-icons-container .tierlist-icons {
    margin-left: 10px;
    display: inline-flex;
    background-color: white;
    border-radius: 4px; }
    .tierlist-icons-container .tierlist-icons .tierIcon {
      border-radius: 4px 0 0 4px; }
    .tierlist-icons-container .tierlist-icons .listIcon {
      border-radius: 0 4px 4px 0; }
    .tierlist-icons-container .tierlist-icons a {
      display: flex;
      color: unset;
      padding: 11px 13px;
      color: #A9AEB5; }
      .tierlist-icons-container .tierlist-icons a.active {
        background-color: #2AA3CC;
        color: white; }

.roles-nav-container {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top; }
  .roles-nav-container .roles-nav {
    background-color: white;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 2px 3px 4px; }
    .roles-nav-container .roles-nav a {
      display: inline-block;
      padding: 3px;
      border-radius: 2px;
      margin-right: 2px; }
      .roles-nav-container .roles-nav a:hover {
        background-color: #2aa3cc21;
        cursor: pointer; }
    .roles-nav-container .roles-nav .current {
      background-color: #2aa3cc21; }

#riotPatchHtml, #tooltip.patchnoteChangeTooltip {
  user-select: text;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7); }
  #riotPatchHtml .blockquote, #tooltip.patchnoteChangeTooltip .blockquote {
    border-radius: 4px;
    border: 0px;
    background-color: #3A4556;
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7); }
    #riotPatchHtml .blockquote::before, #tooltip.patchnoteChangeTooltip .blockquote::before {
      content: "“"; }
    #riotPatchHtml .blockquote::after, #tooltip.patchnoteChangeTooltip .blockquote::after {
      content: "”"; }
  #riotPatchHtml .context-designer, #tooltip.patchnoteChangeTooltip .context-designer {
    display: none; }
  #riotPatchHtml h2, #tooltip.patchnoteChangeTooltip h2 {
    font-size: 22px;
    font-weight: 500;
    color: white;
    margin-top: 25px; }
    #riotPatchHtml h2#patch-top, #tooltip.patchnoteChangeTooltip h2#patch-top {
      margin-top: 0; }
  #riotPatchHtml .content-border, #tooltip.patchnoteChangeTooltip .content-border {
    border-radius: 4px;
    border: 0px;
    background-color: #3A4556;
    padding: 15px 20px;
    margin-bottom: 20px; }
    #riotPatchHtml .content-border .content-border, #tooltip.patchnoteChangeTooltip .content-border .content-border {
      padding: 0; }
    #riotPatchHtml .content-border h3, #tooltip.patchnoteChangeTooltip .content-border h3 {
      font-size: 16px;
      font-weight: 500;
      color: white; }
    #riotPatchHtml .content-border h4, #tooltip.patchnoteChangeTooltip .content-border h4 {
      font-size: 15px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.9); }
    #riotPatchHtml .content-border .updated, #riotPatchHtml .content-border .new, #tooltip.patchnoteChangeTooltip .content-border .updated, #tooltip.patchnoteChangeTooltip .content-border .new {
      border: 1px solid #3CBC8D;
      border-radius: 4px;
      color: #3CBC8D;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      padding: 1px 6px;
      margin: 2px 6px 2px 0;
      border: 1px solid;
      text-align: center; }
      #riotPatchHtml .content-border .updated:first-letter, #riotPatchHtml .content-border .new:first-letter, #tooltip.patchnoteChangeTooltip .content-border .updated:first-letter, #tooltip.patchnoteChangeTooltip .content-border .new:first-letter {
        text-transform: uppercase; }
    #riotPatchHtml .content-border .removed, #tooltip.patchnoteChangeTooltip .content-border .removed {
      border: 1px solid #E9422E;
      border-radius: 4px;
      color: #E9422E;
      display: inline-block;
      font-size: 13px;
      font-weight: 400;
      padding: 1px 6px;
      margin: 2px 6px 2px 0;
      border: 1px solid;
      text-align: center; }
      #riotPatchHtml .content-border .removed:first-letter, #tooltip.patchnoteChangeTooltip .content-border .removed:first-letter {
        text-transform: uppercase; }
    #riotPatchHtml .content-border .change-detail-title, #tooltip.patchnoteChangeTooltip .content-border .change-detail-title {
      margin-top: 10px;
      margin-bottom: 0; }
      #riotPatchHtml .content-border .change-detail-title img, #tooltip.patchnoteChangeTooltip .content-border .change-detail-title img {
        height: 30px;
        margin-right: 10px; }
    #riotPatchHtml .content-border .attribute-change, #tooltip.patchnoteChangeTooltip .content-border .attribute-change {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7);
      margin-left: 50px; }
    #riotPatchHtml .content-border .attribute, #tooltip.patchnoteChangeTooltip .content-border .attribute {
      color: rgba(255, 255, 255, 0.9); }
    #riotPatchHtml .content-border .attribute-before, #tooltip.patchnoteChangeTooltip .content-border .attribute-before {
      color: rgba(255, 255, 255, 0.4);
      text-decoration: line-through; }
    #riotPatchHtml .content-border .attribute-after, #tooltip.patchnoteChangeTooltip .content-border .attribute-after {
      color: rgba(255, 255, 255, 0.6); }
    #riotPatchHtml .content-border p, #tooltip.patchnoteChangeTooltip .content-border p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 0; }
    #riotPatchHtml .content-border ul, #tooltip.patchnoteChangeTooltip .content-border ul {
      margin-left: 65px; }
      #riotPatchHtml .content-border ul li, #tooltip.patchnoteChangeTooltip .content-border ul li {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 7px; }
    #riotPatchHtml .content-border .skin-box .content-border, #tooltip.patchnoteChangeTooltip .content-border .skin-box .content-border {
      padding: 0; }
    #riotPatchHtml .content-border .skin-box .skin-title, #tooltip.patchnoteChangeTooltip .content-border .skin-box .skin-title {
      color: rgba(255, 255, 255, 0.3);
      font-style: italic; }
      #riotPatchHtml .content-border .skin-box .skin-title a, #tooltip.patchnoteChangeTooltip .content-border .skin-box .skin-title a {
        font-size: inherit;
        font-weight: inherit;
        color: inherit; }
    #riotPatchHtml .content-border .patch-change-block, #tooltip.patchnoteChangeTooltip .content-border .patch-change-block {
      position: relative; }
      #riotPatchHtml .content-border .patch-change-block .reference-link img, #tooltip.patchnoteChangeTooltip .content-border .patch-change-block .reference-link img {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 36px; }
      #riotPatchHtml .content-border .patch-change-block h3.change-title, #tooltip.patchnoteChangeTooltip .content-border .patch-change-block h3.change-title {
        font-size: 16px;
        font-weight: 500;
        color: white;
        padding-top: 9px;
        padding-left: 48px; }
        #riotPatchHtml .content-border .patch-change-block h3.change-title a, #tooltip.patchnoteChangeTooltip .content-border .patch-change-block h3.change-title a {
          font-size: inherit;
          font-weight: inherit;
          color: inherit; }
      #riotPatchHtml .content-border .patch-change-block p, #tooltip.patchnoteChangeTooltip .content-border .patch-change-block p {
        margin-left: 45px; }
      #riotPatchHtml .content-border .patch-change-block .blockquote, #tooltip.patchnoteChangeTooltip .content-border .patch-change-block .blockquote {
        margin-left: 25px;
        color: rgba(255, 255, 255, 0.4);
        font-size: 13px;
        font-weight: 300;
        font-style: italic; }
      #riotPatchHtml .content-border .patch-change-block hr, #tooltip.patchnoteChangeTooltip .content-border .patch-change-block hr {
        display: none; }
      #riotPatchHtml .content-border .patch-change-block .change-detail-title, #tooltip.patchnoteChangeTooltip .content-border .patch-change-block .change-detail-title {
        padding-left: 50px; }
      #riotPatchHtml .content-border .patch-change-block .attribute-change, #tooltip.patchnoteChangeTooltip .content-border .patch-change-block .attribute-change {
        margin-left: 100px; }

#tooltip.patchnoteChangeTooltip {
  padding: 10px 15px 0 15px; }
  #tooltip.patchnoteChangeTooltip .content-border {
    background-color: transparent !important;
    padding: 0 !important; }
  #tooltip.patchnoteChangeTooltip .blockquote {
    background-color: transparent !important; }
  #tooltip.patchnoteChangeTooltip .subChange .change-detail-title img {
    height: 36px;
    width: 36px; }
  #tooltip.patchnoteChangeTooltip .subChange h4 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9); }
  #tooltip.patchnoteChangeTooltip .subChange .updated, #tooltip.patchnoteChangeTooltip .subChange .new {
    border: 1px solid #3CBC8D;
    border-radius: 4px;
    color: #3CBC8D;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 1px 6px;
    margin: 2px 6px 2px 0;
    border: 1px solid;
    text-align: center; }
    #tooltip.patchnoteChangeTooltip .subChange .updated:first-letter, #tooltip.patchnoteChangeTooltip .subChange .new:first-letter {
      text-transform: uppercase; }
  #tooltip.patchnoteChangeTooltip .subChange .removed {
    border: 1px solid #E9422E;
    border-radius: 4px;
    color: #E9422E;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 1px 6px;
    margin: 2px 6px 2px 0;
    border: 1px solid;
    text-align: center; }
    #tooltip.patchnoteChangeTooltip .subChange .removed:first-letter {
      text-transform: uppercase; }
  #tooltip.patchnoteChangeTooltip .subChange .attribute-change {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px; }
  #tooltip.patchnoteChangeTooltip .subChange .attribute {
    color: rgba(255, 255, 255, 0.9); }
  #tooltip.patchnoteChangeTooltip .subChange .attribute-before {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: line-through; }
  #tooltip.patchnoteChangeTooltip .subChange .attribute-after {
    color: rgba(255, 255, 255, 0.6); }

.junglePathsOverviewBox {
  text-align: center; }
  .junglePathsOverviewBox .path .fa-angle-right {
    margin-left: 2px;
    margin-right: 2px;
    font-size: 20px;
    vertical-align: middle; }
  .junglePathsOverviewBox .path img {
    vertical-align: middle; }
  .junglePathsOverviewBox .seeMoreButtonRow {
    margin-top: 10px; }

.junglePathsContent .junglePathsTable .path .fa-angle-right {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 20px;
  vertical-align: middle; }
.junglePathsContent .junglePathsTable .path img {
  vertical-align: middle; }

#tooltip.junglePathTooltip {
  height: 473px;
  padding: 8px; }

.mobafireGuidesTable .mobafireGuideIconTd {
  width: 56px; }
  .mobafireGuidesTable .mobafireGuideIconTd a {
    cursor: pointer !important; }
.mobafireGuidesTable .mobafireGuideName:hover {
  text-decoration: underline; }
.mobafireGuidesTable .mobafireGuideName a {
  cursor: pointer !important; }
.mobafireGuidesTable .mobafireGuideUpdated {
  color: #B0B0B0;
  font-size: 12px;
  font-style: italic; }
  .mobafireGuidesTable .mobafireGuideUpdated .author {
    color: #666; }

.rankingExplanation {
  color: #666;
  text-decoration: underline;
  display: block;
  margin-top: 10px; }
  .rankingExplanation:hover {
    color: #666; }

.rankingExplanationCursor:hover {
  cursor: help !important; }

.socialDataIcons {
  margin-left: 4px;
  vertical-align: middle; }
  .socialDataIcons i {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px; }
    .socialDataIcons i.fa-twitch {
      color: #8154D3; }
    .socialDataIcons i.fa-icon-youtube-play {
      color: #E9422E; }

#popup_rankingexplanation h3 {
  text-align: center; }
#popup_rankingexplanation .details {
  margin: 20px 30px 3px 30px;
  padding: 10px;
  text-align: left;
  background-color: #EEE;
  font-weight: 300;
  color: #777; }
  #popup_rankingexplanation .details ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: initial; }
    #popup_rankingexplanation .details ul li {
      font-size: 13px; }

.summonerRankingsTable {
  margin-top: 0; }
  .summonerRankingsTable .soloQColumn, .summonerRankingsTable .v3Column, .summonerRankingsTable .tftColumn {
    width: 180px; }
  .summonerRankingsTable .flexQColumn {
    width: 180px; }
  .summonerRankingsTable .summonerTier {
    color: inherit;
    font-weight: 700; }
  .summonerRankingsTable td {
    padding: 10px; }

.dvsfTable .letterContainer {
  display: inline-block;
  width: 20px; }
.dvsfTable progressbar {
  display: inline-block; }

.summoner-rankings a {
  color: inherit;
  font-size: inherit; }
  .summoner-rankings a:hover {
    color: inherit;
    font-size: inherit;
    text-decoration: none; }
.summoner-rankings h3.box-title, .summoner-rankings .rowTitle {
  font-size: 15px;
  color: #777;
  background: #FFF !important;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center; }
  @media only screen and (min-width: 40.0625em) {
    .summoner-rankings h3.box-title, .summoner-rankings .rowTitle {
      padding: 7px 7px; } }
  @media only screen and (max-width: 40em) {
    .summoner-rankings h3.box-title, .summoner-rankings .rowTitle {
      padding: 7px 3px; } }
.summoner-rankings h3.box-title {
  border-top: 2px solid #DDD;
  border-bottom: 2px solid #DDD; }
.summoner-rankings .rowTitle {
  border-top: 1px solid #DDD;
  border-bottom: 2px solid #DDD; }
.summoner-rankings .best-league {
  background: #F6F6F6;
  border-bottom: 1px solid #DDD; }
  .summoner-rankings .best-league__inner {
    min-height: 167px; }
  .summoner-rankings .best-league .mainRankingDescriptionText {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 300; }
    .summoner-rankings .best-league .mainRankingDescriptionText .leagueTier {
      color: #555;
      font-weight: 300;
      font-size: 22px;
      line-height: 26px;
      font-weight: 300; }
      .summoner-rankings .best-league .mainRankingDescriptionText .leagueTier .leaguePoints {
        font-size: 18px; }
    .summoner-rankings .best-league .mainRankingDescriptionText .queueLine {
      margin-bottom: 0;
      font-size: 15px;
      line-height: 18px; }
      .summoner-rankings .best-league .mainRankingDescriptionText .queueLine a {
        font-weight: inherit;
        font-size: inherit; }
    .summoner-rankings .best-league .mainRankingDescriptionText .rank {
      margin-bottom: 15px;
      font-size: 15px;
      line-height: 18px; }
      .summoner-rankings .best-league .mainRankingDescriptionText .rank a {
        color: inherit;
        font-size: inherit; }
      .summoner-rankings .best-league .mainRankingDescriptionText .rank .regionalRank {
        font-size: 13px;
        color: #A0A0A0; }
    .summoner-rankings .best-league .mainRankingDescriptionText .highlight {
      color: #222;
      font-weight: 300; }
    .summoner-rankings .best-league .mainRankingDescriptionText .topRankPercentage {
      color: #A0A0A0 !important;
      font-size: 13px !important; }
    .summoner-rankings .best-league .mainRankingDescriptionText .winslosses, .summoner-rankings .best-league .mainRankingDescriptionText .league-points {
      font-size: 12px;
      line-height: 18px;
      color: #888; }
    .summoner-rankings .best-league .mainRankingDescriptionText .winLossesSeparator:before {
      content: '-'; }
  .summoner-rankings .best-league .historyButton {
    position: absolute;
    top: 142px;
    right: 8px;
    color: #888;
    z-index: 3; }
    .summoner-rankings .best-league .historyButton i {
      font-size: 20px; }
.summoner-rankings .other-league {
  position: relative;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  border-top: none;
  border-bottom: 1px solid #DDD;
  margin-top: 0;
  padding-top: 0; }
  .summoner-rankings .other-league:nth-child(2n), .summoner-rankings .other-league.even {
    background: #F6F6F6; }
  .summoner-rankings .other-league.averageEnnemyLine {
    border-top: none; }
  .summoner-rankings .other-league .rowTitle {
    color: inherit; }
  .summoner-rankings .other-league .other-league-content {
    padding: 7px 0px 10px 10px; }
    .summoner-rankings .other-league .other-league-content .other-league-content-row {
      padding-right: 10px; }
    .summoner-rankings .other-league .other-league-content .img-align-block .txt {
      width: 100%; }
    .summoner-rankings .other-league .other-league-content .queueName {
      font-size: 13px;
      font-weight: 400;
      color: #888; }
    .summoner-rankings .other-league .other-league-content .leagueTier {
      color: #555;
      font-weight: 300;
      font-size: 15px;
      margin-bottom: 2px; }
      .summoner-rankings .other-league .other-league-content .leagueTier.no-margin-bottom {
        margin-bottom: 2px; }
      .summoner-rankings .other-league .other-league-content .leagueTier .leaguePoints {
        font-size: 13px; }
    .summoner-rankings .other-league .other-league-content .regionalRank {
      display: inline-block;
      color: #A0A0A0; }
    .summoner-rankings .other-league .other-league-content .topRankPercentage {
      color: #A0A0A0; }
    .summoner-rankings .other-league .other-league-content .highlight {
      color: #222;
      font-weight: 500; }
    .summoner-rankings .other-league .other-league-content .winLossesSeparator:before {
      content: "-"; }
    .summoner-rankings .other-league .other-league-content .historyButton {
      position: absolute;
      top: 75px;
      right: 8px; }
      .summoner-rankings .other-league .other-league-content .historyButton i {
        font-size: 17px;
        color: #888; }
.summoner-rankings .rankingHistoryGraph {
  position: relative; }
  .summoner-rankings .rankingHistoryGraph__scale {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: rgba(255, 255, 255, 0.8); }
    .summoner-rankings .rankingHistoryGraph__scale span {
      margin-right: 10px;
      font-size: 12px; }
    .summoner-rankings .rankingHistoryGraph__scale button {
      padding: 0 5px;
      margin: 2px 0;
      font-size: 11px;
      color: #888;
      background: none; }
      .summoner-rankings .rankingHistoryGraph__scale button.success, .summoner-rankings .rankingHistoryGraph__scale button:hover {
        color: #444;
        text-decoration: underline; }
  .summoner-rankings .rankingHistoryGraph.otherLeagueRankingHistoryGraph {
    margin-top: 10px;
    margin-right: -10px; }

.recentGamesTable td:not(:first-child) {
  padding-left: 3px;
  padding-right: 3px; }
.recentGamesTable .championCellLight {
  display: table-cell;
  width: 68px; }
  .recentGamesTable .championCellLight .spells {
    font-size: 0;
    margin: 0;
    padding: 0;
    width: 48px; }
    .recentGamesTable .championCellLight .spells .spell {
      display: inline-block;
      height: 16px;
      width: 16px;
      margin: 0;
      padding: 0; }
.recentGamesTable .championCellDark {
  display: none;
  position: relative;
  padding-left: 5px !important;
  padding-right: 3px !important;
  width: 44px; }
  .recentGamesTable .championCellDark .championContainer {
    margin-top: 8px;
    width: 36px; }
    .recentGamesTable .championCellDark .championContainer .spells {
      font-size: 0;
      margin: 0;
      padding: 0;
      width: 36px; }
      .recentGamesTable .championCellDark .championContainer .spells .spell {
        display: inline-block;
        height: 12px;
        width: 12px;
        margin: 0;
        padding: 0; }
.recentGamesTable .championCellDark .winIndicator, .recentGamesTable .proCellDark .winIndicator {
  position: absolute;
  width: 4px;
  height: 48px;
  top: 20px;
  left: -10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .recentGamesTable .championCellDark .winIndicator.victory, .recentGamesTable .proCellDark .winIndicator.victory {
    background-color: #3CBC8D; }
  .recentGamesTable .championCellDark .winIndicator.defeat, .recentGamesTable .proCellDark .winIndicator.defeat {
    background-color: #E9422E; }
  .recentGamesTable .championCellDark .winIndicator.remade, .recentGamesTable .proCellDark .winIndicator.remade {
    background-color: #2796BC; }
.recentGamesTable .gameMode {
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #888; }
.recentGamesTable .gameDate {
  font-size: 12px;
  font-weight: 300;
  color: #888; }
.recentGamesTable .gameDuration {
  font-size: 11px;
  font-weight: 300;
  color: #AAA; }
.recentGamesTable .kdaColumn {
  width: 106px; }
  .recentGamesTable .kdaColumn.hasReplay {
    padding-bottom: 10px !important; }
  .recentGamesTable .kdaColumn .kdaContainer {
    display: block;
    padding-top: 0px;
    margin-top: 0; }
    .recentGamesTable .kdaColumn .kdaContainer.hasReplay {
      padding-top: 10px; }
    .recentGamesTable .kdaColumn .kdaContainer .kda {
      font-size: 0px; }
      .recentGamesTable .kdaColumn .kdaContainer .kda span {
        font-size: 15px; }
      .recentGamesTable .kdaColumn .kdaContainer .kda .kdaSeparator {
        margin-left: 2px;
        margin-right: 2px; }
    .recentGamesTable .kdaColumn .kdaContainer .cs, .recentGamesTable .kdaColumn .kdaContainer .visionScore, .recentGamesTable .kdaColumn .kdaContainer .killParticipation {
      color: #AAA;
      font-size: 11px; }
      .recentGamesTable .kdaColumn .kdaContainer .cs span, .recentGamesTable .kdaColumn .kdaContainer .visionScore span, .recentGamesTable .kdaColumn .kdaContainer .killParticipation span {
        cursor: inherit; }
      .recentGamesTable .kdaColumn .kdaContainer .cs .number, .recentGamesTable .kdaColumn .kdaContainer .visionScore .number, .recentGamesTable .kdaColumn .kdaContainer .killParticipation .number {
        font-size: inherit;
        color: #888; }
.recentGamesTable .itemsColumnLight {
  display: table-cell;
  text-align: center;
  min-width: 85px; }
  .recentGamesTable .itemsColumnLight img {
    margin: 1px; }
.recentGamesTable .itemsColumnDark {
  display: none;
  text-align: left;
  min-width: 103px; }
  .recentGamesTable .itemsColumnDark .itemsBlock {
    margin-top: 12px; }
    .recentGamesTable .itemsColumnDark .itemsBlock img {
      margin: 1px; }
    .recentGamesTable .itemsColumnDark .itemsBlock .emptyItem {
      display: inline-block;
      border-radius: 4px;
      height: 20px;
      width: 20px;
      background-color: #F2F2F2;
      vertical-align: middle;
      margin: 1px; }
.recentGamesTable .resultCellLight {
  display: table-cell;
  width: 80px; }
  .recentGamesTable .resultCellLight .victoryDefeatText {
    font-size: 15px; }
  .recentGamesTable .resultCellLight .lpChange {
    color: #BBB;
    font-size: 10px;
    line-height: 12px; }
    .recentGamesTable .resultCellLight .lpChange .lpChangeIconContainer {
      display: none; }
.recentGamesTable .resultCellDark {
  display: none;
  width: 80px;
  text-align: left;
  position: relative; }
  .recentGamesTable .resultCellDark a.full-cell {
    justify-content: left;
    padding-left: 3px;
    padding-right: 3px; }
    .recentGamesTable .resultCellDark a.full-cell .gameMode {
      font-weight: 400;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.4);
      line-height: 16.5px; }
      .recentGamesTable .resultCellDark a.full-cell .gameMode.withLpChange {
        font-size: 11px;
        max-width: 75px; }
      .recentGamesTable .resultCellDark a.full-cell .gameMode .lpChange {
        display: inline-block; }
        .recentGamesTable .resultCellDark a.full-cell .gameMode .lpChange .lpChangeTxt {
          display: none; }
        .recentGamesTable .resultCellDark a.full-cell .gameMode .lpChange .lpChangePromoteContainer {
          display: inline-block; }
          .recentGamesTable .resultCellDark a.full-cell .gameMode .lpChange .lpChangePromoteContainer .lpChangeUpTier {
            display: inline;
            color: #3CBC8D;
            font-size: 10px; }
            .recentGamesTable .resultCellDark a.full-cell .gameMode .lpChange .lpChangePromoteContainer .lpChangeUpTier::before {
              content: '\25B2'; }
          .recentGamesTable .resultCellDark a.full-cell .gameMode .lpChange .lpChangePromoteContainer .lpChangeDownTier {
            display: inline;
            color: #E9422E;
            font-size: 10px; }
            .recentGamesTable .resultCellDark a.full-cell .gameMode .lpChange .lpChangePromoteContainer .lpChangeDownTier::before {
              content: '\25BC'; }
          .recentGamesTable .resultCellDark a.full-cell .gameMode .lpChange .lpChangePromoteContainer .lpChangePromoteIcon {
            vertical-align: text-top;
            display: inline-block;
            margin-left: -2px; }
    .recentGamesTable .resultCellDark a.full-cell .victoryDefeatText {
      margin-top: 8px;
      font-size: 15px; }
.recentGamesTable .summonersTdLight {
  display: table-cell;
  padding: 4px 0px 3px 0px !important;
  font-size: 0;
  width: 116px; }
  @media only screen and (max-width: 40em) {
    .recentGamesTable .summonersTdLight {
      display: none; } }
  .recentGamesTable .summonersTdLight .summoners {
    display: flex;
    width: 116px; }
    .recentGamesTable .summonersTdLight .summoners .summonerColumn {
      display: inline-block;
      width: 57.8px;
      color: #888; }
      .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block, .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block-right {
        height: 18px;
        line-height: 18px;
        margin-bottom: 1px; }
        .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block .txt, .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block-right .txt {
          max-width: 36px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          padding: 0;
          font-size: 10.5px; }
          .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block .txt a:hover, .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block-right .txt a:hover {
            text-decoration: underline; }
          .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block .txt.last, .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block-right .txt.last {
            max-width: 32px; }
      .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block {
        margin-left: 1px; }
        .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block img {
          margin-right: 2px; }
      .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block-right .txt {
        text-align: right; }
      .recentGamesTable .summonersTdLight .summoners .summonerColumn .img-align-block-right img {
        margin-left: 2px; }
      .recentGamesTable .summonersTdLight .summoners .summonerColumn .selected img {
        border-radius: 8px; }
      .recentGamesTable .summonersTdLight .summoners .summonerColumn .selected .txt {
        color: #222;
        font-style: italic; }
      .recentGamesTable .summonersTdLight .summoners .summonerColumn .arenaTeamSeparation {
        margin-bottom: 7px; }
.recentGamesTable .summonersTdDark {
  display: none;
  padding: 4px 0px 3px 0px !important;
  font-size: 0;
  width: 115px;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    .recentGamesTable .summonersTdDark {
      display: none; } }
  .recentGamesTable .summonersTdDark .matchData {
    font-size: 11px;
    font-weight: 300;
    color: #888;
    margin-top: 2px;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 115px;
    text-align: right; }
  .recentGamesTable .summonersTdDark .summoners {
    display: block;
    width: 115px;
    margin-bottom: 10px; }
    .recentGamesTable .summonersTdDark .summoners .summonerLine .championIcon {
      display: inline-block;
      margin: 1px; }
      .recentGamesTable .summonersTdDark .summoners .summonerLine .championIcon.selected img {
        border-radius: 10px;
        box-shadow: none; }
    .recentGamesTable .summonersTdDark .summoners .summonerLine .arenaTeamSeparation {
      margin-right: 5px; }
.recentGamesTable tr.recentGamesTableHeader th .recentGamesFilterExpander {
  position: absolute;
  top: -7px;
  right: -7px;
  height: 38px;
  border-left: 1px solid #DDD;
  font-size: 12px;
  font-weight: 400;
  color: #888;
  padding-left: 12px;
  padding-right: 8px;
  padding-top: 9px;
  cursor: pointer;
  user-select: none; }
.recentGamesTable tr.recentGamesTableHeader th .recentGamesFilterContainer {
  display: inline-block;
  margin-right: 7px;
  font-weight: 400;
  color: #888;
  border-right: 1px solid #DDD;
  height: 38px; }
  .recentGamesTable tr.recentGamesTableHeader th .recentGamesFilterContainer:last-child {
    margin-right: 0 !important;
    border-right: none; }
  .recentGamesTable tr.recentGamesTableHeader th .recentGamesFilterContainer.recentGamesFilterContainer-withFriendFilter {
    margin-right: 5px;
    width: calc(100%/3 - 5px*2/3); }
  .recentGamesTable tr.recentGamesTableHeader th .recentGamesFilterContainer.recentGamesFilterContainer-noFriendFilter {
    margin-right: 5px;
    width: calc(100%/2 - 5px*1/2); }
  .recentGamesTable tr.recentGamesTableHeader th .recentGamesFilterContainer .dropdown#drop-friends-recentgames li {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 0; }
.recentGamesTable tr.recentGamesTableHeader.filtersBlock {
  display: none; }
  .recentGamesTable tr.recentGamesTableHeader.filtersBlock th {
    padding: 0;
    font-size: 0; }
.recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .recentGamesFilter {
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #888; }
  .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .recentGamesFilter a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .recentGamesFilter a:hover {
      height: 100%;
      width: 100%;
      color: inherit;
      text-decoration: none; }
  .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .recentGamesFilter .filterHeaderText {
    display: inline-block; }
    .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .recentGamesFilter .filterHeaderText .txt {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 90px; }
  .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .recentGamesFilter .fa-angle-down {
    color: #888; }
.recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  margin: 0;
  z-index: 5;
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
  list-style: outside none none; }
  @media only screen and (min-width: 40.0625em) {
    .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown {
      width: 460px; } }
  @media only screen and (max-width: 40em) {
    .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown {
      width: 90vw; } }
  .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown ul {
    overflow-y: auto;
    list-style: outside none none;
    margin: 0; }
    @media only screen and (min-width: 40.0625em) {
      .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown ul {
        max-height: 200px; } }
    @media only screen and (max-width: 40em) {
      .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown ul {
        max-height: 150px; } }
    .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown ul li {
      display: block; }
      .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown ul li:hover, .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown ul li.current {
        background-color: #EEE; }
  .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown a {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    display: block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    text-align: left; }
    .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown a:hover {
      text-decoration: none; }
  .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown {
    padding-top: 5px; }
    .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown li {
      float: left;
      padding-top: 2px;
      padding-bottom: 2px;
      margin-top: 0px;
      margin-bottom: 0px; }
      @media only screen and (min-width: 40.0625em) {
        .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown li {
          width: 33%; } }
      @media only screen and (max-width: 40em) {
        .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown li {
          width: 50%; } }
      .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown li.allChampions {
        padding-left: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField {
      margin: 10px 20px 10px 10px;
      border: 1px solid #CCC;
      text-align: left;
      background-color: #FFF; }
      .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField .fa {
        font-size: 13px;
        margin-left: 10px;
        color: #888; }
      .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input {
        border: none;
        margin: 0;
        display: inline-block;
        font-weight: 400;
        box-shadow: none;
        background-color: #FFF;
        color: initial; }
        @media only screen and (min-width: 40.0625em) {
          .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input {
            width: 300px; } }
        @media only screen and (max-width: 40em) {
          .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input {
            width: 200px; } }
        .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input:focus {
          background-color: #FFF; }
        .recentGamesTable tr.recentGamesTableHeader .recentGamesFilterContainer .dropdown.multiColumnsFilterDropdown .multiColumnsFilterSearchField input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #B3B3B3 !important;
          opacity: 1 !important;
          /* Firefox */ }
.recentGamesTable .seeMatchButton {
  position: absolute;
  bottom: 1px;
  right: -2px;
  z-index: 3; }
  .recentGamesTable .seeMatchButton i {
    font-size: 12px;
    color: #888;
    padding: 3px; }
.recentGamesTable.performanceRecentGamesTable .championCellDark .winIndicator {
  top: 15px; }
.recentGamesTable.performanceRecentGamesTable .kdaColumn .cs {
  display: none; }
.recentGamesTable.performanceRecentGamesTable .itemsColumnDark .matchData {
  font-size: 11px;
  font-weight: 300;
  color: #888;
  margin-top: 2px;
  margin-bottom: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100px; }
.recentGamesTable.performanceRecentGamesTable .itemsColumnDark .itemsBlock {
  margin-top: 0; }

.summonerProfileQueuesTabs {
  margin-bottom: 20px; }
  .summonerProfileQueuesTabs ul.tabs {
    overflow-x: hidden; }
    .summonerProfileQueuesTabs ul.tabs li {
      max-width: 140px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .summonerProfileQueuesTabs .tabs-content .content {
    padding-top: 15px !important; }

#profileBasicStats .tabs-content .content {
  padding-top: 10px !important;
  padding-bottom: 5px !important; }
  #profileBasicStats .tabs-content .content .title {
    margin-top: none;
    margin-bottom: 0 !important; }
  #profileBasicStats .tabs-content .content > .row {
    display: flex;
    justify-content: space-around;
    align-items: center; }

#profileKda .tabs-content .content {
  padding-top: 20px !important;
  padding-bottom: 10px !important; }
  #profileKda .tabs-content .content .title {
    margin-bottom: 0 !important; }

#profileRoles .tabs-content .content {
  padding-top: 10px !important; }
  #profileRoles .tabs-content .content h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    color: inherit;
    margin-top: 0; }
#profileRoles .championAnalysisButton {
  position: absolute;
  bottom: 1px;
  right: 7px; }
  #profileRoles .championAnalysisButton i {
    font-size: 14px;
    color: #888; }

#favchamps .fa-icon-help-circled {
  margin-left: 3px;
  color: #888;
  font-size: 12px; }
  #favchamps .fa-icon-help-circled:hover {
    color: #888; }
#favchamps .fa-chart-area {
  color: #888; }
  #favchamps .fa-chart-area:hover {
    color: #888; }
#favchamps .championAnalysisButton {
  position: absolute;
  bottom: 1px;
  right: 7px; }
  #favchamps .championAnalysisButton i {
    font-size: 14px;
    color: #888; }
#favchamps .championMasteryLevelIcon {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 26px; }
#favchamps td {
  padding-top: 3px;
  padding-bottom: 3px; }
  #favchamps td.noData {
    padding-top: 7px;
    padding-bottom: 7px; }
  #favchamps td .ranking {
    font-size: 13px;
    line-height: 18px; }
    #favchamps td .ranking .rankingLink:hover {
      text-decoration: underline; }
    #favchamps td .ranking .rank {
      color: #666;
      font-weight: 400; }
      #favchamps td .ranking .rank.top-rank {
        font-weight: 700; }
    #favchamps td .ranking .regionalRank {
      color: inherit; }
  #favchamps td .kda {
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap; }

.summoner_champions_details_table_container .tabs-content .content, .summoner_performances .tabs-content .content {
  padding: 0 !important;
  border: none; }
.summoner_champions_details_table_container .tabs, .summoner_performances .tabs {
  margin-bottom: -1px !important; }
.summoner_champions_details_table_container .summoner_champions_details_table .regionalRank, .summoner_performances .summoner_champions_details_table .regionalRank {
  color: #AAA;
  font-style: italic; }
.summoner_champions_details_table_container .summoner_champions_details_table .championMasteryLevelIcon, .summoner_performances .summoner_champions_details_table .championMasteryLevelIcon {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 26px; }

@media only screen and (min-width: 40.0625em) {
  .summoner_performances ul.tabs li {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 85px;
    text-align: center; } }
.summoner_performances .tabs-content .data_table {
  margin-bottom: 40px; }
.summoner_performances .tabs-content .ratingThresholdGraph {
  margin-bottom: 40px; }
.summoner_performances .tabs-content .pie-chart-container {
  margin-bottom: 40px; }
.summoner_performances .tabs-content .table-title {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: inherit;
  margin-top: 0;
  margin-bottom: 4px; }

#filters-menu .tabs .tab.withNewBadge a {
  padding-right: 7px; }
  #filters-menu .tabs .tab.withNewBadge a .new_badge {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 3px; }
    #filters-menu .tabs .tab.withNewBadge a .new_badge.red {
      background-color: #E9422E;
      box-shadow: 0px 0px 3px 0px #E9422E; }
    #filters-menu .tabs .tab.withNewBadge a .new_badge.blue {
      background-color: #2796BC;
      box-shadow: 0px 0px 3px 0px #2796BC; }
    #filters-menu .tabs .tab.withNewBadge a .new_badge.yellow {
      background-color: #FAC552;
      box-shadow: 0px 0px 3px 0px #FAC552; }
    #filters-menu .tabs .tab.withNewBadge a .new_badge.green {
      background-color: #3CBC8D;
      box-shadow: 0px 0px 3px 0px #3CBC8D; }

#editForm .inputTitle {
  font-size: 18px;
  font-weight: 300; }
#editForm .verificationToken {
  font-size: 24px;
  color: #333;
  font-weight: 300;
  margin-bottom: 3px; }
#editForm .verificationTokenExplanation {
  color: #999;
  font-style: italic; }
#editForm .sendInfoButton {
  background-color: #2693b8;
  width: 150px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin: 5px 0px 0px 0px; }
  #editForm .sendInfoButton:hover, #editForm .sendInfoButton:focus, #editForm .sendInfoButton:active {
    background-color: #1d728f;
    color: #FFF; }
  #editForm .sendInfoButton:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  #editForm .sendInfoButton i .fa {
    color: #FFF; }

#summonerSocialLinks {
  color: #EAEAEA;
  font-size: 13px;
  line-height: 20px;
  padding: 3px 2px; }
  #summonerSocialLinks .socialDataContainer {
    margin: 2px 7px; }
    #summonerSocialLinks .socialDataContainer a {
      color: inherit;
      font-size: inherit; }
    #summonerSocialLinks .socialDataContainer i {
      vertical-align: middle; }
    #summonerSocialLinks .socialDataContainer .fa-twitch {
      font-size: 20px;
      color: #8154D3; }
    #summonerSocialLinks .socialDataContainer .fa-icon-youtube-play {
      font-size: 19px;
      color: #E9422E; }
    #summonerSocialLinks .socialDataContainer.editLinkContainer {
      font-size: 13px; }
      #summonerSocialLinks .socialDataContainer.editLinkContainer .fa {
        font-size: 18px;
        color: #CCC; }

.pageBanner .banner-lcs-team img {
  margin-right: 0px; }

#summonerBehaviorDataRightColumn .graph {
  height: 170px; }
#summonerBehaviorDataRightColumn .graph-title {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

#summonerProfileBehavioralDataSummary {
  padding-bottom: 0; }
  #summonerProfileBehavioralDataSummary .behaviorSummaryEntry {
    max-width: 180px; }

.challengesTable .progressBarContainer {
  margin-left: 5px;
  display: inline-block; }

#challengesOverview .rankBox {
  text-align: center;
  font-size: 18px;
  font-weight: 300; }
#challengesOverview .challengeTitle {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px; }
#challengesOverview .rarestChallengesTitle {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px; }
  @media only screen and (max-width: 40em) {
    #challengesOverview .rarestChallengesTitle {
      margin-top: 25px; } }
#challengesOverview .categoriesTitle {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 10px; }
  @media only screen and (max-width: 40em) {
    #challengesOverview .categoriesTitle {
      margin-top: 25px; } }
#challengesOverview .rarestAchievementsTable .progressBarContainer {
  margin-left: 5px;
  display: inline-block; }
#challengesOverview .summonerProfileChallengesPoints {
  font-size: 12px;
  text-align: center;
  margin-top: -15px; }
  #challengesOverview .summonerProfileChallengesPoints .summonerProfileChallengesPointsPercentile {
    display: block;
    font-weight: 300;
    font-style: italic;
    color: #999; }

#summonerProfileChallengesSummary {
  padding-bottom: 10px; }
  #summonerProfileChallengesSummary .leagueIcon {
    width: 128px !important;
    height: 128px !important; }
  #summonerProfileChallengesSummary .challengeTitle {
    height: 30px;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 168px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  #summonerProfileChallengesSummary .summonerProfileChallengesPoints {
    width: 128px;
    font-size: 12px;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 10px;
    width: 100%; }
    #summonerProfileChallengesSummary .summonerProfileChallengesPoints a {
      color: inherit; }
    #summonerProfileChallengesSummary .summonerProfileChallengesPoints .summonerProfileChallengesPointsPercentile {
      display: block;
      font-weight: 300;
      font-style: italic;
      color: #999; }

.arena_not_included_button {
  font-size: 14px;
  line-height: 30px;
  vertical-align: bottom; }

.arena_not_included_text {
  font-style: italic;
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: center; }

#favchamps .tftLevel3ChampionsToggle {
  position: absolute;
  top: 6px;
  right: 5px; }
#favchamps .lvl3TftChampions {
  display: none; }

.tftRecentGamesTable .placementCell {
  position: relative;
  min-width: 60px; }
  .tftRecentGamesTable .placementCell .placement {
    font-size: 30px;
    font-weight: 300;
    color: #555; }
  .tftRecentGamesTable .placementCell .th {
    margin-left: -4px;
    vertical-align: top;
    color: #808080; }
.tftRecentGamesTable .resultCell {
  min-width: 75px; }
.tftRecentGamesTable .tftChampionsCell {
  font-size: 0; }
.tftRecentGamesTable .tftTraitsCell {
  text-align: center;
  width: 120px; }
  .tftRecentGamesTable .tftTraitsCell .tftTraitIconContainer {
    margin: 2px 0; }

.tftChampionItemContainer {
  display: inline-block;
  margin: 5px 1px;
  vertical-align: middle;
  font-size: 0; }
  .tftChampionItemContainer .tftChampionStarsIcon {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0; }
  .tftChampionItemContainer .itemsContent {
    font-size: 0;
    height: 9px;
    width: 100%; }
    .tftChampionItemContainer .itemsContent img {
      margin-top: 1px;
      margin-right: 1px;
      border-radius: 2px; }
  .tftChampionItemContainer .championContent-36 {
    height: 36px; }
  .tftChampionItemContainer .itemsContent-36 {
    position: relative; }
    .tftChampionItemContainer .itemsContent-36 img {
      border-radius: 2px; }

#tftPlacements .avgTftPlacement {
  text-align: center;
  font-size: 14px; }
  #tftPlacements .avgTftPlacement .placementTitle {
    font-weight: 300; }
  #tftPlacements .avgTftPlacement .placementValue {
    color: #555; }

.tftMatchTable .placementCell {
  position: relative;
  min-width: 60px; }
  .tftMatchTable .placementCell .placement {
    font-size: 18px;
    font-weight: 300;
    color: #555; }
  .tftMatchTable .placementCell .th {
    margin-left: -2px;
    vertical-align: top;
    color: #808080; }

.championListBoxRow {
  margin-top: 10px !important; }

#championListBoxContainer {
  padding-left: 8px;
  padding-right: 8px; }
  #championListBoxContainer #championListBox {
    margin: 0px 0px 20px 0px; }
    @media only screen and (min-width: 40.0625em) {
      #championListBoxContainer #championListBox {
        padding-top: 25px !important; } }
    @media only screen and (max-width: 40em) {
      #championListBoxContainer #championListBox {
        padding-top: 15px !important; } }
    #championListBoxContainer #championListBox .championBox {
      display: inline-block;
      text-align: center;
      vertical-align: top; }
      @media only screen and (min-width: 40.0625em) {
        #championListBoxContainer #championListBox .championBox {
          margin-bottom: 20px;
          width: 94px; } }
      @media only screen and (max-width: 40em) {
        #championListBoxContainer #championListBox .championBox {
          margin-bottom: 15px;
          width: 90px; } }
      #championListBoxContainer #championListBox .championBox:hover .championName {
        text-decoration: underline; }
      #championListBoxContainer #championListBox .championBox .championName {
        color: #555; }
      #championListBoxContainer #championListBox .championBox .championRole {
        color: #999;
        font-size: 12px;
        font-style: italic; }

#record_button {
  display: block;
  text-align: center;
  padding: 0 10px;
  vertical-align: middle; }
  #record_button::before {
    color: #F00;
    content: '\e80d';
    font-family: "wgfont";
    margin-right: 4px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 30px; }

#live_button {
  display: block;
  text-align: center;
  padding: 0 10px;
  vertical-align: middle; }
  #live_button::before {
    content: '\e80c';
    font-family: "wgfont";
    margin-right: 4px;
    font-size: 17px;
    vertical-align: middle;
    line-height: 30px; }

.replay-team-icon-margin {
  margin-left: 5px;
  margin-right: 5px; }

.donate-description {
  font-size: 15px;
  font-weight: 300; }
  .donate-description a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline; }

.bitcoin-button a {
  color: inherit; }

#infographicsList {
  margin-top: 20px; }
  #infographicsList .infographicsListItem {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px; }
    #infographicsList .infographicsListItem .infographicsTitle {
      color: #555; }
    #infographicsList .infographicsListItem .infographicsDate {
      color: #999;
      font-style: italic; }

.matchBox__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
.matchBox .queueName {
  font-weight: 700;
  color: #888;
  font-size: 14px; }
.matchBox .gameDuration {
  color: #888;
  font-size: 14px; }
.matchBox .timeSince {
  color: #888;
  margin-left: 10px; }
@media only screen and (min-width: 40.0625em) {
  .matchBox {
    padding: 10px 20px 10px 20px; } }
@media only screen and (max-width: 40em) {
  .matchBox {
    padding: 0; }
    .matchBox__head {
      flex-direction: column;
      align-items: flex-start; }
      .matchBox__head .bansColumn {
        margin-top: 10px; } }
.matchBox .matchTable tr th {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px; }
  .matchBox .matchTable tr th .victory, .matchBox .matchTable tr th .defeat {
    font-size: 15px;
    font-weight: 700; }
  .matchBox .matchTable tr th .kda {
    color: #888;
    font-weight: 300;
    font-size: 13px; }
    .matchBox .matchTable tr th .kda.kda-left {
      margin-left: 11px; }
    .matchBox .matchTable tr th .kda.kda-right {
      margin-right: 11px; }
.matchBox .matchTable tr.playerRow td {
  padding-top: 10px;
  padding-bottom: 10px; }
  .matchBox .matchTable tr.playerRow td.kdaColumn {
    text-align: center; }
    .matchBox .matchTable tr.playerRow td.kdaColumn .kda {
      color: #888;
      font-weight: 500;
      font-size: 14px; }
      .matchBox .matchTable tr.playerRow td.kdaColumn .kda.spoilerContainer {
        min-width: 70px; }
    .matchBox .matchTable tr.playerRow td.kdaColumn .cs {
      color: #888;
      font-size: 11px;
      font-weight: 300; }
  .matchBox .matchTable tr.playerRow td.summoner_column {
    width: 158px; }
    .matchBox .matchTable tr.playerRow td.summoner_column .spells {
      font-size: 0;
      margin: 0;
      padding: 0;
      width: 48px; }
      .matchBox .matchTable tr.playerRow td.summoner_column .spells .spell {
        display: inline-block;
        height: 16px;
        width: 16px;
        margin: 0;
        padding: 0; }
    .matchBox .matchTable tr.playerRow td.summoner_column .level {
      position: absolute;
      bottom: 9px;
      background-color: rgba(0, 0, 0, 0.55);
      color: rgba(255, 255, 255, 0.85);
      border-radius: 50%;
      padding: 0 2px;
      font-size: 11px;
      min-width: 16px;
      text-align: center; }
      .matchBox .matchTable tr.playerRow td.summoner_column .level.level-100 {
        left: -8px; }
      .matchBox .matchTable tr.playerRow td.summoner_column .level.level-200 {
        right: -8px; }
  .matchBox .matchTable tr.playerRow td.itemsColumn {
    width: 120px;
    padding-left: 5px;
    padding-right: 5px; }
    .matchBox .matchTable tr.playerRow td.itemsColumn img {
      margin: 1px; }
    .matchBox .matchTable tr.playerRow td.itemsColumn .emptyItem {
      display: inline-block;
      height: 24px;
      width: 24px;
      background-color: rgba(0, 0, 0, 0.05);
      vertical-align: middle;
      margin: 1px; }
    .matchBox .matchTable tr.playerRow td.itemsColumn.itemsColumn-100 {
      text-align: left; }
    .matchBox .matchTable tr.playerRow td.itemsColumn.itemsColumn-200 {
      text-align: right; }
      @media only screen and (min-width: 40.0625em) {
        .matchBox .matchTable tr.playerRow td.itemsColumn.itemsColumn-200 > div {
          display: flex !important;
          flex-wrap: wrap;
          justify-content: right; } }
.matchBox .matchTable tr .replayTd {
  text-align: center; }
.matchBox .matchTable .pentakills_text {
  color: #248AAF;
  font-size: 14px;
  font-weight: bold; }
.matchBox .matchTable.matchTable--arena tr.playerRow td.summoner_column {
  width: 170px; }
.matchBox .matchTable.matchTable--arena .subteamheader--poro {
  color: #60193f;
  font-size: 14px;
  font-weight: 500; }
.matchBox .matchTable.matchTable--arena .subteamheader--minion {
  color: #5cd3be;
  font-size: 14px;
  font-weight: 500; }
.matchBox .matchTable.matchTable--arena .subteamheader--scuttle {
  color: #9dc857;
  font-size: 14px;
  font-weight: 500; }
.matchBox .matchTable.matchTable--arena .subteamheader--krug {
  color: #fca45c;
  font-size: 14px;
  font-weight: 500; }
.matchBox .matchTable.matchTable--arena .subteamheader--sentinel {
  color: #7ed1ff;
  font-size: 14px;
  font-weight: 500; }
.matchBox .matchTable.matchTable--arena .subteamheader--wolf {
  color: #dbac07;
  font-size: 14px;
  font-weight: 500; }
.matchBox .matchTable.matchTable--arena .subteamheader--raptor {
  color: #ff838d;
  font-size: 14px;
  font-weight: 500; }
.matchBox .matchTable.matchTable--arena .subteamheader--gromp {
  color: #dd7eff;
  font-size: 14px;
  font-weight: 500; }
.matchBox .teamCounters {
  display: inline-block;
  color: #AAA;
  font-weight: 300;
  font-size: 0px; }
  .matchBox .teamCounters .teamCountersEntry {
    display: inline-block;
    font-size: 13px; }
    .matchBox .teamCounters .teamCountersEntry .teamCountersEntryIcon {
      vertical-align: middle;
      display: inline-block;
      margin-left: 3px;
      margin-right: -3px;
      opacity: 0.5; }
      .matchBox .teamCounters .teamCountersEntry .teamCountersEntryIcon.teamcounters-towers-13 {
        margin-right: -5px; }
.matchBox .bannedChampion {
  position: relative;
  display: inline-block; }
  .matchBox .bannedChampion .championImg {
    border-radius: 50%; }
  .matchBox .bannedChampion .forbiddenSign {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    border: 3px solid RGBA(200, 5, 5, 0.6);
    font-size: 24px; }
  .matchBox .bannedChampion .forbiddenSignBar {
    position: absolute;
    width: 24px;
    height: 0px;
    left: 0px;
    top: 10px;
    border: 2px solid RGBA(200, 5, 5, 0.6);
    transform: rotate(135deg); }
.matchBox--arena {
  padding: 10px 9px; }
  .matchBox--arena .matchBox__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }

.choiceContainer {
  text-align: center; }
  .choiceContainer .playerLink {
    display: none; }
  .choiceContainer .choiceContainerLink {
    opacity: 0.4; }
    .choiceContainer .choiceContainerLink.active {
      opacity: 1; }

.matchPlayersTabs {
  margin-top: 15px; }
  .matchPlayersTabs .playerTabRightColumn {
    padding-top: 38px; }
    @media only screen and (max-width: 40em) {
      .matchPlayersTabs .playerTabRightColumn {
        margin-top: 20px; } }
  .matchPlayersTabs .firstLevelTab.active, .matchPlayersTabs .firstLevelTab:hover {
    background-color: #fafafa !important; }
  .matchPlayersTabs .firstLevelTab.recapTableTab {
    font-size: 24px;
    padding-left: 14px;
    padding-right: 15px; }
  .matchPlayersTabs .content {
    background-color: #fafafa; }
    .matchPlayersTabs .content.firstLevelContent {
      padding: 20px 15px 15px 15px !important; }
    .matchPlayersTabs .content .secondLevelTabs li {
      background-color: #f2f2f2; }
      .matchPlayersTabs .content .secondLevelTabs li.active {
        background-color: #fff; }
    .matchPlayersTabs .content .participantScoreBox {
      padding: 10px 0; }
      .matchPlayersTabs .content .participantScoreBox .kda {
        text-align: center;
        font-size: 32px;
        font-weight: normal; }
        .matchPlayersTabs .content .participantScoreBox .kda .separator {
          font-weight: 300; }
      .matchPlayersTabs .content .participantScoreBox .subNumbers {
        text-align: center;
        color: #999;
        font-weight: 300;
        font-style: italic;
        font-size: 14px; }
    .matchPlayersTabs .content .match-subTabs-content .content {
      padding: 15px !important;
      background-color: #fff; }
    .matchPlayersTabs .content .pie-chart-container {
      margin-bottom: 30px; }
      .matchPlayersTabs .content .pie-chart-container .title.medium-title {
        font-size: 18px; }
      .matchPlayersTabs .content .pie-chart-container .title.small-title {
        font-size: 14px;
        line-height: 27px;
        max-width: 188px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 auto; }

#external_link_button {
  display: block;
  text-align: center;
  padding: 0 10px;
  vertical-align: middle; }
  #external_link_button::after {
    content: '\e813';
    font-family: "wgfont";
    margin-left: 4px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle; }

#match_datatable td {
  color: inherit; }
  #match_datatable td:nth-child(1) {
    color: inherit; }
  #match_datatable td.kdaTd {
    padding-left: 3px;
    padding-right: 3px;
    min-width: 68px; }
  #match_datatable td .highlight {
    color: #777;
    font-weight: 700; }
@media only screen and (max-width: 73.75em) {
  #match_datatable {
    display: block;
    overflow-x: auto; } }

.match_items_table img {
  margin: 1px; }

.premadeTag {
  font-size: 12px;
  color: #AAA; }
  .premadeTag .fa-users {
    font-size: 12px;
    color: #AAA; }

.premadeTooltip ul {
  font-size: 13px;
  margin: 0;
  padding-left: 20px; }

.arena-team {
  display: flex;
  flex-direction: column;
  width: 48%;
  background: #F2F2F2;
  padding: 4px 8px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  border-top: 3px solid; }
  .arena-team__top {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 4px; }
  .arena-team__participants {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .arena-team__participant {
    display: flex;
    flex: 0 0 calc(50% - 30px);
    background: #FFF;
    border-radius: 4px;
    padding: 6px;
    position: relative; }
    .arena-team__participant__pic {
      margin-right: 9px;
      flex: 0 0 48px;
      min-width: 48px; }
      .arena-team__participant__pic .spells {
        position: absolute;
        display: flex;
        bottom: -8px; }
      .arena-team__participant__pic .level {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        top: -8px;
        left: -8px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.55);
        color: rgba(255, 255, 255, 0.85);
        font-size: 11px; }
    .arena-team__participant__detail1 {
      flex: 0 1 150; }
      .arena-team__participant__detail1 .name {
        font-weight: 500;
        line-height: 1;
        color: #666; }
      .arena-team__participant__detail1 .subname {
        color: #999; }
      .arena-team__participant__detail1 .arenaAugmentsContainer {
        display: flex; }
    .arena-team__participant__detail2 {
      flex: 1 1 75px;
      text-align: center;
      padding-top: 8px; }
      .arena-team__participant__detail2 .kda {
        color: #888;
        font-weight: 500;
        font-size: 14px; }
    .arena-team__participant__items {
      margin-left: auto;
      flex: 0 0 102px;
      min-width: 102px;
      padding-top: 2px; }
      .arena-team__participant__items > div > div {
        display: flex;
        flex-wrap: wrap;
        gap: 2px; }
        .arena-team__participant__items > div > div:first-child {
          margin-bottom: 2px; }
    .arena-team__participant__moreInfo {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: #55657e;
      margin: -6px -6px -6px 6px;
      flex: 0 0 24px;
      min-width: 24px;
      text-align: center;
      color: white;
      border-radius: 0 4px 4px 0;
      cursor: pointer;
      padding-top: 15px;
      position: relative;
      transition: 300ms; }
      .arena-team__participant__moreInfo__arrow {
        margin-top: 11px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: white transparent transparent transparent;
        transition: 300ms; }
    .arena-team__participant:first-of-type {
      margin-bottom: 5px; }
    .arena-team__participant.active {
      border-radius: 4px 4px 0 0; }
      .arena-team__participant.active .arena-team__participant__moreInfo {
        border-bottom-right-radius: 0;
        color: #F2F2F2; }
        .arena-team__participant.active .arena-team__participant__moreInfo__arrow {
          transform: rotate(180deg);
          border-color: #F2F2F2 transparent transparent transparent; }
  .arena-team__graphs__box {
    display: none;
    background: #FFF;
    margin-top: 14px;
    position: relative;
    z-index: 2;
    border-radius: 0 4px 4px 4px; }
    .arena-team__graphs__box::before {
      content: '';
      position: absolute;
      left: 7px;
      width: calc(50% - 70px);
      top: 0;
      height: 1px;
      background: #F2F2F2; }
    .arena-team__graphs__box:nth-child(2) {
      border-radius: 4px 0 4px 4px; }
      .arena-team__graphs__box:nth-child(2)::before {
        left: auto;
        right: 31px; }
    .arena-team__graphs__box__inner {
      display: flex;
      flex-wrap: wrap;
      padding: 13px 7px 7px;
      gap: 15px; }
      .arena-team__graphs__box__inner .element {
        flex: 0 0 calc(50% - 10px);
        margin-bottom: 10px; }
        .arena-team__graphs__box__inner .element .columns {
          width: 100% !important; }
        .arena-team__graphs__box__inner .element .box-title {
          padding: 0;
          border: none;
          margin-bottom: 5px; }
        .arena-team__graphs__box__inner .element .graph-title {
          display: none; }
  .arena-team--poro {
    border-top-color: #60193f; }
    .arena-team--poro .arena-team__top {
      color: #60193f; }
    .arena-team--poro .arena-team__participant.active .arena-team__participant__moreInfo {
      background: #60193f; }
      .arena-team--poro .arena-team__participant.active .arena-team__participant__moreInfo::after {
        background: #60193f; }
  .arena-team--minion {
    border-top-color: #5cd3be; }
    .arena-team--minion .arena-team__top {
      color: #5cd3be; }
    .arena-team--minion .arena-team__participant.active .arena-team__participant__moreInfo {
      background: #5cd3be; }
      .arena-team--minion .arena-team__participant.active .arena-team__participant__moreInfo::after {
        background: #5cd3be; }
  .arena-team--scuttle {
    border-top-color: #9dc857; }
    .arena-team--scuttle .arena-team__top {
      color: #9dc857; }
    .arena-team--scuttle .arena-team__participant.active .arena-team__participant__moreInfo {
      background: #9dc857; }
      .arena-team--scuttle .arena-team__participant.active .arena-team__participant__moreInfo::after {
        background: #9dc857; }
  .arena-team--krug {
    border-top-color: #fca45c; }
    .arena-team--krug .arena-team__top {
      color: #fca45c; }
    .arena-team--krug .arena-team__participant.active .arena-team__participant__moreInfo {
      background: #fca45c; }
      .arena-team--krug .arena-team__participant.active .arena-team__participant__moreInfo::after {
        background: #fca45c; }
  .arena-team--raptor {
    border-top-color: #ff838d; }
    .arena-team--raptor .arena-team__top {
      color: #ff838d; }
    .arena-team--raptor .arena-team__participant.active .arena-team__participant__moreInfo {
      background: #ff838d; }
      .arena-team--raptor .arena-team__participant.active .arena-team__participant__moreInfo::after {
        background: #ff838d; }
  .arena-team--gromp {
    border-top-color: #dd7eff; }
    .arena-team--gromp .arena-team__top {
      color: #dd7eff; }
    .arena-team--gromp .arena-team__participant.active .arena-team__participant__moreInfo {
      background: #dd7eff; }
      .arena-team--gromp .arena-team__participant.active .arena-team__participant__moreInfo::after {
        background: #dd7eff; }
  .arena-team--sentinel {
    border-top-color: #7ed1ff; }
    .arena-team--sentinel .arena-team__top {
      color: #7ed1ff; }
    .arena-team--sentinel .arena-team__participant.active .arena-team__participant__moreInfo {
      background: #7ed1ff; }
      .arena-team--sentinel .arena-team__participant.active .arena-team__participant__moreInfo::after {
        background: #7ed1ff; }
  .arena-team--wolf {
    border-top-color: #dbac07; }
    .arena-team--wolf .arena-team__top {
      color: #dbac07; }
    .arena-team--wolf .arena-team__participant.active .arena-team__participant__moreInfo {
      background: #dbac07; }
      .arena-team--wolf .arena-team__participant.active .arena-team__participant__moreInfo::after {
        background: #dbac07; }
  @media only screen and (max-width: 73.75em) {
    .arena-team__participant {
      flex: 0 0 calc(50% - 10px);
      padding-bottom: 36px; }
      .arena-team__participant__detail1 {
        flex-basis: 110px; }
      .arena-team__participant__items {
        position: absolute;
        bottom: 4px; }
        .arena-team__participant__items > div {
          display: flex !important;
          gap: 2px; }
      .arena-team__participant__moreInfo {
        margin-bottom: -36px; }
    .arena-team__graphs__box::before {
      width: calc(50% - 50px); } }
  @media screen and (max-width: 880px) {
    .arena-team__participant {
      flex: 0 0 calc(50% - 5px); }
    .arena-team__graphs__box__inner .element {
      flex: 0 0 calc(50% - 15px);
      margin-bottom: 8px; } }
  @media only screen and (max-width: 40em) {
    .arena-team__participant {
      padding-bottom: 6px; }
      .arena-team__participant__detail1 .name {
        word-break: break-all; }
      .arena-team__participant__detail2 {
        display: none; }
      .arena-team__participant__items {
        display: none; }
      .arena-team__participant__moreInfo {
        margin-bottom: -6px;
        margin-left: auto; }
    .arena-team__graphs__box__inner .element {
      flex: 0 0 100%; } }

.tou h4 {
  text-align: left;
  color: #4d4d4d;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 5px; }
.tou p {
  font-weight: 300;
  font-size: 13px; }

.contact p {
  font-size: 15px;
  text-align: left;
  font-weight: 300;
  padding: 0 10px;
  margin-bottom: 10px; }
  .contact p a {
    color: inherit;
    font-size: inherit; }
.contact form {
  padding: 10px 10px; }
.contact label {
  font-size: 15px;
  font-weight: 300;
  color: #4d4d4d; }
.contact .button {
  background-color: #2693b8;
  width: 180px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 3px; }
  .contact .button:hover, .contact .button:focus, .contact .button:active {
    background-color: #1d728f;
    color: #FFF; }
  .contact .button:disabled {
    opacity: 0.4 !important;
    color: #FFF !important;
    background-color: #2693b8 !important; }
  .contact .button i .fa {
    color: #FFF; }

.legalContactPageStuff {
  font-style: italic;
  font-size: 11px; }

.onlyOneLinkBox {
  text-align: center; }
  .onlyOneLinkBox a {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: inherit;
    text-decoration: underline; }

.tftTraitIconContainerContainer {
  display: inline-block;
  vertical-align: middle; }
  .tftTraitIconContainerContainer .tftTraitIconContainer {
    display: block;
    position: relative; }
    .tftTraitIconContainerContainer .tftTraitIconContainer.tftTraitIconContainer-24 {
      height: 24px;
      width: 24px; }
    .tftTraitIconContainerContainer .tftTraitIconContainer.tftTraitIconContainer-30 {
      height: 30px;
      width: 30px; }
    .tftTraitIconContainerContainer .tftTraitIconContainer.tftTraitIconContainer-36 {
      height: 36px;
      width: 36px; }
    .tftTraitIconContainerContainer .tftTraitIconContainer.tftTraitIconContainer-48 {
      height: 48px;
      width: 48px; }
    .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIconBg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-repeat: no-repeat;
      background-size: 100%; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIconBg.tftTraitIconBg-24 {
        height: 24px;
        width: 24px; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIconBg.tftTraitIconBg-30 {
        height: 30px;
        width: 30px; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIconBg.tftTraitIconBg-36 {
        height: 36px;
        width: 36px; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIconBg.tftTraitIconBg-48 {
        height: 48px;
        width: 48px; }
    .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIcon {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: center;
      filter: brightness(0); }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIcon.tftTraitIcon-24 {
        height: 24px;
        width: 24px; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIcon.tftTraitIcon-30 {
        height: 30px;
        width: 30px; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIcon.tftTraitIcon-36 {
        height: 36px;
        width: 36px; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIcon.tftTraitIcon-48 {
        height: 48px;
        width: 48px; }
    .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIconLevel {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.7);
      color: #FFF;
      border-radius: 3px; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIconLevel.tftTraitIconLevel-24 {
        padding: 0px 3.5px;
        bottom: -2px;
        right: -3px;
        font-size: 8px; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIconLevel.tftTraitIconLevel-30 {
        padding: 1px 5px;
        bottom: -2px;
        right: -3px;
        font-size: 9px; }
      .tftTraitIconContainerContainer .tftTraitIconContainer .tftTraitIconLevel.tftTraitIconLevel-36 {
        padding: 1px 5px;
        bottom: -2px;
        right: -3px;
        font-size: 9px; }
  .tftTraitIconContainerContainer .tftTraitName {
    display: block;
    text-align: center;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    .tftTraitIconContainerContainer .tftTraitName.tftTraitName-24 {
      width: 24px; }
    .tftTraitIconContainerContainer .tftTraitName.tftTraitName-30 {
      width: 30px; }
    .tftTraitIconContainerContainer .tftTraitName.tftTraitName-36 {
      width: 36px; }
    .tftTraitIconContainerContainer .tftTraitName.tftTraitName-48 {
      width: 48px; }

#tftTeamBuilder .championsList .searchForm, #tftTeamBuilder .itemsList .searchForm, #tftItemBuilder .championsList .searchForm, #tftItemBuilder .itemsList .searchForm {
  border: 1px solid #CCC;
  background-color: #FFF;
  margin-bottom: 18px; }
  #tftTeamBuilder .championsList .searchForm .fa, #tftTeamBuilder .itemsList .searchForm .fa, #tftItemBuilder .championsList .searchForm .fa, #tftItemBuilder .itemsList .searchForm .fa {
    color: #888;
    font-size: 13px;
    margin-left: 10px; }
  #tftTeamBuilder .championsList .searchForm input, #tftTeamBuilder .itemsList .searchForm input, #tftItemBuilder .championsList .searchForm input, #tftItemBuilder .itemsList .searchForm input {
    width: 200px;
    height: 30px;
    border: none;
    margin: 0;
    display: inline-block;
    box-shadow: none;
    background-color: #FFF;
    color: initial; }
    #tftTeamBuilder .championsList .searchForm input:focus, #tftTeamBuilder .itemsList .searchForm input:focus, #tftItemBuilder .championsList .searchForm input:focus, #tftItemBuilder .itemsList .searchForm input:focus {
      background-color: #FFF; }
    #tftTeamBuilder .championsList .searchForm input::placeholder, #tftTeamBuilder .itemsList .searchForm input::placeholder, #tftItemBuilder .championsList .searchForm input::placeholder, #tftItemBuilder .itemsList .searchForm input::placeholder {
      color: #B3B3B3 !important;
      opacity: 1 !important; }
#tftTeamBuilder .championsList .goldBlock, #tftTeamBuilder .itemsList .goldBlock, #tftItemBuilder .championsList .goldBlock, #tftItemBuilder .itemsList .goldBlock {
  margin-bottom: 10px; }
  #tftTeamBuilder .championsList .goldBlock .coin-icon, #tftTeamBuilder .itemsList .goldBlock .coin-icon, #tftItemBuilder .championsList .goldBlock .coin-icon, #tftItemBuilder .itemsList .goldBlock .coin-icon {
    filter: brightness(60%);
    height: 20px;
    width: 20px; }
  #tftTeamBuilder .championsList .goldBlock h4, #tftTeamBuilder .itemsList .goldBlock h4, #tftItemBuilder .championsList .goldBlock h4, #tftItemBuilder .itemsList .goldBlock h4 {
    text-align: left;
    color: #999;
    border-bottom: 1px solid #CCC;
    margin-bottom: 8px;
    padding-left: 4px;
    padding-bottom: 2px;
    font-size: 18px; }
  #tftTeamBuilder .championsList .goldBlock .championBox, #tftTeamBuilder .itemsList .goldBlock .championBox, #tftItemBuilder .championsList .goldBlock .championBox, #tftItemBuilder .itemsList .goldBlock .championBox {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 58px; }
    #tftTeamBuilder .championsList .goldBlock .championBox .championIcon, #tftTeamBuilder .itemsList .goldBlock .championBox .championIcon, #tftItemBuilder .championsList .goldBlock .championBox .championIcon, #tftItemBuilder .itemsList .goldBlock .championBox .championIcon {
      margin-left: 5px;
      margin-right: 5px;
      position: relative; }
      #tftTeamBuilder .championsList .goldBlock .championBox .championIcon .championName, #tftTeamBuilder .itemsList .goldBlock .championBox .championIcon .championName, #tftItemBuilder .championsList .goldBlock .championBox .championIcon .championName, #tftItemBuilder .itemsList .goldBlock .championBox .championIcon .championName {
        cursor: pointer;
        position: absolute;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 11px;
        color: #D5D5D5;
        padding-left: 2px;
        max-width: 44px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
      #tftTeamBuilder .championsList .goldBlock .championBox .championIcon .itemTier, #tftTeamBuilder .itemsList .goldBlock .championBox .championIcon .itemTier, #tftItemBuilder .championsList .goldBlock .championBox .championIcon .itemTier, #tftItemBuilder .itemsList .goldBlock .championBox .championIcon .itemTier {
        position: absolute;
        top: 36px;
        right: -7px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 0 4px;
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.8); }
    #tftTeamBuilder .championsList .goldBlock .championBox .championAttributes, #tftTeamBuilder .itemsList .goldBlock .championBox .championAttributes, #tftItemBuilder .championsList .goldBlock .championBox .championAttributes, #tftItemBuilder .itemsList .goldBlock .championBox .championAttributes {
      text-align: left;
      margin-top: 0; }
      #tftTeamBuilder .championsList .goldBlock .championBox .championAttributes .championAttribute, #tftTeamBuilder .itemsList .goldBlock .championBox .championAttributes .championAttribute, #tftItemBuilder .championsList .goldBlock .championBox .championAttributes .championAttribute, #tftItemBuilder .itemsList .goldBlock .championBox .championAttributes .championAttribute {
        display: block;
        font-size: 11px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    #tftTeamBuilder .championsList .goldBlock .championBox.disabled, #tftTeamBuilder .itemsList .goldBlock .championBox.disabled, #tftItemBuilder .championsList .goldBlock .championBox.disabled, #tftItemBuilder .itemsList .goldBlock .championBox.disabled {
      opacity: 0.3; }
#tftTeamBuilder #selectedChampionList, #tftItemBuilder #selectedChampionList {
  display: flex;
  min-height: 130px;
  font-size: 20px;
  font-weight: 300;
  flex-wrap: wrap; }
  #tftTeamBuilder #selectedChampionList .noChampionSelectedPlaceHolder, #tftItemBuilder #selectedChampionList .noChampionSelectedPlaceHolder {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
  #tftTeamBuilder #selectedChampionList .teamContainer, #tftItemBuilder #selectedChampionList .teamContainer {
    display: none;
    width: 100%; }
    #tftTeamBuilder #selectedChampionList .teamContainer .teamTitle, #tftItemBuilder #selectedChampionList .teamContainer .teamTitle {
      margin-left: 8px;
      margin-bottom: 10px; }
    #tftTeamBuilder #selectedChampionList .teamContainer .teamChampion, #tftItemBuilder #selectedChampionList .teamContainer .teamChampion {
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 10px; }
#tftTeamBuilder #suggestionsBox #suggestionsList td.suggestedChampions, #tftItemBuilder #suggestionsBox #suggestionsList td.suggestedChampions {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px; }
#tftTeamBuilder #suggestionsBox #suggestionsList .championBox, #tftItemBuilder #suggestionsBox #suggestionsList .championBox {
  display: inline-block; }
  #tftTeamBuilder #suggestionsBox #suggestionsList .championBox .championName, #tftItemBuilder #suggestionsBox #suggestionsList .championBox .championName {
    font-size: 12px; }
    #tftTeamBuilder #suggestionsBox #suggestionsList .championBox .championName.championNameCouple, #tftItemBuilder #suggestionsBox #suggestionsList .championBox .championName.championNameCouple {
      max-width: 42px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
#tftTeamBuilder #suggestionsBox #suggestionsList .suggestionLine .activatedBonus, #tftItemBuilder #suggestionsBox #suggestionsList .suggestionLine .activatedBonus {
  display: inline-block; }
  #tftTeamBuilder #suggestionsBox #suggestionsList .suggestionLine .activatedBonus img, #tftItemBuilder #suggestionsBox #suggestionsList .suggestionLine .activatedBonus img {
    filter: brightness(80%);
    margin-left: 5px;
    margin-right: 0px; }
#tftTeamBuilder #suggestionsBox #suggestionsList.disabled, #tftItemBuilder #suggestionsBox #suggestionsList.disabled {
  opacity: 0.3; }
#tftTeamBuilder .bonusList, #tftItemBuilder .bonusList {
  display: none; }
  #tftTeamBuilder .bonusList .bonusListIcon, #tftItemBuilder .bonusList .bonusListIcon {
    filter: brightness(65%); }
  #tftTeamBuilder .bonusList .bonus, #tftItemBuilder .bonusList .bonus {
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: default !important;
    padding-left: 15px;
    padding-right: 8px; }
    #tftTeamBuilder .bonusList .bonus .bonusListIcon, #tftItemBuilder .bonusList .bonus .bonusListIcon {
      height: 30px;
      width: 30px; }
    #tftTeamBuilder .bonusList .bonus .flex, #tftItemBuilder .bonusList .bonus .flex {
      align-items: center;
      justify-content: space-between; }
    #tftTeamBuilder .bonusList .bonus .name, #tftItemBuilder .bonusList .bonus .name {
      font-size: 14px; }
    #tftTeamBuilder .bonusList .bonus .costs, #tftItemBuilder .bonusList .bonus .costs {
      font-size: 13px;
      color: #555; }
    #tftTeamBuilder .bonusList .bonus.disabled, #tftTeamBuilder .bonusList .bonus .disabled, #tftItemBuilder .bonusList .bonus.disabled, #tftItemBuilder .bonusList .bonus .disabled {
      opacity: 0.3; }
    #tftTeamBuilder .bonusList .bonus .bonusTypeCount, #tftItemBuilder .bonusList .bonus .bonusTypeCount {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #AAA;
      text-align: center;
      margin-right: 5px;
      color: #AAA; }
#tftTeamBuilder .tftIconDarkened, #tftItemBuilder .tftIconDarkened {
  filter: brightness(65%); }
#tftTeamBuilder #itemSummary, #tftItemBuilder #itemSummary {
  display: flex;
  min-height: 130px;
  flex-wrap: wrap; }
  #tftTeamBuilder #itemSummary #itemSummaryDefault, #tftItemBuilder #itemSummary #itemSummaryDefault {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 300; }
  #tftTeamBuilder #itemSummary table.itemSummaryTable, #tftItemBuilder #itemSummary table.itemSummaryTable {
    width: 100%; }
    #tftTeamBuilder #itemSummary table.itemSummaryTable tr td, #tftItemBuilder #itemSummary table.itemSummaryTable tr td {
      padding-bottom: 10px; }
      #tftTeamBuilder #itemSummary table.itemSummaryTable tr td.fromItemsColumn, #tftItemBuilder #itemSummary table.itemSummaryTable tr td.fromItemsColumn {
        width: 100px;
        text-align: center;
        padding-right: 0px; }
      #tftTeamBuilder #itemSummary table.itemSummaryTable tr td.itemDescriptionTd, #tftItemBuilder #itemSummary table.itemSummaryTable tr td.itemDescriptionTd {
        font-size: 14px;
        font-weight: 300; }
        #tftTeamBuilder #itemSummary table.itemSummaryTable tr td.itemDescriptionTd img.itemIcon, #tftItemBuilder #itemSummary table.itemSummaryTable tr td.itemDescriptionTd img.itemIcon {
          margin-left: 5px;
          margin-right: 3px; }
        #tftTeamBuilder #itemSummary table.itemSummaryTable tr td.itemDescriptionTd .itemTier, #tftItemBuilder #itemSummary table.itemSummaryTable tr td.itemDescriptionTd .itemTier {
          position: absolute;
          top: 38px;
          right: -5px;
          background-color: rgba(0, 0, 0, 0.7);
          font-size: 12px;
          padding: 0 5px;
          border-radius: 50%;
          color: rgba(255, 255, 255, 0.8); }
      #tftTeamBuilder #itemSummary table.itemSummaryTable tr td.bestOnTd, #tftItemBuilder #itemSummary table.itemSummaryTable tr td.bestOnTd {
        width: 80px; }
      #tftTeamBuilder #itemSummary table.itemSummaryTable tr td .coupleItemsBox .itemBox, #tftItemBuilder #itemSummary table.itemSummaryTable tr td .coupleItemsBox .itemBox {
        display: inline-block; }

.tftChampionIcon, .teamChampion {
  border: 2px solid; }
  .tftChampionIcon.tftChampionBorder-5, .tftChampionIcon.tftChampionBorder-10, .teamChampion.tftChampionBorder-5, .teamChampion.tftChampionBorder-10 {
    border-color: #FFC430; }
  .tftChampionIcon.tftChampionBorder-4, .tftChampionIcon.tftChampionBorder-8, .teamChampion.tftChampionBorder-4, .teamChampion.tftChampionBorder-8 {
    border-color: #DE0EBD; }
  .tftChampionIcon.tftChampionBorder-3, .teamChampion.tftChampionBorder-3 {
    border-color: #54C3FF; }
  .tftChampionIcon.tftChampionBorder-2, .teamChampion.tftChampionBorder-2 {
    border-color: #14CC73; }
  .tftChampionIcon.tftChampionBorder-1, .teamChampion.tftChampionBorder-1 {
    border-color: #BBB; }

#tftTooltip .globalBonus {
  margin-bottom: 15px; }
#tftTooltip .bonusEntry {
  margin-top: 10px;
  margin-bottom: 2px; }
  #tftTooltip .bonusEntry .cost {
    border-radius: 50%;
    border: 1px solid #2796BC;
    margin-right: 3px;
    height: 18px;
    width: 18px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 16px; }
#tftTooltip .tft-tooltip-coin {
  margin-right: -2px;
  vertical-align: sub; }
#tftTooltip .tier {
  font-size: 14px;
  font-style: italic;
  color: #FFF; }
#tftTooltip .recommendedItemsBlock .recommendedItems {
  display: inline-block;
  margin-top: 28px; }
  #tftTooltip .recommendedItemsBlock .recommendedItems:first-child {
    margin-right: 15px; }
  #tftTooltip .recommendedItemsBlock .recommendedItems .recommendedItemIcon {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin: 4px 4px 0 4px; }

.goldCoinImg {
  filter: brightness(65%); }

#tftChampionListTable .traitIcon {
  filter: brightness(65%); }

.tierCircle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #999;
  padding-top: 2px;
  font-size: 15px; }

td .tierCircle {
  margin: 0 auto; }

#tierList {
  padding-top: 0 !important; }
  #tierList h3 {
    margin-top: 15px; }
  #tierList h4 {
    text-align: left;
    color: #999;
    border-bottom: 1px solid #CCC;
    margin-bottom: 8px;
    padding-left: 4px;
    padding-bottom: 2px;
    font-size: 18px; }
  #tierList .championBox {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 58px; }
    #tierList .championBox .championIcon {
      margin-left: 5px;
      margin-right: 5px;
      position: relative; }
    #tierList .championBox .championName {
      text-align: center;
      display: block;
      font-size: 11px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: #555; }

.tftTraitsPage #onlyMaxLevelCheckboxContainer {
  color: #999;
  margin: 10px 0; }

#tftCompTierListTable .compNameTd {
  width: 80px; }
#tftCompTierListTable .compTd {
  width: 178px; }
  #tftCompTierListTable .compTd img {
    margin-bottom: 2px;
    margin-top: 2px; }
#tftCompTierListTable .fa-pin {
  cursor: pointer; }
  #tftCompTierListTable .fa-pin.active, #tftCompTierListTable .fa-pin:hover {
    color: white; }

.pageBanner .bannerSubtitle .tftTraitIcon {
  margin-left: 2px;
  margin-right: 0;
  vertical-align: middle; }

.tftItemTooltipStatLine {
  margin-bottom: 10px; }
  .tftItemTooltipStatLine .tftItemStatElement {
    display: inline-block;
    margin-right: 5px; }
    .tftItemTooltipStatLine .tftItemStatElement img {
      vertical-align: middle;
      margin-right: 3px; }

#tftChampionPage .abilityBox {
  font-size: 13px; }
#tftChampionPage .level8CompsOnly {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #AAA; }

.data_table.probuildsTable {
  border-collapse: unset; }
  .data_table.probuildsTable .requireTooltip {
    cursor: auto; }
  .data_table.probuildsTable tr td {
    padding: 0; }
    .data_table.probuildsTable tr td:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
      .data_table.probuildsTable tr td:first-child a.matchlink {
        padding-left: 15px; }
    .data_table.probuildsTable tr td:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
      .data_table.probuildsTable tr td:last-child a.matchlink {
        padding-right: 15px; }
    .data_table.probuildsTable tr td a.matchlink {
      width: 100%;
      height: 100%;
      display: flex;
      padding: 10px; }
    .data_table.probuildsTable tr td.playerTd img {
      margin-right: 5px; }
    .data_table.probuildsTable tr td.playerTd .txt {
      max-width: 120px; }
      .data_table.probuildsTable tr td.playerTd .txt .name {
        color: #555;
        font-size: 13px; }
      .data_table.probuildsTable tr td.playerTd .txt .subtxt {
        font-weight: 400;
        color: #999;
        font-size: 12px; }
    .data_table.probuildsTable tr td.playerTd .region {
      color: #BBB;
      font-style: italic; }
    .data_table.probuildsTable tr td.vsTd a.matchlink {
      padding-bottom: 4px; }
    .data_table.probuildsTable tr td.vsTd .championContainer {
      display: block;
      width: 36px;
      margin-top: 4px; }
      .data_table.probuildsTable tr td.vsTd .championContainer .championIcon {
        display: block; }
      .data_table.probuildsTable tr td.vsTd .championContainer .spells {
        display: block;
        font-size: 0;
        margin: 0;
        padding: 0;
        width: 36px; }
        .data_table.probuildsTable tr td.vsTd .championContainer .spells .spell {
          display: inline-block;
          height: 12px;
          width: 12px;
          margin: 0;
          padding: 0; }
    .data_table.probuildsTable tr td.vsTd .vs {
      font-size: 13px;
      font-weight: 400;
      color: #777;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 6px;
      display: flex;
      align-items: center; }
    .data_table.probuildsTable tr td.vsTd .opponentChampionImg {
      width: 36px;
      margin-top: 4px; }
    .data_table.probuildsTable tr td.resultTd .victoryDefeatText {
      font-weight: 500;
      font-size: 15px; }
    .data_table.probuildsTable tr td.resultTd .gameMode {
      color: #999;
      font-size: 12px;
      max-width: 65px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .data_table.probuildsTable tr td.resultTd .gameDate {
      font-size: 12px;
      font-weight: 300;
      color: #AAA; }
    .data_table.probuildsTable tr td.kdaTd .kdaContainer {
      text-align: center;
      display: block; }
      .data_table.probuildsTable tr td.kdaTd .kdaContainer .kda .kills, .data_table.probuildsTable tr td.kdaTd .kdaContainer .kda .deaths, .data_table.probuildsTable tr td.kdaTd .kdaContainer .kda .assists, .data_table.probuildsTable tr td.kdaTd .kdaContainer .kda .kdaSeparator {
        font-weight: 400;
        font-size: 15px; }
      .data_table.probuildsTable tr td.kdaTd .kdaContainer .cs {
        max-width: 105px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        color: #999;
        font-size: 11px; }
    .data_table.probuildsTable tr td.itemsTd .itemsBlock {
      width: 105px; }
      .data_table.probuildsTable tr td.itemsTd .itemsBlock img {
        margin: 1px; }
      .data_table.probuildsTable tr td.itemsTd .itemsBlock .emptyItem {
        display: inline-block;
        border-radius: 4px;
        height: 24px;
        width: 24px;
        background-color: rgba(0, 0, 0, 0.05);
        vertical-align: middle;
        margin: 1px; }
    .data_table.probuildsTable tr td.skillOrderTd .championSpellLetter {
      margin-right: 7px; }
      .data_table.probuildsTable tr td.skillOrderTd .championSpellLetter:last-child {
        margin-right: 0; }
    .data_table.probuildsTable tr td.replayTd {
      text-align: right;
      padding-right: 15px;
      position: relative; }
      .data_table.probuildsTable tr td.replayTd .requireTooltip {
        cursor: help; }
      .data_table.probuildsTable tr td.replayTd button[disabled] {
        cursor: not-allowed; }
      .data_table.probuildsTable tr td.replayTd .matchData {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 11px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.3);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-align: right;
        width: 80px; }

#lfgList {
  margin-top: 70px; }

#lfgListContainer {
  width: 100%; }

#lfgRestoreHiddenProfiles {
  display: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
  text-decoration: underline;
  margin-bottom: 10px;
  float: left; }

#lfgListFilters {
  position: relative;
  margin-bottom: 10px; }
  #lfgListFilters .lfgListFilterSearchButton {
    float: right;
    margin-top: 28px; }
  #lfgListFilters .row {
    line-height: 24px; }
    #lfgListFilters .row input {
      margin: 0;
      padding-top: 3px;
      padding-bottom: 3px;
      height: 31px;
      font-size: 12px;
      border: 1px solid #CCC;
      background-color: #FFF;
      color: rgba(255, 255, 255, 0.7); }
      #lfgListFilters .row input.ageFilter {
        width: 32px;
        height: 24px;
        text-align: center;
        display: inline-block; }
        #lfgListFilters .row input.ageFilter.minAgeFilter {
          margin-right: 5px; }
        #lfgListFilters .row input.ageFilter.maxAgeFilter {
          margin-left: 5px; }
    #lfgListFilters .row label.wg-checkbox {
      display: inline-block;
      font-size: 12px;
      margin-right: 6px;
      vertical-align: middle;
      line-height: 16px;
      color: #888; }
      #lfgListFilters .row label.wg-checkbox.roleCheckbox {
        margin-right: 5px; }
        #lfgListFilters .row label.wg-checkbox.roleCheckbox span::before {
          display: none; }
        #lfgListFilters .row label.wg-checkbox.roleCheckbox img {
          opacity: 0.5; }
        #lfgListFilters .row label.wg-checkbox.roleCheckbox input:checked + span img {
          opacity: 1; }
      #lfgListFilters .row label.wg-checkbox.gameModeCheckbox-pt {
        margin-right: 3px; }
      #lfgListFilters .row label.wg-checkbox span {
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
        height: 24px; }
        #lfgListFilters .row label.wg-checkbox span::before {
          width: 16px;
          height: 16px;
          border: 1px solid #AAA;
          margin-top: -1px;
          margin-right: 2px; }
    #lfgListFilters .row select {
      display: inline-block;
      font-size: 12px;
      border: 1px solid #CCC;
      background-color: #FFF;
      color: rgba(255, 255, 255, 0.7);
      margin: 0; }
      #lfgListFilters .row select.ratingSelect {
        padding: 3px 8px;
        height: 24px;
        width: 95px; }
        #lfgListFilters .row select.ratingSelect.minRatingSelect {
          margin-right: 5px; }
        #lfgListFilters .row select.ratingSelect.maxRatingSelect {
          margin-left: 5px; }
      #lfgListFilters .row select.langSelect {
        padding: 3px 8px;
        height: 24px;
        width: 85px; }
      #lfgListFilters .row select.regionSelect {
        padding: 3px 8px;
        height: 24px;
        width: 80px; }
      #lfgListFilters .row select.sortBySelect {
        padding: 3px 8px;
        height: 24px;
        width: 135px; }
    #lfgListFilters .row.profilesWithDescriptionFilterRow {
      margin-top: -3px;
      margin-bottom: 7px; }

#lfgListContent {
  min-height: 600px; }
  #lfgListContent .box {
    margin-bottom: 10px; }
    #lfgListContent .box .box-title {
      position: relative;
      user-select: text; }
      #lfgListContent .box .box-title .region {
        color: rgba(255, 255, 255, 0.4);
        font-size: 13px;
        font-weight: 500; }
      #lfgListContent .box .box-title .userInviteButton {
        position: absolute;
        top: 1px;
        right: 0;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
        cursor: auto; }
        #lfgListContent .box .box-title .userInviteButton:hover {
          color: white; }
        #lfgListContent .box .box-title .userInviteButton .fa-user-plus {
          cursor: pointer; }
          #lfgListContent .box .box-title .userInviteButton .fa-user-plus[disabled] {
            opacity: 0.2;
            cursor: progress; }
        #lfgListContent .box .box-title .userInviteButton .checkMark {
          display: none;
          color: #3CBC8D; }
      #lfgListContent .box .box-title .userExcludeButton {
        position: absolute;
        top: 1px;
        right: 23px;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.5);
        cursor: pointer; }
        #lfgListContent .box .box-title .userExcludeButton:hover {
          color: #E9422E; }
    #lfgListContent .box .subBox {
      padding-bottom: 8px; }
      #lfgListContent .box .subBox:not(:last-child) {
        border-bottom: 1px solid #2D3848;
        margin-bottom: 8px; }
      #lfgListContent .box .subBox .entryTitle {
        color: rgba(255, 255, 255, 0.35); }
      #lfgListContent .box .subBox .discord {
        user-select: text; }
      #lfgListContent .box .subBox.description {
        color: rgba(255, 255, 255, 0.4);
        font-size: 12px;
        font-style: italic;
        padding-bottom: 0; }
      #lfgListContent .box .subBox.basicInfos {
        align-items: initial; }
        #lfgListContent .box .subBox.basicInfos img {
          margin-top: 5px; }
      #lfgListContent .box .subBox.img-align-block .txt {
        padding-left: 10px; }
      #lfgListContent .box .subBox .mainRoles img, #lfgListContent .box .subBox .mainChampions img, #lfgListContent .box .subBox .tierRank img {
        vertical-align: middle;
        margin: 0 0; }
  #lfgListContent .noData {
    font-size: 21px;
    color: rgba(255, 255, 255, 0.7); }

#tooltip .lfgMainChampionsTooltip td, #tooltip .lfgMainRolesTooltip td {
  padding: 3px 5px; }
  #tooltip .lfgMainChampionsTooltip td progressbar, #tooltip .lfgMainRolesTooltip td progressbar {
    height: 27px; }

.lfg_edit_profile_button {
  vertical-align: text-bottom;
  margin-left: 10px; }

#lfgForm .select-pure__select {
  align-items: center;
  background: #313d4e;
  border-radius: 4px;
  border: 1px solid #2D3848;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  justify-content: left;
  min-height: 35px;
  padding: 2px 10px;
  position: relative;
  width: 100%; }
#lfgForm .select-pure__selected-label {
  background: #424f62;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.65);
  cursor: initial;
  display: inline-block;
  margin: 2px 4px;
  padding: 3px 7px; }
#lfgForm .select-pure__options {
  border-radius: 4px;
  border: 1px solid #2d3848;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  max-height: 250px;
  overflow-y: scroll;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 5; }
#lfgForm .select-pure__option {
  background: #313d4e;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid #2d3848;
  box-sizing: border-box;
  height: 34px;
  line-height: 25px;
  padding: 5px 10px; }
  #lfgForm .select-pure__option:hover {
    background-color: #354254;
    color: rgba(255, 255, 255, 0.65); }
#lfgForm .select-pure__select--opened .select-pure__options {
  display: block; }
#lfgForm .select-pure__option--selected {
  color: rgba(255, 255, 255, 0.2);
  cursor: initial;
  pointer-events: none; }
#lfgForm .select-pure__option--hidden {
  display: none; }
#lfgForm .select-pure__selected-label:last-of-type {
  margin-right: 0; }
#lfgForm .select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px; }
