/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition:         transform .3s ease-out;
  -ms-transform: translate(0, -25%);
      transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -ms-transform: translateY(6px);
      transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -ms-transform: translateY(0);
        transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

@charset "UTF-8";
/**
 * Base Bootstrap library
 */
/* Settings */
/*------------------------------------*    #BREAKPOINTS
\*------------------------------------*/
/*
 * Add vertical media queries by adding a 'vertical' property to the list
 *
 * 'short':   480px vertical,
 * 'medium':  768px vertical,
 * 'tall':   1024px vertical
 */
/*
 * Tweakpoints
 *
 * Extra component specific breakpoints only available through the @media mixin.
 */
/* Tools */
/*------------------------------------*    #FUNCTION - SPACER
\*------------------------------------*/
/*
 * Spacer Function
 * @param {List} $args - List of numbers or numbers
 * @return {List} - Returns a list of up to four numbers.
 */
/*------------------------------------*    #FUNCTION - MATH
\*------------------------------------*/
/*
 * Returns the number as a negative.
 *
 * @param {number} $number
 */
/*
 * Returns number as rounded half the number passed.
 *
 * @param {number} $number
 */
/*
 * Returns number as rounded quarter the number passed.
 *
 * @param {number} $number
 */
/*
 * Returns as double the number passed.
 *
 * @param {number} $number
*/
/*
 * Returns as triple the number passed.
 *
 * @param {number} $number
 */
/*
 * Returns as quadruple the number passed.
 *
 * @param {number} $number
 */
/*------------------------------------*    #FUNCTION - TIMER
\*------------------------------------*/
/*
 * Retrieve timer value from sass map $timer
 *
 * @param {string} $name - return timer value from $timer.
 *
 * @require {variable} $timer
 *
 * @ignore
 * [1] Check if $name exists in $timer.
 * [2] If not pass an error.
 */
/*------------------------------------*    #FUNCTION - Z INDEX
\*------------------------------------*/
/*
 * Retrieve z-index value from sass map $z-index-config
 *
 * @param {string} $element - Element to return z-index value from $z-index-config.
 *
 * @require {variable} $z-index-config
 *
 * @ignore
 * [1] Check if $element exists in $z-index-config.
 * [2] If not pass an error.
 */
/*------------------------------------*    #FUNCTION - COLOR
\*------------------------------------*/
/*
 * Retrieve color from sass map $color-config
 *
 * @param {string} $color - Name of color to return from `$color-config`.
 * @param {string} $variant - Name of alternate version of a color to return
 * from `$color` map in `$color-config`.
 *
 * @require {variable} $color-config
 */
/*------------------------------------*    #FUNCTION - EM
\*------------------------------------*/
/*
 * Return EM value
 *
 * @param {pixel} $px - Target equivalent pixel value to output as ems.
 * @param {pixel} $base [$base-font-size] - Base pixel value to calculate against.
 *
 * @require {variable} $base-config
 */
/*------------------------------------*    #FUNCTION - REM
\*------------------------------------*/
/*
 * Return REM value
 *
 * Support: http://caniuse.com/#search=rem
 *
 * @param {pixel} $px - Target equivalent pixel value to output as rems.
 *
 * @require {variable} $base-font-size
 */
/*------------------------------------*    #FUNCTION - VW (viewport units)
\*------------------------------------*/
/*
 * Assign viewport units based of a pixel value assuming a viewport size.
 *
 * @param {string} $px - Size we want the equivalent of.
 * @param {string} $viewport - The size the viewport will be when $px matches
 * it's target.
 */
/*------------------------------------*    #MIXIN - MEDIA QUERIES
\*------------------------------------*/
/*
 * Media Queries
 *
 * @param {string} $name - $key to use from $breakpoints-extended-config
 *
 * @require {variable} $breakpoints-extended-config
 */
/*
 * Loop through the breakpoints (layout/extended), output the parent scope and
 * nest the content in each media query. The mixin must be nested in the class
 * you wish to generate all the breakpoint modifiers for.
 *
 * @param {boolean} $extended - Should the mixin use the
 * $breakpoints-extended-config
 */
/*------------------------------------*    #MIXIN - CLEARFIX
\*------------------------------------*/
/*
 * Clearfix for modern browsers
 *
 * [1] The space content is one way to avoid an Opera bug when the
 *     contenteditable attribute is included anywhere else in the document.
 *     Otherwise it causes space to appear at the top and bottom of elements
 *     that are clearfixed.
 * [2] The use of `table` rather than `block` is only necessary if using
 *     `:before` to contain the top-margins of child elements.
 */
/*------------------------------------*    #MIXIN - HIDE TEXT
\*------------------------------------*/
/*
 * Hide text only, intended for image replacement.
 */
/*------------------------------------*    #MIXIN - SCREEN READER ONLY
\*------------------------------------*/
/*
 * Hide's content in a screen reader friendly way.
 */
/*------------------------------------*    #MIXIN - LINK STATES
\*------------------------------------*/
/*
 * Link Psuedo States
 *
 * @param {boolean} $parent [true] - Can include the parent selector too if set to
 */
/*------------------------------------*    #MIXIN - UNSTYLED LIST
\*------------------------------------*/
/*
 * Unstyled List
 */
/*------------------------------------*    #MIXIN - FLUSH
\*------------------------------------*/
.btn {
  border-radius: 4px;
  padding: 1em;
  font-family: "Eurostile", sans-serif;
  font-size: 0.85714rem;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none;
  transition: 200ms;
  max-width: 100%; }
  @media (min-width: 640px) {
    .btn {
      padding-top: 0.57143em;
      padding-bottom: 0.57143em;
      padding-left: 1.42857em;
      padding-right: 1.42857em;
      width: auto;
      font-size: 1rem; } }
  .btn small {
    font-size: 0.66667em; }

.btn--full-mobile {
  width: 100%; }
  @media (min-width: 640px) {
    .btn--full-mobile {
      width: auto; } }

@media (min-width: 640px) {
  .btn-wide {
    padding-right: 15px;
    padding-left: 15px;
    min-width: 140px; } }

.btn-default {
  padding-top: 0.83333em;
  padding-bottom: 0.83333em;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(204, 255, 102, 0.4);
  border-radius: 6px;
  color: #eeffcc; }
  @media (min-width: 640px) {
    .btn-default {
      padding-top: 0.58333em;
      padding-bottom: 0.58333em; } }
  .btn-default:visited {
    color: #eeffcc; }
  .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:hover:active, .btn-default:active:focus {
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(204, 255, 102, 0.8);
    box-shadow: 0 0 10px rgba(204, 255, 102, 0.4);
    color: #ccff66; }

.btn-outlined {
  background: linear-gradient(0deg, rgba(0, 51, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.3) 50%) !important;
  background-size: auto, 1px 2px;
  border: 1px solid rgba(0, 204, 0, 0.6);
  box-shadow: 0 0 20px rgba(0, 204, 0, 0.5), inset 0 0 0 1px #000, inset 0 0 0 2px rgba(0, 204, 0, 0.5);
  color: #eeffcc; }
  .btn-outlined:visited {
    color: #eeffcc; }
  .btn-outlined:hover, .btn-outlined:hover:active, .btn-outlined:active, .btn-outlined:focus, .btn-outlined:active:focus {
    background: rgba(0, 0, 0, 0.8);
    border-color: #ccff66;
    box-shadow: 0 0 10px #ccff66, inset 0 0 0 1px #000, inset 0 0 0 2px #ccff66;
    color: #ccff66; }

.btn-ninja {
  color: #00cc00;
  background: transparent;
  border: none;
  padding: 6px;
  font-size: 0.7619rem;
  outline: none; }
  .btn-ninja:visited {
    color: #eeffcc; }
  .btn-ninja:hover, .btn-ninja:active, .btn-ninja:focus, .btn-ninja:hover:active, .btn-ninja:active:focus {
    outline: none;
    color: #ddff99; }
  @media (min-width: 769px) {
    .btn-ninja {
      font-size: 0.85714rem; } }

.btn-web {
  min-width: 120px;
  padding: 12px 0 10px;
  border-radius: 5px;
  border: 1px solid #600702;
  margin-bottom: 10px;
  font-size: 0.85714rem; }
  .btn-web:hover, .btn-web:active, .btn-web:focus, .btn-web:hover:active, .btn-web:active:focus {
    color: #00cc00;
    outline: none; }
  .btn-web.green {
    color: #ddff99;
    font-size: 1rem;
    padding: 9px 0 8px;
    margin-bottom: 10px;
    background: linear-gradient(0deg, rgba(0, 51, 0, 0.65) 0%, rgba(17, 26, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 50%);
    background-size: auto, 1px 2px;
    border: 1px solid #009900;
    border-radius: 7px;
    box-shadow: inset 0 0 0 1px #000, inset 0 0 0 2px #009900; }
    .btn-web.green:hover, .btn-web.green:active, .btn-web.green:focus, .btn-web.green:hover:active, .btn-web.green:active:focus {
      outline: none;
      background: linear-gradient(0deg, #003300 0%, rgba(17, 26, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 50%);
      background-size: auto, 1px 2px;
      box-shadow: inset 0 0 0 1px #000, inset 0 0 0 2px #009900; }
    .btn-web.green.demoted {
      background: #000;
      box-shadow: none;
      border: 2px solid rgba(204, 255, 102, 0.2); }
  @media (min-width: 769px) {
    .btn-web {
      font-size: 0.7619rem;
      padding: 9px 0 8px;
      margin-bottom: inherit;
      background: linear-gradient(0deg, rgba(0, 51, 0, 0.65) 0%, rgba(17, 26, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 50%);
      background-size: auto, 1px 2px;
      border: 1px solid #009900;
      border-radius: 7px;
      box-shadow: inset 0 0 0 1px #000, inset 0 0 0 2px #009900; }
      .btn-web:hover, .btn-web:active, .btn-web:focus, .btn-web:hover:active, .btn-web:active:focus {
        color: #00cc00;
        outline: none;
        background: linear-gradient(0deg, #003300 0%, rgba(17, 26, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 50%);
        background-size: auto, 1px 2px;
        box-shadow: inset 0 0 0 1px #000, inset 0 0 0 2px #009900; } }
  .btn-web, .btn-web:visited {
    color: #00cc00; }

.btn-web--dropdown {
  padding: 0; }
  .btn-web--dropdown .Select-value {
    padding: 9px 14px 8px;
    min-width: 280px; }

.btn-web--simple {
  border-radius: 2px;
  box-shadow: none; }
  .btn-web--simple:hover, .btn-web--simple:active, .btn-web--simple:focus, .btn-web--simple:hover:active, .btn-web--simple:active:focus {
    box-shadow: none; }

.btn-web--login {
  font-size: 1rem;
  min-width: 150px; }

.btn-web--logout {
  color: #eeffcc;
  font-weight: normal;
  text-decoration: none;
  background: black;
  border: 2px solid rgba(204, 255, 102, 0.4);
  border-radius: 5px; }
  .btn-web--logout:visited {
    color: #eeffcc;
    text-decoration: none; }
  .btn-web--logout:hover, .btn-web--logout:focus {
    background: black;
    color: #ddff99;
    text-decoration: underline;
    text-decoration: none; }

.list-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: -5px; }

.list-inline--block {
  display: inline-block; }

.container {
  max-width: 1280px;
  width: 100%; }
  @media (min-width: 640px) {
    .container {
      padding-right: 25px;
      padding-left: 25px; } }

.container--small {
  max-width: 960px; }

.row--small-gutter {
  margin-right: -9px;
  margin-left: -9px; }
  .row--small-gutter .col {
    padding-right: 9px;
    padding-left: 9px; }

.container--stickyNav {
  margin-left: 0; }

.page-header {
  border-bottom-color: rgba(255, 255, 255, 0.2); }

/*------------------------------------*    #ELEMENTS
\*------------------------------------*/
*, *::before, *::after {
  outline: 0; }

html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 21px;
  line-height: 1.42857;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background: #000000;
  color: #b8bbcc;
  font-family: inherit;
  font-size: 0.7619rem;
  line-height: inherit;
  margin-top: 48px; }
  @media (min-width: 640px) {
    body {
      font-size: 0.85714rem; } }
  @media (min-width: 960px) {
    body {
      margin-top: 0; } }
  @media (min-width: 960px) {
    body {
      font-size: inherit; } }

a {
  color: #80ff66;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #ddff99;
    text-decoration: none; }
  a:visited {
    color: #ccff66; }

a.Secondary {
  color: #80ff66;
  text-decoration: none; }
  a.Secondary:hover, a.Secondary:focus {
    color: #ddff99;
    text-decoration: underline; }
  a.Secondary:visited {
    color: #ccff66; }

h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
img, figure, picture,
table {
  margin: 0 0 20.1px; }
  @media (min-width: 640px) {
    h1, h2, h3, h4, h5, h6,
    p,
    ul, ol, dl,
    img, figure, picture,
    table {
      margin: 0 0 30px; } }

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: normal; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    display: block;
    margin-top: 10px;
    color: inherit;
    font-size: 0.53333em; }
    @media (min-width: 960px) {
      h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        display: inline-block;
        margin-top: 0; } }

cite {
  font-style: normal; }

hr {
  opacity: 0.2; }

label {
  font-size: 0.85714rem;
  font-weight: normal; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 34px;
  height: 24px;
  background: none;
  border: 0;
  color: #99bbff;
  background: url("images/site/select-arrow-7d0d3216cc9077df9a0e2d8696c0431c2b67cc10be973922e2ee7f82cfcf97c6a9c853f5e41120011e8ba198b35657fd5a2664264ae8d94beb49a30f688e3014.png") right center no-repeat; }
  select::-ms-expand {
    display: none; }
  select:hover {
    color: #00cc00; }

#web-app {
  max-width: 100vw;
  overflow: hidden; }

/*------------------------------------*    #ELEMENTS
\*------------------------------------*/
@font-face {
  font-family: 'Eurostile';
  src: url("../fonts/eurostile-reg.ttf") format("ttf"), url("fonts/eurostile-reg-a24075b7d64c4cb9e9bcf0a6ce37ae99705bf12c9909b83ca72375d5be38e268b7e2de6633b3edc9abeef5d19f71f310097f1a5002646798f78fcaede67212c6.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'Eurostile';
  src: url("fonts/eurostile-bol-478ee2d24201bfab2b1b6abdda9366b22534c788622760041a781ab5ebdab31b5b8ea7994394faacf593ad7cf57ccbf48898bdcaa3f244026d7404f29ddf463a.woff2") format("woff2"), url("fonts/eurostile-bol-116a523dd4ed906bc46ba74b953ffb916ff14d00509f1b809f6ca64d22cd1501388e6267ad9b20fb9acb2a1067cd77adceb1a5406b20fe5255cb149f15846624.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: 'EurostileExt';
  src: url("../fonts/eurostileext-reg.ttf") format("ttf"), url("fonts/eurostileext-reg-06c559414470bd782e141486cc26ded5cc657a63519662c366bd3c63228d1d0ac9c16950e8b457abbf839eb8f1ed5744f4dc168f485fd969866d1c9eef797dea.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'EurostileExt';
  src: url("fonts/eurostileext-med-0050275a9320bb8dc80eb677dce63dbf664afbbe57440453110116416b398de22cdd27899e1f72118d07b1afdcbde0177f541f5414ccb54c6771b8cefe46dd35.woff2") format("woff2"), url("fonts/eurostileext-med-66fa60926d226d49662b3b98a6bdad10178bdbaacb63d100205992015a85b969dba9c9b2ae8053741b018ab15d6390cb5f3b765f1f63c7131c457c0c36c2be77.woff") format("woff");
  font-weight: bold; }

/* Atoms */
/* ------------------------------------ *    #WRAP
\* ------------------------------------ */
.Wrap {
  overflow: hidden; }

/*------------------------------------*    #SECTION
\*------------------------------------*/
.Section {
  padding-top: 45px; }
  @media (min-width: 640px) {
    .Section {
      padding-top: 60px; } }
  @media (min-width: 960px) {
    .Section {
      padding-top: 100px; } }

.Section--small {
  padding-top: 45px; }

@media (min-width: 960px) {
  .Section--extraTall {
    padding-top: 90px;
    padding-bottom: 90px; } }

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
.HeadingLarge {
  font-family: "Eurostile", sans-serif;
  font-size: 2.28571rem;
  font-weight: bold; }

.HeadingSection {
  font-family: "EurostileExt", sans-serif;
  font-size: 1.14286rem; }
  @media (min-width: 769px) {
    .HeadingSection {
      font-weight: bold; } }
  @media (min-width: 960px) {
    .HeadingSection {
      font-size: 1.42857rem; } }

h1.HeadingSection {
  margin-top: 30px;
  text-align: center; }
  @media (min-width: 1200px) {
    h1.HeadingSection {
      font-size: 2.28571rem; } }

.HeadingSectionTitle {
  font-family: "EurostileExt", sans-serif;
  font-size: 1rem;
  font-weight: bold; }
  @media (min-width: 960px) {
    .HeadingSectionTitle {
      font-size: 1.42857rem; } }

.HeadingSubsection {
  font-family: "EurostileExt", sans-serif;
  font-size: 0.95238rem;
  font-weight: bold; }
  @media (min-width: 960px) {
    .HeadingSubsection {
      font-size: 1rem; } }

.HeadingBody {
  font-size: 0.7619rem;
  line-height: 1.28571em;
  line-height: 1.3125em;
  font-weight: normal; }
  @media (min-width: 960px) {
    .HeadingBody {
      font-size: 1rem; } }

.HeadingTitle {
  font-family: "EurostileExt", sans-serif;
  font-size: 0.66667rem;
  font-weight: bold; }
  @media (min-width: 960px) {
    .HeadingTitle {
      font-size: 0.85714rem; } }

.HeadingSubtitle {
  font-family: "EurostileExt", sans-serif;
  font-size: 0.80952rem;
  line-height: 1.5em; }
  @media (min-width: 960px) {
    .HeadingSubtitle {
      line-height: 1.875em; } }

h4.HeadingSubtitle {
  color: #999;
  text-align: center;
  margin-bottom: 36px;
  font-size: 0.66667rem; }
  @media (min-width: 769px) {
    h4.HeadingSubtitle {
      line-height: 1;
      font-size: 0.85714rem; } }

/*------------------------------------*    #OVERLAY TEXTURE
\*------------------------------------*/
.OverlayTexture {
  display: block;
  border-radius: inherit;
  position: relative; }
  .OverlayTexture::after {
    content: '';
    display: block;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%);
    background-size: 1px 2px;
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 200ms; }
    @media (min-width: 640px) {
      .OverlayTexture::after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 50%, transparent 50%), linear-gradient(0deg, #000 0%, transparent 100%) center bottom no-repeat;
        background-size: 1px 2px, 100% 66px; } }

/* ------------------------------------ *    #ARROW
\* ------------------------------------ */
.Arrow {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0;
  fill: #00cc00;
  position: relative;
  top: -1px;
  transition: 200ms; }
  button:hover .Arrow,
  a:hover .Arrow {
    fill: #ccff66; }

.Arrow--left {
  left: -2px; }

.Arrow--right {
  right: -2px; }

.Arrow--up {
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

/*------------------------------------*    #BORDER BLOCK
\*------------------------------------*/
.BorderBlock {
  padding: 3px;
  border: 2px solid #331f1f;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.8); }

.BorderBlock-inner {
  border: 1px solid #800000;
  border-radius: 4px; }

.BorderBlock-content {
  padding: 15px; }
  @media (min-width: 640px) {
    .BorderBlock-content {
      padding: 25px; } }

.BorderBlock--transparentOnMobile {
  border-width: 0;
  padding: 3px 0;
  background: none; }
  .BorderBlock--transparentOnMobile .BorderBlock-inner {
    border-width: 0; }
  @media (min-width: 769px) {
    .BorderBlock--transparentOnMobile {
      border-width: 2px;
      background: rgba(0, 0, 0, 0.8);
      padding: 3px; }
      .BorderBlock--transparentOnMobile .BorderBlock-inner {
        border-width: 1px; } }

/*------------------------------------*    #BACKDROPS
\*------------------------------------*/
body.is-loaded .BackdropBlack {
  background: #000 url("images/site/backdrops/backdrop-black-8cac06dbc45d1808f54450e4ddef15660c17b1e6a41c35e47ada70b95004ac769c6668f88f4283f93cac318f899bd4534002d334def6398b118c2f71fdbb106e.jpg"); }

.BackdropGrid {
  padding-top: 45px;
  min-height: 604px;
  background: linear-gradient(0deg, rgba(21, 21, 21, 0) 0%, #151515 100%) center top repeat-x;
  background-size: auto 604px; }
  @media (min-width: 960px) {
    .BackdropGrid {
      padding-top: 0; } }
  body.is-loaded .BackdropGrid {
    background-image: url("images/site/backdrops/backdrop-grid-56b9c8a0cce0f13f7691f854947b2150508e1b9acd2b96639b86c458ed3acaf7d784b793adde1f55e646b1e283f3d271f16913837f9dbd4f4281a52c05796bc8.png"); }

body.is-loaded .BackdropStars {
  background: #000 url("images/site/backdrops/backdrop-stars-4ed9b40bfeac1877f22ad51ac37325404a0c38cd9eb5a898f373488a5b3ed443cdc981f8d0f2c2d5f05e04c0f6e5d848f6e69c94bf7cbbbacf7526435ca1c2a0.jpg") center top; }

.BackdropProtossGrid {
  background: #000; }
  body.is-loaded .BackdropProtossGrid {
    background: url("images/site/backdrops/backdrop-protoss-side-left-607dfd7191e95fa1039e0deb49dbce55056e9105790942248fb041a45b2436458dc40d7bd913e361cb043edda66ae0dc2e06548bc81d188a86babba286a469ce.png") left center no-repeat, url("images/site/backdrops/backdrop-protoss-side-right-a2bcf449eb9addf800d4527eec12457fd8ad3ac58f2734ffdaa39728f831f11e9e1d99e20cac2ff567769a8d88df91adf3438e7af60b9c1eca8edfa455367455.png") right center no-repeat, url("images/site/backdrops/backdrop-protoss-texture-fea06af4efd2167c91ae6a60abd439f01e03d4702c7b2947b415c4a1f2765d1344f2cc925a019b0f7014a469619498d5ee1d8f8093ad087d63d9a602fc01fd38.jpg"); }

.BackdropPlanet {
  overflow: hidden;
  background: linear-gradient(0deg, transparent 0%, #000) center top no-repeat, linear-gradient(0deg, #2f1713 0%, #523128 25%, #734934 40%, rgba(115, 73, 52, 0) 100%) center bottom no-repeat;
  background-size: 100% 1000px, auto;
  position: relative;
  z-index: 0; }
  body.is-loaded .BackdropPlanet {
    background-image: linear-gradient(0deg, transparent 0%, #000), url("images/site/backdrops/backdrop-planet-e1ca28c246522747ff76f17d41a148a8c815913ed8fc816611703c270da59caa52294d28cf74361de32dca98af525c4098a7dd6fd71fb29b9c47a15be4611e29.jpg"); }
    @media (min-width: 1700px) {
      body.is-loaded .BackdropPlanet {
        background-size: cover; } }

.BackdropPlanet-graphic {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  position: absolute;
  bottom: 0; }

.BackdropPlanet-graphic--right {
  right: 0; }
  @media (max-width: 1699px) {
    .BackdropPlanet-graphic--right {
      z-index: -1; } }

.BackdropPlanet-graphic--left-back {
  left: 200px;
  z-index: -1; }

.BackdropPlanet-graphic--left-front {
  left: 0; }
  @media (max-width: 1699px) {
    .BackdropPlanet-graphic--left-front {
      z-index: -1; } }

.BackdropGreenworld {
  background: radial-gradient(ellipse at top right, #718025 0%, #000 100%) center top no-repeat;
  background-size: 100% auto; }
  body.is-loaded .BackdropGreenworld {
    background: url("images/site/backdrops/backdrop-greenworld-bottom-fcc0e518c8c2a4f84233c0681333bb73a54a3966b12ab6016fad9542a229ea91165356b458610c67c1aadb5f2d1e7c17d04555221b74002fed47ab62aa6915a1.png") center bottom no-repeat, url("images/site/backdrops/backdrop-greenworld-top-996fb0344191786a0a3ca943de5b1d78c9634c33d987f32038c14576be725def8182df78366bc70c6583fd681fe0112cb28034b2b22620003bbe0a457fbea732.jpg") center top no-repeat;
    background-size: 100% auto, 100% auto;
    background-color: #2c341f; }

.BackdropLines {
  background: linear-gradient(0deg, #16151a 50%, #0b0a0f 50%);
  background-size: 1px 2px; }

.BackdropSpace {
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(to right, #202c39 0%, #26313f 50%, #292c35 75%, #17161b 100%);
  background-size: 1px 2px, cover; }
  body.is-loaded .BackdropSpace {
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/backdrops/backdrop-space-e481317bfddee6cc4057946904241136ed18cc52e9d52041dfc026ff9e8bd30914caf36d9e813ea8e9725c0203fe9fece0dfb908dcea662ce4236698d4aee1f6.jpg") center, linear-gradient(to right, #202c39 0%, #26313f 50%, #292c35 75%, #17161b 100%);
    background-size: 1px 2px, cover; }

/*------------------------------------*    #BORDER
\*------------------------------------*/
.Border {
  margin-bottom: 30px;
  position: relative;
  transition: 200ms; }
  .Border::after {
    content: '';
    display: block;
    opacity: 0.4;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 2px solid #b8bbcc;
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: inherit; }
  a:hover .Border,
  button:hover .Border {
    box-shadow: 0 0 10px rgba(204, 255, 102, 0.4); }
    a:hover .Border::after,
    button:hover .Border::after {
      opacity: 0.75; }

.Border--squared {
  border-radius: 0; }

/*------------------------------------*    #DIVIDERS
\*------------------------------------*/
.DividerInfested {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: -1px;
  margin-bottom: -8px;
  width: 100%;
  height: 37px;
  background: #414443;
  position: relative;
  z-index: 1; }
  body.is-loaded .DividerInfested {
    background: url("images/site/dividers/divider-infested-detail-6a6bd634dff6df44429416f50eff45cf1882bbe4f06e88f483846f5567a835e36f93f587168549f2927edcf87117c9dcfa385ee8013913877183209e67e8b273.png") center no-repeat, url("images/site/dividers/divider-infested-ad00822792256f39c4fb3dc8e1a49a68135acb2e332f346f5deb9c34a393681df4655466b6771ffa5480854014fc9fd3b54d5fb09117d3308713099f2b8dd157.png") center repeat-x; }

.DividerHinges {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: -10px;
  width: 100%;
  height: 34px;
  background: #212323;
  position: relative;
  top: -6px;
  z-index: 1; }
  body.is-loaded .DividerHinges {
    background: url("images/site/dividers/divider-hinges-c402ed1d3064a1d677e2ed12322e74b42d389169b99f7f9cd181f82b01811ae6ba3a139201c5c819fc6c2cd106aa769e7bda5ffb561fe3629b37f5bdf3776cc8.png") center repeat-x; }
  .DividerHinges::after {
    content: '';
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    bottom: -10px;
    left: 0; }
    body.is-loaded .DividerHinges::after {
      background: url("images/site/dividers/divider-hinges-detail-c9b09d1ec882a4495b38bba421a61528529b2e28335fa3f93ae8b7f37abc541d539883afcb15b6d47eb55bd52f5615023e95ef55ba2e12fc4eb6550131e0dffb.png") center no-repeat; }

.DividerTerran {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 15px;
  background: #432901;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1; }
  body.is-loaded .DividerTerran {
    background: url("images/site/dividers/divider-terran-544a84e19ce5039b56caaf2f258b817019a4bb89841a5a2baa0122901992e10d8d49fcd813cbf3cecb47b40fe98060518e1e74106cd1e48c48cae6b2195d2745.jpg") center repeat-x; }

.DividerTerminal {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 19px;
  background: #000;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1; }
  .DividerTerminal::after {
    content: '';
    display: block;
    margin-left: -300px;
    width: 593px;
    height: 53px;
    position: absolute;
    bottom: 0;
    left: 50%; }
    body.is-loaded .DividerTerminal::after {
      background: url("images/site/dividers/divider-terminal-detail-ee3156db464444c8e06a20db46e7311db854988ef9cddfc513d4b205c06fad964dca9160befe188b82bcc971c110c3150d7c4c257880030270940adc2f4e0292.png") center no-repeat; }
  body.is-loaded .DividerTerminal {
    background: url("images/site/dividers/divider-terminal-65f667bee1889fd56bf2a687c5a66f4c1d8a63ca9d6d26d8c0a4608aaefe0fddf4d6e834fca3f96cf91e44ac0f2b0d5b2c00d119c06cb6cdb02626ea1172213b.jpg") center repeat-x; }

.DividerTerminalBot {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 11px;
  background: #000; }
  body.is-loaded .DividerTerminalBot {
    background: url("images/site/dividers/divider-terminal-65f667bee1889fd56bf2a687c5a66f4c1d8a63ca9d6d26d8c0a4608aaefe0fddf4d6e834fca3f96cf91e44ac0f2b0d5b2c00d119c06cb6cdb02626ea1172213b.jpg") center repeat-x; }

.DividerMetal {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  height: 11px;
  background: #000; }
  body.is-loaded .DividerMetal {
    background: url("images/site/dividers/divider-metal-348eb203959369c4104689af54a6777292072ca54f86d464b5dbd0399991f3bf1a1dc7a32932b1161214ea48b202069b539ea114633bcf3769dae22720cdb8ee.jpg") center repeat-x; }

/* ------------------------------------ *    #FEATURE ICON
\* ------------------------------------ */
.FeatureIcon {
  display: inline-block;
  margin-bottom: 30px;
  width: 81px;
  height: 100px;
  position: relative; }

.FeatureIcon-img {
  position: absolute;
  bottom: 0;
  left: -42px; }

/*------------------------------------*    #SOCIAL HEX
\*------------------------------------*/
.SocialHex {
  display: inline-block;
  vertical-align: middle; }

.SocialHex-fill {
  opacity: 0.2; }

.SocialHex-outline {
  fill: #40B449;
  transition: 200ms; }
  a:hover .SocialHex-outline,
  button:hover .SocialHex-outline {
    fill: #CCDD60; }

.SocialHex-icon {
  fill: #CCDD60; }

/*------------------------------------*    #SOCIAL ICON
\*------------------------------------*/
.SocialIcon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  fill: currentColor;
  position: relative;
  top: -2px; }

/*------------------------------------*    #BULLET LIST
\*------------------------------------*/
.BulletList {
  margin-bottom: 30px;
  line-height: 1.42857em; }

.BulletList-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: "Eurostile", sans-serif; }
  .BulletList--spaced .BulletList-item {
    margin-bottom: 1.04762em; }
  .BulletList-item::before {
    content: '';
    display: block;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-top: 12px;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background: #99bbff;
    border-radius: 50%; }

/*------------------------------------*    #LINKS
\*------------------------------------*/
.LinksSecondary a,
.LinkSecondary {
  color: #80ff66;
  font-weight: 600;
  text-decoration: none; }
  .LinksSecondary a:visited,
  .LinkSecondary:visited {
    color: #ccff66;
    text-decoration: none; }
  .LinksSecondary a:hover, .LinksSecondary a:focus,
  .LinkSecondary:hover,
  .LinkSecondary:focus {
    color: #ddff99;
    text-decoration: underline; }

.LinksSecondary--thin a,
.LinkSecondary--thin {
  color: #00cc00;
  font-weight: normal;
  text-decoration: none; }
  .LinksSecondary--thin a:visited,
  .LinkSecondary--thin:visited {
    color: #00cc00;
    text-decoration: none; }
  .LinksSecondary--thin a:hover, .LinksSecondary--thin a:focus,
  .LinkSecondary--thin:hover,
  .LinkSecondary--thin:focus {
    color: #ddff99;
    text-decoration: underline; }

.LinksTertiary a,
.LinkTertiary {
  color: #99bbff;
  text-decoration: none; }
  .LinksTertiary a:hover, .LinksTertiary a:focus,
  .LinkTertiary:hover,
  .LinkTertiary:focus {
    color: #ccddff;
    text-decoration: none; }

.LinksFourth a,
.LinkFourth {
  color: #33bbff;
  text-decoration: none; }
  .LinksFourth a:hover, .LinksFourth a:focus,
  .LinkFourth:hover,
  .LinkFourth:focus {
    color: #fff;
    text-decoration: none; }

/*------------------------------------*    #PLAY BUTTON
\*------------------------------------*/
.PlayBtn {
  display: inline-block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 99px;
  height: 99px;
  background: url("images/site/sprite-play-56acaf6d3a2e906cc99efa42138026a656eec97b42e8461d38dd30dffb3d0b6c1fe54c018de363cebf1ade01d5be1176134b57916a914893ad08a94106da6055.png") left top no-repeat;
  background-size: 99px 198px;
  border: 0; }
  .PlayBtn:hover,
  .PlayBtn a:hover,
  .PlayBtn button:hover {
    background-position: left bottom; }

/*------------------------------------*    #BUY BUTTON
\*------------------------------------*/
.BuyBtn {
  padding: 8px 7px 5px;
  display: inline-block;
  color: #fff;
  font-family: "Eurostile", sans-serif;
  font-weight: bold;
  font-size: 0.85714rem;
  line-height: 1.41667em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 0; }
  @media (min-width: 640px) {
    .BuyBtn {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    .BuyBtn {
      font-size: 1.14286rem; } }
  .BuyBtn:visited {
    color: #fff; }
  .BuyBtn::before, .BuyBtn::after {
    content: '';
    display: block;
    background: url("images/site/buybtn-left-top-49c5d1dc725acd71e0eaf8f89cd8710f4d735fd909be3601169b4e83b2247da7c6b520d7f7bd3c5912fa287990bfbe782c57b49e24a9352bef65047757983d49.png") left top no-repeat, url("images/site/buybtn-left-bottom-93d2d31d8cf769c4a451c338ddeb51e5e3e680c1fdfa32cc23d6a31efc8d0c0ca9a4485a940aa5ad82996702bd69a25e55dc54899f2a6132e06c8ab65b4e732b.png") left bottom no-repeat, url("images/site/buybtn-left-middle-66097949f6c563cf33dcf971c986934192569b37edee0de74b3deb2c11e35b521804d0984e6636abdebf5b78d24c88b631eb5e630b537ceea2df2010bc8ad093.png") left center no-repeat, url("images/site/buybtn-middle-bottom-3327cf6f9a78126dad939bffb0031c33f36dc552c29ccd284fd732bcb7c840a35cf92dac46de63fdb690091970b988c1b0a92be9d9947acf835c36bc1f1c85c2.png") right bottom no-repeat, url("images/site/buybtn-middle-top-bcc7be54a71d9b1b03143e56539659127b0fe92439517252de889fe38f7746116088b92d6c4d21ea5e19ae6739331cc1538c097cb44f9ebdd86af8ae9ec78968.png") right top no-repeat;
    background-size: auto, auto, 9px calc(100% - 14px), calc(100% - 14px) 6px, calc(100% - 14px) 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    z-index: 1; }
  .BuyBtn::after {
    -ms-transform: translateX(99.5%) scale(-1, 1);
        transform: translateX(99.5%) scale(-1, 1); }

.BuyBtn-inner {
  border-radius: 5px;
  display: block;
  padding: 0.38095em 1.25em;
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), #800000 linear-gradient(90deg, #331f1f 0%, rgba(51, 31, 31, 0) 50%, #331f1f 100%);
  background-size: 1px 2px, cover;
  transition: background-color 200ms;
  text-shadow: 0 1px 1px black;
  /*
     *  Why not just put 2px solid #cc0000 on .BuyBtn-inner ?
     *  Tried it, the background images for the outter button graphic are not pixel perfect
     *  so they don't cover the inner button very well, it's very apparent on a solid color
     *  as a result, we will put the border on top of the outter button graphic instead
     */ }
  .BuyBtn:hover .BuyBtn-inner {
    color: #fff;
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), #800000 linear-gradient(90deg, #800000 0%, #cc0000 50%, #800000 100%);
    background-size: 1px 2px, cover; }
  .BuyBtn-inner::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #cc0000;
    border-radius: 5px;
    z-index: 2; }

/* ------------------------------------ *    #ICON
\* ------------------------------------ */
.Icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.Icon--fatArrow.Up {
  fill: #4dd70c; }

.Icon--fatArrow.Down {
  fill: #d70c0c;
  -ms-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotate(180deg); }

.Icon--ShortBar {
  height: 4px;
  background: #737580;
  border-radius: 1px; }

.Icon--doubleArrow {
  -ms-transform: translate(-50%, -50%) scaleX(0.9);
      transform: translate(-50%, -50%) scaleX(0.9);
  height: 14px; }
  .Icon--doubleArrow .upper,
  .Icon--doubleArrow .lower {
    display: block;
    width: 6px;
    height: 6px;
    border-left: 2px solid rgba(156, 179, 250, 0.9);
    border-bottom: 2px solid rgba(156, 179, 250, 0.9);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    opacity: 0; }
  .Icon--doubleArrow .upper {
    margin-bottom: -2px; }
  .is-sorted.desc .Icon--doubleArrow .upper,
  .is-sorted.desc .Icon--doubleArrow .lower {
    animation-name: smldrop;
    animation-iteration-count: infinite;
    animation-duration: 2s; }
  .is-sorted.desc .Icon--doubleArrow .lower {
    animation-name: smldropDelay; }
  .is-sorted.asc .Icon--doubleArrow {
    -ms-transform: translate(-50%, -50%) scaleX(0.9) scaleY(-1);
        transform: translate(-50%, -50%) scaleX(0.9) scaleY(-1);
    height: 9px; }
    .is-sorted.asc .Icon--doubleArrow .upper,
    .is-sorted.asc .Icon--doubleArrow .lower {
      animation-name: smldrop;
      animation-iteration-count: infinite;
      animation-duration: 2s; }
    .is-sorted.asc .Icon--doubleArrow .lower {
      animation-name: smldropDelay; }

@keyframes smldrop {
  0% {
    opacity: 0;
    margin-top: -4px; }
  30% {
    opacity: 1;
    margin-top: 0; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@keyframes smldropDelay {
  0% {
    opacity: 0;
    margin-top: -4px; }
  10% {
    opacity: 0;
    margin-top: -4px; }
  40% {
    opacity: 1;
    margin-top: 0; }
  100% {
    opacity: 1;
    margin-top: 0; } }

/*------------------------------------*    #PLAYER PROFILE
\*------------------------------------*/
.PlayerProfile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.PlayerProfile-img {
  box-shadow: 0 0 0 1px rgba(184, 187, 204, 0.5);
  border-radius: 1px;
  margin-right: 12px; }
  .PlayerProfile-img img {
    border: 1px solid #000; }

.PlayerProfile-heading {
  font-size: 0.7619rem;
  color: #fff; }

.PlayerProfile-sub {
  font-size: 0.57143rem;
  color: #666; }

/* ------------------------------------ *    #Select React Styles
\* ------------------------------------ */
.Select--single {
  position: relative; }
  @media (min-width: 769px) {
    .Select--single.CtrlPanel-btn {
      width: 31%; } }
  .Select--single.is-focused.is-open {
    background: #000;
    z-index: 1; }

.Select-control {
  height: 100%; }

.Select-clear-zone {
  display: none; }

.Select-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden; }

.Select-menu-outer {
  position: absolute;
  width: calc(100% + 2px);
  top: calc(100% - 5px);
  left: 0%;
  -ms-transform: translateX(-1px);
      transform: translateX(-1px);
  transition: opacity 0.2s;
  max-height: 240px;
  overflow-y: scroll;
  opacity: 0;
  background: #000;
  font-size: 0.7619rem;
  border-top: 0;
  border: 1px solid #600702;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px; }
  .Select-menu-outer.is-visible {
    opacity: 1; }
  .Select-menu-outer.ps.ps--active-y .ps__scrollbar-y-rail {
    display: none; }
  @media (min-width: 769px) {
    .Select-menu-outer {
      border: 1px solid #009900;
      border-top: none;
      box-shadow: inset 0 0 0 1px #000, inset 0 0 0 2px #009900; } }

.Select-menu {
  padding: 3px; }

.Select-arrow-zone {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 14px;
  background-image: url("images/site/leaderboard/downarrow-f1060d52ea4243761219fff884396c40183a3ab824fd853f66badbe96116562948bfbb87becfe0da6c2eab72ba2141206e4820001cc86b54a459d219ccb8576f.png");
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.Select-value {
  text-align: left;
  padding-left: 14px; }

.Select-option {
  padding: 8px 11px;
  border: 1px solid transparent;
  text-align: left; }
  .Select-option.is-selected {
    color: #ccff66; }
  .Select-option:hover {
    background: linear-gradient(0deg, rgba(0, 51, 0, 0.65) 0%, rgba(17, 26, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 50%);
    background-size: auto, 1px 2px;
    border: 1px solid #009900; }
  .Select-option:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

/* ------------------------------------ *    #EXCERPT IMAGE
\* ------------------------------------ */
.ExcerptImage {
  max-width: 40px;
  margin-right: 6px;
  transition: 0.3s; }
  @media (min-width: 769px) {
    .ExcerptImage {
      max-width: 84px;
      margin-right: 22px; } }
  .CollectionExcerpt-image .ExcerptImage {
    max-width: 100%;
    margin: 0 auto; }

.ExcerptImage-image {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  max-width: 100%;
  height: auto;
  margin: 0; }
  @media (min-width: 769px) {
    .ExcerptImage-image {
      border: 2px solid rgba(255, 255, 255, 0.2); } }

/* ------------------------------------ *    #PANEL HEADER
\* ------------------------------------ */
.PanelHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px; }
  @media (min-width: 960px) {
    .PanelHeader {
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: start;
          align-items: flex-start;
      margin-bottom: 0; } }

.PanelHeader-title {
  font-family: "EurostileExt", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .PanelHeader-title {
      margin-bottom: 10px; } }
  @media (min-width: 960px) {
    .PanelHeader-title {
      font-size: 1.14286rem;
      margin-bottom: 30px;
      margin-right: 30px; } }

/* ------------------------------------ *    #STATS SIMPLE LIST
\* ------------------------------------ */
.StatsSimpleList {
  width: 100%; }

.StatsSimpleList-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16); }

.StatsSimpleList-label {
  color: #ccc;
  font-size: 0.66667rem; }

.StatsSimpleList-stat {
  color: #fff;
  font-size: 0.66667rem; }

/* ------------------------------------ *    #GAUGE
\* ------------------------------------ */
.Gauge {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin-bottom: 40px; }
  @media (min-width: 769px) {
    .Gauge {
      margin-bottom: 0;
      -ms-flex-align: inherit;
          align-items: inherit;
      -ms-flex-direction: column;
          flex-direction: column; } }

@media (min-width: 769px) {
  .Gauge--prime .Gauge-ring {
    width: 140px;
    margin-top: -20px; } }

.Gauge-fill {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.Gauge-fillCore,
.Gauge-fillOutter {
  stroke-dasharray: 610; }

.Gauge-fillCore {
  -ms-transform-origin: center;
      transform-origin: center;
  -ms-transform: rotate(0.6deg);
      transform: rotate(0.6deg); }

.Gauge-ring {
  position: relative;
  width: 100px; }
  @media (min-width: 769px) {
    .Gauge-ring {
      width: 120px;
      margin-bottom: 10px; } }

.Gauge-svg {
  position: relative; }
  .Gauge-svg svg {
    overflow: visible;
    width: 100%; }

.Gauge-svgFill {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  margin-top: -1px;
  margin-left: -1px; }

.Gauge-heading {
  color: #e5e5e5;
  font-weight: bold;
  font-size: 1.14286rem;
  line-height: 1;
  white-space: nowrap; }
  @media (min-width: 769px) {
    .Gauge-heading {
      font-size: 1rem; } }

.Gauge-stat {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #999;
  font-size: 0.7619rem;
  line-height: 1;
  white-space: nowrap; }
  .Gauge-stat span {
    margin: 0 0 0 4px; }

.Gauge-statLabel {
  color: #ccc;
  font-size: 0.66667rem;
  display: none; }
  @media (min-width: 769px) {
    .Gauge-statLabel {
      display: block; } }

.Gauge-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  text-align: center; }
  .Gauge-center * {
    line-height: 1; }

.Gauge-contentWrap {
  text-align: center; }

.Gauge-content {
  position: relative;
  z-index: 1;
  min-width: 40%; }
  @media (min-width: 769px) {
    .Gauge-content {
      min-width: inherit;
      text-align: center; } }

.Gauge-win {
  color: #00cc00; }

.Gauge-num {
  color: #e5e5e5;
  font-size: 1.14286rem; }
  @media (min-width: 769px) {
    .Gauge-num {
      font-size: 1.42857rem; } }

/* ------------------------------------ *    #PANEL CTA
\* ------------------------------------ */
.PanelCTA .btn {
  width: 100%;
  font-size: 0.85714rem; }

/*------------------------------------*    #PROGRESS
\*------------------------------------*/
.Progress {
  font-family: "Eurostile", sans-serif; }

.Progress-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline; }

.Progress-total {
  color: #00cc00;
  font-size: 0.66667rem; }

.Progress-barContainer {
  border: 1px solid #262626;
  background: black;
  position: relative;
  height: 10px;
  margin: 12px auto 24px; }

.Progress-bar {
  border: 1px solid #00cd00;
  background: #01a300;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }

/* Vendor */
/*------------------------------------*    #PHOTOSWIPE
\*------------------------------------*/
.pswp__bg {
  background: rgba(0, 0, 0, 0.75); }

.pswp__button--share,
.pswp__button--fs,
.pswp__button--zoom,
.pswp__button--close {
  display: none; }

.pswp__button {
  width: 60px;
  height: 50px;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  top: 50%; }

.pswp__button--arrow--left {
  left: 20px; }

.pswp__button--arrow--right {
  right: 20px; }

.pswp__ui--hidden {
  pointer-events: none; }

/*------------------------------------*    #SLICK SLIDER
\*------------------------------------*/
.slick-slider--noOverflow .slick-list {
  overflow: visible; }

.slick-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: -43px;
  width: 45px;
  height: 86px;
  background: none;
  border: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  color: #80ff66; }
  .slick-arrow:hover, .slick-arrow:focus {
    color: #ddff99;
    text-decoration: underline; }
  .slick-arrow::before {
    content: '';
    background: linear-gradient(90deg, #000 0%, transparent 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .slick-slider--stretch .slick-arrow {
    top: 0;
    height: 100%;
    margin-top: 0; }

.slick-prev {
  left: 0;
  margin-left: calc((100% - 100vw) / 2); }

.slick-next {
  margin-right: calc((100% - 100vw) / 2);
  right: 0; }
  .slick-next::before {
    -ms-transform: scale(-1, 1);
        transform: scale(-1, 1); }

/* perfect-scrollbar v0.7.0 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px; }

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px; }

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px; }

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px; }

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px; }

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6; }

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999; }

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999; }

/* Molecules */
/* ------------------------------------ *    #ASPECT
\* ------------------------------------ */
.Aspect {
  overflow: hidden;
  display: block;
  padding-top: 100%;
  width: 100%;
  position: relative; }
  .Aspect > * {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.Aspect--1x1 {
  padding-top: 100%; }

.Aspect--16x9 {
  padding-top: 56.25%; }

.Aspect--214x120 {
  padding-top: 56.07477%; }

.Aspect--402x219 {
  padding-top: 54.47761%; }

/*------------------------------------*    #PROMOTE
\*------------------------------------*/
.Promote {
  position: relative;
  z-index: 10; }

/* ------------------------------------ *    #MEDIA
\* ------------------------------------ */
.MediaObject {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  .MediaObject .MediaObject-graphic {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  .MediaObject .MediaObject-content {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .MediaObject .MediaObject-block + .MediaObject-block {
    padding-left: 15px; }
    @media (min-width: 640px) {
      .MediaObject .MediaObject-block + .MediaObject-block {
        padding-left: 30px; } }

@media (min-width: 480px) {
  .MediaObject-xs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .MediaObject-xs .MediaObject-graphic {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .MediaObject-xs .MediaObject-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .MediaObject-xs .MediaObject-block + .MediaObject-block {
      padding-left: 15px; } }
    @media (min-width: 480px) and (min-width: 640px) {
      .MediaObject-xs .MediaObject-block + .MediaObject-block {
        padding-left: 30px; } }

@media (min-width: 640px) {
  .MediaObject-sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .MediaObject-sm .MediaObject-graphic {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .MediaObject-sm .MediaObject-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .MediaObject-sm .MediaObject-block + .MediaObject-block {
      padding-left: 15px; } }
    @media (min-width: 640px) and (min-width: 640px) {
      .MediaObject-sm .MediaObject-block + .MediaObject-block {
        padding-left: 30px; } }

@media (min-width: 960px) {
  .MediaObject-md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .MediaObject-md .MediaObject-graphic {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .MediaObject-md .MediaObject-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .MediaObject-md .MediaObject-block + .MediaObject-block {
      padding-left: 15px; } }
    @media (min-width: 960px) and (min-width: 640px) {
      .MediaObject-md .MediaObject-block + .MediaObject-block {
        padding-left: 30px; } }

@media (min-width: 1200px) {
  .MediaObject-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .MediaObject-lg .MediaObject-graphic {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .MediaObject-lg .MediaObject-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .MediaObject-lg .MediaObject-block + .MediaObject-block {
      padding-left: 15px; } }
    @media (min-width: 1200px) and (min-width: 640px) {
      .MediaObject-lg .MediaObject-block + .MediaObject-block {
        padding-left: 30px; } }

@media (min-width: 1500px) {
  .MediaObject-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .MediaObject-xl .MediaObject-graphic {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .MediaObject-xl .MediaObject-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .MediaObject-xl .MediaObject-block + .MediaObject-block {
      padding-left: 15px; } }
    @media (min-width: 1500px) and (min-width: 640px) {
      .MediaObject-xl .MediaObject-block + .MediaObject-block {
        padding-left: 30px; } }

@media (min-width: 1700px) {
  .MediaObject-xxl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .MediaObject-xxl .MediaObject-graphic {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
    .MediaObject-xxl .MediaObject-content {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
    .MediaObject-xxl .MediaObject-block + .MediaObject-block {
      padding-left: 15px; } }
    @media (min-width: 1700px) and (min-width: 640px) {
      .MediaObject-xxl .MediaObject-block + .MediaObject-block {
        padding-left: 30px; } }

/*------------------------------------*    #BLEED CONTAINER
\*------------------------------------*/
.BleedContainer {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 960px) {
    .BleedContainer {
      margin-right: 0;
      margin-left: 0; } }

/*------------------------------------*    #RIGHT GUTTER
\*------------------------------------*/
@media (min-width: 960px) {
  .RightGutter {
    padding-right: 30px; } }

@media (min-width: 1200px) {
  .RightGutter {
    padding-right: 60px; } }

/*------------------------------------*    #MOBILE ACCORDIAN
\*------------------------------------*/
.MobileAccordian {
  height: 0;
  overflow: hidden;
  transition: 300ms; }
  @media (min-width: 640px) {
    .MobileAccordian {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -ms-flex-align: stretch;
          align-items: stretch;
      overflow: visible;
      transition: none; } }

.MobileAccordian-content {
  overflow: hidden; }
  @media (min-width: 640px) {
    .MobileAccordian-content {
      overflow: visible;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -ms-flex-align: stretch;
          align-items: stretch; } }

/* ------------------------------------ *    #MEDIA LIST
\* ------------------------------------ */
@media (min-width: 960px) {
  .MediaList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }

.MediaList-additionalHiddenWrapper {
  display: none; }

@media (min-width: 960px) {
  .MediaList-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 33%; } }

/* ------------------------------------ *    #ICON OVERLAY
\* ------------------------------------ */
.IconOverlay {
  border-radius: inherit;
  position: relative;
  z-index: 0; }

.IconOverlay-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }

/*------------------------------------*    #CALLOUT
\*------------------------------------*/
.Callout {
  display: block;
  position: relative;
  z-index: 1; }
  @media (min-width: 640px) {
    .Callout {
      max-width: 350px; } }
  @media (min-width: 960px) {
    .Callout {
      max-width: 290px;
      margin-right: 40px;
      width: 100%; } }
  @media (min-width: 1200px) {
    .Callout {
      max-width: 335px; } }
  @media (min-width: 640px) {
    .Callout::after {
      content: '';
      display: block;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 380px;
      height: 280px;
      background: url("images/site/callout-arm-91c40eedb38177d80891d757c40eac4f73a72cc94841737059427ac4fe34e849ec4aa547973bc65035f1035ef051aa6ae82dce4c1a789c256b47f2c3007a5544.png");
      position: absolute;
      top: -67px;
      right: -136px; } }

.Callout-listItem.Callout-listItem {
  padding-right: 7px;
  padding-left: 7px; }

/*------------------------------------*    #PROGRESS BAR
\*------------------------------------*/
.ProgressBar {
  overflow: hidden;
  padding: 40px 0;
  margin: -40px 0 5px;
  position: relative; }
  .ProgressBar::before, .ProgressBar::after {
    content: '';
    display: block;
    margin-top: -5px;
    border: 1px solid #003300;
    height: 9px;
    width: 22px;
    position: absolute;
    top: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .ProgressBar::before {
    background: #000;
    margin-right: 5px;
    right: 0;
    -ms-transform: skewX(45deg);
        transform: skewX(45deg); }
  .ProgressBar::after {
    margin-left: 5px;
    background: #00cc00;
    left: 0;
    -ms-transform: skewX(-45deg);
        transform: skewX(-45deg); }

.ProgressBar-inner {
  margin: 0 11px;
  height: 9px;
  background: #000;
  border: solid #003300;
  border-width: 1px 0;
  position: relative;
  z-index: 1; }

.ProgressBar-bar {
  height: 100%;
  min-width: 20px;
  background: #00cc00;
  position: relative;
  transition: width 600ms ease-out; }
  .ProgressBar-bar::after {
    content: '';
    display: block;
    margin-top: -42px;
    margin-right: -40px;
    width: 105px;
    height: 83px;
    position: absolute;
    top: 50%;
    right: 0; }
    body.is-loaded .ProgressBar-bar::after {
      background: url("images/site/progressbar-lense-flare-d63c6f7984acae30be908087539a425160f7846e6807733e69dffa89ddc2728a923f34238b96dc4b026749d2f33df6823a4e2d19c6d56c31336f66577e7707ab.png") center no-repeat; }

/* ------------------------------------ *    #FRAME
\* ------------------------------------ */
.Thumbnail {
  display: block;
  margin-bottom: 30px;
  padding: 8px 7px;
  width: 230px;
  background: none;
  border: 0;
  outline: 0;
  position: relative;
  z-index: 0;
  transition: 100ms; }
  .Thumbnail::before, .Thumbnail::after {
    content: '';
    display: block;
    margin-left: -115px;
    margin-top: -67px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    background: center top no-repeat;
    z-index: 1; }
  .Thumbnail::before {
    background-image: url("images/site/metal-frame-default-24f757d76950319a40630f263d4288cbf3d71809b31a91cb4ecf5d01ff8f9a89544e5eb81395b8c8b16cdd48200c9f47245653f8c11d452ae955628e4f157c66.png");
    height: 134px; }
  .Thumbnail::after {
    opacity: 0;
    height: 161px;
    background-image: url("images/site/metal-frame-current-15a4ed847a1a7f19f58a526750e9ef2a607a78f801aae7800008c5398d9d13210691bb1f2e43646f2a673c762bada477dc96d9fb613647fa0aa040ed973c8324.png");
    transition: 100ms; }
  a.Thumbnail:hover, .Thumbnail.is-current {
    outline: 0;
    filter: drop-shadow(0 0 7px rgba(255, 255, 255, 0.5)); }
    a.Thumbnail:hover::after, .Thumbnail.is-current::after {
      opacity: 1; }

.Thumbnail-content {
  display: block; }
  a.Thumbnail:hover .Thumbnail-content,
  .Thumbnail-content.is-current .Thumbnail-content {
    box-shadow: 0 0 40px rgba(0, 204, 0, 0.5); }

/*------------------------------------*    #FEATURE
\*------------------------------------*/
.Feature {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 640px) {
    .Feature {
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center; } }
  @media (min-width: 960px) {
    .Feature {
      -ms-flex-direction: row;
          flex-direction: row;
      text-align: inherit; } }

.Feature-graphic {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.Feature-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-left: 15px; }
  @media (min-width: 640px) {
    .Feature-content {
      padding-left: 0; } }
  @media (min-width: 960px) {
    .Feature-content {
      padding-left: 30px; } }

/* ------------------------------------ *    #SECTION HEADER
\* ------------------------------------ */
.SectionHeader {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 640px) {
    .SectionHeader {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; } }

.SectionHeader--spaceBetween {
  -ms-flex-pack: justify;
      justify-content: space-between; }

@media (min-width: 640px) {
  .SectionHeader-block + .SectionHeader-block {
    margin-left: 45px; } }

/* ------------------------------------ *    #SLIDE
\* ------------------------------------ */
.Slide {
  display: inline-block;
  padding-right: 15px; }

a.Slide:focus {
  outline: none; }

/* ------------------------------------ *    #EXCERPT FRAMED
\* ------------------------------------ */
.ExcerptFramed {
  width: 178px;
  max-width: 100%;
  background: #14151a linear-gradient(0deg, #000 50%, transparent 50%);
  background-size: 1px 2px;
  position: relative;
  z-index: 0; }
  @media (min-width: 960px) {
    .ExcerptFramed {
      display: block;
      margin: 0 auto 30px;
      width: auto;
      max-width: 406px;
      background: none; } }

.ExcerptFramed-frame {
  position: relative;
  background: #000;
  border: 1px solid #14151a;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: 200ms; }
  @media (min-width: 960px) {
    .ExcerptFramed-frame {
      margin-bottom: 15px;
      border: 1px solid rgba(0, 204, 0, 0.6); } }
  @media (min-width: 960px) {
    .ExcerptFramed-frame::before, .ExcerptFramed-frame::after {
      content: '';
      display: block;
      border-radius: 6px;
      position: absolute;
      top: -3px;
      right: -3px;
      bottom: -3px;
      left: -3px;
      transition: 200ms;
      z-index: 1; } }
  .ExcerptFramed-frame::before {
    background: url("images/site/btn-corner-top-left-400e461c2087b86a5f104b567ab838d362c33ad263ea2b82f5e503f046a2f9f561ada6935e0726f5a3971f67799392f8ab547797ed1d32e71aa1d87c394b5653.png") top left no-repeat, url("images/site/btn-corner-top-right-ab21011a78ec97baa7ef6a9a25365a8edb135cc94905513d9c640ede3c2ba0a380184eb8b863b886d258194ee8befbe387c104a5afdbeed24137aa4574817c30.png") top right no-repeat, url("images/site/btn-corner-bottom-left-7e8d28600410e906f14999c31034ff978408db124d850bb09df8aabbdc974dce6f2981c969a46a587610e719a3105fbc2bad3401de85d42c02a5703f27d842cc.png") bottom left no-repeat, url("images/site/btn-corner-bottom-right-c0e0b3d89f9be8d1511fc2953c1a200724b2bd5b3c04b24aaf4670d10e67ba7c5844b2078dbb318312d1a326add588f5ba4e92e046289cf0b94e383933762362.png") bottom right no-repeat; }
  .ExcerptFramed-frame::after {
    opacity: 0;
    background: url("images/site/btn-corner-top-left-active-5d96ff39e6dfeea46a04be48eb63f577c585158b16b6eefdc8201398ca9f97a9f9aa6b1cfb60bdd095f3251365a28872531d825b54f02378952a1f48555fb066.png") top left no-repeat, url("images/site/btn-corner-top-right-active-d4e8fa4bd656363fcc21379e88a78614309cd03e137e7fc1d03cb50806504fb1b938f59d315cdf87528ddee53aa6414461897bf3ede5540b0ab56ec3792688a6.png") top right no-repeat, url("images/site/btn-corner-bottom-left-active-e37d639ecb0cd82b565952e8975014f25d395e4b260074f8ee271f52c3c1de87f359423e6317602bdaa615f3ba669cd786e3ae06bbdf656f76db6bc07168317b.png") bottom left no-repeat, url("images/site/btn-corner-bottom-right-active-0b883cf1c540005d2c14bf13bceacf81363e4a03a086c5d1578d992cfb0aff694e440b1a2c06a0ece08b4938c6e533d577ff15450ee2c1e08418d0342f8ea631.png") bottom right no-repeat; }
  a:hover .ExcerptFramed-frame,
  button:hover .ExcerptFramed-frame {
    border-color: #ccff66; }
    a:hover .ExcerptFramed-frame::after,
    button:hover .ExcerptFramed-frame::after {
      opacity: 1; }

.ExcerptFramed-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0; }

.ExcerptFramed-header {
  padding: 13px; }
  @media (min-width: 960px) {
    .ExcerptFramed-header {
      padding: 0; } }
  @media (min-width: 1200px) {
    .ExcerptFramed-header {
      padding: 25px;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; } }

.ExcerptFramed-title {
  color: #80ff66; }
  @media (min-width: 960px) {
    .ExcerptFramed-title {
      color: #fff; } }

/*------------------------------------*    #EXCERPT LOCKED
\*------------------------------------*/
.ExcerptLocked {
  margin-bottom: 30px; }

.ExcerptLocked-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (min-width: 960px) {
    .ExcerptLocked-inner {
      display: block;
      margin: 0 auto 30px;
      max-width: 406px; } }

.ExcerptLocked-frame {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-bottom: 15px;
  position: relative; }
  @media (min-width: 960px) {
    .ExcerptLocked-frame::before, .ExcerptLocked-frame::after {
      content: '';
      display: block;
      margin: -18px -14px;
      width: 114px;
      height: 116px;
      background: url("images/site/locked-frame-corner-top-left-70817c95ca4c62a19817c0d59dc9d0baeb4549bd9db7f58413642b085077096d5a3a75405ece2db2c4fe51f8d7b9fd33bc05253fdf58baf4ad9f81000a6e3fbf.png");
      background-size: 100% 100%;
      position: absolute;
      top: 0;
      z-index: 1; } }
  @media (min-width: 960px) {
    .ExcerptLocked-frame::before {
      left: 0; } }
  @media (min-width: 960px) {
    .ExcerptLocked-frame::after {
      right: 0;
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); } }

.ExcerptLocked-frameInner {
  position: relative; }
  @media (min-width: 960px) {
    .ExcerptLocked-frameInner {
      border-radius: 15px; } }
  @media (min-width: 960px) {
    .ExcerptLocked-frameInner::before, .ExcerptLocked-frameInner::after {
      content: '';
      display: block;
      margin: -18px -14px;
      width: 114px;
      height: 116px;
      background: url("images/site/locked-frame-corner-top-left-70817c95ca4c62a19817c0d59dc9d0baeb4549bd9db7f58413642b085077096d5a3a75405ece2db2c4fe51f8d7b9fd33bc05253fdf58baf4ad9f81000a6e3fbf.png");
      background-size: 100% 100%;
      position: absolute;
      bottom: 0;
      z-index: 1; } }
  @media (min-width: 960px) {
    .ExcerptLocked-frameInner::before {
      left: 0;
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); } }
  @media (min-width: 960px) {
    .ExcerptLocked-frameInner::after {
      right: 0;
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1); } }

.ExcerptLocked-overlay {
  background: #000;
  position: relative; }
  @media (min-width: 960px) {
    .ExcerptLocked-overlay {
      overflow: hidden; } }
  .ExcerptLocked-overlay::after {
    border: 1px solid rgba(255, 255, 255, 0.4); }

.ExcerptLocked-thumbWrap {
  overflow: hidden;
  width: 98px; }
  @media (min-width: 960px) {
    .ExcerptLocked-thumbWrap {
      width: auto; } }

.ExcerptLocked-thumb {
  opacity: 0.6; }

.ExcerptLocked-header {
  margin-left: 13px; }
  @media (min-width: 960px) {
    .ExcerptLocked-header {
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .ExcerptLocked-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      margin-left: 0;
      padding: 50px 30px 20px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

.ExcerptLocked-title {
  transition: 200ms; }
  @media (min-width: 960px) {
    .ExcerptLocked-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      width: 100%;
      min-height: 54px; } }

/*------------------------------------*    #EVENT EXCERPT
\*------------------------------------*/
.ExcerptEvent {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 960px) {
    .ExcerptEvent {
      display: block;
      margin: 0 auto 30px;
      max-width: 406px; } }

.ExcerptEvent-media {
  width: 100px;
  margin-right: 10px; }
  @media (min-width: 640px) {
    .ExcerptEvent-media {
      width: 160px; } }
  @media (min-width: 960px) {
    .ExcerptEvent-media {
      width: auto;
      margin-right: 0; } }

.ExcerptEvent-header {
  margin-top: -5px; }
  @media (min-width: 960px) {
    .ExcerptEvent-header {
      margin-top: 0; } }

.ExcerptEvent-title {
  transition: 200ms;
  text-transform: none; }
  a:hover .ExcerptEvent-title {
    color: #ccff66; }

/*------------------------------------*    #FILTERS
\*------------------------------------*/
.Filters {
  display: -ms-flexbox;
  display: flex; }

.Filters-item {
  margin-right: 0.85714em; }

.Filters-button {
  outline: 0;
  padding: 0;
  background: none;
  border: 0;
  color: #80ff66; }
  .Filters-button:hover {
    color: #ddff99; }
  .Filters-button.is-current {
    color: #ccff66; }

/*------------------------------------*    #ROTATOR
\*------------------------------------*/
.Rotator {
  margin-bottom: 30px;
  position: relative; }
  .Rotator::after {
    content: '';
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    background: url("images/site/return-starmap-139204e6130099a4d459858f36d967d2df3f6dd25b0a489a395ddec3f44cb31ad543ecac9bacd3ce2ad3cbbd338a5d3f0e1f1cbf38ae2c1214a0591921424e08.png") right center no-repeat;
    background-size: contain;
    margin-top: -500px;
    width: 100%;
    height: 1002px;
    position: absolute;
    top: 50%;
    right: 0; }
    @media (min-width: 960px) {
      .Rotator::after {
        top: 30%; } }
  @media (min-width: 1700px) {
    .Rotator::before {
      content: '';
      display: block;
      position: absolute;
      top: -350px;
      left: 0;
      width: 100%;
      height: 1000px;
      background: linear-gradient(to bottom, #020a0c 0%, #020a0c 70%, rgba(2, 10, 12, 0) 100%); } }

.Rotator-content {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  height: 200px;
  position: relative; }
  @media (min-width: 640px) {
    .Rotator-content {
      height: 320px; } }
  @media (min-width: 960px) {
    .Rotator-content {
      height: 400px; } }

.Rotator-arrow {
  display: block;
  padding: 8px 10px;
  width: 60px;
  height: 50px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10; }

.Rotator-Arrow--left {
  left: -25px; }

.Rotator-Arrow--right {
  right: -25px; }

.Rotator-list {
  width: 100%;
  height: 100%;
  position: relative; }

.Rotator-item {
  margin-left: -75px;
  width: 150px;
  position: absolute;
  left: 0;
  transition: 300ms; }
  @media (min-width: 640px) {
    .Rotator-item {
      margin-left: -135px;
      width: 270px; } }
  @media (min-width: 960px) {
    .Rotator-item {
      margin-left: -185px;
      width: 370px; } }
  .Rotator-item[data-order="1"] {
    left: 25%;
    z-index: 1;
    -ms-transform: translateX(-25px);
        transform: translateX(-25px); }
    @media (min-width: 640px) {
      .Rotator-item[data-order="1"] {
        -ms-transform: translateX(-50px);
            transform: translateX(-50px); } }
    @media (min-width: 1200px) {
      .Rotator-item[data-order="1"] {
        -ms-transform: translateX(-20px);
            transform: translateX(-20px); } }
  .Rotator-item[data-order="2"] {
    left: 50%;
    z-index: 3; }
  .Rotator-item[data-order="3"] {
    left: 75%;
    z-index: 2;
    -ms-transform: translateX(25px);
        transform: translateX(25px); }
    @media (min-width: 640px) {
      .Rotator-item[data-order="3"] {
        -ms-transform: translateX(50px);
            transform: translateX(50px); } }
    @media (min-width: 1200px) {
      .Rotator-item[data-order="3"] {
        -ms-transform: translateX(20px);
            transform: translateX(20px); } }

.Rotator-button {
  display: block;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  background: none;
  position: relative;
  transition: 200ms; }
  .Rotator-item[data-order="1"] .Rotator-button:hover,
  .Rotator-item[data-order="3"] .Rotator-button:hover {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }

.Rotator-thumb {
  transition: 300ms;
  -ms-transform: scale(0.77);
      transform: scale(0.77); }
  .Rotator-button.is-current .Rotator-thumb {
    -ms-transform: scale(1);
        transform: scale(1); }

.Rotator-bust {
  pointer-events: none;
  opacity: 0;
  transition: 200ms; }

.Rotator-item[data-order="1"] .Rotator-bust--dark,
.Rotator-item[data-order="3"] .Rotator-bust--dark {
  opacity: 1; }

.Rotator-item[data-order="1"]:hover .Rotator-bust--glow,
.Rotator-item[data-order="3"]:hover .Rotator-bust--glow {
  opacity: 1; }

.Rotator-buttonTitle {
  opacity: 0;
  margin-left: -150px;
  width: 300px;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transition: 300ms; }
  @media (min-width: 960px) {
    .Rotator-buttonTitle {
      color: #b8bbcc;
      opacity: 1;
      -ms-transform: translateY(-50px) scale(0.6);
          transform: translateY(-50px) scale(0.6); } }
  .Rotator-button.is-current .Rotator-buttonTitle {
    opacity: 1;
    pointer-events: none; }
    @media (min-width: 960px) {
      .Rotator-button.is-current .Rotator-buttonTitle {
        color: #fff;
        -ms-transform: none;
            transform: none; } }

/*------------------------------------*    #BOXES
\*------------------------------------*/
.Boxes {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 640px) {
    .Boxes {
      border-radius: 5px; } }

.Boxes-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 1px 2px;
  width: 100%; }

@media (min-width: 480px) {
  .Boxes-box--xs-25 {
    width: 25%; }
  .Boxes-box--xs-33 {
    width: 33.33333%; }
  .Boxes-box--xs-50 {
    width: 50%; }
  .Boxes-box--xs-67 {
    width: 66.66667%; }
  .Boxes-box--xs-75 {
    width: 75%; } }

@media (max-width: 479px) {
  .Boxes-box--less-than-xs-25 {
    width: 25%; }
  .Boxes-box--less-than-xs-33 {
    width: 33.33333%; }
  .Boxes-box--less-than-xs-50 {
    width: 50%; }
  .Boxes-box--less-than-xs-67 {
    width: 66.66667%; }
  .Boxes-box--less-than-xs-75 {
    width: 75%; } }

@media (min-width: 640px) {
  .Boxes-box--sm-25 {
    width: 25%; }
  .Boxes-box--sm-33 {
    width: 33.33333%; }
  .Boxes-box--sm-50 {
    width: 50%; }
  .Boxes-box--sm-67 {
    width: 66.66667%; }
  .Boxes-box--sm-75 {
    width: 75%; } }

@media (max-width: 639px) {
  .Boxes-box--less-than-sm-25 {
    width: 25%; }
  .Boxes-box--less-than-sm-33 {
    width: 33.33333%; }
  .Boxes-box--less-than-sm-50 {
    width: 50%; }
  .Boxes-box--less-than-sm-67 {
    width: 66.66667%; }
  .Boxes-box--less-than-sm-75 {
    width: 75%; } }

@media (min-width: 960px) {
  .Boxes-box--md-25 {
    width: 25%; }
  .Boxes-box--md-33 {
    width: 33.33333%; }
  .Boxes-box--md-50 {
    width: 50%; }
  .Boxes-box--md-67 {
    width: 66.66667%; }
  .Boxes-box--md-75 {
    width: 75%; } }

@media (max-width: 959px) {
  .Boxes-box--less-than-md-25 {
    width: 25%; }
  .Boxes-box--less-than-md-33 {
    width: 33.33333%; }
  .Boxes-box--less-than-md-50 {
    width: 50%; }
  .Boxes-box--less-than-md-67 {
    width: 66.66667%; }
  .Boxes-box--less-than-md-75 {
    width: 75%; } }

@media (min-width: 1200px) {
  .Boxes-box--lg-25 {
    width: 25%; }
  .Boxes-box--lg-33 {
    width: 33.33333%; }
  .Boxes-box--lg-50 {
    width: 50%; }
  .Boxes-box--lg-67 {
    width: 66.66667%; }
  .Boxes-box--lg-75 {
    width: 75%; } }

@media (max-width: 1199px) {
  .Boxes-box--less-than-lg-25 {
    width: 25%; }
  .Boxes-box--less-than-lg-33 {
    width: 33.33333%; }
  .Boxes-box--less-than-lg-50 {
    width: 50%; }
  .Boxes-box--less-than-lg-67 {
    width: 66.66667%; }
  .Boxes-box--less-than-lg-75 {
    width: 75%; } }

@media (min-width: 1500px) {
  .Boxes-box--xl-25 {
    width: 25%; }
  .Boxes-box--xl-33 {
    width: 33.33333%; }
  .Boxes-box--xl-50 {
    width: 50%; }
  .Boxes-box--xl-67 {
    width: 66.66667%; }
  .Boxes-box--xl-75 {
    width: 75%; } }

@media (max-width: 1499px) {
  .Boxes-box--less-than-xl-25 {
    width: 25%; }
  .Boxes-box--less-than-xl-33 {
    width: 33.33333%; }
  .Boxes-box--less-than-xl-50 {
    width: 50%; }
  .Boxes-box--less-than-xl-67 {
    width: 66.66667%; }
  .Boxes-box--less-than-xl-75 {
    width: 75%; } }

@media (min-width: 1700px) {
  .Boxes-box--xxl-25 {
    width: 25%; }
  .Boxes-box--xxl-33 {
    width: 33.33333%; }
  .Boxes-box--xxl-50 {
    width: 50%; }
  .Boxes-box--xxl-67 {
    width: 66.66667%; }
  .Boxes-box--xxl-75 {
    width: 75%; } }

@media (max-width: 1699px) {
  .Boxes-box--less-than-xxl-25 {
    width: 25%; }
  .Boxes-box--less-than-xxl-33 {
    width: 33.33333%; }
  .Boxes-box--less-than-xxl-50 {
    width: 50%; }
  .Boxes-box--less-than-xxl-67 {
    width: 66.66667%; }
  .Boxes-box--less-than-xxl-75 {
    width: 75%; } }

.Boxes-boxContent {
  padding: 10px;
  width: 100%;
  background: rgba(5, 19, 26, 0.8); }
  @media (min-width: 640px) {
    .Boxes-boxContent {
      padding: 37.5px; } }

.Boxes-thumbnail {
  background: center no-repeat;
  background-size: cover; }

.Boxes-thumbnailImg {
  opacity: 0; }

/*------------------------------------*    #CONTENT FRAME
\*------------------------------------*/
.ContentFrame {
  background: #050505;
  border-radius: 15px 15px 0 0;
  position: relative; }
  .ContentFrame::before, .ContentFrame::after {
    content: '';
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 119px;
    height: 117px;
    background: url("images/site/content-frame-corner-top-left-6def1811ee5c260a5b5c89768ea16d238b6911fe1eb420fa852a89ae89d77b9efb1ee7c3a1c44c4f6d9cb378d72991c7d58c555d3d52db3d17908fa1281b3cf1.png") no-repeat;
    position: absolute;
    top: 0;
    margin: -17px -19px; }
  .ContentFrame::before {
    left: 0; }
  .ContentFrame::after {
    right: 0;
    -ms-transform: scale(-1, 1);
        transform: scale(-1, 1); }

.ContentFrame-inner {
  border: 1px solid #121212;
  border-top: 2px solid #989898;
  border-radius: inherit;
  background: linear-gradient(0deg, rgba(152, 152, 152, 0) 0%, #989898 100%) left top no-repeat, linear-gradient(0deg, rgba(152, 152, 152, 0) 0%, #989898 100%) right top no-repeat;
  background-size: 2px 940px, 2px 940px;
  padding: 30px; }
  @media (min-width: 640px) {
    .ContentFrame-inner {
      padding: 60px; } }
  @media (min-width: 1200px) {
    .ContentFrame-inner {
      padding: 75px 115px 50px; } }

/*------------------------------------*    #BTN LIST
\*------------------------------------*/
.BtnList {
  margin: 0; }
  @media (min-width: 640px) {
    .BtnList {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; } }

.BtnList--mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.BtnList-item {
  margin-bottom: 15px; }
  @media (min-width: 640px) {
    .BtnList-item {
      margin-bottom: 30px;
      margin-right: 7px;
      margin-left: 7px; } }
  .BtnList--spread .BtnList-item {
    margin-right: 7px;
    margin-left: 7px; }
    @media (min-width: 640px) {
      .BtnList--spread .BtnList-item {
        margin-right: 14px;
        margin-left: 14px; } }

/*------------------------------------*    #BUTTON SPREAD
\*------------------------------------*/
.BtnSpread {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.BtnSpread-block {
  padding-right: 10px;
  padding-left: 10px; }

.BtnSpread-w70 {
  width: 70%; }

/*------------------------------------*    #CTA
\*------------------------------------*/
.Cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 220px;
  background: #0e234f center top repeat-x;
  color: #99bbff;
  text-align: center;
  font-size: 0.7619rem; }
  @media (min-width: 640px) {
    .Cta {
      font-size: inherit; } }
  body.is-loaded .Cta {
    background-image: url("images/site/cta-bg-a410d5e71998979c67add640090219affb01fbad5859383d7986429922da6f168c1afd7f952d5e24f440b7ed9c20b24a0e150d607afc0d7bb05c3c9aead2a0e5.jpg"); }

/*------------------------------------*    #NAV
\*------------------------------------*/
.Nav {
  font-size: 1rem; }

.Nav-link {
  display: block;
  width: 100%;
  padding: 0.47619em 1.19048em;
  text-decoration: none;
  color: #80ff66;
  position: relative; }
  .Nav-link:hover {
    background: #ddff99;
    color: #000;
    text-decoration: none; }
  .Nav-link.is-active {
    color: #ccff66; }
  .Nav-link.Navbar-modalClose {
    display: block;
    position: static;
    height: auto;
    width: auto;
    transition: none; }
    .Navbar.is-compact .Navbar-siteMenu .Nav-link.Navbar-modalClose {
      color: #80ff66; }
      .Navbar.is-compact .Navbar-siteMenu .Nav-link.Navbar-modalClose:hover {
        color: #000; }
      .Navbar.is-compact .Navbar-siteMenu .Nav-link.Navbar-modalClose.is-active {
        color: #ccff66; }

.Nav-icon {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -6px;
  margin-left: 3px;
  fill: currentColor; }

.Nav-icon--desktop {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  fill: currentColor; }

.Nav-content {
  padding: 0 1em; }

.Nav-dropdown {
  display: none; }
  .Nav-link:hover + .Nav-dropdown, .Nav-dropdown:hover {
    display: block;
    padding-top: 5px;
    position: absolute;
    top: 100%; }

.Nav-dropdownBox {
  background-image: linear-gradient(to bottom, #392c9e, #4d257b);
  box-shadow: 0 0 13px 2px rgba(31, 0, 204, 0.4);
  padding: 2px; }

.Nav-dropdownBoxInner {
  background-color: #0b0133;
  box-shadow: inset 0 0 13px 2px rgba(31, 0, 204, 0.4);
  padding: 8px 2px; }

.Nav-dropdownList {
  margin: 0; }

.Nav-dropdownLink {
  display: block;
  font-size: 12px;
  min-width: 172px;
  padding: 7px 8px;
  text-transform: uppercase;
  text-decoration: none; }
  .Nav-dropdownLink:hover, .Nav-dropdownLink:active {
    background-image: linear-gradient(to right, #391f68, #2e1f65);
    text-decoration: none; }
  @media (min-width: 960px) {
    .Nav-dropdownLink {
      font-size: 13px; } }
  @media (min-width: 1500px) {
    .Nav-dropdownLink {
      font-size: 15px; } }

/*------------------------------------*    #NAV MOBILE
\*------------------------------------*/
.Nav {
  margin-bottom: 30px; }

.Nav-item {
  margin-left: 6px; }

.Navbar.is-compact .Navbar-mobile .Navbar-mobileIcon.Navbar-siteMenuIcon,
.Navbar.is-compact .Navbar-siteMenu .Navbar-modalClose {
  color: #01cc00; }
  .Navbar.is-compact .Navbar-mobile .Navbar-mobileIcon.Navbar-siteMenuIcon:hover,
  .Navbar.is-compact .Navbar-siteMenu .Navbar-modalClose:hover {
    color: #ddff99; }

.Navbar.is-compact .Navbar-mobile {
  background: #1a1a1a;
  border-bottom: 1px solid rgba(204, 0, 0, 0.6); }

.Navbar.is-compact .Navbar-siteMenu .Navbar-modalContent {
  background-color: #121212; }

.Navbar-modalContent .Navigation-listLink {
  text-align: left;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-size: 0.7619rem;
  height: 36px; }

.Navbar-modalContent .Navigation-searchBar {
  margin-left: 16px;
  margin-top: 6px; }

.Navbar-modalContent .Navigation-searchField {
  border-radius: 0; }

.Navbar-modalContent .Navigation-profile {
  margin-left: 0;
  width: 100%;
  border: 0; }

.Navbar-modalContent .Navigation-profileImg {
  width: 36px;
  height: 36px; }

.Navbar-modalContent .Navigation-dropDown {
  margin-right: -20px;
  width: auto; }

.Navbar-modalContent .Navigation-dDHeader {
  cursor: pointer; }

.Navbar-modalContent .Navigation-dDHeader .Icon {
  opacity: 1; }

.Navbar-modalContent .Navigation-dDHeader.is-active .Icon {
  filter: drop-shadow(0px 0px 2px #ccff66); }
  .Navbar-modalContent .Navigation-dDHeader.is-active .Icon svg {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .Navbar-modalContent .Navigation-dDHeader.is-active .Icon svg polygon {
      fill: #ccff66; }

.Navbar-modalContent .Navigation-dDHeader span:not(.Icon) {
  opacity: 0;
  transform: translate3d(65%, 0, 0);
  transition: .2s ease; }

.Navbar-modalContent .is-visible .Navigation-dDHeader span:not(.Icon) {
  opacity: 1;
  transform: translate3d(0.01%, 0, 0); }

.Navbar-modalContent .Navigation-dDGroupItem {
  opacity: 0;
  transform: translate3d(30%, 0, 0); }

.Navbar-modalContent .is-visible .Navigation-dDGroupItem {
  opacity: 1;
  transform: translate3d(0.01%, 0, 0); }

/* ------------------------------------ *    #CtrlPanel
\* ------------------------------------ */
.CtrlPanel {
  padding: 0px 14px 15px;
  position: relative;
  border-radius: 10px;
  z-index: 1; }
  @media (min-width: 769px) {
    .CtrlPanel {
      padding: 15px 14px;
      box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4), 0 10px 20px rgba(0, 0, 0, 0.7); } }
  .CtrlPanel::before, .CtrlPanel::after {
    content: '';
    display: none;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    width: 100px;
    height: 32px;
    pointer-events: none; }
    @media (min-width: 769px) {
      .CtrlPanel::before, .CtrlPanel::after {
        display: block; } }
  .CtrlPanel::before {
    left: 0;
    background-image: url("images/site/leaderboard/control-topleft-3b5bad744ac5ec8481eabfebce6f1f3a68514217a669eb52807e9fe7a68a639ad9b4a32bf0d6ba58cc9491314ae1fb6e7411f64db5b46bcaa9fd83fd9dfc24d6.png"); }
  .CtrlPanel::after {
    right: 0;
    background-image: url("images/site/leaderboard/control-topright-c91f1a95f9f52752731685eba181ac2f94d99e56c30020ace17115a065001d4dfc65f0163ae01c1b12026a9d12ed3ca1151c175c6ea51d5e377e66dd9c15bcfc.png"); }
  @media (min-width: 769px) {
    .CtrlPanel {
      background: url("images/site/leaderboard/control-top-9845b2e2644945007db851c890f5380e17e95834939548aaf5b55028f7c5cf76b1dc124aeecd81a93cbc502e8f48d482f0c58757b87fb92e6608d3b8c0cec79f.png") repeat-x top left, url("images/site/leaderboard/control-bottom-863d4551bf40f19ba36e907e1a011eec847543ce7c4b98a80f1c09fada06990025e47d2e0f7b2368301f9e81296bd9ca23d943987d7b92a36ec183f7317d2a0a.png") repeat-x bottom left, url("images/site/leaderboard/control-left-e03fe02a4928b45756d0c80e6baa0e58d75a353b79dbf798bedfbe7c276f8c8d3a16bb4ed3fd6d5a7fb52e558679e2d97fe7f3b016196758d276c5e4185e974e.png") repeat-y top left, url("images/site/leaderboard/control-right-7369718f568e80f2d5d5dc2e7ccc687d359756fc9f483904cff2f5cc733e5c03cf94937e33458cd51362df4bda9815e0494b581e0f54a1849937038db4811185.png") repeat-y top right;
      background-color: #000; } }

.CtrlPanel-inner::before, .CtrlPanel-inner::after {
  content: '';
  display: none;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  width: 100px;
  height: 32px;
  pointer-events: none; }
  @media (min-width: 769px) {
    .CtrlPanel-inner::before, .CtrlPanel-inner::after {
      display: block; } }

.CtrlPanel-inner::before {
  left: 0;
  background-image: url("images/site/leaderboard/control-bottomleft-cec5b3ed51f0fd33b498a9c391fe2b5dd365674d21fa90c5a44ad3d8393a903853323f6713777faa9b19254feabe11a2dbd2ce985827c921bc2e9fdef7c016e9.png"); }

.CtrlPanel-inner::after {
  right: 0;
  background-image: url("images/site/leaderboard/control-bottomright-3303d4a2e9e9bf2e4ae9e4161dbb2a523dfeee0b0fb0567f62d7f3d9cda0ed56ba71f3e5707c56ec25c7e89f1775bb001a96272b07435d6132314ecdd9583f04.png"); }

.CtrlPanel-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 769px) {
    .CtrlPanel-content {
      -ms-flex-direction: row;
          flex-direction: row; } }

.CtrlPanel-players,
.CtrlPanel-seeYou {
  display: none; }
  @media (min-width: 769px) {
    .CtrlPanel-players,
    .CtrlPanel-seeYou {
      display: block; } }

.CtrlPanel-btn {
  background: #000; }
  .CtrlPanel-btn.CtrlPanel-players, .CtrlPanel-btn.CtrlPanel-seeYou {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  @media (min-width: 769px) {
    .CtrlPanel-btn.Select {
      width: 31%; } }
  @media (min-width: 769px) {
    .CtrlPanel-btn {
      width: 14.86%; } }

.CtrlPanel-search {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  .CtrlPanel-search::before, .CtrlPanel-search::after {
    content: '';
    display: block;
    position: absolute;
    top: 46%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    @media (min-width: 769px) {
      .CtrlPanel-search::before, .CtrlPanel-search::after {
        top: 50%; } }
  .CtrlPanel-search::before {
    width: 14px;
    height: 14px;
    border: 2px solid #4d4d4d;
    border-radius: 50%;
    left: calc(100% - 30px); }
    @media (min-width: 769px) {
      .CtrlPanel-search::before {
        left: 10px;
        display: block; } }
  .CtrlPanel-search::after {
    width: 2px;
    height: 8px;
    background: #4d4d4d;
    left: calc(100% - 17px);
    margin-top: 7px;
    -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg); }
    @media (min-width: 769px) {
      .CtrlPanel-search::after {
        left: 23px;
        display: block; } }
  .CtrlPanel-search input {
    width: 100%;
    border: 2px solid #333;
    border-radius: 5px;
    background-color: #000;
    color: #4c4c4c;
    font-size: 0.71429rem;
    font-family: "Eurostile", sans-serif;
    padding-left: 35px;
    padding-right: 10px;
    padding: 9px 10px 8px 14px;
    transition: 0.3s; }
    @media (min-width: 769px) {
      .CtrlPanel-search input {
        font-size: 0.85714rem;
        padding: 3px 10px 2px 35px; } }
    .CtrlPanel-search input:focus, .CtrlPanel-search input:hover {
      color: #b8bbcc;
      border-color: #fc1000; }
  @media (min-width: 769px) {
    .CtrlPanel-search {
      width: 37.15%; } }

/*------------------------------------*    #PAGINATION
\*------------------------------------*/
.Pagination {
  font-family: "Eurostile", sans-serif;
  font-size: 0.7619rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 12px; }
  @media (min-width: 769px) {
    .Pagination {
      padding: 0; } }
  @media (min-width: 640px) {
    .Pagination {
      -ms-flex-direction: row;
          flex-direction: row; } }

.Pagination-desc {
  text-transform: capitalize;
  color: #999;
  line-height: 1;
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    .Pagination-desc {
      margin-bottom: 0; } }

.Pagination-anchors {
  display: block; }
  @media (min-width: 640px) {
    .Pagination-anchors {
      display: inline-block;
      margin-left: auto; } }
  .Pagination-anchors ul.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0; }
    .Pagination-anchors ul.pagination li {
      padding: 5px 7px;
      margin-bottom: 10px;
      line-height: 1;
      font-size: 0.57143rem;
      color: #eeffcc;
      border: 2px solid rgba(204, 255, 102, 0.4);
      border-radius: 2px;
      cursor: pointer;
      transition: .2s; }
      .Pagination-anchors ul.pagination li:not(:first-child) {
        margin-left: 10px; }
      .Pagination-anchors ul.pagination li.active {
        border: 2px solid rgba(204, 255, 102, 0.8);
        box-shadow: 0 0 10px rgba(204, 255, 102, 0.4); }
      .Pagination-anchors ul.pagination li:hover {
        border: 2px solid rgba(204, 255, 102, 0.8); }
      .Pagination-anchors ul.pagination li a {
        padding: 0;
        background-color: transparent;
        border: none;
        line-height: 1;
        color: #eeffcc; }

/* ------------------------------------ *    #LEADERBOARD PAGINATION
\* ------------------------------------ */
.LeaderBoardPagination {
  padding: 5px 0 9px; }
  .LeaderBoardPagination:not(:last-of-type) {
    display: none; }
    @media (min-width: 769px) {
      .LeaderBoardPagination:not(:last-of-type) {
        display: block; } }

/*------------------------------------*    #MOBILE CONTROL
\*------------------------------------*/
.MobileCtrl .CtrlPanel-save {
  margin-top: auto; }

.MobileCtrl-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 14px;
  border-bottom: 1px solid #333333; }
  .MobileCtrl-header h1.HeadingSection {
    margin: 0;
    font-size: 0.85714rem; }
  .MobileCtrl-header .MobileCtrl-filterTrigger {
    margin-left: auto; }

.MobileCtrl-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
  height: calc(100vh - 90px);
  max-height: 0;
  transition: max-height 0.25s, padding 0.35s; }
  .MobileCtrl-filter .btn-web.green {
    opacity: 0;
    transform: translate3d(0, 50%, 0); }
  .MobileCtrl-filter.is-active {
    padding: 20px 14px;
    max-height: 600px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8); }
    .MobileCtrl-filter.is-active .btn-web.green {
      transition: 0.2s 0.3s;
      transform: translate3d(0, 0.01%, 0);
      opacity: 1; }
    .MobileCtrl-filter.is-active .btn-web.green.demoted {
      transition: 0.25s 0.33s; }
  .MobileCtrl-filter .CtrlPanel-search {
    margin-bottom: 10px; }
  .MobileCtrl-filter .CtrlPanel-players,
  .MobileCtrl-filter .CtrlPanel-seeYou {
    display: block; }
  .MobileCtrl-filter.is-active ~ .MobileCtrl-tableHeader {
    display: none; }

.MobileCtrl-tableHeader {
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  -ms-transform: translateY(-1px);
      transform: translateY(-1px); }

/* ------------------------------------ *    #SEARCH
\* ------------------------------------ */
.Search {
  position: relative; }

.Search-helper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -3px;
  z-index: 1; }
  .Search-helper.fade-enter {
    opacity: 0; }
  .Search-helper.fade-enter.fade-enter-active {
    opacity: 1;
    transition: opacity 150ms linear; }
  .Search-helper.fade-leave {
    opacity: 1; }
  .Search-helper.fade-leave.fade-leave-active {
    opacity: 0;
    transition: opacity 150ms linear; }

.Search-supplemental {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 10px;
  border: 1px solid #009900;
  background: rgba(0, 0, 0, 0.9); }

.Search-supplementalText {
  width: 100%;
  font-size: 0.66667rem; }

.Search-closeIcon {
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer; }
  .Search-closeIcon svg path {
    fill: #4d4d4d; }
  .Search-closeIcon:hover svg path {
    fill: #676767; }

.Search-hitArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 100%; }

/* ------------------------------------ *    #AUTOCOMPLETE
\* ------------------------------------ */
.Autocomplete {
  position: relative;
  width: 100%;
  overflow: scroll;
  padding: 2px;
  border: 1px solid #009900;
  border-top: 0;
  background-color: rgba(0, 0, 0, 0.8); }
  .Autocomplete.is-max-height {
    height: 300px; }

.Autocomplete-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.Autocomplete-item {
  padding: 8px 11px;
  border: 1px solid transparent;
  text-align: left;
  font-size: 0.7619rem;
  color: #00cc00; }
  .Autocomplete-item:hover {
    color: #ccff66;
    background: linear-gradient(0deg, rgba(0, 51, 0, 0.65) 0%, rgba(17, 26, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 50%);
    background-size: auto, 1px 2px;
    border: 1px solid #009900; }

/* ------------------------------------ *    #PROFILE EXCERPT
\* ------------------------------------ */
.ProfileExcerpt {
  display: -ms-flexbox;
  display: flex;
  font-family: "Eurostile", sans-serif; }

.ProfileExcerpt-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100px;
  transition: 0.3s; }

.ProfileExcerpt-profileName {
  line-height: 1;
  font-size: 0.57143rem;
  color: #b2b2b2; }
  @media (min-width: 769px) {
    .ProfileExcerpt-profileName {
      font-size: 1rem; } }

.ProfileExcerpt-gatewayName {
  font-family: "EurostileExt", sans-serif;
  line-height: 1;
  font-size: 1.14286rem;
  color: #fff; }
  @media (min-width: 769px) {
    .ProfileExcerpt-gatewayName {
      font-size: 1.71429rem; } }

.ProfileExcerpt-gatewayName {
  margin: 0 0 5px; }

/* ------------------------------------ *    #PANEL
\* ------------------------------------ */
.Panel .AboutPanel::after,
.Panel .StatsPanel::after,
.Panel .SeasonPanel::after,
.Panel .MostPlayPanel::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 6px;
  background: url("images/site/profile/divider-8187f1c759b84171315cdd67631989c493c65cfc4cf3ec85c3ab894e18ec11713a253043bdafa93d2a42ae9e62c27c46b0d275e82abcf7df7075e30ed2eccf66.jpg") center; }
  @media (min-width: 769px) {
    .Panel .AboutPanel::after,
    .Panel .StatsPanel::after,
    .Panel .SeasonPanel::after,
    .Panel .MostPlayPanel::after {
      display: none; } }

.Panel--singleCol {
  padding: 30px 20px 60px; }
  @media (min-width: 769px) {
    .Panel--singleCol {
      padding: 30px 40px 80px; } }

.Panel--multiCols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: rgba(0, 0, 0, 0.9); }
  @media (min-width: 769px) {
    .Panel--multiCols {
      padding: 3px 4px 8px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; } }
  @media (min-width: 960px) {
    .Panel--multiCols {
      -ms-flex-direction: row;
          flex-direction: row; } }

.Panel-left {
  width: 100%; }
  @media (min-width: 769px) {
    .Panel-left {
      margin-right: 4px; } }
  @media (min-width: 960px) {
    .Panel-left {
      width: 33.33%; } }

.Panel-right {
  width: 100%; }
  @media (min-width: 960px) {
    .Panel-right {
      width: 66.66%;
      margin-right: 3px; } }

.Panel-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 769px) {
    .Panel-block {
      -ms-flex-direction: row;
          flex-direction: row; } }

.Panel-blockInner {
  width: 100%; }
  @media (min-width: 960px) {
    .Panel-blockInner {
      padding: 30px; } }

.Panel-blockLeft {
  width: 100%; }
  @media (min-width: 960px) {
    .Panel-blockLeft {
      width: 50%; } }

.Panel-blockRight {
  width: 100%; }
  @media (min-width: 960px) {
    .Panel-blockRight {
      width: 50%; } }

.Panel-header {
  text-align: center; }

.Panel-headerTitle {
  color: #fff;
  font-family: "EurostileExt", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin: 0; }
  .Panel-headerTitle--left {
    text-align: left; }

.Panel-headerSubTitle {
  color: #999;
  font-size: 0.85714rem; }

/* ------------------------------------ *    #COLLECTIONGRID
\* ------------------------------------ */
.CollectionGrid-header {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 769px) {
    .CollectionGrid-header {
      padding-bottom: 20px; } }

.CollectionGrid-title {
  margin: 0;
  font-size: 0.85714rem; }
  @media (min-width: 769px) {
    .CollectionGrid-title {
      font-size: 1rem; } }

.CollectionGrid-total {
  font-size: 0.7619rem;
  color: #00cc00; }
  @media (min-width: 960px) {
    .CollectionGrid-total {
      font-size: 1rem; } }

.CollectionGrid-inner {
  padding: 32px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.744%;
  margin-right: -0.744%; }

.CollectionGrid-item {
  width: 23.45%;
  margin-left: 0.744%;
  margin-right: 0.744%;
  margin-bottom: 6px;
  position: relative;
  cursor: pointer; }
  .CollectionGrid-item.is-locked {
    cursor: not-allowed; }
  @media (min-width: 769px) {
    .CollectionGrid-item {
      width: 12.69%;
      margin-bottom: 16px; } }
  .CollectionGrid-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border: 2px solid #9cb3fa;
    box-shadow: 0 0 10px rgba(225, 231, 250, 0.35);
    opacity: 0; }
    @media (min-width: 769px) {
      .CollectionGrid-item::after {
        border: 4px solid #9cb3fa; } }
  .CollectionGrid-item.is-active::after {
    opacity: 1; }

.CollectionGrid-img {
  border: 1px solid #3e3e41;
  border-radius: 2px; }
  .is-locked .CollectionGrid-img {
    filter: grayscale(100%); }
  @media (min-width: 769px) {
    .CollectionGrid-img {
      border: 2px solid #3e3e41; } }
  .CollectionGrid-img img {
    border: 1px solid #000;
    max-width: 100%;
    height: auto;
    margin: 0; }

.CollectionGrid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  pointer-events: none; }
  .is-locked .CollectionGrid-overlay {
    opacity: 1; }
  .CollectionGrid-overlay::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), rgba(0, 0, 0, 0.4);
    background-size: 1px 2px, cover; }

.CollectionGrid-lock {
  width: 33px;
  z-index: 1; }
  .CollectionGrid-lock path {
    fill: #00cc00; }

.CollectionGrid-modal {
  max-width: 320px;
  margin: 0 auto;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #fff; }

/* ------------------------------------ *    #STATS BLOCK LIST
\* ------------------------------------ */
.StatsBlockList {
  margin-bottom: 30px; }

.StatsBlockList-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%; }
  @media (min-width: 769px) {
    .StatsBlockList-block {
      width: 31.73%;
      -ms-flex-direction: row;
          flex-direction: row; } }

.StatsBlockList-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 769px) {
    .StatsBlockList-detail {
      -ms-flex-direction: row;
          flex-direction: row; } }

.StatsBlockList-label {
  color: #ccc;
  font-size: 0.7619rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 10px;
  background-color: #333; }
  .StatsBlockList--terran .StatsBlockList-label {
    background-color: #185dcc; }
  .StatsBlockList--zerg .StatsBlockList-label {
    background-color: #7d37b3; }
  .StatsBlockList--protoss .StatsBlockList-label {
    background-color: #b38f24; }

/* ------------------------------------ *    #APM (Actions Per Minute)
\* ------------------------------------ */
.APM {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 40px auto; }
  @media (min-width: 769px) {
    .APM {
      margin: 0 auto; } }

.APM-header {
  color: #e5e5e5;
  font-size: 1rem;
  font-weight: bold; }

.APM-num {
  color: #00cc00;
  font-size: 3.33333rem;
  line-height: 1; }

.APM-label {
  color: #999;
  font-size: 0.66667rem; }

/* ------------------------------------ *    #Stats Panel
\* ------------------------------------ */
.StatsPanel {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 35px 17% 35px;
  width: 100%;
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-orange-3699e50f50f9fb892d7ab2b40770b41afe4bf90fa34d083568963a36e1375296f861ca681689dae82dc3fa29787667619a58363b0b6ab10a6d1366acb88600d2.jpg") top center no-repeat;
  background-size: 1px 2px, cover;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 769px) {
    .StatsPanel {
      -ms-flex-direction: row;
          flex-direction: row;
      margin-bottom: 4px;
      padding: 55px 17% 35px;
      border: 1px solid #1c2236;
      background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(to bottom, #111420 0%, #131720 100%);
      background-size: 1px 2px, auto; } }

.StatsPanel-title {
  font-family: "EurostileExt", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 40px; }
  .StatsOverview-block .StatsPanel-title {
    margin-bottom: 20px;
    font-family: "Eurostile", sans-serif; }
  @media (min-width: 769px) {
    .StatsPanel-title {
      display: none; } }

/* ------------------------------------ *    #Season Panel
\* ------------------------------------ */
.AboutPanel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(to bottom, #1a2a44 0%, #001434 100%); }
  .AboutPanel .Panel-blockInner {
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-blue-9fc37c29458c33e3f1d5ce0309ba4a63390e578ce95059c2e29ea0d93df5f6c723d99a89e3fe7e15e344ba0fdeedacb743e36caf36068dfa8d93039bc528ad6d.jpg") top center no-repeat;
    background-size: 1px 2px, cover; }
    @media (min-width: 769px) {
      .AboutPanel .Panel-blockInner {
        background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(to bottom, #08101d 0%, #000a1a 100%);
        background-size: 1px 2px, auto; } }
  @media (min-width: 769px) {
    .AboutPanel {
      padding: 1px;
      margin-left: 3px;
      margin-right: 3px; } }

/* ------------------------------------ *    #Season Panel
\* ------------------------------------ */
.SeasonPanel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(to bottom, #524a32 0%, #281e02 100%); }
  .SeasonPanel .Panel-blockInner {
    padding: 30px;
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-gold-5906def1cd08b917509fca9704894b1ccdf2e4e51440a020048e1ed4210a828718d96c4294228d1c61cedbdcd3ea6a1789015300f21e111ddb029ad8bd6e8ac6.jpg") top center no-repeat;
    background-size: 1px 2px, cover; }
    @media (min-width: 769px) {
      .SeasonPanel .Panel-blockInner {
        background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(to bottom, #2b271c 0%, #140f01 100%);
        background-size: 1px 2px, auto; } }
  @media (min-width: 769px) {
    .SeasonPanel {
      padding: 1px;
      margin-right: 3px; } }

/* ------------------------------------ *    #Most Play Panel
\* ------------------------------------ */
.MostPlayPanel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(to bottom, #3c5a5c 0%, #002628 100%); }
  .MostPlayPanel .Panel-blockInner {
    padding: 30px;
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-green-51ee0d09b20cf1f0f27ba38f44f04d26e628ddd4e74aba530e158348b2249b157a2dee67477a3e4ae6b2101218b9e6372718fed981816ddcc157d784da4a090f.jpg") top center no-repeat;
    background-size: 1px 2px, cover; }
    @media (min-width: 769px) {
      .MostPlayPanel .Panel-blockInner {
        background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(to bottom, #1b2b2c 0%, #001314 100%);
        background-size: 1px 2px, auto; } }
  @media (min-width: 769px) {
    .MostPlayPanel {
      padding: 1px;
      -ms-transform: translateX(1px);
          transform: translateX(1px); } }

/* ------------------------------------ *    #PROFILE RANK
\* ------------------------------------ */
.ProfileRank-list {
  list-style: none;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 300px;
  min-width: 260px; }

.ProfileRank-stat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
  -ms-flex-align: center;
      align-items: center; }
  .ProfileRank-stat * {
    line-height: 1; }

.ProfileRank-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.ProfileRank-image {
  max-width: 120px;
  margin: 12px 0; }

.ProfileRank-statLabel {
  color: #ccc;
  font-size: 0.85714rem; }

.ProfileRank-statValue {
  color: #fff;
  font-size: 1rem; }

/* ------------------------------------ *    #MAP EXCERPT
\* ------------------------------------ */
.MapExcerpt-list {
  list-style: none;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 300px;
  min-width: 260px; }

.MapExcerpt-stat,
.MapExcerpt-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
  -ms-flex-align: center;
      align-items: center; }
  .MapExcerpt-stat *,
  .MapExcerpt-item * {
    line-height: 1; }

.MapExcerpt-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .MapExcerpt-block .ExcerptImage {
    margin: 12px 0;
    width: 100%;
    max-width: none;
    text-align: center; }

.MapExcerpt-title {
  font-size: 1rem;
  color: #fff;
  text-align: center; }

.MapExcerpt-statLabel,
.MapExcerpt-listLabel {
  color: #ccc;
  font-size: 0.85714rem; }

.MapExcerpt-statValue,
.MapExcerpt-listValue {
  color: #fff;
  font-size: 1rem;
  word-break: break-word; }

/* ------------------------------------ *    #PROFILE DETAIL
\* ------------------------------------ */
.ProfileDetail {
  padding: 30px; }
  @media (min-width: 960px) {
    .ProfileDetail {
      padding: 0; } }

.ProfileDetail-desc {
  color: #e5e5e5;
  font-size: 0.7619rem;
  line-height: 1.3;
  margin: 6px auto 30px; }

.ProfileDetail-list {
  list-style: none;
  padding: 0; }

.ProfileDetail-listLabel {
  color: #ccc;
  font-size: 0.7619rem; }

.ProfileDetail-listContent {
  color: #fff;
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.ProfileDetail-listItem {
  margin-bottom: 24px; }
  .ProfileDetail-listItem--protoss {
    color: #fff066; }
  .ProfileDetail-listItem--terran {
    color: #80d4ff; }
  .ProfileDetail-listItem--zerg {
    color: #d480ff; }

.ProfileDetail-listFlag {
  width: 26px;
  height: 17px; }

.ProfileDetail-listFlagImg {
  display: block;
  width: 100%;
  height: 100%; }

.ProfileDetail-listCountry {
  margin: 0 10px; }

/*------------------------------------*    #FORM GROUP
\*------------------------------------*/
.FormGroup {
  position: relative; }

.FormGroup-input {
  background-color: #01040a;
  border: 2px solid #333333;
  border-radius: 4px;
  font-size: 0.85714rem;
  padding: 2px 6px; }

.FormGroup-uiBlock {
  position: absolute;
  top: 0;
  right: 6px; }
  .FormGroup-input--textarea ~ .FormGroup-uiBlock {
    top: inherit;
    right: inherit;
    bottom: 2px;
    left: 6px; }

.FormGroup-characterCount {
  position: absolute;
  right: 12px;
  bottom: 10px; }

.FormGroup-input--full {
  width: 100%;
  max-width: 100%; }

.FormGroup-input--textarea {
  height: 240px;
  overflow: auto;
  resize: none; }

.FormGroup-uiIcon {
  height: auto;
  transition: 0.2s; }

.FormGroup-uiIcon--x {
  width: 12px; }
  .FormGroup-uiIcon--x path {
    fill: #800000; }
  .FormGroup-uiIcon--x:hover path {
    fill: #ff0000; }

.FormGroup-uiIcon--check {
  width: 14px; }
  .FormGroup-uiIcon--check path {
    fill: #4cc428; }
  .FormGroup-uiIcon--check:hover path {
    fill: #00ff00; }

.FormGroup-uiButton--confirm:disabled {
  cursor: not-allowed; }

.FormGroup-characterCount.has-max-count-warning {
  color: #d70c0c;
  font-weight: bold;
  animation: warnning 500ms ease-out 1; }

@keyframes warnning {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.5); }
  70% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

/*------------------------------------*    #EDITABLE FIELD
\*------------------------------------*/
.EditableField {
  word-break: break-all; }
  .ProfileDetail-title .EditableField {
    color: #fff;
    font-family: "EurostileExt", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    margin: 0; }
  .ProfileDetail-desc .EditableField {
    white-space: pre-line; }

.EditableField-icon {
  width: 12px;
  margin: 0 4px; }
  .EditableField-icon path {
    fill: #4cc428; }
  .EditableField-icon:hover path {
    fill: #00ff00; }

/* ------------------------------------ *    #COLLECTION EXCERPT
\* ------------------------------------ */
.CollectionExcerpt-image {
  position: relative;
  width: 142px;
  margin: 0 auto 20px; }

.CollectionExcerpt-overlay {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.5) 50%);
  background-size: 1px 2px; }
  .CollectionExcerpt-overlay .CollectionGrid-lock {
    position: absolute;
    bottom: 8px;
    left: 8px; }

/* Organisms */
/*------------------------------------*    #NAVIGATION
\*------------------------------------*/
.Navigation {
  display: none;
  position: relative; }
  @media (min-width: 960px) {
    .Navigation {
      display: block; } }

.Navigation-wrapper {
  width: 100%;
  font-size: 0.85714rem;
  line-height: 1em;
  text-align: center;
  position: relative;
  z-index: 100; }
  @media (min-width: 960px) {
    .Navigation-wrapper {
      font-size: 1rem; } }
  .Navigation.is-sticky .Navigation-wrapper {
    position: fixed;
    top: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1000; }

.Navigation-wrapper--left {
  text-align: left; }

.Navigation-bar {
  position: relative; }
  .Navigation-bar::after {
    content: '';
    pointer-events: none;
    width: 108px;
    height: 60px;
    background: url("images/site/navigation-wires-81ce48f6b5a03095284b22b4f4fb9a823e081b160c1e1e328ca58523cfeae5ee6c69d8da203f01afc281685a75d41fde8996c660c55d3d05134e925a3bfbea58.png");
    position: absolute;
    top: 100%;
    right: 30px; }

.Navigation-list {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0; }
  @media (min-width: 1200px) {
    .Navigation-list {
      padding-right: 1.42857em;
      padding-left: 1.42857em; } }

.Navigation-listItem {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.Navigation-listLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 0.71429em;
  padding-left: 0.71429em;
  height: 48px;
  background: none;
  border: 0;
  color: #00cc00;
  text-decoration: none;
  font-family: "Eurostile", sans-serif; }
  @media (min-width: 1200px) {
    .Navigation-listLink {
      padding-right: 1.42857em;
      padding-left: 1.42857em; } }
  .Navigation-listLink:visited {
    color: #00cc00; }
  .Navigation-listLink:hover, .Navigation-listLink:active {
    color: #ddff99;
    text-decoration: none; }
  .Navigation-listLink.is-current {
    color: #ccff66; }
  .Nav-list .Navigation-listLink {
    position: relative;
    width: 100%; }

/*------------------------------------*    #NAVIGATION SUBPAGE

    Subpage main nav has a different
    behavior from homepage
\*------------------------------------*/
.Header .Navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: inherit;
  transform: translate3d(0, -200%, 0);
  z-index: 100; }
  .Header .Navigation.hasTransition {
    transition: 0.3s; }
    .Header .Navigation.hasTransition .Navigation-menu::before {
      opacity: 0; }
  .Header .Navigation.is-shown {
    transform: translate3d(0, 0.001px, 0); }
    .Header .Navigation.is-shown .Navigation-profile::after {
      top: 0;
      right: 0;
      border-radius: 0; }
    @media (min-width: 960px) {
      .Header .Navigation.is-shown .Navigation-profile {
        min-width: 100px; } }
    @media (min-width: 1120px) {
      .Header .Navigation.is-shown .Navigation-profile {
        min-width: 260px; } }
    @media (min-width: 960px) {
      .Header .Navigation.is-shown .Navigation-profileDetail {
        display: none; } }
    @media (min-width: 1120px) {
      .Header .Navigation.is-shown .Navigation-profileDetail {
        display: block; } }

.Header .Navigation.is-detached {
  position: absolute;
  max-width: 1120px;
  top: 96px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border: 2px solid transparent;
  border-radius: 10px; }
  .is-home .Header .Navigation.is-detached {
    top: 0;
    max-width: 1230px; }
  @media (min-width: 1280px) {
    .Header .Navigation.is-detached {
      max-width: 1274px; } }
  .Header .Navigation.is-detached .Header-logoLink {
    display: none; }
  .Header .Navigation.is-detached .Navigation-wrapper {
    padding: 4px; }
  .Header .Navigation.is-detached .Navigation-bar--sub {
    border: 1px solid #800000;
    border-radius: 5px;
    min-height: 49px; }
    .Header .Navigation.is-detached .Navigation-bar--sub .Navigation-profile {
      padding: 0 24px 0 20px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .Header .Navigation.is-detached .Navigation-bar--sub::before {
      content: '';
      display: block;
      pointer-events: none;
      position: absolute;
      top: -6px;
      bottom: -6px;
      left: -6px;
      right: -6px;
      border: 2px solid #331f1f;
      border-radius: 10px;
      z-index: 1; }

.Header .Navigation-bar--sub {
  border-bottom: 1px solid #800000;
  background: #121212;
  min-height: 61px; }
  @media (min-width: 960px) {
    .Header .Navigation-bar--sub {
      background: #000; } }
  .Header .Navigation-bar--sub .Navigation-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 100%; }
    @media (min-width: 960px) {
      .Header .Navigation-bar--sub .Navigation-menu::before {
        content: '';
        display: block;
        position: absolute;
        pointer-events: none;
        width: 108px;
        height: 60px;
        background: url("images/site/navigation-wires-81ce48f6b5a03095284b22b4f4fb9a823e081b160c1e1e328ca58523cfeae5ee6c69d8da203f01afc281685a75d41fde8996c660c55d3d05134e925a3bfbea58.png");
        position: absolute;
        top: calc(100% + 6px);
        left: 30px;
        z-index: -1; } }
  .Header .Navigation-bar--sub .Navigation-list {
    margin: 0;
    padding: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: center;
        align-items: center; }
  .Header .Navigation-bar--sub .Navigation-listItem {
    padding: 10px 0;
    margin-left: 12px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    max-width: 17.5%;
    height: inherit; }
    .Header .Navigation-bar--sub .Navigation-listItem:first-child {
      margin-left: 22px; }
    @media (min-width: 860px) {
      .Header .Navigation-bar--sub .Navigation-listItem {
        margin-left: 24px; } }
    @media (min-width: 960px) {
      .Header .Navigation-bar--sub .Navigation-listItem {
        margin-left: 30px; } }
    @media (min-width: 1120px) {
      .Header .Navigation-bar--sub .Navigation-listItem {
        margin-left: 36px; } }
  .Header .Navigation-bar--sub .Navigation-listLink {
    height: 100%;
    padding: 0;
    font-size: 0.66667rem; }
    @media (min-width: 960px) {
      .Header .Navigation-bar--sub .Navigation-listLink {
        font-size: 0.7619rem; } }
    @media (min-width: 1280px) {
      .Header .Navigation-bar--sub .Navigation-listLink {
        font-size: 0.85714rem; } }
  .Header .Navigation-bar--sub .Nav-icon {
    margin-bottom: -2px;
    overflow: visible; }

.Navigation-searchBar {
  height: 100%;
  margin-left: auto;
  padding-right: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  display: none; }
  .Navigation-searchBar svg.Navigation-searchIcon {
    width: 21px;
    height: 21px;
    transform: translateZ(0) scale(0.81);
    transition: 0.4s;
    position: absolute;
    top: 50%;
    left: 7px;
    margin-top: -11px;
    overflow: visible; }
    .Navigation-searchBar svg.Navigation-searchIcon path {
      fill: #4d4d4d; }
  .Navigation-searchBar.is-collapsed svg.Navigation-searchIcon {
    cursor: pointer;
    margin-top: -11px;
    transform: translate3d(-30px, 0, 0) scale(1); }
    .Navigation-searchBar.is-collapsed svg.Navigation-searchIcon path {
      fill: #00cc00; }
    .Navigation-searchBar.is-collapsed svg.Navigation-searchIcon:hover path {
      fill: #ccff66; }

.Navigation-searchForm {
  font-size: 0.7619rem;
  width: 110px;
  overflow: hidden;
  transition: .35s; }
  .Navbar-modalContent .Navigation-searchForm {
    width: 100%; }
  @media (min-width: 1024px) {
    .Navigation-searchForm {
      width: 170px; } }
  @media (min-width: 1120px) {
    .Navigation-searchForm {
      width: 180px; } }
  @media (min-width: 1280px) {
    .Navigation-searchForm {
      width: 240px; } }
  .is-shown .Navigation-searchForm {
    width: 180px; }
    @media (min-width: 1280px) {
      .is-shown .Navigation-searchForm {
        width: 240px; } }
  .is-collapsed .Navigation-searchForm {
    width: 0; }
    .is-collapsed .Navigation-searchForm input {
      padding: 6px 10px 6px 100px; }
  .Navigation-searchForm input {
    border: 2px solid #333;
    border-radius: 5px;
    width: 100%;
    background: transparent;
    font-family: "Eurostile", sans-serif;
    padding: 6px 10px 6px 30px;
    transition: 0.45s; }
    .Navigation-searchForm input:focus {
      border-color: #666666; }

.Header-logoLink::after {
  content: '';
  display: none;
  position: absolute;
  width: 107px;
  height: 58px;
  top: calc(100% + 1px);
  left: 20px;
  background: url("images/site/greenwire-653baf6cf0d6a05a7a112852f4549de525d60cbf6402d4db873cb6e34df0a65c4c93557d1c772720edce68c93be58f110a092ec43787a6df2c65d82898e6c8d3.png");
  pointer-events: none;
  z-index: -1; }
  @media (min-width: 1500px) {
    .Header-logoLink::after {
      display: block; } }

.Navigation-login {
  padding: 6px;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .Navigation-login a {
    width: 100%; }

.Navigation-profile {
  min-width: 260px;
  position: relative;
  background: #1a1a1a;
  border-left: 1px solid #333;
  margin-left: auto;
  padding: 14px 16px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 960px) {
    .Navigation-profile {
      background: #000; } }
  .Navigation-profile.is-opened {
    padding: 14px 16px 0; }
    @media (min-width: 960px) {
      .Navigation-profile.is-opened {
        padding: 14px 16px; } }
  .Navigation-profile::before, .Navigation-profile::after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    transition: 0.1s;
    opacity: 0; }
    @media (min-width: 960px) {
      .Navigation-profile::before, .Navigation-profile::after {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; } }
  .Navigation-profile::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #0a1000 0%, #011e00 100%); }
  .Navigation-profile::after {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #00cc00; }
  .Navigation-profile:not(.is-opened):hover .Navigation-profileImg {
    border-color: #00cc00; }
  .Navigation-profile:not(.is-opened):hover .Navigation-profileHead,
  .Navigation-profile:not(.is-opened):hover .Navigation-profileSub {
    color: #00cc00; }
  .Navigation-profile:not(.is-opened):hover::before, .Navigation-profile:not(.is-opened):hover::after {
    opacity: 1; }

.Navigation-profileContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Eurostile", sans-serif;
  width: 100%;
  z-index: 1; }
  .Navigation-profileContent * {
    line-height: 1; }

.Navigation-profileImg {
  border: 1px solid #292929;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  transition: 0.1s;
  background-image: url("images/ui/default-profile-avatar-24678ab864c106276538336d948957f4671806209d11805ee45cc2a06cd8cdb394f951ef46ea25760fa3fb38a44a6c3d160a32c6b1304b4495ee4cf5f8a4bdad.jpg");
  background-size: cover; }

.Navigation-profileHead {
  color: #fff;
  font-size: 0.85714rem; }

.Navigation-profileSub {
  color: #b2b2b2;
  font-size: 0.57143rem; }

.Navigation-profileDropdown {
  width: 14px;
  margin-left: auto; }
  .is-opened .Navigation-profileDropdown {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .is-opened .Navigation-profileDropdown svg {
      filter: drop-shadow(0px 0px 2px #ccff66); }
      .is-opened .Navigation-profileDropdown svg polygon {
        fill: #ccff66; }
  .Navigation-profileDropdown svg {
    width: 100%;
    filter: drop-shadow(0px 0px 2px #4bd00c); }

.Navigation-dropDown {
  background: #0d0d0d;
  font-family: "Eurostile", sans-serif;
  margin-top: 14px;
  margin-left: -20px;
  width: 100vw;
  display: none; }
  @media (min-width: 960px) {
    .Navigation-dropDown {
      max-width: 1120px;
      margin-top: 0;
      margin-left: 0;
      position: absolute;
      top: calc(100% - 4px);
      right: -6px;
      z-index: -1;
      padding-top: 11px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; } }
  @media (min-width: 1280px) {
    .Navigation-dropDown {
      max-width: 1274px; } }
  .is-opened .Navigation-dropDown {
    display: block; }
  .Navigation-dropDown * {
    line-height: 1; }
  .Navigation.hasTransition .Navigation-dropDown {
    max-width: inherit;
    right: 0;
    top: calc(100% + 1px); }

.Navigation-dDHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.7619rem;
  color: #00cc00;
  text-transform: capitalize;
  border-bottom: 1px solid #191919;
  padding: 14px 20px 12px 28px;
  cursor: auto; }
  @media (min-width: 960px) {
    .Navigation-dDHeader {
      border: none;
      font-size: 0.66667rem;
      color: #999;
      text-transform: uppercase;
      padding: 30px 30px 28px; } }
  .Navigation-dDHeader .Icon {
    position: relative;
    opacity: 0;
    margin-left: auto;
    width: 14px;
    top: inherit;
    left: inherit;
    -ms-transform: none;
        transform: none; }
    .Navigation-dDHeader .Icon svg {
      width: 100%; }
  .Navigation-dDHeader.is-active {
    color: #ccff66; }

.Navigation-dDGateways {
  display: -ms-flexbox;
  display: flex; }

.Navigation-dDGroup {
  background: #000;
  padding-bottom: 13px; }
  @media (min-width: 960px) {
    .Navigation-dDGroup {
      background: transparent;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      padding: 0 1px; } }

.Navigation-dDGroupHdr {
  color: #cccccc;
  font-size: 0.57143rem;
  padding: 6px 30px 5px;
  margin-bottom: 15px;
  background: #0d0d0d;
  cursor: auto; }
  @media (min-width: 960px) {
    .Navigation-dDGroupHdr {
      color: white;
      font-size: 0.7619rem;
      margin-bottom: 8px; } }

.Navigation-dDGroupItem,
.Navigation-dDLogin {
  display: block;
  color: #00cc00;
  font-size: 0.7619rem; }
  .Navigation-dDGroupItem a,
  .Navigation-dDLogin a {
    display: block;
    opacity: 0;
    transform: translate3d(30%, 0, 0); }
  .is-visible .Navigation-dDGroupItem a, .is-visible
  .Navigation-dDLogin a {
    opacity: 1;
    transform: translate3d(0.01%, 0, 0); }

.Navigation-dDGroupItem {
  background: #000; }
  .Navigation-dDGroupItem a {
    padding: 0 40px 15px;
    transition: .2s ease; }
  @media (min-width: 960px) {
    .Navigation-dDGroupItem {
      background: transparent;
      border: 2px solid transparent; }
      .Navigation-dDGroupItem:hover {
        background: linear-gradient(to bottom, #0a1000 0%, #011e00 100%);
        border: 2px solid #00cc00; }
        .Navigation-dDGroupItem:hover a {
          color: #00cc00;
          text-decoration: none; }
      .Navigation-dDGroupItem a {
        padding: 10px 28px 8px; } }

.Navigation-dDLogin {
  padding: 14px 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .Navigation-dDLogin a {
    transition: .25s ease; }
  @media (min-width: 960px) {
    .Navigation-dDLogin {
      -ms-flex-pack: end;
          justify-content: flex-end; } }

.Navigation-dDContent {
  display: none;
  opacity: 0;
  transition: 0.25s; }
  .Navigation-dDContent.is-opened {
    display: block; }
  .Navigation-dDContent.is-visible {
    opacity: 1; }
    .Navigation-dDContent.is-visible .Navigation-dDGroupItem a {
      opacity: 1;
      transform: translate3d(0.01%, 0, 0); }
  .Navigation-dDContent .Navigation-dDGroupItem a {
    opacity: 0;
    transform: translate3d(30%, 0, 0); }

.autocomplete-suggestions {
  position: absolute;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.95);
  -ms-transform: translateY(-6px);
      transform: translateY(-6px);
  border: 2px solid #666;
  border-top: 1px solid #666;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-height: 166px;
  overflow: scroll; }
  .autocomplete-suggestions .Navigation-suggestion {
    padding: 2px 30px 2px 2px; }
    .autocomplete-suggestions .Navigation-suggestion span {
      padding: 8px;
      border: 2px solid transparent;
      color: #00cc00;
      font-size: 0.7619rem;
      font-family: "Eurostile", sans-serif;
      display: block; }
    .autocomplete-suggestions .Navigation-suggestion.selected span, .autocomplete-suggestions .Navigation-suggestion:hover span {
      border: 2px solid #00cc00;
      background: linear-gradient(0deg, #003300 0%, rgba(17, 26, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 50%);
      background-size: auto, 1px 2px; }

/* ------------------------------------ *    #SOLARSYSTEM
\* ------------------------------------ */
.SolarSystem {
  background: #0a0e17 url("images/site/solarsystem-bg-md-7cf5c9ccb6fc854b1eca0783a21f3873abedfbd7fdb364fb0b7d1fb9ef0fb5e89b85d7e99946898cba0d9e420fb37d553d4be03767325d2109a0d6b1bf61ea8a.jpg") bottom right no-repeat;
  position: relative;
  z-index: 10; }

@media (min-width: 1200px) {
  .SolarSystem-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 598px; } }

.SolarSystem-backdrops {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.SolarSystem-backdrop {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000 right bottom no-repeat;
  background-size: cover;
  transition: 600ms; }
  .SolarSystem-backdrop.is-current {
    visibility: visible;
    opacity: 1; }

.SolarSystem-backdropGraphic {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  -ms-transform: translateX(100px);
      transform: translateX(100px);
  transition-delay: 1s; }
  @media (min-width: 1200px) {
    .SolarSystem-backdropGraphic {
      -ms-transform: translateX(40px);
          transform: translateX(40px); } }
  .SolarSystem-backdrop.is-current .SolarSystem-backdropGraphic {
    -ms-transform: translateX(60px);
        transform: translateX(60px);
    transition: 10s linear; }
    @media (min-width: 1200px) {
      .SolarSystem-backdrop.is-current .SolarSystem-backdropGraphic {
        -ms-transform: none;
            transform: none; } }

.SolarSystem-backdropGraphic--rocks {
  margin-right: 50px;
  margin-bottom: -80px; }

.SolarSystem-backdropGraphic--zerg {
  margin-bottom: -60px; }

.SolarSystem-content {
  position: relative;
  z-index: 10; }

/* ------------------------------------ *    #SCOPE
\* ------------------------------------ */
.Scope {
  font-size: 0.90476rem; }

.Scope-18 {
  font-size: 0.85714rem; }

/*------------------------------------*    #COMPARE
\*------------------------------------*/
.Compare {
  background: #000;
  position: relative; }

.Compare-view {
  background: #000; }

.Compare-mask {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform; }
  .show-hd .Compare-mask {
    opacity: 0; }
    @media (min-width: 960px) {
      .show-hd .Compare-mask {
        opacity: 1; } }

.Compare-slider {
  display: none; }
  @media (min-width: 960px) {
    .Compare-slider {
      display: block;
      outline: 0;
      cursor: col-resize;
      margin-left: -57px;
      background: url("images/site/compare-slider-base-640515cde7f7eaed49e113de6dc7119e2f5d5f14198af97f1e9a2113af8345b04f446dee9ed437a986d5a8dfbeb7a03d7a76b1d0263c19c25dba8eebc26588e1.png") center top;
      background-size: 100% auto;
      border: 0;
      width: 114px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; } }
  @media (min-width: 960px) {
    .Compare-slider::before {
      right: 100%; } }
  .Compare-slider:hover {
    background-image: url("images/site/compare-slider-base-hover-6964e2531d8be551153e707858ac96b4ad5e166506cc12ad7ade2448d70b349aa7494b037e79879c5cf539314f59faaa25a466f7ad504bf0c2a308a10cdf7e7d.png"); }
  .Compare.is-dragging .Compare-slider {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%) center top repeat-y;
    background-size: 2px 2px; }

.Compare-viewLabel {
  display: block;
  width: 100px;
  margin-left: -50px;
  padding: 15px;
  font-family: "Eurostile", sans-serif;
  font-size: 0.85714rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%; }

/*------------------------------------*    #COMMAND ROOM
\*------------------------------------*/
.CommandRoom {
  overflow: hidden;
  position: relative;
  background: url("images/site/command-room/command-room-bg-sm-e891fb2843cf331d1f2ea136d609d5d9e404f91d775dedf035b1dfaf355ba1988b37c29c48cb7913ee3ac1cb7cacf58fab05243946b7c3169679cbbbe565dc3d.jpg") center bottom no-repeat;
  text-align: center;
  z-index: 0; }
  @media (min-width: 640px) {
    .CommandRoom {
      height: 480px;
      background: #000; } }
  @media (min-width: 960px) {
    .CommandRoom {
      height: 800px;
      background: #000; } }

.CommandRoom-view {
  min-width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: -1;
  will-change: transform; }
  .CommandRoom-view::before, .CommandRoom-view::after {
    content: '';
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 25%;
    background: linear-gradient(90deg, #000 0%, transparent 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .CommandRoom-view::before {
    left: -1px; }
  .CommandRoom-view::after {
    right: -1px;
    -ms-transform: scale(-1, 1);
        transform: scale(-1, 1); }

.CommandRoom-viewImg {
  display: block;
  min-height: 100%;
  min-width: 100%;
  height: auto; }
  .objectfit .CommandRoom-viewImg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.CommandRoom-overlay {
  min-height: 529px; }
  @media (min-width: 640px) {
    .CommandRoom-overlay {
      height: 100%;
      min-height: 80vh;
      min-height: inherit;
      background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.3) 50%);
      background-size: 1px 2px;
      position: relative; } }

@media (min-width: 640px) {
  .CommandRoom-overlayBackdrop {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    min-width: 100vw;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

@media (min-width: 960px) {
  .CommandRoom-overlayBackdrop {
    height: auto;
    min-height: 100%; } }

.CommandRoom-lockup {
  width: 100%;
  margin-bottom: 30px;
  padding: 1px;
  background: #000;
  border: solid #331f1f;
  border-width: 0 0 2px;
  position: relative; }
  @media (min-width: 640px) {
    .CommandRoom-lockup {
      margin: 0 auto;
      margin-top: 35px;
      width: 330px;
      border-width: 2px; } }
  @media (min-width: 960px) {
    .CommandRoom-lockup {
      margin-top: 38px;
      width: 430px; } }
  @media (min-width: 1200px) {
    .CommandRoom-lockup {
      width: 570px; } }
  @media (min-width: 640px) {
    .CommandRoom-lockup::before, .CommandRoom-lockup::after {
      content: '';
      display: block;
      width: 174px;
      height: 134px;
      background: url("images/site/command-room/command-room-arm-left-sm-07287d7681a3e87421a8221848dacd57ff64bd8f3968c889e2feddfc5ec322978b8672cfafa287ed01ef5937b4bed3560b7eff4e9c9200d31c661433d1a1c0a9.png") center no-repeat;
      position: absolute;
      top: -10px; } }
  @media (min-width: 960px) {
    .CommandRoom-lockup::before, .CommandRoom-lockup::after {
      width: 211px;
      height: 179px;
      background-image: url("images/site/command-room/command-room-arm-left-md-eafb0881961fbb3a3b4b08f5c6031901a4897de5486f463fd6835df53f8be06834980ee2d37ff792c36b5a43b1bfa40b56ee288f592a153f5d50d26cec6e5dc4.png");
      top: -17px; } }
  @media (min-width: 1200px) {
    .CommandRoom-lockup::before, .CommandRoom-lockup::after {
      width: 211px;
      height: 229px;
      background-image: url("images/site/command-room/command-room-arm-left-lg-17398a4b8cc0ed243638ce3774f9a97132b999a3683165b0a959d114d3863d116ea8f3892bb5c0074233442958a56cdadb300d1502688f44be5c37fda26a924e.png"); } }
  @media (min-width: 640px) {
    .CommandRoom-lockup::before {
      left: -15px; } }
  @media (min-width: 960px) {
    .CommandRoom-lockup::before {
      left: -21px; } }
  @media (min-width: 640px) {
    .CommandRoom-lockup::after {
      right: -15px;
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); } }
  @media (min-width: 960px) {
    .CommandRoom-lockup::after {
      right: -21px; } }

.CommandRoom-lockupContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 20px;
  height: 172px;
  border: solid #800000;
  border-width: 1px 0; }
  @media (min-width: 640px) {
    .CommandRoom-lockupContent {
      border-width: 1px;
      height: 112px; } }
  @media (min-width: 960px) {
    .CommandRoom-lockupContent {
      height: 143px; } }
  @media (min-width: 1200px) {
    .CommandRoom-lockupContent {
      height: 192px; } }

.CommandRoom-logo {
  width: 240px;
  max-width: 100%;
  height: auto; }
  @media (min-width: 960px) {
    .CommandRoom-logo {
      width: auto; } }

.CommandRoom-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: auto;
  padding-bottom: 25px;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  position: relative;
  z-index: 1; }
  @media (min-width: 640px) {
    .CommandRoom-content {
      padding-bottom: 0; } }
  @media (min-width: 960px) {
    .CommandRoom-content {
      padding-bottom: 75px; } }
  @media (min-width: 1200px) {
    .CommandRoom-content {
      padding-bottom: 45px; } }

.CommandRoom-header {
  margin-top: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }

.CommandRoom-console {
  margin: 0;
  position: absolute;
  z-index: 10; }

.CommandRoom-console--1 {
  top: 0;
  right: 0;
  width: 246px;
  height: 248px; }
  .CommandRoom-console--1 > img {
    display: block;
    max-width: 100%;
    margin: 0; }

.CommandRoom-console1-hoverGif {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }
  .CommandRoom-console1-hoverTarget:hover + .CommandRoom-console1-hoverGif {
    opacity: 1; }

.CommandRoom-console1-hoverTarget {
  cursor: pointer;
  position: absolute;
  top: 57px;
  left: 39px;
  width: 135px;
  height: 80px;
  -ms-transform: rotate(-7deg);
      transform: rotate(-7deg);
  z-index: 10; }

.CommandRoom-console--2 {
  margin-left: -824px;
  left: 50%;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.CommandRoom-console--3 {
  margin-right: -580px;
  bottom: 0;
  right: 50%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

/*------------------------------------*    #BLIZZARD BAR OVERRIDES
\*------------------------------------*/
.Navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20; }
  .Navbar a {
    text-decoration: none; }
  .Navbar img {
    margin-bottom: 0; }
  .Navbar .Navbar-siteMenu {
    padding: 0; }
    .Navbar .Navbar-siteMenu .Navbar-siteMenuLogo {
      position: relative;
      height: 45px;
      width: 178px;
      margin: 12px auto 0; }
      .Navbar .Navbar-siteMenu .Navbar-siteMenuLogo svg {
        height: 45px; }
  .Navbar .Navbar-mobile {
    background: #1a1a1a; }
    .Navbar .Navbar-mobile .Navbar-logo {
      position: absolute;
      top: 0;
      left: 50%;
      height: 48px;
      width: 178px;
      background-size: auto 45px;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .Navbar .Navbar-mobile .Navbar-logo svg {
        height: 45px; }
    .Navbar .Navbar-mobile .Navbar-customLogo {
      display: none;
      position: absolute;
      top: 0;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .Navbar .Navbar-mobile .Navbar-customLogo img {
        height: 48px;
        width: auto;
        image-rendering: -webkit-optimize-contrast; }
  @media (min-width: 769px) {
    .Navbar {
      position: relative; } }

/*------------------------------------*    #HERO
\*------------------------------------*/
.Hero {
  margin-bottom: -20%;
  width: 100%;
  position: relative;
  z-index: 0; }

.Hero-inner {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1; }
  .Hero-inner::after {
    content: '';
    display: block;
    background: url("images/site/hero-vingette-d02df2229435b0850384bb50ca00911832ca4d9d804ffc6885980c850af0a537a02c472cba5ee78bf4f5805202d78904c62fb54cf551569495c916966d12d52a.png") center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

/*------------------------------------*    #MODAL
\*------------------------------------*/
.Modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
  width: 100vw;
  max-width: 90vw;
  height: 100vh;
  padding: 10px; }
  @media (min-width: 640px) {
    .Modal {
      padding: 100px; } }

.Modal-outer {
  width: 100%;
  position: relative; }
  @media (min-width: 960px) {
    .Modal-outer::before, .Modal-outer::after {
      content: '';
      display: block;
      pointer-events: none;
      margin: -18px -14px;
      width: 114px;
      height: 116px;
      background: url("images/site/locked-frame-corner-top-left-70817c95ca4c62a19817c0d59dc9d0baeb4549bd9db7f58413642b085077096d5a3a75405ece2db2c4fe51f8d7b9fd33bc05253fdf58baf4ad9f81000a6e3fbf.png");
      position: absolute;
      top: 0;
      z-index: 1; } }
  @media (min-width: 960px) {
    .Modal-outer::before {
      left: 0; } }
  @media (min-width: 960px) {
    .Modal-outer::after {
      right: 0;
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); } }

.Modal-closeBtn {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 15px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 3px;
  position: absolute;
  right: 0;
  bottom: 100%;
  -webkit-appearance: none; }
  @media (min-width: 640px) {
    .Modal-closeBtn {
      left: 100%;
      right: auto; } }
  .Modal-closeBtn:hover {
    border: 2px solid #9597A5; }
  .Modal-closeBtn:active {
    border: 2px solid #bfc0ca; }
    .Modal-closeBtn:active polygon {
      fill: #bfc0ca; }

.Modal-closeBtnSvg {
  display: block; }

@media (min-width: 640px) {
  .Modal-inner {
    border-radius: 15px; } }

@media (min-width: 960px) {
  .Modal-inner::before, .Modal-inner::after {
    content: '';
    display: block;
    pointer-events: none;
    margin: -18px -14px;
    width: 114px;
    height: 116px;
    background: url("images/site/locked-frame-corner-top-left-70817c95ca4c62a19817c0d59dc9d0baeb4549bd9db7f58413642b085077096d5a3a75405ece2db2c4fe51f8d7b9fd33bc05253fdf58baf4ad9f81000a6e3fbf.png");
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    z-index: 1; } }

@media (min-width: 960px) {
  .Modal-inner::before {
    left: 0;
    -ms-transform: scale(1, -1);
        transform: scale(1, -1); } }

@media (min-width: 960px) {
  .Modal-inner::after {
    right: 0;
    -ms-transform: scale(-1, -1);
        transform: scale(-1, -1); } }

.Modal-content {
  overflow: hidden;
  border-radius: inherit;
  position: relative;
  background: #000;
  max-height: 88vh; }
  .Modal-content::after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    border: 2px solid rgba(184, 187, 204, 0.4);
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/*------------------------------------*    #RACES
\*------------------------------------*/
.Races {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.Races-views {
  position: relative; }

.Races-viewsView {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  transition: opacity 600ms, transform 600ms;
  -ms-transform: translateY(30px) scale(0.96);
      transform: translateY(30px) scale(0.96);
  -ms-transform-origin: center top;
      transform-origin: center top; }
  .Races-viewsView.is-current {
    opacity: 1;
    visibility: visible;
    position: static;
    -ms-transform: none;
        transform: none; }

.Races-backdrops {
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; }
  @media (min-width: 960px) {
    .Races-backdrops {
      opacity: 1; } }

.Races-backdropsImg {
  visibility: hidden;
  opacity: 0;
  margin-left: -800px;
  width: 1600px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: 600ms; }
  @media (min-width: 1200px) {
    .Races-backdropsImg {
      margin-left: 0;
      width: 100%;
      left: 0; } }
  .Races-backdropsImg.is-current {
    opacity: 1;
    visibility: visible;
    -ms-transform: none;
        transform: none; }

/*------------------------------------*    #SOCIAL FEED
\*------------------------------------*/
.SocialFeed iframe {
  height: 190px; }
  @media (min-width: 960px) {
    .SocialFeed iframe {
      height: 460px; } }
  @media (min-width: 1200px) {
    .SocialFeed iframe {
      height: 1100px; } }

/*------------------------------------*    #SOCIAL FOOTER
\*------------------------------------*/
.SocialFooter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 190px;
  background: url("images/site/social-footer-bg-xl-26c56d731b768732444286f3e5e9644cfa4dfd7d0ea3a4cf7f56424c3e2fe47ff3ba6e0554ef1d26dc1da01364c5ff1b7d077516409f3e9279c204f8ae73358a.jpg") center no-repeat;
  background-size: cover;
  text-align: center; }
  @media (min-width: 960px) {
    .SocialFooter {
      height: 460px; } }

/*------------------------------------*    #HEADER
\*------------------------------------*/
.Header {
  overflow: hidden;
  opacity: 0;
  pointer-events: none; }
  @media (min-width: 960px) {
    .Header {
      opacity: 1;
      pointer-events: auto; } }
  .is-home .Header {
    position: relative;
    height: 66px;
    overflow: visible; }
    @media (min-width: 960px) {
      .is-home .Header {
        margin-bottom: 90px;
        height: 66px; } }
  .Header .BorderBlock {
    border: 0;
    padding-top: 0; }
  .Header .BorderBlock-inner {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
  .Header .Navigation-bar {
    display: block; }
  .Header .Navigation-bar--sub {
    display: -ms-flexbox;
    display: flex; }
  .Header .Navigation-menu {
    display: inline-block;
    width: calc(100% - 260px);
    vertical-align: top; }
  .Header .Navigation-listItem {
    height: 58px;
    padding-top: 3px; }
  .Header .Navigation-bar::after {
    display: none; }

.Header-logoLink {
  border-right: 1px solid #333;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.Header-logoImg {
  display: block;
  max-width: 68%;
  margin: 0  auto; }

/*------------------------------------*    #GALLERY
\*------------------------------------*/
.Gallery-heading {
  text-align: center; }
  @media (min-width: 960px) {
    .Gallery-heading {
      text-align: left; } }

.all-slides-visible > button {
  display: none; }

/*------------------------------------*    #FEATURE TABLE
\*------------------------------------*/
.FeatureTable {
  color: #b8bbcc;
  font-size: 0.57143rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  @media (min-width: 960px) {
    .FeatureTable {
      padding: 1px;
      border: 1px solid #800000;
      border-radius: 1px;
      max-width: 1000px; } }
  @media (min-width: 1200px) {
    .FeatureTable {
      font-size: 0.85714rem; } }
  .FeatureTable img {
    margin-bottom: 0; }

.FeatureTable-outer {
  background: rgba(5, 5, 5, 0.9); }
  @media (min-width: 960px) {
    .FeatureTable-outer {
      border: 1px solid #331f1f;
      border-radius: 1px; } }

.FeatureTable-inner {
  position: relative; }

.FeatureTable-list {
  margin: 0; }

.FeatureTable-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #1a1e20; }

.FeatureTable-row--header {
  -ms-flex-pack: end;
      justify-content: flex-end;
  border-bottom-color: #3d4546;
  color: #fff;
  font-family: "EurostileExt", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

.FeatureTable-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 65px;
  height: 70px;
  padding: 10px; }
  @media (min-width: 960px) {
    .FeatureTable-cell {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 25%;
      padding: 23px 35px; } }
  .FeatureTable-cell:not(:first-child) {
    border-left: 1px solid #1a1e20; }

.FeatureTable-cell--logo {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0; }

.FeatureTable-cell--label {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  text-align: left; }
  @media (min-width: 960px) {
    .FeatureTable-cell--label {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      width: 50%; } }

.FeatureTable-cell--free {
  background: rgba(3, 3, 3, 0.5); }

.FeatureTable-cell--remastered {
  border-bottom: 1px solid #073a02;
  margin-bottom: -1px;
  background: linear-gradient(0deg, #090f02 50%, #0b1103 50%);
  background-size: 1px 2px; }

.FeatureTable-check {
  width: 24px;
  height: auto; }
  @media (min-width: 960px) {
    .FeatureTable-check {
      width: auto; } }

.FeatureTable-highlight {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 65px;
  border: 1px solid #055500;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0; }
  @media (min-width: 960px) {
    .FeatureTable-highlight {
      width: calc(25% + 6px);
      box-shadow: inset 0 0 0 1px #000;
      top: -3px;
      right: -3px;
      bottom: -3px; } }
  @media (min-width: 960px) {
    .FeatureTable-highlight::before {
      content: '';
      display: block;
      width: 10px;
      position: absolute;
      opacity: 0.5;
      background: linear-gradient(90deg, rgba(5, 85, 0, 0) 0%, #055500 100%);
      top: 0;
      right: 100%;
      bottom: 0; } }
  @media (min-width: 960px) {
    .FeatureTable-highlight::after {
      content: '';
      display: block;
      margin: 1px;
      border: inherit;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

.FeatureTable-mobileHeader {
  border-bottom: 1px solid rgba(184, 204, 204, 0.3);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 130px;
  color: #fff;
  font-family: "EurostileExt", sans-serif;
  font-size: 0.57143rem;
  font-weight: 600;
  text-transform: uppercase;
  position: relative; }
  .FeatureTable-mobileHeader::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vw;
    background: rgba(3, 3, 3, 0.9);
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    border-right: 1px solid rgba(184, 204, 204, 0.3); }
  .FeatureTable-mobileHeader::after {
    content: '';
    display: block;
    border-top: 1px solid rgba(184, 204, 204, 0.3);
    width: 100%;
    position: absolute;
    top: 0;
    right: 130px;
    z-index: 1; }

.FeatureTable-mobileHeaderCell {
  position: relative;
  width: 65px;
  height: 130px;
  text-align: right; }

.FeatureTable-mobileHeaderContent {
  border-bottom: 1px solid rgba(184, 204, 204, 0.3);
  padding: 0 45px;
  width: 300px;
  height: 46px;
  line-height: 46px;
  position: absolute;
  right: 0;
  bottom: -45px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -ms-transform-origin: right top;
      transform-origin: right top; }

/* ------------------------------------ *    #LEADERBOARD
\* ------------------------------------ */
.LeaderBoardWrap {
  padding: 0 0 50px;
  position: relative;
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/leaderboard/backdrop-5c7aec2e3c385fa0ffb9470d78794e31350821d80bf7ab01b1c35039d308fc94d634d0310ec3ccddf542c0fae83a33a800292c8e3acb9c6c462a7c3df3653ba9.jpg") top center, linear-gradient(to right, #202c39 0%, #26313f 50%, #292c35 75%, #17161b 100%);
  background-size: 1px 2px, cover; }
  @media (min-width: 960px) {
    .LeaderBoardWrap {
      padding: 120px 0 50px;
      border-top: none; } }
  .LeaderBoardWrap .container {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 769px) {
      .LeaderBoardWrap .container {
        padding-left: 25px;
        padding-right: 25px; } }
  .LeaderBoardWrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 200vw;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.2) 90%, transparent 100%); }
    @media (min-width: 769px) {
      .LeaderBoardWrap::before {
        display: none; } }
  .LeaderBoardWrap .Heading {
    position: relative;
    z-index: 1; }
  .LeaderBoardWrap .BorderBlock {
    max-width: 1120px;
    margin: 0 auto; }
    @media (min-width: 1280px) {
      .LeaderBoardWrap .BorderBlock {
        max-width: inherit; } }

.LeaderBoard {
  position: relative;
  padding: 148px 0px 24px;
  z-index: 19; }
  @media (min-width: 769px) {
    .LeaderBoard {
      padding: 72px 33px 24px; } }
  @media (min-width: 960px) {
    .LeaderBoard {
      padding: 72px 66px 24px; } }

.LeaderBoard-ctrlPanelWatch {
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: calc(100% + 10px);
  left: 0;
  pointer-events: none; }
  @media (min-width: 960px) {
    .LeaderBoard-ctrlPanelWatch {
      height: 61px; } }

.LeaderBoard-ctrlPanel {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 100%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 2; }
  @media (min-width: 769px) {
    .LeaderBoard-ctrlPanel {
      z-index: 1000;
      width: calc(100% + 48px); } }
  .LeaderBoard-ctrlPanel::before, .LeaderBoard-ctrlPanel::after {
    content: '';
    display: none;
    position: absolute;
    width: 211px;
    height: 144px;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    pointer-events: none; }
    @media (min-width: 769px) {
      .LeaderBoard-ctrlPanel::before, .LeaderBoard-ctrlPanel::after {
        display: block; } }
  .LeaderBoard-ctrlPanel::before {
    left: 5px;
    background-image: url("images/site/leaderboard/arm-tl-849f19c44fa49aa86d6f0bac78b721483ddbb2c2a91f870967efbb1197f4163313b4c5e9dae3fba45a582d8a12dfbec0a2eb7131e4ffaccf73eed1796dbe0392.png"); }
  .LeaderBoard-ctrlPanel::after {
    right: 5px;
    background-image: url("images/site/leaderboard/arm-tr-7dc1faa3d094ef8ecc4cd3c2433f66912cadecd36c6e829343fda2b0e9a84952b5b19e864bf9cdf9b28ac5132e5c91d4f2561e785167bdf7751e31d3d638587a.png"); }
  @media (min-width: 769px) {
    .LeaderBoard-ctrlPanel.is-detached {
      position: fixed;
      width: calc(100% - 14px);
      max-width: 1156px;
      top: 47px;
      z-index: 1000; } }
  @media (min-width: 960px) {
    .LeaderBoard-ctrlPanel.is-detached {
      top: 60px; } }
  @media (min-width: 1280px) {
    .LeaderBoard-ctrlPanel.is-detached {
      max-width: 1266px; } }

.LeaderBoard-mobileCtrl {
  position: fixed;
  background: #121212;
  left: 0;
  top: 48px;
  width: 100vw;
  transition: 0.2s;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1000; }
  @media (min-width: 769px) {
    .LeaderBoard-mobileCtrl {
      display: none; } }
  .LeaderBoard-mobileCtrl.is-shown {
    opacity: 1;
    transform: translate3d(0, 0.001%, 0); }

/* ------------------------------------ *    #LEADERBOARD TABLE
\* ------------------------------------ */
.LeaderBoardTableWrap {
  max-width: 100vw;
  overflow: auto; }
  .LeaderBoardTableWrap.ps.ps--active-x .ps__scrollbar-x-rail {
    display: none; }

.LeaderBoardTable {
  font-family: "Eurostile", sans-serif;
  position: relative;
  min-width: 640px; }
  .LeaderBoardTable-rank {
    padding-left: 10px;
    width: 14.72%; }
    @media (min-width: 769px) {
      .LeaderBoardTable-rank {
        width: 14.72%; } }
  .LeaderBoardTable-player {
    width: 25%; }
    @media (min-width: 769px) {
      .LeaderBoardTable-player {
        width: 32.27%; } }
  .LeaderBoardTable-most {
    width: 16%;
    text-transform: capitalize; }
    @media (min-width: 769px) {
      .LeaderBoardTable-most {
        width: 12.64%; } }
  .LeaderBoardTable-points, .LeaderBoardTable-wins, .LeaderBoardTable-losses, .LeaderBoardTable-disconnects {
    -ms-flex: 1;
        flex: 1; }

.LeaderBoardTable-headerWatch {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 61px;
  pointer-events: none; }
  @media (min-width: 769px) {
    .LeaderBoardTable-headerWatch {
      height: 110px; } }
  @media (min-width: 960px) {
    .LeaderBoardTable-headerWatch {
      height: 120px; } }

.LeaderBoardTable-header {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 12px 0 10px;
  background: #000;
  z-index: 5; }
  .LeaderBoardTable-header.is-fixed {
    position: fixed;
    background: #000;
    max-width: 1087px;
    min-width: 640px;
    top: 100px;
    z-index: 999; }
    @media (min-width: 769px) {
      .LeaderBoardTable-header.is-fixed {
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        width: calc(100% - 128px);
        top: 109px;
        max-width: 976px; } }
    @media (min-width: 960px) {
      .LeaderBoardTable-header.is-fixed {
        top: 119px;
        width: calc(100% - 194px); } }
    @media (min-width: 1280px) {
      .LeaderBoardTable-header.is-fixed {
        max-width: 1086px; } }

.LeaderBoardTable-heading {
  font-size: 0.66667rem;
  color: #9cb3fa;
  text-transform: capitalize;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.LeaderBoardTable-sorted {
  position: relative;
  width: 5px;
  height: 16px;
  margin-left: 8px;
  opacity: 0; }
  .is-sorted .LeaderBoardTable-sorted {
    opacity: 1; }

.LeaderBoardTable-body {
  margin-bottom: 15px;
  position: relative;
  min-height: 360px;
  color: #b8bbcc; }

.LeaderBoardTable-bodyWatch {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 130px; }

.LeaderBoardTable-link {
  text-decoration: none; }
  .LeaderBoardTable-link * {
    color: #b8bbcc; }

.LeaderBoardTable-row {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 7px 0 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 41px;
  z-index: 1; }
  .LeaderBoardTable-row::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.1s;
    opacity: 0;
    background: linear-gradient(0deg, #003300 0%, rgba(17, 26, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 50%);
    background-size: auto, 1px 2px;
    z-index: -1; }
  .LeaderBoardTable-row::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border: 2px solid #00cc00;
    transition: 0.1s;
    opacity: 0; }
  .LeaderBoardTable-row.is-highlighted {
    background-color: rgba(142, 163, 228, 0.1); }
  .LeaderBoardTable-row:hover {
    cursor: pointer; }
    .LeaderBoardTable-row:hover * {
      color: #00cc00; }
    .LeaderBoardTable-row:hover .LeaderBoardTable-rank span {
      color: #ccff66; }
  .LeaderBoardTable-row:hover::before, .LeaderBoardTable-row:hover::after {
    opacity: 1; }

.LeaderBoardTable-cell {
  font-size: 0.85714rem;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .LeaderBoardTable-cell.LeaderBoardTable-rank {
    font-weight: bold;
    color: #fff;
    font-size: 0.57143rem; }
    @media (min-width: 640px) {
      .LeaderBoardTable-cell.LeaderBoardTable-rank {
        font-size: 0.85714rem; } }
  .LeaderBoardTable-cell .PlayerProfile-img {
    width: 30px;
    display: none; }
    @media (min-width: 640px) {
      .LeaderBoardTable-cell .PlayerProfile-img {
        display: block; } }
  .LeaderBoardTable-cell .PlayerProfile-sub {
    display: none; }
    @media (min-width: 640px) {
      .LeaderBoardTable-cell .PlayerProfile-sub {
        display: block; } }
  .LeaderBoardTable-cell.Terran, .LeaderBoardTable-cell.terran {
    color: #80d4ff; }
  .LeaderBoardTable-cell.Protoss, .LeaderBoardTable-cell.protoss {
    color: #fff066; }
  .LeaderBoardTable-cell.Zerg, .LeaderBoardTable-cell.zerg {
    color: #d480ff; }
  .LeaderBoardTable-cell.Random .LeaderBoardTable-cell.random {
    color: #ff9166; }

.LeaderBoardTable-icon {
  position: relative;
  width: 15px;
  height: 10px;
  margin-right: 10px;
  -ms-transform: scale(0.8);
      transform: scale(0.8); }
  @media (min-width: 640px) {
    .LeaderBoardTable-icon {
      margin-right: 20px;
      display: block;
      -ms-transform: none;
          transform: none; } }

/* ------------------------------------ *    #PROFILE
\* ------------------------------------ */
.ProfileWrap {
  padding: 0 0 50px;
  position: relative;
  background: #030304, linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-5c7aec2e3c385fa0ffb9470d78794e31350821d80bf7ab01b1c35039d308fc94d634d0310ec3ccddf542c0fae83a33a800292c8e3acb9c6c462a7c3df3653ba9.jpg") top center;
  background-size: 1px 2px, 100vw; }
  @media (min-width: 769px) {
    .ProfileWrap {
      padding: 50px 0 50px; } }
  .ProfileWrap .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1120px; }
    @media (min-width: 769px) {
      .ProfileWrap .container {
        padding-left: 25px;
        padding-right: 25px; } }
  .ProfileWrap.summary {
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-5c7aec2e3c385fa0ffb9470d78794e31350821d80bf7ab01b1c35039d308fc94d634d0310ec3ccddf542c0fae83a33a800292c8e3acb9c6c462a7c3df3653ba9.jpg") top center no-repeat;
    background-size: 1px 2px, 100vw; }
  .ProfileWrap.stats {
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-5c7aec2e3c385fa0ffb9470d78794e31350821d80bf7ab01b1c35039d308fc94d634d0310ec3ccddf542c0fae83a33a800292c8e3acb9c6c462a7c3df3653ba9.jpg") top center no-repeat;
    background-size: 1px 2px, 100vw; }
  .ProfileWrap.replays {
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-5c7aec2e3c385fa0ffb9470d78794e31350821d80bf7ab01b1c35039d308fc94d634d0310ec3ccddf542c0fae83a33a800292c8e3acb9c6c462a7c3df3653ba9.jpg") top center no-repeat;
    background-size: 1px 2px, 100vw; }
  .ProfileWrap.collections {
    background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-5c7aec2e3c385fa0ffb9470d78794e31350821d80bf7ab01b1c35039d308fc94d634d0310ec3ccddf542c0fae83a33a800292c8e3acb9c6c462a7c3df3653ba9.jpg") top center no-repeat;
    background-size: 1px 2px, 100vw; }
  .ProfileWrap::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 200vw;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.2) 90%, transparent 100%);
    pointer-events: none; }
    @media (min-width: 769px) {
      .ProfileWrap::before {
        display: none; } }
  .ProfileWrap::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to top, black 10%, transparent); }
  @media (min-width: 960px) {
    .ProfileWrap {
      border-top: none;
      padding: 200px 0 160px; } }

@media (min-width: 769px) {
  .Profile {
    padding: 0 20px; } }

@media (min-width: 1280px) {
  .Profile {
    padding: 0; } }

.Profile-content {
  position: relative; }
  .Profile-content::before, .Profile-content::after {
    content: '';
    display: none;
    position: absolute;
    pointer-events: none;
    width: 239px;
    height: 237px;
    top: -26px;
    z-index: 11; }
    @media (min-width: 769px) {
      .Profile-content::before, .Profile-content::after {
        display: block; } }
  .Profile-content::before {
    background-image: url("images/site/profile/scr-l-arm-775fa1d8ccbb324b1dd1fe775f12d91b842a7197e175e341189c2cca2e817d36447a080b5953f2516dbff7079a89279d2f1152980b70cea699435b8898b1974e.png");
    left: -28px; }
  .Profile-content::after {
    background-image: url("images/site/profile/scr-r-arm-1c33ccfb8461a83e5a30dea2f4cefc53b5bf893558db494d7d346266495605b22d6bd33fba840db08b239d204f833cd0f71979acb0b4375bf3f60b3dcb171023.png");
    right: -28px; }

.Profile-header {
  width: calc(100% + 10px);
  background-color: #121212;
  margin-left: -5px;
  padding: 18px 20px 18px;
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 10; }
  @media (min-width: 769px) {
    .Profile-header {
      position: relative;
      background-color: rgba(0, 0, 0, 0.2);
      top: inherit;
      left: inherit;
      border-top: 2px solid #301d1d;
      padding: 43px 45px 19px; } }
  .Profile-header::before {
    content: '';
    display: none;
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #780101; }
    @media (min-width: 769px) {
      .Profile-header::before {
        display: block; } }
  @media (min-width: 960px) {
    .summary .Profile-header {
      background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-blur-98d9f008459f397fe30ffb68c3866a637a4c98bc42fe4342a6e16fe362bdd201f386b46db40ede222081d87d701bab71fe06ba40cdfea268015da464c318a106.jpg") center -200px, linear-gradient(to right, #202c39 0%, #26313f 50%, #292c35 75%, #17161b 100%);
      background-size: 1px 2px, 100vw; } }
  @media (min-width: 960px) {
    .stats .Profile-header {
      background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-blur-98d9f008459f397fe30ffb68c3866a637a4c98bc42fe4342a6e16fe362bdd201f386b46db40ede222081d87d701bab71fe06ba40cdfea268015da464c318a106.jpg") center -200px, linear-gradient(to right, #202c39 0%, #26313f 50%, #292c35 75%, #17161b 100%);
      background-size: 1px 2px, 100vw; } }
  @media (min-width: 960px) {
    .replays .Profile-header {
      background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-blur-98d9f008459f397fe30ffb68c3866a637a4c98bc42fe4342a6e16fe362bdd201f386b46db40ede222081d87d701bab71fe06ba40cdfea268015da464c318a106.jpg") center -200px, linear-gradient(to right, #202c39 0%, #26313f 50%, #292c35 75%, #17161b 100%);
      background-size: 1px 2px, 100vw; } }
  @media (min-width: 960px) {
    .collections .Profile-header {
      background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-blur-98d9f008459f397fe30ffb68c3866a637a4c98bc42fe4342a6e16fe362bdd201f386b46db40ede222081d87d701bab71fe06ba40cdfea268015da464c318a106.jpg") center -200px, linear-gradient(to right, #202c39 0%, #26313f 50%, #292c35 75%, #17161b 100%);
      background-size: 1px 2px, 100vw; } }

.Profile-body {
  background-color: rgba(0, 0, 0, 0.2);
  position: relative; }
  @media (min-width: 769px) {
    .Profile-body {
      border-radius: 6px;
      border: 2px solid #301d1d;
      border-top: none; } }
  .Profile-body::before {
    content: '';
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #780101;
    border-top: none;
    border-radius: 4px;
    pointer-events: none; }
    @media (min-width: 769px) {
      .Profile-body::before {
        display: block; } }

.Profile-headerCompact {
  font-family: "EurostileExt", sans-serif;
  text-align: center;
  transform: translate3d(0, -100%, 0);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  line-height: 1; }
  @media (min-width: 769px) {
    .Profile-headerCompact {
      display: none; } }

.Profile.hasScrolled .Profile-header {
  padding: 10px 20px; }

.Profile.hasScrolled .Profile-headerCompact {
  max-height: 20px;
  transform: translate3d(0, 0.001%, 0);
  opacity: 1; }

.Profile.hasScrolled .ProfileExcerpt-block {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  max-height: 0;
  pointer-events: none; }

.Profile.hasScrolled .Tabs-navigation {
  top: 83px; }

/* ------------------------------------ *    #TABS
\* ------------------------------------ */
.Tabs {
  font-family: "Eurostile", sans-serif; }

.Tabs-navigation {
  display: -ms-flexbox;
  display: flex;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9);
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #003300;
  background: linear-gradient(to bottom, #0a1000 0%, #011e00 100%);
  position: fixed;
  top: 124px;
  left: 0;
  z-index: 10;
  transition: 0.3s;
  width: 100vw;
  overflow-x: scroll; }
  @media (min-width: 769px) {
    .Tabs-navigation {
      position: relative;
      top: inherit;
      left: inherit;
      width: auto;
      overflow: hidden;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      border-bottom: 2px solid rgba(255, 255, 255, 0.08);
      background: rgba(0, 0, 0, 0.6);
      padding: 0 6px; } }
  .Tabs-navigation.ps.ps--active-x .ps__scrollbar-x-rail {
    display: none; }

.Tabs-navigationInner {
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(50vw - 72px);
  padding-right: calc(50vw - 72px); }
  @media (min-width: 769px) {
    .Tabs-navigationInner {
      padding: 0; } }

.Tabs-link {
  font-size: 0.7619rem;
  color: #00cc00;
  line-height: 1;
  width: 144px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 12px 0 11px;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  @media (min-width: 769px) {
    .Tabs-link {
      font-size: 0.85714rem;
      padding: 20px 0 18px;
      border-right: 1px solid rgba(255, 255, 255, 0.08); } }
  .Tabs-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ccff66;
    opacity: 0;
    transition: 0.2s; }
  .Tabs-link.is-active {
    color: #ccff66;
    font-size: 0.85714rem; }
    @media (min-width: 769px) {
      .Tabs-link.is-active::after {
        opacity: 1; } }

.Tabs-tabContainer {
  padding-top: 120px;
  transition: 0.3s; }
  @media (min-width: 769px) {
    .Tabs-tabContainer {
      padding-top: inherit; } }

.stats .Tab-item {
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-blur-98d9f008459f397fe30ffb68c3866a637a4c98bc42fe4342a6e16fe362bdd201f386b46db40ede222081d87d701bab71fe06ba40cdfea268015da464c318a106.jpg") center -400px no-repeat;
  background-size: 1px 2px, 100vw; }

.replays .Tab-item {
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-blur-98d9f008459f397fe30ffb68c3866a637a4c98bc42fe4342a6e16fe362bdd201f386b46db40ede222081d87d701bab71fe06ba40cdfea268015da464c318a106.jpg") center -400px no-repeat;
  background-size: 1px 2px, 100vw; }

.collections .Tab-item {
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-default-blur-98d9f008459f397fe30ffb68c3866a637a4c98bc42fe4342a6e16fe362bdd201f386b46db40ede222081d87d701bab71fe06ba40cdfea268015da464c318a106.jpg") center -400px no-repeat;
  background-size: 1px 2px, 100vw; }

/* ------------------------------------ *    #TABLE
\* ------------------------------------ */
.TableWraper {
  width: 100%;
  min-height: 180px;
  overflow: scroll; }
  .TableWraper.ps.ps--active-x .ps__scrollbar-x-rail {
    display: none; }

.Table {
  width: 100%;
  min-width: 360px; }

.Table--matches .Table-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16); }

.Table--matches .Table-cell {
  color: #e5e5e5;
  font-size: 0.57143rem;
  line-height: 1;
  padding: 12px 0; }
  @media (min-width: 769px) {
    .Table--matches .Table-cell {
      font-size: 0.85714rem;
      padding: 14px 0; } }
  .Table--matches .Table-cell.win {
    color: #00cc00; }
  .Table--matches .Table-cell.loss {
    color: #d70c0c; }

.Table--matches .Table-cell--header {
  color: #9cb3fa;
  font-size: 0.47619rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.16); }
  @media (min-width: 769px) {
    .Table--matches .Table-cell--header {
      font-size: 0.66667rem; } }

.Table--matches .Table-cell--header:not(:first-of-type) {
  width: 17%; }
  @media (min-width: 769px) {
    .Table--matches .Table-cell--header:not(:first-of-type) {
      width: 13%; } }

.Table--matches .Table-cell--header:first-of-type {
  width: 49%; }
  @media (min-width: 769px) {
    .Table--matches .Table-cell--header:first-of-type {
      width: 61%; } }

/*------------------------------------*    #STATS OVERVIEW
\*------------------------------------*/
.StatsOverview-featured {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 40px 0; }
  @media (min-width: 769px) {
    .StatsOverview-featured {
      -ms-flex-direction: row;
          flex-direction: row;
      margin: 42px 0 66px; } }

.StatsOverview-block {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  @media (min-width: 769px) {
    .StatsOverview-block {
      width: 50%;
      -ms-flex-direction: row;
          flex-direction: row; } }
  .StatsOverview-block .Gauge-ring {
    max-width: 141px;
    margin: 0 auto 10px; }
  .StatsOverview-block::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    width: 100vw;
    height: 6px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url("images/site/profile/divider-8187f1c759b84171315cdd67631989c493c65cfc4cf3ec85c3ab894e18ec11713a253043bdafa93d2a42ae9e62c27c46b0d275e82abcf7df7075e30ed2eccf66.jpg") center; }
    @media (min-width: 769px) {
      .StatsOverview-block::after {
        display: none; } }

/*------------------------------------*    #NAVBAR (Overwrites Existing Bliz Styles)
\*------------------------------------*/
.Navbar {
  position: fixed; }
  @media (min-width: 960px) {
    .Navbar {
      position: relative; } }
  .Navbar.is-auto::after {
    border-bottom: solid 1px rgba(255, 255, 255, 0); }
    @media (min-width: 960px) {
      .Navbar.is-auto::after {
        border-bottom: solid 1px rgba(255, 255, 255, 0.15); } }
  .Navbar.is-compact .Navbar-mobile {
    display: block; }
    @media (min-width: 960px) {
      .Navbar.is-compact .Navbar-mobile {
        display: none; } }
  .Navbar.is-compact .Navbar-desktop {
    display: none; }
    @media (min-width: 960px) {
      .Navbar.is-compact .Navbar-desktop {
        display: block; } }

/*------------------------------------*    #MODALJSX
\*------------------------------------*/
.ModalJsx {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 19; }
  .ModalJsx.slide-enter, .ModalJsx.slide-appear {
    opacity: 0; }
  .ModalJsx.slide-enter.slide-enter-active, .ModalJsx.slide-appear.slide-appear-active {
    opacity: 1;
    transition: opacity 200ms linear; }
  .ModalJsx.slide-leave {
    opacity: 1; }
  .ModalJsx.slide-leave.slide-leave-active {
    opacity: 0;
    transition: opacity 200ms linear; }

.ModalJsx-inner {
  -ms-transform: translateY(48px);
      transform: translateY(48px); }
  .slide-enter .ModalJsx-inner,
  .slide-appear .ModalJsx-inner {
    opacity: 0;
    -ms-transform: translateX(20px) translateY(48px);
        transform: translateX(20px) translateY(48px); }
  .slide-enter.slide-enter-active .ModalJsx-inner,
  .slide-appear.slide-appear-active .ModalJsx-inner {
    opacity: 1;
    -ms-transform: translateY(48px);
        transform: translateY(48px);
    transition: 200ms ease; }
  .slide-leave .ModalJsx-inner {
    opacity: 1;
    -ms-transform: translateY(48px);
        transform: translateY(48px); }
  .slide-leave.slide-leave-active .ModalJsx-inner {
    opacity: 0;
    -ms-transform: translateX(20px) translateY(48px);
        transform: translateX(20px) translateY(48px);
    transition: 200ms ease; }

.ModalJsx-headingWrap {
  transform: translate3d(0.001px, 0, 0); }
  .slide-enter .ModalJsx-headingWrap,
  .slide-appear .ModalJsx-headingWrap {
    opacity: 0;
    transform: translate3d(20px, 0, 0); }
  .slide-enter.slide-enter-active .ModalJsx-headingWrap,
  .slide-appear.slide-appear-active .ModalJsx-headingWrap {
    opacity: 1;
    transform: translate3d(0.001px, 0, 0);
    transition: 300ms ease; }
  .slide-leave .ModalJsx-headingWrap {
    opacity: 1;
    transform: translate3d(0.001px, 0, 0); }
  .slide-leave.slide-leave-active .ModalJsx-headingWrap {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 300ms ease; }

.ExcerptImage {
  transform: translate3d(0.001px, 0, 0); }
  .slide-enter .ExcerptImage,
  .slide-appear .ExcerptImage {
    opacity: 0;
    transform: translate3d(20px, 0, 0); }
  .slide-enter.slide-enter-active .ExcerptImage,
  .slide-appear.slide-appear-active .ExcerptImage {
    opacity: 1;
    transform: translate3d(0.001px, 0, 0);
    transition: 400ms ease; }
  .slide-leave .ExcerptImage {
    opacity: 1;
    transform: translate3d(0.001px, 0, 0); }
  .slide-leave.slide-leave-active .ExcerptImage {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 400ms ease; }

.ModalJsx-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1; }

.ModalJsx-innerWrapper {
  width: 100vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2; }
  @media (min-width: 769px) {
    .ModalJsx-innerWrapper {
      width: 100%;
      max-width: 360px;
      -ms-flex-align: center;
          align-items: center; } }

.ModalJsx-inner {
  height: calc(100vh - 48px);
  -ms-transform: translateY(48px);
      transform: translateY(48px);
  max-height: 700px;
  width: 100%;
  padding: 20px;
  position: relative;
  background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-marines-blur-60aaec8bc41d407dcd270d05d97e77dae37ffd6abf92cf4cadba307cb7603d6acb8fd5d76683a8a0a220cc382c7b508e5d4033a4f819643b61ef015dcef7c145.jpg") center -400px no-repeat;
  background-size: 1px 2px, 600vw; }
  @media (min-width: 769px) {
    .ModalJsx-inner {
      height: 500px;
      border-radius: 5px;
      border: 2px solid #301d1d;
      width: inherit;
      background: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), url("images/site/profile/backdrop-marines-blur-60aaec8bc41d407dcd270d05d97e77dae37ffd6abf92cf4cadba307cb7603d6acb8fd5d76683a8a0a220cc382c7b508e5d4033a4f819643b61ef015dcef7c145.jpg") center -400px no-repeat;
      background-size: 1px 2px, 100vw; }
      .ModalJsx-inner::before {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: 1px solid #780101;
        border-radius: 3px;
        pointer-events: none; } }

.ModalJsx-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.ModalJsx-close {
  width: 40px;
  height: 40px;
  border: 1px solid #00cc00;
  border-radius: 6px;
  background: black;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 20px;
  cursor: pointer; }
  .ModalJsx-close svg {
    width: 45%;
    -ms-transform: rotate(90deg) translateY(2px);
        transform: rotate(90deg) translateY(2px); }
  .ModalJsx-close:hover {
    background: linear-gradient(0deg, #003300 0%, rgba(17, 26, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 50%);
    background-size: auto, 1px 2px; }

.ModalJsx-heading {
  font-family: "EurostileExt", sans-serif;
  font-size: 0.95238rem;
  font-weight: bold;
  color: #fff;
  line-height: 1; }

.ModalJsx-headingSub {
  font-family: "EurostileExt", sans-serif;
  font-size: 0.57143rem;
  color: #fff;
  line-height: 1; }

/* Utilities */
/* ------------------------------------ *    #COLOR UTILITIES
\* ------------------------------------ */
.u-colorWhite {
  color: #fff; }

.u-colorBlack {
  color: #000; }

.u-colorGreen {
  color: #00cc00; }

.u-colorGreenLight {
  color: #ccff66; }

.u-colorGreenLighter {
  color: #80ff66; }

.u-colorGreyLight {
  color: #b8bbcc; }

.u-colorBlueLight {
  color: #99bbff; }

.u-colorBlue {
  color: #33bbff; }

.u-linkColorWhite {
  color: #fff; }
  .u-linkColorWhite:hover {
    color: white; }

.u-linkColorBlack {
  color: #000; }
  .u-linkColorBlack:hover {
    color: #1a1a1a; }

.u-linkColorGreen {
  color: #00cc00; }
  .u-linkColorGreen:hover {
    color: lime; }

.u-linkColorGreenLight {
  color: #ccff66; }
  .u-linkColorGreenLight:hover {
    color: #ddff99; }

.u-linkColorGreenLighter {
  color: #80ff66; }
  .u-linkColorGreenLighter:hover {
    color: #aaff99; }

.u-linkColorGreyLight {
  color: #b8bbcc; }
  .u-linkColorGreyLight:hover {
    color: #d6d7e1; }

.u-linkColorBlueLight {
  color: #99bbff; }
  .u-linkColorBlueLight:hover {
    color: #ccddff; }

.u-linkColorBlue {
  color: #33bbff; }
  .u-linkColorBlue:hover {
    color: #66ccff; }

.u-color-terran {
  color: #80d4ff; }

.u-color-protoss {
  color: #fff066; }

.u-color-zerg {
  color: #d480ff; }

/* ------------------------------------ *    #IMAGES UTILITIES
\* ------------------------------------ */
.u-imgFull {
  display: block;
  width: 100%;
  height: auto; }

/* ------------------------------------ *    #VISIBILITY UTILITIES
\* ------------------------------------ */
.u-hidden {
  display: none; }

@media (min-width: 480px) {
  .u-xs-hidden {
    display: none; } }

@media (max-width: 479px) {
  .u-less-than-xs-hidden {
    display: none; } }

@media (min-width: 640px) {
  .u-sm-hidden {
    display: none; } }

@media (max-width: 639px) {
  .u-less-than-sm-hidden {
    display: none; } }

@media (min-width: 960px) {
  .u-md-hidden {
    display: none; } }

@media (max-width: 959px) {
  .u-less-than-md-hidden {
    display: none; } }

@media (min-width: 1200px) {
  .u-lg-hidden {
    display: none; } }

@media (max-width: 1199px) {
  .u-less-than-lg-hidden {
    display: none; } }

@media (min-width: 1500px) {
  .u-xl-hidden {
    display: none; } }

@media (max-width: 1499px) {
  .u-less-than-xl-hidden {
    display: none; } }

@media (min-width: 1700px) {
  .u-xxl-hidden {
    display: none; } }

@media (max-width: 1699px) {
  .u-less-than-xxl-hidden {
    display: none; } }

/* ------------------------------------ *    #SPACING UTILITIES
\* ------------------------------------ */
.u-spacingFlush {
  margin-bottom: 0px; }

.u-spacingCloser {
  margin-bottom: 9.9px; }

.u-spacingClose {
  margin-bottom: 20.1px; }

.u-spacingNormal {
  margin-bottom: 30px; }

.u-spacingFar {
  margin-bottom: 60px; }

.u-spacingFarther {
  margin-bottom: 90px; }

.u-spacingFarthest {
  margin-bottom: 120px; }

.u-spacingTopFlush {
  margin-top: 0px; }

.u-spacingTopCloser {
  margin-top: 9.9px; }

.u-spacingTopClose {
  margin-top: 20.1px; }

.u-spacingTopNormal {
  margin-top: 30px; }

.u-spacingTopFar {
  margin-top: 60px; }

.u-spacingTopFarther {
  margin-top: 90px; }

.u-spacingTopFarthest {
  margin-top: 120px; }

@media (min-width: 480px) {
  .u-xs-spacingFlush {
    margin-bottom: 0px; }
  .u-xs-spacingCloser {
    margin-bottom: 9.9px; }
  .u-xs-spacingClose {
    margin-bottom: 20.1px; }
  .u-xs-spacingNormal {
    margin-bottom: 30px; }
  .u-xs-spacingFar {
    margin-bottom: 60px; }
  .u-xs-spacingFarther {
    margin-bottom: 90px; }
  .u-xs-spacingFarthest {
    margin-bottom: 120px; } }

@media (min-width: 640px) {
  .u-sm-spacingFlush {
    margin-bottom: 0px; }
  .u-sm-spacingCloser {
    margin-bottom: 9.9px; }
  .u-sm-spacingClose {
    margin-bottom: 20.1px; }
  .u-sm-spacingNormal {
    margin-bottom: 30px; }
  .u-sm-spacingFar {
    margin-bottom: 60px; }
  .u-sm-spacingFarther {
    margin-bottom: 90px; }
  .u-sm-spacingFarthest {
    margin-bottom: 120px; } }

@media (min-width: 960px) {
  .u-md-spacingFlush {
    margin-bottom: 0px; }
  .u-md-spacingCloser {
    margin-bottom: 9.9px; }
  .u-md-spacingClose {
    margin-bottom: 20.1px; }
  .u-md-spacingNormal {
    margin-bottom: 30px; }
  .u-md-spacingFar {
    margin-bottom: 60px; }
  .u-md-spacingFarther {
    margin-bottom: 90px; }
  .u-md-spacingFarthest {
    margin-bottom: 120px; } }

@media (min-width: 1200px) {
  .u-lg-spacingFlush {
    margin-bottom: 0px; }
  .u-lg-spacingCloser {
    margin-bottom: 9.9px; }
  .u-lg-spacingClose {
    margin-bottom: 20.1px; }
  .u-lg-spacingNormal {
    margin-bottom: 30px; }
  .u-lg-spacingFar {
    margin-bottom: 60px; }
  .u-lg-spacingFarther {
    margin-bottom: 90px; }
  .u-lg-spacingFarthest {
    margin-bottom: 120px; } }

@media (min-width: 1500px) {
  .u-xl-spacingFlush {
    margin-bottom: 0px; }
  .u-xl-spacingCloser {
    margin-bottom: 9.9px; }
  .u-xl-spacingClose {
    margin-bottom: 20.1px; }
  .u-xl-spacingNormal {
    margin-bottom: 30px; }
  .u-xl-spacingFar {
    margin-bottom: 60px; }
  .u-xl-spacingFarther {
    margin-bottom: 90px; }
  .u-xl-spacingFarthest {
    margin-bottom: 120px; } }

@media (min-width: 1700px) {
  .u-xxl-spacingFlush {
    margin-bottom: 0px; }
  .u-xxl-spacingCloser {
    margin-bottom: 9.9px; }
  .u-xxl-spacingClose {
    margin-bottom: 20.1px; }
  .u-xxl-spacingNormal {
    margin-bottom: 30px; }
  .u-xxl-spacingFar {
    margin-bottom: 60px; }
  .u-xxl-spacingFarther {
    margin-bottom: 90px; }
  .u-xxl-spacingFarthest {
    margin-bottom: 120px; } }

/* ------------------------------------ *    #FONTS
\* ------------------------------------ */
.u-fontEurostile {
  font-family: "Eurostile", sans-serif; }

.u-fontEurostileExt {
  font-family: "EurostileExt", sans-serif; }

.u-fontBody {
  font-family: "Source Sans Pro", sans-serif; }

/* ------------------------------------ *    #TEXT UTILITIES
\* ------------------------------------ */
.u-fontWeightNormal {
  font-weight: normal; }

/* ------------------------------------ *    #LINK UTILITIES
\* ------------------------------------ */
.u-linkReset {
  text-decoration: none; }
  .u-linkReset:hover, .u-linkReset:focus {
    text-decoration: none; }

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
[data=Article] .blog_card-group,
.Article .blog_card-group, [data=Article] .blog_card-group .blog_card-list,
.Article .blog_card-group .blog_card-list, [data=Article] .blog_card-group .blog_card,
.Article .blog_card-group .blog_card, [data=Article] .blog_card-group .blog_card .blog_card-block,
.Article .blog_card-group .blog_card .blog_card-block, [data=Article] .gallery,
.Article .gallery, [data=Article] .nav-tabs,
.Article .nav-tabs {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex; }

/*
    Flex direction
 */
[data=Article] .gallery,
.Article .gallery {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

[data=Article] .blog_card-group .blog_card,
.Article .blog_card-group .blog_card, [data=Article] .blog_card-group .blog_card .blog_card-block,
.Article .blog_card-group .blog_card .blog_card-block {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/*
    Flex wrap
 */
[data=Article] .blog_card-group,
.Article .blog_card-group, [data=Article] .gallery,
.Article .gallery {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
[data=Article] .blog_card-group,
.Article .blog_card-group {
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

[data=Article] .nav-tabs,
.Article .nav-tabs {
  -webkit-flex-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

/*
    Align items
 */
[data=Article] .nav-tabs,
.Article .nav-tabs {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

/*
    Align self
 */
/*
    Align content
 */
.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease; }

@font-face {
  font-family: "blizzard";
  src: url("fonts/blizzard/blizzard-light-ee8ad1460a44af1d9b6295c9f6d7054d5c6cb154a69bc349c98e25602c4865ed065a9cccfe73efe4002d44ec7434e77956218c5a5b1a9715618f62f2ac15c627.eot");
  src: url("fonts/blizzard/blizzard-light-ee8ad1460a44af1d9b6295c9f6d7054d5c6cb154a69bc349c98e25602c4865ed065a9cccfe73efe4002d44ec7434e77956218c5a5b1a9715618f62f2ac15c627.eot?#iefix") format("embedded-opentype"), url("fonts/blizzard/blizzard-light-d49511976596cce608b506f1f22d2e740269ce8bf815a031e4b96b048352e260d98a202ead567b6bcea85dfe7d9618ded2c0bf9ac4c1d20ea22e5a7e448b1093.woff") format("woff"), url("fonts/blizzard/blizzard-light-100004d0ba603f74d26e5fe3662c2143af7364811ff101a15add43dcdef0eb5d18bd43e58ef27c2dd580315bc8b711d4d86f1185d096f7fe906758419e92c0d7.ttf") format("truetype"), url("fonts/blizzard/blizzard-light-9f162110f5fb1d1991504382bfb332c35d3763caafdb96ec8548e15c49042330ccc8e3c82a3a063ab930ab16047f0078b4991d199ca9627bf8f1ba13e9333c87.svg#blizzard") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "blizzard";
  src: url("fonts/blizzard/blizzard-c33cbf2e6f1c452f64c8e91fc5d5a639a95dccbbc1a13c8e14f58feb1c78d760c2540767c0b2f19a9a0848dcc77fe3a34d7f60180a94ac114d582c9d9f61ae88.eot");
  src: url("fonts/blizzard/blizzard-c33cbf2e6f1c452f64c8e91fc5d5a639a95dccbbc1a13c8e14f58feb1c78d760c2540767c0b2f19a9a0848dcc77fe3a34d7f60180a94ac114d582c9d9f61ae88.eot?#iefix") format("embedded-opentype"), url("fonts/blizzard/blizzard-8cdb08380870897d15706c487739e209dce7793835b0bcd4f7c10705a0136c77d53aad07e8867f5b9df2a558a7c2a0b8beba80e8ae0110e5382942fc69e850c6.woff") format("woff"), url("fonts/blizzard/blizzard-dfe9248ca072ab5ca54a9271bb115a4ae33458a049c615b4482e0ea5bd1baeb3dd8731e06188a7fc3ed3a1934bf47c5d10b38088372189cf4bb3317b12cfda8a.ttf") format("truetype"), url("fonts/blizzard/blizzard-017a95e1f8a051dac68fe4d2b1baf5f948db8851fda341757a60af390ab27160d3f68c1eeefcb5d00da62df4feef3d9e21d7477096cae2ea0f6860a9e01b8406.svg#blizzard") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "blizzard";
  src: url("fonts/blizzard/blizzard-italic-5393fe61f9c5984bb455ba8f86027e944e4d72ac7737bc1e6d156f2a0efd6d3cc1ea9cfa0796575c073acbeda638c438021385eeb0f8d69014bf42a4130c71fc.eot");
  src: url("fonts/blizzard/blizzard-italic-5393fe61f9c5984bb455ba8f86027e944e4d72ac7737bc1e6d156f2a0efd6d3cc1ea9cfa0796575c073acbeda638c438021385eeb0f8d69014bf42a4130c71fc.eot?#iefix") format("embedded-opentype"), url("fonts/blizzard/blizzard-italic-b0c77009f708b2a9ebfd236db7134f67dcdb31ef30b1035bb0ba59ae917e3983b6921c8fd97cf36ed7e780975787d3439a06f6484f5d25ac56245ecab3df828e.woff") format("woff"), url("fonts/blizzard/blizzard-italic-453bf6e7006771563d0a2415c6905b5fb71dea270b46899b0cb8e803a13a3fbefe90a46419ccbc96dfccb1ad2a9a9c32c270d6109d9b3a0942563250f953ab5a.ttf") format("truetype"), url("fonts/blizzard/blizzard-italic-2faf55be6a3bcac283153c6a692ce73f217b379e716455f9db94c74c67060978bdcb06f1b8b317ca28c333f56a7d6353e38efaa476eb7569d01a96aad544e0e9.svg#blizzard") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "blizzard";
  src: url("fonts/blizzard/blizzard-bold-a1ff252a693b1b870595ee5396d8b64fee336364d299efb99fe0248100c5f622a4fa0a15d2d58b82ce9f078d88f3cbcd891d25d59de3e230c325b5966c9fe031.eot");
  src: url("fonts/blizzard/blizzard-bold-a1ff252a693b1b870595ee5396d8b64fee336364d299efb99fe0248100c5f622a4fa0a15d2d58b82ce9f078d88f3cbcd891d25d59de3e230c325b5966c9fe031.eot?#iefix") format("embedded-opentype"), url("fonts/blizzard/blizzard-bold-e9f8c5b608f485a2fa867f02c9039f2760e96e01391d2a20b5373004f030601f2c706149c72b40e73c327aca2a3fc4c986ea81af4377d0828a7c66070be68157.woff") format("woff"), url("fonts/blizzard/blizzard-bold-6ed8ac635154a5efebaf9761ddeaf800bf32112981ca2301fcdf24e03c703a0e18d0b1bca39eff3998de66166b76ddaae065c461a27fbddd37b6fd835ad3d772.ttf") format("truetype"), url("fonts/blizzard/blizzard-bold-74b8ecf0d24e1f4582aff03f9a8d19047bb8da5560643bf28a0ecab2351680cb581c693008f5bbcdaa57c06224ef60d97e653a156766ce4c4ff70aa55a7258c1.svg#blizzard") format("svg");
  font-weight: 700;
  font-style: bold;
  font-stretch: normal; }

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans/opensans-light-webfont.eot");
  src: url("../fonts/opensans/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans/opensans-light-webfont-4ab282f893a2047a9f4ac0ff268e5354343331473f3a63096cf6fe59f91e159c4658d315acede2555cf209d7a1ae645e0d5a00a8eb6c0ecd6d9d64b03d35d728.woff") format("woff"), url("fonts/opensans/opensans-light-webfont-cb18b69e98a194af5e3e3d982a75254f3a20bd94c68816a15f38870b9be616cef0c32033f253219cca9146b2b419dd6df28cc4ceeff80d01f400aa0ed101e061.ttf") format("truetype"), url("../fonts/opensans/opensans-light-webfont.svg#opensans") format("svg");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans/opensans-regular-webfont.eot");
  src: url("../fonts/opensans/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans/opensans-regular-webfont-dc9a3d091635c8e07fd8d3e06ea73180597b33b0323953a12d934c1a3d16c3ddf46608ecebd7272dd273fdc47dccb358b67104227ce80056049fcd2f0c6bed81.woff") format("woff"), url("fonts/opensans/opensans-regular-webfont-6c24c71bee7370939df8085fa70f1298cfa9be6d1b9567e2a12b9bb92872a45547cbabcf14a5d93a6d86cd77165eb262ba8530b988bf2c989fadb255c943df9b.ttf") format("truetype"), url("../fonts/opensans/opensans-regular-webfont.svg#opensans") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans/opensans-italic-webfont.eot");
  src: url("../fonts/opensans/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans/opensans-italic-webfont-e37fcb7467c6012ca07b45231e7209c09c67b91fa5f6cfd2be959e7b45bb24c33853ccf753eaac50d8898ebbce43f0d8f4c3abdbd013fbe14bd8abb6b5f2dade.woff") format("woff"), url("fonts/opensans/opensans-italic-webfont-0fe7ec4c8eceafe87fbbdb9780519faffb646a23579ce5a4f5170808284c1ed85b9aafdab18cc4ddcaa9a7e6e2559fa6ed984d986ba93d1bbf4bc0551d5661d0.ttf") format("truetype"), url("../fonts/opensans/opensans-italic-webfont.svg#opensans") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans/opensans-bold-webfont.eot");
  src: url("../fonts/opensans/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans/opensans-bold-webfont-c8e291f6e010d503455dbdc5489c0bb4de28957fa12d24ebf679e8fc7e6cd81808d363fb836036a92b2cb44ea0057ef98c704e90963492283be37d0c021fab07.woff") format("woff"), url("fonts/opensans/opensans-bold-webfont-9c995725aade5f126c727faf1c4453344e37b590a14152d31d44dca3c9328a54207bbc7c840695cb55bc1b559097b457888655e11199192cd5197c85aab8b1b6.ttf") format("truetype"), url("../fonts/opensans/opensans-bold-webfont.svg#opensans") format("svg");
  font-weight: 700;
  font-style: bold;
  font-stretch: normal; }

[data=Article] h1, [data=Article] .h1,
[data=Article] h2, [data=Article] .h2,
[data=Article] h3, [data=Article] .h3,
[data=Article] h4, [data=Article] .h4,
[data=Article] h5, [data=Article] .h5,
[data=Article] h6, [data=Article] .h6,
.Article h1,
.Article .h1,
.Article h2,
.Article .h2,
.Article h3,
.Article .h3,
.Article h4,
.Article .h4,
.Article h5,
.Article .h5,
.Article h6,
.Article .h6, [data=Article] .dl-horizontal dd,
.Article .dl-horizontal dd, [data=Article] .pull-left,
.Article .pull-left, [data=Article] .pull-right,
.Article .pull-right {
  *zoom: 1; }
  [data=Article] h1:before, [data=Article] .h1:before,
  [data=Article] h2:before, [data=Article] .h2:before,
  [data=Article] h3:before, [data=Article] .h3:before,
  [data=Article] h4:before, [data=Article] .h4:before,
  [data=Article] h5:before, [data=Article] .h5:before,
  [data=Article] h6:before, [data=Article] .h6:before,
  .Article h1:before,
  .Article .h1:before,
  .Article h2:before,
  .Article .h2:before,
  .Article h3:before,
  .Article .h3:before,
  .Article h4:before,
  .Article .h4:before,
  .Article h5:before,
  .Article .h5:before,
  .Article h6:before,
  .Article .h6:before, [data=Article] .dl-horizontal dd:before,
  .Article .dl-horizontal dd:before, [data=Article] .pull-left:before,
  .Article .pull-left:before, [data=Article] .pull-right:before,
  .Article .pull-right:before, [data=Article] h1:after, [data=Article] .h1:after,
  [data=Article] h2:after, [data=Article] .h2:after,
  [data=Article] h3:after, [data=Article] .h3:after,
  [data=Article] h4:after, [data=Article] .h4:after,
  [data=Article] h5:after, [data=Article] .h5:after,
  [data=Article] h6:after, [data=Article] .h6:after,
  .Article h1:after,
  .Article .h1:after,
  .Article h2:after,
  .Article .h2:after,
  .Article h3:after,
  .Article .h3:after,
  .Article h4:after,
  .Article .h4:after,
  .Article h5:after,
  .Article .h5:after,
  .Article h6:after,
  .Article .h6:after, [data=Article] .dl-horizontal dd:after,
  .Article .dl-horizontal dd:after, [data=Article] .pull-left:after,
  .Article .pull-left:after, [data=Article] .pull-right:after,
  .Article .pull-right:after {
    display: table;
    content: "";
    line-height: 0; }
  [data=Article] h1:after, [data=Article] .h1:after,
  [data=Article] h2:after, [data=Article] .h2:after,
  [data=Article] h3:after, [data=Article] .h3:after,
  [data=Article] h4:after, [data=Article] .h4:after,
  [data=Article] h5:after, [data=Article] .h5:after,
  [data=Article] h6:after, [data=Article] .h6:after,
  .Article h1:after,
  .Article .h1:after,
  .Article h2:after,
  .Article .h2:after,
  .Article h3:after,
  .Article .h3:after,
  .Article h4:after,
  .Article .h4:after,
  .Article h5:after,
  .Article .h5:after,
  .Article h6:after,
  .Article .h6:after, [data=Article] .dl-horizontal dd:after,
  .Article .dl-horizontal dd:after, [data=Article] .pull-left:after,
  .Article .pull-left:after, [data=Article] .pull-right:after,
  .Article .pull-right:after {
    clear: both; }

[data=Article] strong,
[data=Article] b,
.Article strong,
.Article b {
  font-weight: 700; }

[data=Article],
.Article {
  /* for two levels of nested quotations */
  /* extra content definitions for pre-2011 WebKit */
  line-height: 1.75;
  font-size: 18px;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8); }
  [data=Article] blockquote,
  .Article blockquote {
    font-size: 21px;
    line-height: 1.75;
    font-style: italic;
    background: transparent;
    background-size: 6px 6px;
    background-position: 0 0;
    margin-bottom: 1.75rem;
    padding: 8px 35px;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #800000;
    /* q in pullquotes */ }
    [data=Article] blockquote p,
    .Article blockquote p {
      color: #fff;
      font-weight: 100;
      text-transform: none; }
      [data=Article] blockquote p:last-of-type,
      .Article blockquote p:last-of-type {
        margin-bottom: 0; }
    [data=Article] blockquote footer,
    .Article blockquote footer {
      padding: 1em 0 0 0;
      line-height: 1.75;
      font-size: 16px;
      color: #515c66;
      text-transform: none;
      font-weight: 400;
      display: block; }
      [data=Article] blockquote footer::before,
      .Article blockquote footer::before {
        content: " - "; }
    [data=Article] blockquote.blockquote-reverse footer::before,
    .Article blockquote.blockquote-reverse footer::before {
      content: ''; }
    [data=Article] blockquote.blockquote-reverse footer::after,
    .Article blockquote.blockquote-reverse footer::after {
      content: " - "; }
    @media (min-width: 62em) {
      [data=Article] blockquote.blockquote-reverse,
      .Article blockquote.blockquote-reverse {
        text-align: right; } }
    [data=Article] blockquote q:before,
    [data=Article] blockquote q:before,
    .Article blockquote q:before,
    .Article blockquote q:before {
      content: '‘';
      content: open-quote; }
    [data=Article] blockquote q:after,
    .Article blockquote q:after {
      content: '’';
      content: close-quote; }
    [data=Article] blockquote q q:before,
    .Article blockquote q q:before {
      content: '“';
      content: open-quote; }
    [data=Article] blockquote q q:after,
    .Article blockquote q q:after {
      content: '”';
      content: close-quote; }
  [data=Article] .pullquote,
  .Article .pullquote {
    font-size: 21px;
    line-height: 1.75;
    font-style: italic;
    background: #0a0a0d;
    background-size: 6px 6px;
    background-position: 0 0;
    margin-bottom: 1.75rem;
    padding: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #800000;
    /* q in pullquotes */ }
    [data=Article] .pullquote p,
    .Article .pullquote p {
      color: #b8bbcc;
      font-weight: 100;
      text-transform: none; }
      [data=Article] .pullquote p:last-of-type,
      .Article .pullquote p:last-of-type {
        margin-bottom: 0; }
    [data=Article] .pullquote footer.pullquote-source,
    .Article .pullquote footer.pullquote-source {
      padding: 8px 30px 9px;
      line-height: 1.52;
      font-size: 14px;
      color: #515c66;
      text-transform: uppercase;
      font-weight: 400;
      display: block; }
      [data=Article] .pullquote footer.pullquote-source::before,
      .Article .pullquote footer.pullquote-source::before {
        content: " - "; }
    [data=Article] .pullquote.pullquote-reverse footer::before,
    .Article .pullquote.pullquote-reverse footer::before {
      content: ''; }
    [data=Article] .pullquote.pullquote-reverse footer::after,
    .Article .pullquote.pullquote-reverse footer::after {
      content: " - "; }
    @media (min-width: 62em) {
      [data=Article] .pullquote.pullquote-reverse,
      .Article .pullquote.pullquote-reverse {
        text-align: right; } }
    [data=Article] .pullquote q:before,
    [data=Article] .pullquote q:before,
    .Article .pullquote q:before,
    .Article .pullquote q:before {
      content: '‘';
      content: open-quote; }
    [data=Article] .pullquote q:after,
    .Article .pullquote q:after {
      content: '’';
      content: close-quote; }
    [data=Article] .pullquote q q:before,
    .Article .pullquote q q:before {
      content: '“';
      content: open-quote; }
    [data=Article] .pullquote q q:after,
    .Article .pullquote q q:after {
      content: '”';
      content: close-quote; }
  [data=Article] q,
  .Article q {
    quotes: '“' '”' '‘' '’'; }
  [data=Article] q:before,
  .Article q:before {
    content: '“';
    content: open-quote; }
  [data=Article] q:after,
  .Article q:after {
    content: '”';
    content: close-quote; }
  [data=Article] q q:before,
  .Article q q:before {
    content: '‘';
    content: open-quote; }
  [data=Article] q q:after,
  .Article q q:after {
    content: '’';
    content: close-quote; }
  [data=Article] hr,
  .Article hr {
    margin: 1.75em 0;
    overflow: hidden;
    background-color: #ff8900;
    height: 1px;
    border: 0 none;
    width: 50%;
    margin: 1.75rem auto; }
    [data=Article] hr.image-divider,
    .Article hr.image-divider {
      position: relative;
      height: 2px;
      width: 100%;
      background-image: url(../images/responsive-blog/horizontal-divider.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      background-color: transparent; }
  [data=Article] h1, [data=Article] .h1,
  .Article h1,
  .Article .h1 {
    font-size: 30px;
    line-height: 1;
    font-family: "Eurostile", sans-serif;
    color: #99bbff;
    font-weight: 700;
    text-transform: uppercase; }
    [data=Article] h1 .small,
    [data=Article] h1 small, [data=Article] .h1 .small,
    [data=Article] .h1 small,
    .Article h1 .small,
    .Article h1 small,
    .Article .h1 .small,
    .Article .h1 small {
      text-transform: uppercase; }
  [data=Article] h2, [data=Article] .h2,
  .Article h2,
  .Article .h2 {
    font-size: 27px;
    line-height: 1;
    font-family: "Eurostile", sans-serif;
    color: #99bbff;
    font-weight: 200;
    text-transform: none; }
    [data=Article] h2 .small,
    [data=Article] h2 small, [data=Article] .h2 .small,
    [data=Article] .h2 small,
    .Article h2 .small,
    .Article h2 small,
    .Article .h2 .small,
    .Article .h2 small {
      text-transform: none; }
  [data=Article] h3, [data=Article] .h3,
  .Article h3,
  .Article .h3 {
    font-size: 24px;
    line-height: 1;
    font-family: "Eurostile", sans-serif;
    color: #99bbff;
    font-weight: 200;
    text-transform: none; }
    [data=Article] h3 .small,
    [data=Article] h3 small, [data=Article] .h3 .small,
    [data=Article] .h3 small,
    .Article h3 .small,
    .Article h3 small,
    .Article .h3 .small,
    .Article .h3 small {
      text-transform: none; }
  [data=Article] h4, [data=Article] .h4,
  .Article h4,
  .Article .h4 {
    font-size: 21px;
    line-height: 1;
    font-family: "Eurostile", sans-serif;
    color: #99bbff;
    font-weight: 200;
    text-transform: none; }
    [data=Article] h4 .small,
    [data=Article] h4 small, [data=Article] .h4 .small,
    [data=Article] .h4 small,
    .Article h4 .small,
    .Article h4 small,
    .Article .h4 .small,
    .Article .h4 small {
      text-transform: none; }
  [data=Article] h5, [data=Article] .h5,
  .Article h5,
  .Article .h5 {
    font-size: 16px;
    line-height: 1;
    color: #99bbff;
    font-weight: 200;
    text-transform: none; }
    [data=Article] h5 .small,
    [data=Article] h5 small, [data=Article] .h5 .small,
    [data=Article] .h5 small,
    .Article h5 .small,
    .Article h5 small,
    .Article .h5 .small,
    .Article .h5 small {
      text-transform: none; }
  [data=Article] h6, [data=Article] .h6,
  .Article h6,
  .Article .h6 {
    font-size: 16px;
    line-height: 1;
    color: #99bbff;
    font-weight: 200;
    text-transform: none; }
    [data=Article] h6 .small,
    [data=Article] h6 small, [data=Article] .h6 .small,
    [data=Article] .h6 small,
    .Article h6 .small,
    .Article h6 small,
    .Article .h6 .small,
    .Article .h6 small {
      text-transform: none; }
  [data=Article] h1 small,
  [data=Article] h1 .small, [data=Article] .h1 small,
  [data=Article] .h1 .small,
  [data=Article] h2 small,
  [data=Article] h2 .small, [data=Article] .h2 small,
  [data=Article] .h2 .small,
  [data=Article] h3 small,
  [data=Article] h3 .small, [data=Article] .h3 small,
  [data=Article] .h3 .small,
  [data=Article] h4 small,
  [data=Article] h4 .small, [data=Article] .h4 small,
  [data=Article] .h4 .small,
  [data=Article] h5 small,
  [data=Article] h5 .small, [data=Article] .h5 small,
  [data=Article] .h5 .small,
  [data=Article] h6 small,
  [data=Article] h6 .small, [data=Article] .h6 small,
  [data=Article] .h6 .small,
  .Article h1 small,
  .Article h1 .small,
  .Article .h1 small,
  .Article .h1 .small,
  .Article h2 small,
  .Article h2 .small,
  .Article .h2 small,
  .Article .h2 .small,
  .Article h3 small,
  .Article h3 .small,
  .Article .h3 small,
  .Article .h3 .small,
  .Article h4 small,
  .Article h4 .small,
  .Article .h4 small,
  .Article .h4 .small,
  .Article h5 small,
  .Article h5 .small,
  .Article .h5 small,
  .Article .h5 .small,
  .Article h6 small,
  .Article h6 .small,
  .Article .h6 small,
  .Article .h6 .small {
    color: rgba(255, 255, 255, 0.5);
    font-size: 75%;
    display: block; }
  [data=Article] h1.bullet-heading, [data=Article] .h1.bullet-heading,
  [data=Article] h2.bullet-heading, [data=Article] .h2.bullet-heading,
  [data=Article] h3.bullet-heading, [data=Article] .h3.bullet-heading,
  [data=Article] h4.bullet-heading, [data=Article] .h4.bullet-heading,
  [data=Article] h5.bullet-heading, [data=Article] .h5.bullet-heading,
  [data=Article] h6.bullet-heading, [data=Article] .h6.bullet-heading,
  .Article h1.bullet-heading,
  .Article .h1.bullet-heading,
  .Article h2.bullet-heading,
  .Article .h2.bullet-heading,
  .Article h3.bullet-heading,
  .Article .h3.bullet-heading,
  .Article h4.bullet-heading,
  .Article .h4.bullet-heading,
  .Article h5.bullet-heading,
  .Article .h5.bullet-heading,
  .Article h6.bullet-heading,
  .Article .h6.bullet-heading {
    padding: 0 0 0 1.2em;
    background: url("../images/responsive-blog/ow-1.png") no-repeat left center;
    background-size: contain; }
  [data=Article] code,
  .Article code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    background-color: rgba(255, 137, 0, 0.2);
    color: #fff;
    padding: 2px 4px;
    font-size: 0.8em;
    border-radius: 3px;
    margin: 0 2px; }
  [data=Article] mark,
  .Article mark {
    background-color: rgba(255, 137, 0, 0.7);
    padding: 0 0.5em;
    color: white; }
  [data=Article] i,
  [data=Article] em,
  .Article i,
  .Article em {
    font-style: italic; }
  @media (min-width: 62em) {
    [data=Article] abbr[title],
    .Article abbr[title] {
      border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
      cursor: help; } }
  [data=Article] abbr[title]::after,
  .Article abbr[title]::after {
    font-size: 75%;
    color: rgba(255, 255, 255, 0.7);
    content: "(" attr(title) ") "; }
    @media (min-width: 62em) {
      [data=Article] abbr[title]::after,
      .Article abbr[title]::after {
        content: ''; } }
  [data=Article] sup,
  .Article sup {
    color: rgba(255, 255, 255, 0.7);
    font-size: 75%;
    vertical-align: super; }
  [data=Article] sub,
  .Article sub {
    color: rgba(255, 255, 255, 0.7);
    font-size: 75%;
    vertical-align: baseline; }
  [data=Article] a,
  .Article a {
    color: #80ff66;
    text-decoration: underline; }
    [data=Article] a:hover, [data=Article] a:focus,
    .Article a:hover,
    .Article a:focus {
      color: #00cc00;
      text-decoration: underline; }
    [data=Article] a:focus,
    .Article a:focus {
      outline: 0 none;
      outline-offset: 0; }
  [data=Article] a.btn.disabled,
  fieldset[disabled] [data=Article] a.btn,
  .Article a.btn.disabled,
  fieldset[disabled]
  .Article a.btn {
    pointer-events: none; }
  [data=Article] ul,
  [data=Article] ol,
  .Article ul,
  .Article ol {
    padding-left: 1.75rem;
    margin-bottom: 1.75rem;
    margin-top: 0; }
    [data=Article] ul ul,
    [data=Article] ul ol,
    [data=Article] ol ul,
    [data=Article] ol ol,
    .Article ul ul,
    .Article ul ol,
    .Article ol ul,
    .Article ol ol {
      margin-bottom: 0; }
    [data=Article] ul ol,
    [data=Article] ol ol,
    .Article ul ol,
    .Article ol ol {
      list-style: lower-roman; }
  [data=Article] ul,
  .Article ul {
    list-style: square; }
  [data=Article] ol,
  .Article ol {
    list-style: decimal; }
  [data=Article] ul ul,
  [data=Article] ol ul,
  .Article ul ul,
  .Article ol ul {
    list-style-type: circle; }
  [data=Article] .list-unstyled,
  .Article .list-unstyled {
    padding-left: 0;
    list-style: none; }
  [data=Article] .list-inline,
  .Article .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    [data=Article] .list-inline > li,
    .Article .list-inline > li {
      position: relative;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
  [data=Article] .list-custom,
  .Article .list-custom {
    padding-left: 0;
    list-style: none; }
    [data=Article] .list-custom li,
    .Article .list-custom li {
      position: relative;
      padding-left: 1.75rem;
      display: block; }
      [data=Article] .list-custom li::before,
      .Article .list-custom li::before {
        position: absolute;
        top: 8px;
        left: 0;
        width: 15px;
        height: 15px;
        background: url("../images/responsive-blog/circle.svg") no-repeat 0 0;
        background-size: contain;
        content: ' ';
        display: inline-block;
        text-indent: -9999px; }
    [data=Article] .list-custom ul,
    .Article .list-custom ul {
      padding-left: 0;
      list-style: none; }
  [data=Article] dl,
  .Article dl {
    margin-bottom: 1.75rem;
    margin-top: 0; }
  [data=Article] dt,
  [data=Article] dd,
  .Article dt,
  .Article dd {
    line-height: 1.75rem; }
  [data=Article] dt,
  .Article dt {
    font-weight: 200;
    color: rgba(255, 255, 255, 0.5); }
  [data=Article] dd,
  .Article dd {
    margin-left: 0; }
  [data=Article] .dl-horizontal dt,
  .Article .dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    margin-right: 1.75rem;
    float: left;
    clear: left;
    text-align: right; }
    @media (max-width: 25em) {
      [data=Article] .dl-horizontal dt,
      .Article .dl-horizontal dt {
        float: none;
        text-align: left;
        width: 100%; } }
    [data=Article] .dl-horizontal dt dd,
    .Article .dl-horizontal dt dd {
      margin-left: 180px; }
  [data=Article] p,
  .Article p {
    margin-bottom: 1.75rem; }
    [data=Article] p.lead, [data=Article] p.lede,
    .Article p.lead,
    .Article p.lede {
      font-size: 20px;
      line-height: 1.75;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.5); }
  [data=Article] .type,
  .Article .type {
    text-rendering: optimizeLegibility;
    line-height: 1;
    margin-top: 0; }
  [data=Article] .vertical-top,
  .Article .vertical-top {
    vertical-align: top; }
  [data=Article] .vertical-bottom,
  .Article .vertical-bottom {
    vertical-align: bottom; }
  [data=Article] .vertical-middle,
  .Article .vertical-middle {
    vertical-align: middle; }
  [data=Article] .text-uppercase,
  .Article .text-uppercase {
    text-transform: uppercase; }
  [data=Article] .text-lowercase,
  .Article .text-lowercase {
    text-transform: lowercase; }
  [data=Article] .text-capitalize,
  .Article .text-capitalize {
    text-transform: capitalize; }
  [data=Article] .text-reset,
  .Article .text-reset {
    text-transform: none; }
  [data=Article] .text-left,
  .Article .text-left {
    text-align: left; }
  [data=Article] .text-right,
  .Article .text-right {
    text-align: right; }
  [data=Article] .text-center,
  .Article .text-center {
    text-align: center; }
  [data=Article] .text-justify,
  .Article .text-justify {
    text-align: justify; }
  [data=Article] .text-nowrap,
  .Article .text-nowrap {
    white-space: nowrap; }
  [data=Article] .no-border,
  .Article .no-border {
    border: 0 none; }
  [data=Article] .no-shadow,
  .Article .no-shadow {
    box-shadow: none; }
  [data=Article] .center-block, [data=Article] .pull-left, [data=Article] .pull-right,
  .Article .center-block, .Article .pull-left, .Article .pull-right {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    [data=Article] .center-block img, [data=Article] .pull-left img, [data=Article] .pull-right img,
    .Article .center-block img, .Article .pull-left img, .Article .pull-right img {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
  [data=Article] .pull-left,
  .Article .pull-left {
    float: none; }
    @media (min-width: 48em) {
      [data=Article] .pull-left,
      .Article .pull-left {
        *zoom: 1;
        margin: 0 1.75rem 0 0;
        max-width: 60%;
        float: left;
        display: inline; }
        [data=Article] .pull-left:before, [data=Article] .pull-left:after,
        .Article .pull-left:before,
        .Article .pull-left:after {
          display: table;
          content: "";
          line-height: 0; }
        [data=Article] .pull-left:after,
        .Article .pull-left:after {
          clear: both; } }
  [data=Article] .pull-right,
  .Article .pull-right {
    float: none; }
    @media (min-width: 48em) {
      [data=Article] .pull-right,
      .Article .pull-right {
        *zoom: 1;
        margin: 0 0 0 1.75rem;
        max-width: 60%;
        float: right;
        display: inline; }
        [data=Article] .pull-right:before, [data=Article] .pull-right:after,
        .Article .pull-right:before,
        .Article .pull-right:after {
          display: table;
          content: "";
          line-height: 0; }
        [data=Article] .pull-right:after,
        .Article .pull-right:after {
          clear: both; } }
  [data=Article] .panel-group .panel,
  .Article .panel-group .panel {
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(10, 12, 16, 0.5);
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */ }
    [data=Article] .panel-group .panel .panel-heading,
    .Article .panel-group .panel .panel-heading {
      position: relative; }
      [data=Article] .panel-group .panel .panel-heading .panel-title a,
      .Article .panel-group .panel .panel-heading .panel-title a {
        padding: 1em 4.3em 1em 1em;
        color: #80ff66;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 1.2em;
        text-decoration: none;
        display: block; }
        [data=Article] .panel-group .panel .panel-heading .panel-title a img,
        .Article .panel-group .panel .panel-heading .panel-title a img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          height: 100%;
          margin: 0;
          box-shadow: none;
          border: 0 none;
          z-index: 0; }
        [data=Article] .panel-group .panel .panel-heading .panel-title a::after, [data=Article] .panel-group .panel .panel-heading .panel-title a::before,
        .Article .panel-group .panel .panel-heading .panel-title a::after,
        .Article .panel-group .panel .panel-heading .panel-title a::before {
          position: absolute;
          top: 40%;
          right: 4em;
          background-color: #80ff66;
          transition: all 0.2s ease-in-out;
          right: 2em;
          width: 3px;
          height: 9px;
          content: ""; }
        [data=Article] .panel-group .panel .panel-heading .panel-title a:before,
        .Article .panel-group .panel .panel-heading .panel-title a:before {
          -ms-transform: translate(-2px, 0) rotate(45deg);
              transform: translate(-2px, 0) rotate(45deg); }
        [data=Article] .panel-group .panel .panel-heading .panel-title a:after,
        .Article .panel-group .panel .panel-heading .panel-title a:after {
          -ms-transform: translate(2px, 0) rotate(-45deg);
              transform: translate(2px, 0) rotate(-45deg); }
        [data=Article] .panel-group .panel .panel-heading .panel-title a.collapsed::after, [data=Article] .panel-group .panel .panel-heading .panel-title a.collapsed::before,
        .Article .panel-group .panel .panel-heading .panel-title a.collapsed::after,
        .Article .panel-group .panel .panel-heading .panel-title a.collapsed::before {
          background-color: #80ff66; }
        [data=Article] .panel-group .panel .panel-heading .panel-title a.collapsed:before,
        .Article .panel-group .panel .panel-heading .panel-title a.collapsed:before {
          -ms-transform: translate(2px, 0) rotate(45deg);
              transform: translate(2px, 0) rotate(45deg); }
        [data=Article] .panel-group .panel .panel-heading .panel-title a.collapsed:after,
        .Article .panel-group .panel .panel-heading .panel-title a.collapsed:after {
          -ms-transform: translate(-2px, 0) rotate(-45deg);
              transform: translate(-2px, 0) rotate(-45deg); }
  [data=Article] .panel-group .panel-collapse.collapse,
  .Article .panel-group .panel-collapse.collapse {
    display: none; }
    [data=Article] .panel-group .panel-collapse.collapse.in,
    .Article .panel-group .panel-collapse.collapse.in {
      display: block; }
  [data=Article] .panel-group .panel-body,
  .Article .panel-group .panel-body {
    padding: 1em 4.3em 1em 1em; }
  [data=Article] .btn,
  .Article .btn {
    border-radius: 5px;
    padding: 8px 24px;
    border: 1px solid;
    font-size: 1em;
    text-decoration: none;
    margin-bottom: 1.75rem;
    transition: all 0.2s ease-in;
    display: block;
    cursor: pointer;
    text-align: center; }
    @media (min-width: 48em) {
      [data=Article] .btn,
      .Article .btn {
        display: inline-block; } }
    [data=Article] .btn.center-block, [data=Article] .btn.pull-left, [data=Article] .btn.pull-right,
    .Article .btn.center-block, .Article .btn.pull-left, .Article .btn.pull-right {
      margin: 0 auto 1.75rem;
      text-align: center; }
    [data=Article] .btn.block,
    .Article .btn.block {
      margin: 0 auto 1.75rem;
      display: block; }
    [data=Article] .btn-lg,
    .Article .btn-lg {
      font-size: 1.2em;
      padding: 12px 30px; }
    [data=Article] .btn-sm,
    .Article .btn-sm {
      font-size: 0.8em;
      padding: 5px 16px; }
    [data=Article] .btn-xs,
    .Article .btn-xs {
      font-size: 0.7em;
      padding: 5px 16px; }
    [data=Article] .btn-alternate, [data=Article] .btn-primary,
    .Article .btn-alternate,
    .Article .btn-primary {
      background-color: #000;
      border-color: #2a3516;
      color: #eeffcc; }
      [data=Article] .btn-alternate:hover, [data=Article] .btn-primary:hover,
      .Article .btn-alternate:hover,
      .Article .btn-primary:hover {
        background-color: #000;
        border-color: #333;
        color: #fff;
        text-decoration: none; }
    [data=Article] .btn-default,
    .Article .btn-default {
      background-color: #000;
      border-color: #009900;
      color: #eeffcc; }
      [data=Article] .btn-default:hover, [data=Article] .btn-default:focus,
      .Article .btn-default:hover,
      .Article .btn-default:focus {
        background-color: #000;
        border-color: #009900;
        color: #fff;
        text-decoration: none; }
  [data=Article] .blog_card,
  .Article .blog_card {
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: 1px solid #202023;
    border-radius: 1px;
    height: auto;
    margin-bottom: 1.75rem; }
    @media (min-width: 48em) {
      [data=Article] .blog_card,
      .Article .blog_card {
        max-width: 16rem; } }
    [data=Article] .blog_card img,
    .Article .blog_card img {
      display: block;
      height: auto;
      margin: 0 auto;
      max-width: 100%;
      width: 100%; }
    [data=Article] .blog_card .blog_card-img-top,
    [data=Article] .blog_card .blog_card-img-bottom,
    .Article .blog_card .blog_card-img-top,
    .Article .blog_card .blog_card-img-bottom {
      box-shadow: none;
      box-sizing: border-box;
      display: block;
      width: 100%; }
    [data=Article] .blog_card .blog_card-img-top,
    .Article .blog_card .blog_card-img-top {
      border-width: 0 0 1px 0;
      border-color: #2b2c2f;
      border-style: solid; }
    [data=Article] .blog_card .blog_card-img-bottom,
    .Article .blog_card .blog_card-img-bottom {
      border-width: 1px 0 0 0;
      border-color: #2b2c2f;
      border-style: solid; }
    [data=Article] .blog_card .blog_card-block,
    .Article .blog_card .blog_card-block {
      padding: 0 1em;
      height: inherit; }
      [data=Article] .blog_card .blog_card-block .blog_card-title,
      .Article .blog_card .blog_card-block .blog_card-title {
        text-transform: none;
        font-weight: 100;
        margin: 0;
        padding: 1em 0 0.5em 0;
        font-size: 1.1em;
        font-family: "Eurostile", sans-serif; }
      [data=Article] .blog_card .blog_card-block .blog_card-text,
      .Article .blog_card .blog_card-block .blog_card-text {
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        padding: 0 0 1em; }
    [data=Article] .blog_card .blog_card-header,
    .Article .blog_card .blog_card-header {
      margin: 0;
      padding: 7px 1em;
      background-color: rgba(4, 12, 22, 0.4);
      font-size: 16px;
      color: #b8bbcc; }
    [data=Article] .blog_card .blog_card-footer,
    .Article .blog_card .blog_card-footer {
      margin: 0;
      padding: 0.6em 1.3em;
      background-color: rgba(4, 12, 22, 0.4);
      font-size: 0.8em;
      color: #515c66;
      border-width: 1px 0 0 0;
      border-color: #202023;
      border-style: solid; }
  [data=Article] a.card,
  .Article a.card {
    display: block; }
  [data=Article] .blog_card-group,
  .Article .blog_card-group {
    margin-bottom: 1.75rem;
    max-width: 100%; }
    [data=Article] .blog_card-group .blog_card-list,
    .Article .blog_card-group .blog_card-list {
      -moz-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      margin-bottom: 1.75rem;
      transition: width .4s ease-in-out,-ms-flex .4s ease-in-out;
      box-sizing: border-box; }
      @media (min-width: 30em) {
        [data=Article] .blog_card-group .blog_card-list,
        .Article .blog_card-group .blog_card-list {
          width: 50%;
          padding: 0 0 0.2em 0.2em;
          margin: 0; }
          [data=Article] .blog_card-group .blog_card-list:nth-child(2n+1),
          .Article .blog_card-group .blog_card-list:nth-child(2n+1) {
            clear: both; } }
      @media (min-width: 62em) {
        [data=Article] .blog_card-group .blog_card-list,
        .Article .blog_card-group .blog_card-list {
          width: 33.33%;
          margin: 0; }
          [data=Article] .blog_card-group .blog_card-list:nth-child(3n+1),
          .Article .blog_card-group .blog_card-list:nth-child(3n+1) {
            clear: both; } }
    [data=Article] .blog_card-group .blog_card,
    .Article .blog_card-group .blog_card {
      margin-bottom: 0;
      max-width: 100%; }
      [data=Article] .blog_card-group .blog_card .blog_card-block,
      .Article .blog_card-group .blog_card .blog_card-block {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
      [data=Article] .blog_card-group .blog_card .blog_card-text,
      .Article .blog_card-group .blog_card .blog_card-text {
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  [data=Article] figure,
  .Article figure {
    position: relative;
    background-color: transparent;
    width: auto; }
    [data=Article] figure img,
    .Article figure img {
      margin-bottom: 0; }
    [data=Article] figure .video + figcaption,
    .Article figure .video + figcaption {
      margin-bottom: 0; }
    [data=Article] figure figcaption,
    .Article figure figcaption {
      position: relative;
      margin-bottom: 1.75rem;
      background: #14151a linear-gradient(0deg, #000 50%, transparent 50%);
      padding: 1em;
      line-height: 1.75;
      font-size: 16px;
      font-style: normal;
      color: #515c66;
      background-size: 6px 6px;
      text-align: left;
      height: auto;
      z-index: 1; }
  [data=Article] .gallery,
  .Article .gallery {
    position: relative;
    margin: 1.75rem 0;
    width: 100%; }
    [data=Article] .gallery a,
    [data=Article] .gallery div,
    [data=Article] .gallery figure,
    .Article .gallery a,
    .Article .gallery div,
    .Article .gallery figure {
      position: relative;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-shrink: auto;
      -webkit-box-flex: auto;
      -ms-flex-negative: auto;
      flex-shrink: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      width: 230px;
      margin: 3px; }
      [data=Article] .gallery a img,
      [data=Article] .gallery div img,
      [data=Article] .gallery figure img,
      .Article .gallery a img,
      .Article .gallery div img,
      .Article .gallery figure img {
        width: 100%;
        margin: 0 auto;
        height: auto;
        display: block; }
  [data=Article] .img-responsive,
  .Article .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  [data=Article] .img-rounded,
  .Article .img-rounded {
    border-radius: 0.3em; }
  [data=Article] .img-thumbnail,
  .Article .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.75;
    background-color: rgba(255, 137, 0, 0.2);
    border: 1px solid transparent;
    border-radius: 0.3em;
    transition: all .2s ease-in-out; }
    [data=Article] .img-thumbnail.img-small,
    .Article .img-thumbnail.img-small {
      width: 60px;
      height: 60px; }
  [data=Article] .img-circle,
  .Article .img-circle {
    border-radius: 50%; }
  [data=Article] img,
  .Article img {
    box-shadow: none;
    border: 0 solid transparent;
    margin-bottom: 1.75rem;
    max-width: 100%;
    height: auto;
    vertical-align: middle; }
    [data=Article] img::after,
    .Article img::after {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
      content: ''; }
  [data=Article] .media,
  [data=Article] .media-body,
  .Article .media,
  .Article .media-body {
    zoom: 1;
    overflow: hidden; }
  [data=Article] .media,
  .Article .media {
    margin-top: 1.75rem; }
    [data=Article] .media:first-child,
    .Article .media:first-child {
      margin-top: 0; }
    [data=Article] .media-body,
    .Article .media-body {
      width: 10000px; }
    [data=Article] .media-object,
    .Article .media-object {
      max-width: 80px;
      display: block; }
    [data=Article] .media-right,
    [data=Article] .media > .pull-right,
    .Article .media-right,
    .Article .media > .pull-right {
      padding-left: 1em; }
    [data=Article] .media-left,
    [data=Article] .media > .pull-left,
    .Article .media-left,
    .Article .media > .pull-left {
      padding-right: 1em; }
    [data=Article] .media-left, [data=Article] .media-right, [data=Article] .media-body,
    .Article .media-left,
    .Article .media-right,
    .Article .media-body {
      display: table-cell;
      vertical-align: top; }
    [data=Article] .media-middle,
    .Article .media-middle {
      vertical-align: middle; }
    [data=Article] .media-bottom,
    .Article .media-bottom {
      vertical-align: bottom; }
    [data=Article] .media-heading,
    .Article .media-heading {
      font-size: 1;
      font-family: "blizzard", sans-serif;
      font-weight: 200;
      text-transform: none;
      color: #fff;
      margin-bottom: 5px;
      margin-top: 0; }
    [data=Article] .media-list,
    .Article .media-list {
      padding-left: 0;
      list-style: none; }
  [data=Article] .media,
  .Article .media {
    margin-bottom: 1.75rem; }
  [data=Article] table,
  .Article table {
    background-color: transparent;
    font-size: 18px; }
  [data=Article] caption,
  .Article caption {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: left; }
  [data=Article] th,
  .Article th {
    text-transform: uppercase;
    color: #99bbff;
    text-align: left; }
  [data=Article] .table tr.text-left,
  .Article .table tr.text-left {
    text-align: left; }
    [data=Article] .table tr.text-left td, [data=Article] .table tr.text-left th,
    .Article .table tr.text-left td,
    .Article .table tr.text-left th {
      text-align: left; }
  [data=Article] .table tr.text-center,
  .Article .table tr.text-center {
    text-align: center; }
    [data=Article] .table tr.text-center td, [data=Article] .table tr.text-center th,
    .Article .table tr.text-center td,
    .Article .table tr.text-center th {
      text-align: center; }
  [data=Article] .table tr.text-right,
  .Article .table tr.text-right {
    text-align: right; }
    [data=Article] .table tr.text-right td, [data=Article] .table tr.text-right th,
    .Article .table tr.text-right td,
    .Article .table tr.text-right th {
      text-align: right; }
  [data=Article] .table.text-left td, [data=Article] .table.text-left th,
  .Article .table.text-left td,
  .Article .table.text-left th {
    text-align: left; }
  [data=Article] .table.text-right td, [data=Article] .table.text-right th,
  .Article .table.text-right td,
  .Article .table.text-right th {
    text-align: right; }
  [data=Article] .table.text-center td, [data=Article] .table.text-center th,
  .Article .table.text-center td,
  .Article .table.text-center th {
    text-align: center; }
  [data=Article] .table,
  .Article .table {
    border-collapse: collapse; }
    [data=Article] .table tr.vertical-top,
    .Article .table tr.vertical-top {
      vertical-align: top; }
      [data=Article] .table tr.vertical-top td, [data=Article] .table tr.vertical-top th,
      .Article .table tr.vertical-top td,
      .Article .table tr.vertical-top th {
        vertical-align: top; }
    [data=Article] .table tr.vertical-bottom,
    .Article .table tr.vertical-bottom {
      vertical-align: bottom; }
      [data=Article] .table tr.vertical-bottom td, [data=Article] .table tr.vertical-bottom th,
      .Article .table tr.vertical-bottom td,
      .Article .table tr.vertical-bottom th {
        vertical-align: bottom; }
    [data=Article] .table tr.vertical-middle,
    .Article .table tr.vertical-middle {
      vertical-align: middle; }
      [data=Article] .table tr.vertical-middle td, [data=Article] .table tr.vertical-middle th,
      .Article .table tr.vertical-middle td,
      .Article .table tr.vertical-middle th {
        vertical-align: middle; }
    [data=Article] .table.vertical-top td, [data=Article] .table.vertical-top th,
    .Article .table.vertical-top td,
    .Article .table.vertical-top th {
      vertical-align: top; }
    [data=Article] .table.vertical-bottom td, [data=Article] .table.vertical-bottom th,
    .Article .table.vertical-bottom td,
    .Article .table.vertical-bottom th {
      vertical-align: bottom; }
    [data=Article] .table.vertical-middle td, [data=Article] .table.vertical-middle th,
    .Article .table.vertical-middle td,
    .Article .table.vertical-middle th {
      vertical-align: middle; }
  [data=Article] .table,
  .Article .table {
    margin-bottom: 1.75rem;
    width: 100%;
    max-width: 100%; }
    [data=Article] .table > thead > tr > th,
    [data=Article] .table > thead > tr > td,
    [data=Article] .table > tbody > tr > th,
    [data=Article] .table > tbody > tr > td,
    [data=Article] .table > tfoot > tr > th,
    [data=Article] .table > tfoot > tr > td,
    .Article .table > thead > tr > th,
    .Article .table > thead > tr > td,
    .Article .table > tbody > tr > th,
    .Article .table > tbody > tr > td,
    .Article .table > tfoot > tr > th,
    .Article .table > tfoot > tr > td {
      padding: 0.5em;
      line-height: 1.75;
      border-top: 1px solid #202023; }
    [data=Article] .table > thead > tr > th,
    .Article .table > thead > tr > th {
      vertical-align: bottom;
      border-bottom: 2px solid #202023; }
    [data=Article] .table > caption + thead > tr:first-child > th,
    [data=Article] .table > caption + thead > tr:first-child > td,
    [data=Article] .table > colgroup + thead > tr:first-child > th,
    [data=Article] .table > colgroup + thead > tr:first-child > td,
    [data=Article] .table > thead:first-child > tr:first-child > th,
    [data=Article] .table > thead:first-child > tr:first-child > td,
    .Article .table > caption + thead > tr:first-child > th,
    .Article .table > caption + thead > tr:first-child > td,
    .Article .table > colgroup + thead > tr:first-child > th,
    .Article .table > colgroup + thead > tr:first-child > td,
    .Article .table > thead:first-child > tr:first-child > th,
    .Article .table > thead:first-child > tr:first-child > td {
      border-top: 0; }
    [data=Article] .table > tbody + tbody,
    .Article .table > tbody + tbody {
      border-top: 1px solid #202023; }
    [data=Article] .table .table,
    .Article .table .table {
      background-color: transparent; }
  [data=Article] .table-condensed > thead > tr > th,
  [data=Article] .table-condensed > thead > tr > td,
  [data=Article] .table-condensed > tbody > tr > th,
  [data=Article] .table-condensed > tbody > tr > td,
  [data=Article] .table-condensed > tfoot > tr > th,
  [data=Article] .table-condensed > tfoot > tr > td,
  .Article .table-condensed > thead > tr > th,
  .Article .table-condensed > thead > tr > td,
  .Article .table-condensed > tbody > tr > th,
  .Article .table-condensed > tbody > tr > td,
  .Article .table-condensed > tfoot > tr > th,
  .Article .table-condensed > tfoot > tr > td {
    padding: 0.4em; }
  [data=Article] .table-bordered,
  .Article .table-bordered {
    border: 1px solid #202023; }
    [data=Article] .table-bordered > thead > tr > th,
    [data=Article] .table-bordered > thead > tr > td,
    [data=Article] .table-bordered > tbody > tr > th,
    [data=Article] .table-bordered > tbody > tr > td,
    [data=Article] .table-bordered > tfoot > tr > th,
    [data=Article] .table-bordered > tfoot > tr > td,
    .Article .table-bordered > thead > tr > th,
    .Article .table-bordered > thead > tr > td,
    .Article .table-bordered > tbody > tr > th,
    .Article .table-bordered > tbody > tr > td,
    .Article .table-bordered > tfoot > tr > th,
    .Article .table-bordered > tfoot > tr > td {
      border: 1px solid #202023; }
    [data=Article] .table-bordered > thead > tr > th,
    [data=Article] .table-bordered > thead > tr > td,
    .Article .table-bordered > thead > tr > th,
    .Article .table-bordered > thead > tr > td {
      border-bottom-width: 1px; }
  [data=Article] .table-striped > tbody > tr:nth-of-type(odd),
  .Article .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.6); }
  [data=Article] .table-hover > tbody > tr:hover,
  .Article .table-hover > tbody > tr:hover {
    background-color: rgba(0, 51, 0, 0.6); }
  [data=Article] table col[class*="col-"],
  .Article table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }
  [data=Article] table td[class*="col-"],
  [data=Article] table th[class*="col-"],
  .Article table td[class*="col-"],
  .Article table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }
  [data=Article] .table-responsive,
  .Article .table-responsive {
    margin-bottom: 1.75rem;
    overflow-x: auto;
    min-height: 0.01%; }
    [data=Article] .table-responsive .table,
    .Article .table-responsive .table {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      [data=Article] .table-responsive,
      .Article .table-responsive {
        margin-bottom: 1.3125rem;
        width: 100%;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        [data=Article] .table-responsive .table,
        .Article .table-responsive .table {
          margin-bottom: 0; }
          [data=Article] .table-responsive .table > thead > tr > th,
          [data=Article] .table-responsive .table > thead > tr > td,
          [data=Article] .table-responsive .table > tbody > tr > th,
          [data=Article] .table-responsive .table > tbody > tr > td,
          [data=Article] .table-responsive .table > tfoot > tr > th,
          [data=Article] .table-responsive .table > tfoot > tr > td,
          .Article .table-responsive .table > thead > tr > th,
          .Article .table-responsive .table > thead > tr > td,
          .Article .table-responsive .table > tbody > tr > th,
          .Article .table-responsive .table > tbody > tr > td,
          .Article .table-responsive .table > tfoot > tr > th,
          .Article .table-responsive .table > tfoot > tr > td {
            white-space: nowrap; }
        [data=Article] .table-responsive > .table-bordered,
        .Article .table-responsive > .table-bordered {
          border: 0; }
          [data=Article] .table-responsive > .table-bordered > thead > tr > th:first-child,
          [data=Article] .table-responsive > .table-bordered > thead > tr > td:first-child,
          [data=Article] .table-responsive > .table-bordered > tbody > tr > th:first-child,
          [data=Article] .table-responsive > .table-bordered > tbody > tr > td:first-child,
          [data=Article] .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          [data=Article] .table-responsive > .table-bordered > tfoot > tr > td:first-child,
          .Article .table-responsive > .table-bordered > thead > tr > th:first-child,
          .Article .table-responsive > .table-bordered > thead > tr > td:first-child,
          .Article .table-responsive > .table-bordered > tbody > tr > th:first-child,
          .Article .table-responsive > .table-bordered > tbody > tr > td:first-child,
          .Article .table-responsive > .table-bordered > tfoot > tr > th:first-child,
          .Article .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0; }
          [data=Article] .table-responsive > .table-bordered > thead > tr > th:last-child,
          [data=Article] .table-responsive > .table-bordered > thead > tr > td:last-child,
          [data=Article] .table-responsive > .table-bordered > tbody > tr > th:last-child,
          [data=Article] .table-responsive > .table-bordered > tbody > tr > td:last-child,
          [data=Article] .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          [data=Article] .table-responsive > .table-bordered > tfoot > tr > td:last-child,
          .Article .table-responsive > .table-bordered > thead > tr > th:last-child,
          .Article .table-responsive > .table-bordered > thead > tr > td:last-child,
          .Article .table-responsive > .table-bordered > tbody > tr > th:last-child,
          .Article .table-responsive > .table-bordered > tbody > tr > td:last-child,
          .Article .table-responsive > .table-bordered > tfoot > tr > th:last-child,
          .Article .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0; }
          [data=Article] .table-responsive > .table-bordered > tbody > tr:last-child > th,
          [data=Article] .table-responsive > .table-bordered > tbody > tr:last-child > td,
          [data=Article] .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          [data=Article] .table-responsive > .table-bordered > tfoot > tr:last-child > td,
          .Article .table-responsive > .table-bordered > tbody > tr:last-child > th,
          .Article .table-responsive > .table-bordered > tbody > tr:last-child > td,
          .Article .table-responsive > .table-bordered > tfoot > tr:last-child > th,
          .Article .table-responsive > .table-bordered > tfoot > tr:last-child > td {
            border-bottom: 0; } }
  [data=Article] .table-stack,
  .Article .table-stack {
    margin: 1.75rem 0; }
    @media (max-width: 25em) {
      [data=Article] .table-stack thead,
      .Article .table-stack thead {
        display: none; }
      [data=Article] .table-stack tr td,
      .Article .table-stack tr td {
        display: -webkit-flexbox;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        margin-left: auto; }
        [data=Article] .table-stack tr td::before,
        .Article .table-stack tr td::before {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: 200;
          text-align: right;
          color: #99bbff;
          padding-right: 1em;
          width: 40%;
          content: attr(data-heading);
          display: inline-block; } }
  [data=Article] .nav-tabs,
  .Article .nav-tabs {
    padding-left: 0;
    list-style: none;
    background-color: rgba(10, 12, 16, 0.5);
    border-width: 1px 1px 1px 1px;
    border-color: #202023;
    border-style: solid;
    margin-bottom: 0;
    overflow-x: auto; }
    [data=Article] .nav-tabs > li,
    .Article .nav-tabs > li {
      width: 100%; }
      [data=Article] .nav-tabs > li > a,
      .Article .nav-tabs > li > a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-width: 0 0 4px 0;
        border-color: transparent;
        padding: 1em 1em 0.5em 1em;
        color: #00cc00;
        text-decoration: none;
        display: block;
        border-style: solid;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
        /* For some Androids */ }
        [data=Article] .nav-tabs > li > a:hover, [data=Article] .nav-tabs > li > a:focus,
        .Article .nav-tabs > li > a:hover,
        .Article .nav-tabs > li > a:focus {
          outline: none !important;
          border-width: 0 0 4px 0;
          border-color: transparent;
          color: #80ff66;
          -o-border-image: linear-gradient(#80ff66, #80ff66) 1;
             border-image: linear-gradient(#80ff66, #80ff66) 1;
          background-color: rgba(255, 255, 255, 0); }
      [data=Article] .nav-tabs > li:hover, [data=Article] .nav-tabs > li.active,
      .Article .nav-tabs > li:hover,
      .Article .nav-tabs > li.active {
        background-color: rgba(255, 255, 255, 0); }
        [data=Article] .nav-tabs > li:hover > a, [data=Article] .nav-tabs > li.active > a,
        .Article .nav-tabs > li:hover > a,
        .Article .nav-tabs > li.active > a {
          outline: none !important;
          border-width: 0 0 4px 0;
          background-color: rgba(255, 255, 255, 0);
          color: #80ff66;
          -o-border-image: linear-gradient(#80ff66, #80ff66) 1;
             border-image: linear-gradient(#80ff66, #80ff66) 1; }
      [data=Article] .nav-tabs > li.active > a:hover, [data=Article] .nav-tabs > li.active > a:focus,
      .Article .nav-tabs > li.active > a:hover,
      .Article .nav-tabs > li.active > a:focus {
        outline: none !important;
        background-color: rgba(255, 255, 255, 0);
        border-width: 0 0 4px 0;
        background-color: rgba(255, 255, 255, 0);
        color: #80ff66;
        -o-border-image: linear-gradient(#80ff66, #80ff66) 1;
           border-image: linear-gradient(#80ff66, #80ff66) 1; }
  [data=Article] .tab-content,
  .Article .tab-content {
    background-color: rgba(10, 12, 16, 0.5);
    margin-bottom: 1em;
    padding: 1em;
    border-width: 0 1px 1px 1px;
    border-color: #202023;
    border-style: solid;
    margin-top: -1px; }
    [data=Article] .tab-content .tab-pane,
    .Article .tab-content .tab-pane {
      display: none; }
      [data=Article] .tab-content .tab-pane.active,
      .Article .tab-content .tab-pane.active {
        display: block; }
  [data=Article] .tabs-responsive .nav-tabs,
  .Article .tabs-responsive .nav-tabs {
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    [data=Article] .tabs-responsive .nav-tabs li,
    .Article .tabs-responsive .nav-tabs li {
      white-space: nowrap; }
  [data=Article] iframe,
  .Article iframe {
    padding: 0;
    margin: 0; }
  [data=Article] .video-container,
  .Article .video-container {
    width: 100%;
    margin-bottom: 1.75rem; }
  [data=Article] .video,
  .Article .video {
    position: relative;
    padding-bottom: 56.25%;
    border: 1px solid transparent;
    border: 0 none;
    height: 0;
    z-index: 1; }
    [data=Article] .video iframe,
    .Article .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      display: block;
      z-index: 1; }
  @media (min-width: 1200px) {
    [data=Article],
    .Article {
      font-size: calc( 18px + (21 - 18) * ((100vw - 1200px) / (721 - 1200))); } }
  @media (min-width: 721px) {
    [data=Article],
    .Article {
      font-size: 21px; } }

.Article h1, .Article .h1 {
  font-family: "EurostileExt", sans-serif;
  font-size: 21px;
  font-weight: bold; }
  @media (min-width: 480px) {
    .Article h1, .Article .h1 {
      font-size: 27px; } }
  @media (min-width: 640px) {
    .Article h1, .Article .h1 {
      font-size: 30px; } }

.Article h2, .Article .h2 {
  font-family: "EurostileExt", sans-serif;
  font-size: 18px;
  font-weight: bold; }
  @media (min-width: 480px) {
    .Article h2, .Article .h2 {
      font-size: 24px; } }
  @media (min-width: 640px) {
    .Article h2, .Article .h2 {
      font-size: 27px; } }

.Article h3, .Article .h3 {
  font-family: "EurostileExt", sans-serif;
  font-size: 16px;
  font-weight: bold; }
  @media (min-width: 480px) {
    .Article h3, .Article .h3 {
      font-size: 21px; } }
  @media (min-width: 640px) {
    .Article h3, .Article .h3 {
      font-size: 24px; } }

.Article h4, .Article .h4 {
  font-family: "EurostileExt", sans-serif;
  font-size: 14px;
  font-weight: normal; }
  @media (min-width: 480px) {
    .Article h4, .Article .h4 {
      font-size: 18px; } }
  @media (min-width: 640px) {
    .Article h4, .Article .h4 {
      font-size: 21px; } }

.Article h5, .Article .h5 {
  font-family: "EurostileExt", sans-serif;
  font-size: 12px;
  font-weight: normal; }
  @media (min-width: 480px) {
    .Article h5, .Article .h5 {
      font-size: 16px; } }
  @media (min-width: 640px) {
    .Article h5, .Article .h5 {
      font-size: 16px; } }

.Article blockquote {
  font-size: 16px; }

.Article .pullquote {
  border-radius: 8px; }
  .Article .pullquote footer {
    border-top: 1px solid #0f1012;
    border-radius: 0 0 9px 9px;
    background: #000;
    margin: 30px -30px -30px; }

.Article hr.image-divider {
  background: rgba(184, 187, 204, 0.2); }

.Article .blog_card {
  background: #14151a linear-gradient(0deg, #000 50%, transparent 50%);
  background-size: 1px 2px; }
  .Article .blog_card .blog_card-header {
    font-family: 'Eurostile', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #202023; }
  .Article .blog_card .blog_card-footer {
    font-family: 'Eurostile', sans-serif;
    text-transform: uppercase; }

.Article th {
  font-size: 12px; }

.Article .table-bordered {
  border: 0; }
  .Article .table-bordered > thead > tr > th,
  .Article .table-bordered > thead > tr > td,
  .Article .table-bordered > tbody > tr > th,
  .Article .table-bordered > tbody > tr > td,
  .Article .table-bordered > tfoot > tr > th,
  .Article .table-bordered > tfoot > tr > td {
    border-width: 1px 0; }
    .Article .table-bordered > thead > tr > th:first-child,
    .Article .table-bordered > thead > tr > td:first-child,
    .Article .table-bordered > tbody > tr > th:first-child,
    .Article .table-bordered > tbody > tr > td:first-child,
    .Article .table-bordered > tfoot > tr > th:first-child,
    .Article .table-bordered > tfoot > tr > td:first-child {
      border-left-width: 1px; }
    .Article .table-bordered > thead > tr > th:last-child,
    .Article .table-bordered > thead > tr > td:last-child,
    .Article .table-bordered > tbody > tr > th:last-child,
    .Article .table-bordered > tbody > tr > td:last-child,
    .Article .table-bordered > tfoot > tr > th:last-child,
    .Article .table-bordered > tfoot > tr > td:last-child {
      border-right-width: 1px; }
  .Article .table-bordered > thead:first-child > tr:first-child > th {
    border: 0; }
  .Article .table-bordered > tbody {
    background: #14151a linear-gradient(0deg, #000 50%, transparent 50%);
    background-size: 1px 2px; }

.Article .table-striped {
  border: 0; }
  .Article .table-striped > thead > tr > th,
  .Article .table-striped > thead > tr > td,
  .Article .table-striped > tbody > tr > th,
  .Article .table-striped > tbody > tr > td,
  .Article .table-striped > tfoot > tr > th,
  .Article .table-striped > tfoot > tr > td {
    border: 1px solid #202023;
    border-width: 1px 0; }
    .Article .table-striped > thead > tr > th:first-child,
    .Article .table-striped > thead > tr > td:first-child,
    .Article .table-striped > tbody > tr > th:first-child,
    .Article .table-striped > tbody > tr > td:first-child,
    .Article .table-striped > tfoot > tr > th:first-child,
    .Article .table-striped > tfoot > tr > td:first-child {
      border-left-width: 1px; }
    .Article .table-striped > thead > tr > th:last-child,
    .Article .table-striped > thead > tr > td:last-child,
    .Article .table-striped > tbody > tr > th:last-child,
    .Article .table-striped > tbody > tr > td:last-child,
    .Article .table-striped > tfoot > tr > th:last-child,
    .Article .table-striped > tfoot > tr > td:last-child {
      border-right-width: 1px; }
  .Article .table-striped > thead:first-child > tr:first-child > th {
    border: 0; }
  .Article .table-striped > tbody {
    background: #14151a linear-gradient(0deg, #000 50%, transparent 50%);
    background-size: 1px 2px; }

.Article .table-hover > tbody > tr:hover {
  box-shadow: inset 1px 1px 0 1px #00cc00, inset -1px -1px 0 0 #00cc00; }

.Article .btn-default {
  box-shadow: inset 0 0 0 1px #000, inset 0 0 0 2px #00cc00; }

.Article .nav-tabs,
.Article .tab-content {
  background: #14151a linear-gradient(0deg, #000 50%, transparent 50%);
  background-size: 1px 2px; }

.Article .panel-group .panel {
  background: #14151a linear-gradient(0deg, #000 50%, transparent 50%);
  background-size: 1px 2px; }

.Article .panel-heading {
  padding: 0; }

.Article .panel-group .panel-heading + .panel-collapse > .panel-body,
.Article .panel-group .panel-heading + .panel-collapse > .list-group {
  border: 0; }

.Article figure {
  border: 1px solid #202023; }
  .Article figure figcaption {
    background-size: 1px 2px; }
