/* ==========================================================================
   Site-wide css
   ========================================================================== */
/* Bootstrap
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700&subset=cyrillic,latin,latin-ext');
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Replace focus style removed in the border reset above
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

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

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !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^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  line-height: 1.71428571;
  color: #222222;
  background-color: #FFFFFF;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #005399;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005399;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.71428571;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
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: 12px;
  margin-bottom: 12px;
}
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 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #B90000;
}
a.text-danger:hover {
  color: #860000;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.71428571;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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.71428571;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.71428571;
}
.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,
.semi-fluid-container:before,
.semi-fluid-container:after,
.row:before,
.row:after,
.skinAd .content-top-inner-wrap:before,
.skinAd .content-top-inner-wrap:after,
.footer .footer-top-row:before,
.footer .footer-top-row:after,
.footer .footer-top-row:before,
.footer .footer-top-row:after,
.pagination:before,
.pagination:after,
.pagination:before,
.pagination:after,
.error-page-l10n:before,
.error-page-l10n:after,
.error-page-l10n:before,
.error-page-l10n:after,
.video-player.video-player--in-place .video-player-inner-wrap:before,
.video-player.video-player--in-place .video-player-inner-wrap:after,
.grid-items--large:before,
.grid-items--large:after,
.grid-items--large:before,
.grid-items--large:after,
.metadata-list:before,
.metadata-list:after,
.metadata-list:before,
.metadata-list:after,
.content-form .form-horizontal .form-group:before,
.content-form .form-horizontal .form-group:after,
.feedback-message-inner:before,
.feedback-message-inner:after,
.search-form .form-horizontal .form-group:before,
.search-form .form-horizontal .form-group:after,
.image-list:before,
.image-list:after,
.image-list:before,
.image-list:after,
.music-charts-row:before,
.music-charts-row:after,
.music-charts-row:before,
.music-charts-row:after,
.features-feed .features-posts:before,
.features-feed .features-posts:after,
.features-feed .features-posts:before,
.features-feed .features-posts:after,
.track-my-music-content .secondary-service-row:before,
.track-my-music-content .secondary-service-row:after,
.track-my-music-content .secondary-service-row:before,
.track-my-music-content .secondary-service-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.semi-fluid-container:after,
.row:after,
.skinAd .content-top-inner-wrap:after,
.footer .footer-top-row:after,
.footer .footer-top-row:after,
.pagination:after,
.pagination:after,
.error-page-l10n:after,
.error-page-l10n:after,
.video-player.video-player--in-place .video-player-inner-wrap:after,
.grid-items--large:after,
.grid-items--large:after,
.metadata-list:after,
.metadata-list:after,
.content-form .form-horizontal .form-group:after,
.feedback-message-inner:after,
.search-form .form-horizontal .form-group:after,
.image-list:after,
.image-list:after,
.music-charts-row:after,
.music-charts-row:after,
.features-feed .features-posts:after,
.features-feed .features-posts:after,
.track-my-music-content .secondary-service-row:after,
.track-my-music-content .secondary-service-row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  visibility: hidden !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;
  }
  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;
  }
  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: 1259px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1260px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1260px) {
  .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: 1259px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1260px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.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;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* Last.fm
   ========================================================================== */
/* ==========================================================================
   Last.fm colours
   ========================================================================== */
/* Greyscale
   ========================================================================== */
/* Greeny greys
   ========================================================================== */
/* Blues
   ========================================================================== */
/* Purples
   ========================================================================== */
/* Reds
   ========================================================================== */
/* Oranges
   ========================================================================== */
/* Greens
   ========================================================================== */
/* ==========================================================================
   Third party colours
   ========================================================================== */
/* Metacritic
   ========================================================================== */
/* Facebook
   ========================================================================== */
/* Twitter
   ========================================================================== */
/* Centibillion
   ========================================================================== */
/* ==========================================================================
   Development colours
   ========================================================================== */
/* ==========================================================================
   Aliases
   ========================================================================== */
/* Only to be used by Bootstrap, our own sizes are defined in typography.less */
/* Only to be used by Bootstrap, our own sizes are defined in typography.less */
/* 'red' stripe  + 'white' stripe */
/* 'red' stripe  */
/* ==========================================================================
   Components
   ========================================================================== */
/* ==========================================================================
   z-indexes
   ========================================================================== */
/**
 * All z-indexes that are in the global stacking context should be defined here.
 *
 * Before adjusting this, consider scoping your element's z-index to the
 * elements you're styling by adding z-index: 0; to a container.
 *
 * These should follow the CBSi/IAB z-index guidelines (WEB-19122), as defined
 * by the headings below.
 */
/* Regular page content     0 - 4,999
   ========================================================================== */
/* Pop-up Element           3,000,000 - 3,999,999
   ========================================================================== */
/* Expanding navigation     5,000,000 - 5,999,999
   ========================================================================== */
/**
 * For example, drop down navigation, site warnings, user-spawned dialogs.
 * Only the expanding portion of the element should be at this level.
 */
/* Development tools        100,000,000+
   ========================================================================== */
.avatar {
  border-radius: 50%;
}
abbr.intabbr {
  border-bottom: none;
  cursor: default;
}
/* Remove blue outline from clicked elements in Firefox and Chrome
   See: remove-focus.js */
button.remove-focus,
select.remove-focus,
a.remove-focus {
  outline: none;
}
.external-link:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/static/images/icons/external_ccc_12.png?0482ce521de5') 0 0 no-repeat;
  margin-left: 5px;
  top: 1px;
}
.skiplink-polyfill-target:focus {
  outline: none;
}
.underline-link {
  color: inherit;
  text-decoration: underline;
}
.underline-link:hover,
.underline-link:focus {
  color: inherit;
}
.underline-link:hover,
.underline-link:focus {
  text-decoration: none;
}
.text-colour-link {
  color: inherit;
}
.text-colour-link:hover,
.text-colour-link:focus {
  color: inherit;
}
.more-link {
  margin-top: 12px;
  text-align: right;
}
.more-link:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .more-link:first-child {
    margin-top: 0;
  }
}
.sr-only-reset {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.nowrap {
  white-space: nowrap;
}
.no-data-message {
  text-align: center;
}
.google-search-ad {
  height: auto !important;
}
.google-search-ad > * {
  margin-top: 18px;
  display: block;
}
@media (min-width: 768px) {
  .google-search-ad > * {
    margin-top: 24px;
  }
}
.google-search-ad:first-child > * {
  margin-top: 0;
}
@media (min-width: 768px) {
  .google-search-ad:first-child > * {
    margin-top: 0;
  }
}
.leader_top,
.leader_bottom,
.mpu_top,
.mpu_bottom {
  /*
    Apply margin to the root element inserted by the GPT library. As collapsing applies
    display: none to the parent there is no margin applied for blanks.
    */
  text-align: center;
}
.leader_top:before,
.leader_bottom:before,
.mpu_top:before,
.mpu_bottom:before,
.leader_top:after,
.leader_bottom:after,
.mpu_top:after,
.mpu_bottom:after {
  content: " ";
  display: table;
}
.leader_top:after,
.leader_bottom:after,
.mpu_top:after,
.mpu_bottom:after {
  clear: both;
}
.leader_top:before,
.leader_bottom:before,
.mpu_top:before,
.mpu_bottom:before,
.leader_top:after,
.leader_bottom:after,
.mpu_top:after,
.mpu_bottom:after {
  content: " ";
  display: table;
}
.leader_top:after,
.leader_bottom:after,
.mpu_top:after,
.mpu_bottom:after {
  clear: both;
}
.leader_top > * > *,
.leader_bottom > * > *,
.mpu_top > * > *,
.mpu_bottom > * > * {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .leader_top > * > *,
  .leader_bottom > * > *,
  .mpu_top > * > *,
  .mpu_bottom > * > * {
    margin-top: 24px;
  }
}
.leader_top > * > * > *,
.leader_bottom > * > * > *,
.mpu_top > * > * > *,
.mpu_bottom > * > * > * {
  margin-left: auto;
  margin-right: auto;
}
.leader_top:first-child > * > *,
.leader_bottom:first-child > * > *,
.mpu_top:first-child > * > *,
.mpu_bottom:first-child > * > * {
  margin-top: 0;
}
@media (min-width: 768px) {
  .leader_top:first-child > * > *,
  .leader_bottom:first-child > * > *,
  .mpu_top:first-child > * > *,
  .mpu_bottom:first-child > * > * {
    margin-top: 0;
  }
}
.mobile_pos_1,
.mobile_pos_2,
.mobile_pos_3,
.mobile_pos_4 {
  /*
    Apply margin to the root element inserted by the GPT library. As collapsing applies
    display: none to the parent there is no margin applied for blanks.
    */
  text-align: center;
}
.mobile_pos_1:before,
.mobile_pos_2:before,
.mobile_pos_3:before,
.mobile_pos_4:before,
.mobile_pos_1:after,
.mobile_pos_2:after,
.mobile_pos_3:after,
.mobile_pos_4:after {
  content: " ";
  display: table;
}
.mobile_pos_1:after,
.mobile_pos_2:after,
.mobile_pos_3:after,
.mobile_pos_4:after {
  clear: both;
}
.mobile_pos_1:before,
.mobile_pos_2:before,
.mobile_pos_3:before,
.mobile_pos_4:before,
.mobile_pos_1:after,
.mobile_pos_2:after,
.mobile_pos_3:after,
.mobile_pos_4:after {
  content: " ";
  display: table;
}
.mobile_pos_1:after,
.mobile_pos_2:after,
.mobile_pos_3:after,
.mobile_pos_4:after {
  clear: both;
}
.mobile_pos_1 > * > *,
.mobile_pos_2 > * > *,
.mobile_pos_3 > * > *,
.mobile_pos_4 > * > * {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .mobile_pos_1 > * > *,
  .mobile_pos_2 > * > *,
  .mobile_pos_3 > * > *,
  .mobile_pos_4 > * > * {
    margin-top: 24px;
  }
}
.mobile_pos_1 > * > * > *,
.mobile_pos_2 > * > * > *,
.mobile_pos_3 > * > * > *,
.mobile_pos_4 > * > * > * {
  margin-left: auto;
  margin-right: auto;
}
.mobile_pos_1:first-child > * > *,
.mobile_pos_2:first-child > * > *,
.mobile_pos_3:first-child > * > *,
.mobile_pos_4:first-child > * > * {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mobile_pos_1:first-child > * > *,
  .mobile_pos_2:first-child > * > *,
  .mobile_pos_3:first-child > * > *,
  .mobile_pos_4:first-child > * > * {
    margin-top: 0;
  }
}
.container .mobile_pos_1,
.container .mobile_pos_2,
.container .mobile_pos_3,
.container .mobile_pos_4 {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .container .mobile_pos_1,
  .container .mobile_pos_2,
  .container .mobile_pos_3,
  .container .mobile_pos_4 {
    margin-left: 0;
    margin-right: 0;
  }
}
.recs-feed .mobile_pos_1,
.recs-feed .mobile_pos_2,
.recs-feed .mobile_pos_3,
.recs-feed .mobile_pos_4 {
  margin-left: 0;
  margin-right: 0;
}
.leader_bottom > * > * {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .leader_bottom > * > * {
    margin-bottom: 24px;
  }
}
.content-top .lastfm-ad > * > *,
.content-top .lastfm-ad-mobile > * > * {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .content-top .lastfm-ad > * > *,
  .content-top .lastfm-ad-mobile > * > * {
    margin-top: 24px;
  }
}
.related-content {
  margin-top: 18px;
}
.related-content:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .related-content:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .related-content {
    margin-top: 24px;
  }
}
.related-ads {
  margin-top: 18px;
  text-align: center;
}
.related-ads:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .related-ads:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .related-ads {
    margin-top: 24px;
  }
}
.video-ad.uvpjs {
  margin-top: 18px;
}
.video-ad.uvpjs:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .video-ad.uvpjs:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .video-ad.uvpjs {
    margin-top: 24px;
  }
}
.recs-feed .lastfm-ad-mobile > * > * {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .adaptive-skin-container {
    position: relative;
  }
  .adaptive-skin-container .container {
    position: relative;
  }
  .adaptive-skin-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .adaptive-skin-left,
  .adaptive-skin-right {
    position: absolute;
    width: 800px;
    height: 100%;
  }
  .adaptive-skin-left {
    right: 50%;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .adaptive-skin-right {
    left: 50%;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .skinAd.two-column-layout .main-content:before {
    background-image: none;
  }
}
@media (min-width: 1260px) {
  .adaptive-skin-left,
  .adaptive-skin-right {
    width: 925px;
  }
}
[data-ad-container] {
  display: none;
}
[data-ad-container].open-ad-container {
  display: block;
}
.alert {
  margin-top: 18px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 9px 15px;
  border-radius: 5px;
}
.alert:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .alert:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .alert {
    margin-top: 24px;
  }
}
.alert a {
  color: inherit;
  text-decoration: underline;
}
.alert a:hover,
.alert a:focus {
  color: inherit;
}
.alert a:hover,
.alert a:focus {
  text-decoration: none;
}
.alert-success {
  background: #E5F5EF;
  color: #009966;
}
.alert-warning {
  background: #FAF2E5;
  color: #CC7D00;
}
.alert-danger {
  background: #F8E5E5;
  color: #B90000;
}
.alert-info {
  background: #E5EDF5;
  color: #222222;
}
body {
  font-size: 14px;
  line-height: 24px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ul,
ol,
dl,
blockquote,
address,
pre {
  margin-top: 18px;
  margin-bottom: 0;
}
h1:first-child,
.h1:first-child,
h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
address:first-child,
pre:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  h1:first-child,
  .h1:first-child,
  h2:first-child,
  .h2:first-child,
  h3:first-child,
  .h3:first-child,
  h4:first-child,
  .h4:first-child,
  h5:first-child,
  .h5:first-child,
  h6:first-child,
  .h6:first-child,
  p:first-child,
  ul:first-child,
  ol:first-child,
  dl:first-child,
  blockquote:first-child,
  address:first-child,
  pre:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  p,
  ul,
  ol,
  dl,
  blockquote,
  address,
  pre {
    margin-top: 24px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: -6px;
}
p + p,
p + ul,
p + ol,
p + dl,
p + blockquote,
p + address,
p + pre,
ul + p,
ul + ul,
ul + ol,
ul + dl,
ul + blockquote,
ul + address,
ul + pre,
ol + p,
ol + ul,
ol + ol,
ol + dl,
ol + blockquote,
ol + address,
ol + pre,
dl + p,
dl + ul,
dl + ol,
dl + dl,
dl + blockquote,
dl + address,
dl + pre,
blockquote + p,
blockquote + ul,
blockquote + ol,
blockquote + dl,
blockquote + blockquote,
blockquote + address,
blockquote + pre,
address + p,
address + ul,
address + ol,
address + dl,
address + blockquote,
address + address,
address + pre,
pre + p,
pre + ul,
pre + ol,
pre + dl,
pre + blockquote,
pre + address,
pre + pre {
  margin-top: 12px;
}
h1,
.h1 {
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
h2,
.h2 {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
h3,
.h3 {
  font-size: 18px;
  line-height: 24px;
}
.h3-4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-weight: normal;
}
.h3-4 small,
.h3-4 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.h3-4 small,
.h3-4 .small {
  font-size: 65%;
}
.h3-4:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .h3-4:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .h3-4 {
    margin-top: 24px;
  }
}
h4,
.h4 {
  font-size: 14px;
  line-height: 24px;
}
h5,
.h5 {
  font-size: inherit;
}
h6,
.h6 {
  font-size: inherit;
}
h1,
.h1,
h3,
.h3,
h4,
.h4 {
  font-weight: bold;
}
.date-heading {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-weight: normal;
  color: #999999;
}
.date-heading small,
.date-heading .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.date-heading small,
.date-heading .small {
  font-size: 65%;
}
.date-heading:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .date-heading:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .date-heading {
    margin-top: 24px;
  }
}
.metadata {
  font-size: 12px;
  line-height: 18px;
}
.metadata-heading {
  font-size: 14px;
  line-height: 18px;
}
.metadata-title {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.metadata-display {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0;
}
.metadata-display small,
.metadata-display .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.metadata-display small,
.metadata-display .small {
  font-size: 65%;
}
.metadata-display:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .metadata-display:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .metadata-display {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .metadata-display {
    margin-top: 0;
  }
}
ul {
  list-style-type: none;
  padding-left: 0;
}
.bulleted-list {
  list-style-type: disc;
  padding-left: 40px;
}
.bulleted-list ul {
  list-style-type: disc;
  padding-left: 40px;
}
.reset-list {
  margin-top: 0;
}
@media (min-width: 768px) {
  .reset-list {
    margin-top: 0;
  }
}
.reset-heading {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.text-light {
  color: #999999;
}
.label {
  font-size: 10px;
  line-height: 21px;
}
.legal {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
/* Text buttons
   ========================================================================== */
button,
input[type="submit"] {
  padding: 0;
  border: none;
  background: none;
}
.mimic-link {
  color: #005399;
  background: none;
  border: none;
  padding: 0;
}
.mimic-link:hover,
.mimic-link:focus {
  text-decoration: underline;
}
.btn,
input[type="submit"].btn {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
}
/* Filled buttons
   ========================================================================== */
.btn-primary-skin {
  background-color: #B90000;
  color: #FFFFFF;
}
.btn-primary-skin:hover,
.btn-primary-skin:focus {
  background-color: #D50000;
  color: #FFFFFF;
}
.btn-primary-skin:active,
.btn-primary-skin:focus:not(:hover) {
  background-color: #9D0000;
  color: #FFFFFF;
}
.btn-primary-skin[disabled]:hover,
.btn-primary-skin.disabled:hover {
  background-color: #B90000;
}
.ajax-form-disable-hover .btn-primary-skin:hover,
.ajax-form-disable-hover .btn-primary-skin:focus {
  background-color: #B90000;
}
.btn-secondary-skin {
  background-color: #999999;
  color: #FFFFFF;
}
.btn-secondary-skin:hover,
.btn-secondary-skin:focus {
  background-color: #ADADAD;
  color: #FFFFFF;
}
.btn-secondary-skin:active,
.btn-secondary-skin:focus:not(:hover) {
  background-color: #707070;
  color: #FFFFFF;
}
.btn-secondary-skin[disabled]:hover,
.btn-secondary-skin.disabled:hover {
  background-color: #999999;
}
.ajax-form-disable-hover .btn-secondary-skin:hover,
.ajax-form-disable-hover .btn-secondary-skin:focus {
  background-color: #999999;
}
.btn-tertiary-skin {
  background-color: #009966;
  color: #FFFFFF;
}
.btn-tertiary-skin:hover,
.btn-tertiary-skin:focus {
  background-color: #00AD7A;
  color: #FFFFFF;
}
.btn-tertiary-skin:active,
.btn-tertiary-skin:focus:not(:hover) {
  background-color: #00703D;
  color: #FFFFFF;
}
.btn-tertiary-skin[disabled]:hover,
.btn-tertiary-skin.disabled:hover {
  background-color: #009966;
}
.ajax-form-disable-hover .btn-tertiary-skin:hover,
.ajax-form-disable-hover .btn-tertiary-skin:focus {
  background-color: #009966;
}
.btn-subscribe-skin {
  background-color: #FFBB00;
  color: #FFFFFF;
}
.btn-subscribe-skin:hover,
.btn-subscribe-skin:focus {
  background-color: #FFC900;
  color: #FFFFFF;
}
.btn-subscribe-skin:active,
.btn-subscribe-skin:focus:not(:hover) {
  background-color: #ECAD00;
  color: #FFFFFF;
}
.btn-subscribe-skin[disabled]:hover,
.btn-subscribe-skin.disabled:hover {
  background-color: #FFBB00;
}
.ajax-form-disable-hover .btn-subscribe-skin:hover,
.ajax-form-disable-hover .btn-subscribe-skin:focus {
  background-color: #FFBB00;
}
.btn-primary {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #B90000;
  color: #FFFFFF;
}
.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
}
.btn-primary[disabled],
.btn-primary.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #D50000;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary:focus:not(:hover) {
  background-color: #9D0000;
  color: #FFFFFF;
}
.btn-primary[disabled]:hover,
.btn-primary.disabled:hover {
  background-color: #B90000;
}
.ajax-form-disable-hover .btn-primary:hover,
.ajax-form-disable-hover .btn-primary:focus {
  background-color: #B90000;
}
.btn-secondary {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #999999;
  color: #FFFFFF;
}
.btn-secondary:hover,
.btn-secondary:focus {
  text-decoration: none;
}
.btn-secondary[disabled],
.btn-secondary.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #ADADAD;
  color: #FFFFFF;
}
.btn-secondary:active,
.btn-secondary:focus:not(:hover) {
  background-color: #707070;
  color: #FFFFFF;
}
.btn-secondary[disabled]:hover,
.btn-secondary.disabled:hover {
  background-color: #999999;
}
.ajax-form-disable-hover .btn-secondary:hover,
.ajax-form-disable-hover .btn-secondary:focus {
  background-color: #999999;
}
.btn-tertiary {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #009966;
  color: #FFFFFF;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  text-decoration: none;
}
.btn-tertiary[disabled],
.btn-tertiary.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  background-color: #00AD7A;
  color: #FFFFFF;
}
.btn-tertiary:active,
.btn-tertiary:focus:not(:hover) {
  background-color: #00703D;
  color: #FFFFFF;
}
.btn-tertiary[disabled]:hover,
.btn-tertiary.disabled:hover {
  background-color: #009966;
}
.ajax-form-disable-hover .btn-tertiary:hover,
.ajax-form-disable-hover .btn-tertiary:focus {
  background-color: #009966;
}
.btn-subscribe {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #FFBB00;
  color: #FFFFFF;
}
.btn-subscribe:hover,
.btn-subscribe:focus {
  text-decoration: none;
}
.btn-subscribe[disabled],
.btn-subscribe.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.btn-subscribe:hover,
.btn-subscribe:focus {
  background-color: #FFC900;
  color: #FFFFFF;
}
.btn-subscribe:active,
.btn-subscribe:focus:not(:hover) {
  background-color: #ECAD00;
  color: #FFFFFF;
}
.btn-subscribe[disabled]:hover,
.btn-subscribe.disabled:hover {
  background-color: #FFBB00;
}
.ajax-form-disable-hover .btn-subscribe:hover,
.ajax-form-disable-hover .btn-subscribe:focus {
  background-color: #FFBB00;
}
.btn-file {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
  cursor: pointer;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  cursor: inherit;
}
.btn-file-label {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  vertical-align: top;
}
.btn-sm,
.btn-file-label {
  font-size: 12px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-dropdown {
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
}
/* Circular buttons
   ========================================================================== */
.btn-filled-circle-icon {
  padding: 8px 0 6px 45.5px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.btn-filled-circle-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .btn-filled-circle-icon {
    width: 100px;
    padding: 0;
    text-align: center;
  }
  .btn-filled-circle-icon:before {
    position: static;
    margin: 0 auto 6px;
    width: 48px;
    height: 48px;
  }
}
.btn-add-follower,
.btn-remove-follower {
  padding: 8px 0 6px 45.5px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.btn-add-follower:before,
.btn-remove-follower:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .btn-add-follower,
  .btn-remove-follower {
    width: 100px;
    padding: 0;
    text-align: center;
  }
  .btn-add-follower:before,
  .btn-remove-follower:before {
    position: static;
    margin: 0 auto 6px;
    width: 48px;
    height: 48px;
  }
}
.btn-add-follower:before,
.btn-remove-follower:before {
  background-color: #B90000;
  color: #FFFFFF;
}
.btn-add-follower:before:hover,
.btn-remove-follower:before:hover,
.btn-add-follower:before:focus,
.btn-remove-follower:before:focus {
  background-color: #D50000;
  color: #FFFFFF;
}
.btn-add-follower:before:active,
.btn-remove-follower:before:active,
.btn-add-follower:before:focus:not(:hover),
.btn-remove-follower:before:focus:not(:hover) {
  background-color: #9D0000;
  color: #FFFFFF;
}
.btn-add-follower:before[disabled]:hover,
.btn-remove-follower:before[disabled]:hover,
.btn-add-follower:before.disabled:hover,
.btn-remove-follower:before.disabled:hover {
  background-color: #B90000;
}
.ajax-form-disable-hover .btn-add-follower:before:hover,
.ajax-form-disable-hover .btn-remove-follower:before:hover,
.ajax-form-disable-hover .btn-add-follower:before:focus,
.ajax-form-disable-hover .btn-remove-follower:before:focus {
  background-color: #B90000;
}
.btn-add-follower:hover:before,
.btn-remove-follower:hover:before,
.btn-add-follower:focus:before,
.btn-remove-follower:focus:before {
  background-color: #D50000;
}
.btn-add-follower:active:before,
.btn-remove-follower:active:before {
  background-color: #9D0000;
}
.btn-add-follower:before {
  background-image: url('/static/images/icons/add_fff_16.png?0482ce521de5');
}
@media (min-width: 768px) {
  .btn-add-follower:before {
    background-image: url('/static/images/icons/add_fff_24.png?0482ce521de5');
  }
}
.btn-remove-follower:before {
  background-image: url('/static/images/icons/delete_fff_16.png?0482ce521de5');
}
@media (min-width: 768px) {
  .btn-remove-follower:before {
    background-image: url('/static/images/icons/delete_fff_24.png?0482ce521de5');
  }
}
.btn-following {
  padding: 8px 0 6px 45.5px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.btn-following:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .btn-following {
    width: 100px;
    padding: 0;
    text-align: center;
  }
  .btn-following:before {
    position: static;
    margin: 0 auto 6px;
    width: 48px;
    height: 48px;
  }
}
.btn-following:before {
  background-color: #009966;
  color: #FFFFFF;
  background-image: url('/static/images/icons/accept_fff_16.png?0482ce521de5');
}
.btn-following:before:hover,
.btn-following:before:focus {
  background-color: #00AD7A;
  color: #FFFFFF;
}
.btn-following:before:active,
.btn-following:before:focus:not(:hover) {
  background-color: #00703D;
  color: #FFFFFF;
}
.btn-following:before[disabled]:hover,
.btn-following:before.disabled:hover {
  background-color: #009966;
}
.ajax-form-disable-hover .btn-following:before:hover,
.ajax-form-disable-hover .btn-following:before:focus {
  background-color: #009966;
}
@media (min-width: 768px) {
  .btn-following:before {
    background-image: url('/static/images/icons/accept_fff_24.png?0482ce521de5');
  }
}
.btn-add-sm {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #B90000;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  text-align: left;
  padding-left: 31px;
}
.btn-add-sm:hover,
.btn-add-sm:focus {
  text-decoration: none;
}
.btn-add-sm[disabled],
.btn-add-sm.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.btn-add-sm:hover,
.btn-add-sm:focus {
  background-color: #D50000;
  color: #FFFFFF;
}
.btn-add-sm:active,
.btn-add-sm:focus:not(:hover) {
  background-color: #9D0000;
  color: #FFFFFF;
}
.btn-add-sm[disabled]:hover,
.btn-add-sm.disabled:hover {
  background-color: #B90000;
}
.ajax-form-disable-hover .btn-add-sm:hover,
.ajax-form-disable-hover .btn-add-sm:focus {
  background-color: #B90000;
}
.btn-add-sm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.btn-add-sm:before {
  background-position: 0 0;
}
.btn-add-sm:before {
  background-image: url('/static/images/icons/add_fff_16.png?0482ce521de5');
}
.btn-add-sm:before {
  width: 16px;
  height: 16px;
}
.btn-add-sm:before {
  top: 50%;
  margin-top: -8px;
}
.btn-add-sm:before {
  left: 7.5px;
}
.content-top-lower .btn-add-sm {
  margin-top: 18px;
}
.btn-add {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #B90000;
  color: #FFFFFF;
  position: relative;
  text-align: left;
  padding-left: 38.5px;
}
.btn-add:hover,
.btn-add:focus {
  text-decoration: none;
}
.btn-add[disabled],
.btn-add.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.btn-add:hover,
.btn-add:focus {
  background-color: #D50000;
  color: #FFFFFF;
}
.btn-add:active,
.btn-add:focus:not(:hover) {
  background-color: #9D0000;
  color: #FFFFFF;
}
.btn-add[disabled]:hover,
.btn-add.disabled:hover {
  background-color: #B90000;
}
.ajax-form-disable-hover .btn-add:hover,
.ajax-form-disable-hover .btn-add:focus {
  background-color: #B90000;
}
.btn-add:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.btn-add:before {
  background-position: 0 0;
}
.btn-add:before {
  background-image: url('/static/images/icons/add_fff_16.png?0482ce521de5');
}
.btn-add:before {
  width: 16px;
  height: 16px;
}
.btn-add:before {
  top: 50%;
  margin-top: -8px;
}
.btn-add:before {
  left: 15px;
}
.btn-cancel {
  color: #005399;
  background: none;
  border: none;
  padding: 0;
  color: #999999;
}
.btn-cancel:hover,
.btn-cancel:focus {
  text-decoration: underline;
}
.btn-cancel:hover,
.btn-cancel:focus {
  color: inherit;
}
/* ==========================================================================
   Icons mixins
   ========================================================================== */
/* ==========================================================================
   Buttons with icons mixins
   ========================================================================== */
/* ==========================================================================
   Icons
   ========================================================================== */
/* Play Button
   -------------------------------------------------------------------------- */
.iconleft--play {
  position: relative;
  padding-left: 30px;
}
.iconleft--play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--play:before {
  width: 24px;
  height: 24px;
}
.iconleft--play:before {
  top: 50%;
  margin-top: -12px;
}
.iconleft--play:before {
  background-position: -6px -6px;
}
.iconleft--play:before {
  background-image: url('/static/images/icons/tracklist_play.png?0482ce521de5');
}
.iconleft--play.iconleft--big {
  padding-left: 38px;
}
.iconleft--play.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--play.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--play.iconleft--big:before {
  background-position: -2px -38px;
}
.iconleft--play.iconleft--big:before {
  background-image: url('/static/images/icons/tracklist_play.png?0482ce521de5');
}
.btn.iconleft--play:focus:before,
.btn.iconleft--play:hover:before {
  background-position: -42px -6px;
}
.btn.iconleft--play:focus:before,
.btn.iconleft--play:hover:before {
  background-image: url('/static/images/icons/tracklist_play.png?0482ce521de5');
}
.btn.iconleft--play.iconleft--big:focus:before,
.btn.iconleft--play.iconleft--big:hover:before {
  background-position: -38px -38px;
}
.btn.iconleft--play.iconleft--big:focus:before,
.btn.iconleft--play.iconleft--big:hover:before {
  background-image: url('/static/images/icons/tracklist_play.png?0482ce521de5');
}
/* Delete Button
   -------------------------------------------------------------------------- */
.iconleft--delete {
  position: relative;
  padding-left: 30px;
}
.iconleft--delete:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--delete:before {
  width: 24px;
  height: 24px;
}
.iconleft--delete:before {
  top: 50%;
  margin-top: -12px;
}
.iconleft--delete:before {
  background-position: -6px -6px;
}
.iconleft--delete:before {
  background-image: url('/static/images/icons/tracklist_delete.png?0482ce521de5');
}
.iconleft--delete.iconleft--big {
  padding-left: 38px;
}
.iconleft--delete.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--delete.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--delete.iconleft--big:before {
  background-position: -2px -2px;
}
.iconleft--delete.iconleft--big:before {
  background-image: url('/static/images/icons/tracklist_delete.png?0482ce521de5');
}
.btn.iconleft--delete:focus:before,
.btn.iconleft--delete:hover:before {
  background-position: -6px -42px;
}
.btn.iconleft--delete:focus:before,
.btn.iconleft--delete:hover:before {
  background-image: url('/static/images/icons/tracklist_delete.png?0482ce521de5');
}
.btn.iconleft--delete.iconleft--big:focus:before,
.btn.iconleft--delete.iconleft--big:hover:before {
  background-position: -2px -38px;
}
.btn.iconleft--delete.iconleft--big:focus:before,
.btn.iconleft--delete.iconleft--big:hover:before {
  background-image: url('/static/images/icons/tracklist_delete.png?0482ce521de5');
}
/* ==========================================================================
   Scrobbles Nav Buttons
   ==========================================================================

   These don't have pre-set hover states, as they differ between page sizes, so
   we just name them by their colour.

*/
/* History Icons
   -------------------------------------------------------------------------- */
.iconleft--history-white {
  position: relative;
}
.iconleft--history-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--history-white.iconleft--big {
  padding-left: 38px;
}
.iconleft--history-white.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--history-white.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--history-white.iconleft--big:before {
  background-position: -2px -74px;
}
.iconleft--history-white.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--history-red {
  position: relative;
}
.iconleft--history-red:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--history-red.iconleft--big {
  padding-left: 38px;
}
.iconleft--history-red.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--history-red.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--history-red.iconleft--big:before {
  background-position: -2px -2px;
}
.iconleft--history-red.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--history-black {
  position: relative;
}
.iconleft--history-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--history-black.iconleft--big {
  padding-left: 38px;
}
.iconleft--history-black.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--history-black.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--history-black.iconleft--big:before {
  background-position: -2px -38px;
}
.iconleft--history-black.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
/* Artist Icons
   -------------------------------------------------------------------------- */
.iconleft--artists-white {
  position: relative;
}
.iconleft--artists-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--artists-white.iconleft--big {
  padding-left: 38px;
}
.iconleft--artists-white.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--artists-white.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--artists-white.iconleft--big:before {
  background-position: -38px -74px;
}
.iconleft--artists-white.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--artists-red {
  position: relative;
}
.iconleft--artists-red:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--artists-red.iconleft--big {
  padding-left: 38px;
}
.iconleft--artists-red.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--artists-red.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--artists-red.iconleft--big:before {
  background-position: -38px -2px;
}
.iconleft--artists-red.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--artists-black {
  position: relative;
}
.iconleft--artists-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--artists-black.iconleft--big {
  padding-left: 38px;
}
.iconleft--artists-black.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--artists-black.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--artists-black.iconleft--big:before {
  background-position: -38px -38px;
}
.iconleft--artists-black.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
/* Album Icons
   -------------------------------------------------------------------------- */
.iconleft--albums-white {
  position: relative;
}
.iconleft--albums-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--albums-white.iconleft--big {
  padding-left: 38px;
}
.iconleft--albums-white.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--albums-white.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--albums-white.iconleft--big:before {
  background-position: -74px -74px;
}
.iconleft--albums-white.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--albums-red {
  position: relative;
}
.iconleft--albums-red:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--albums-red.iconleft--big {
  padding-left: 38px;
}
.iconleft--albums-red.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--albums-red.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--albums-red.iconleft--big:before {
  background-position: -74px -2px;
}
.iconleft--albums-red.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--albums-black {
  position: relative;
}
.iconleft--albums-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--albums-black.iconleft--big {
  padding-left: 38px;
}
.iconleft--albums-black.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--albums-black.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--albums-black.iconleft--big:before {
  background-position: -74px -38px;
}
.iconleft--albums-black.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
/* Track Icons
   -------------------------------------------------------------------------- */
.iconleft--tracks-white {
  position: relative;
}
.iconleft--tracks-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--tracks-white.iconleft--big {
  padding-left: 38px;
}
.iconleft--tracks-white.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--tracks-white.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--tracks-white.iconleft--big:before {
  background-position: -111px -74px;
}
.iconleft--tracks-white.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--tracks-red {
  position: relative;
}
.iconleft--tracks-red:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--tracks-red.iconleft--big {
  padding-left: 38px;
}
.iconleft--tracks-red.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--tracks-red.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--tracks-red.iconleft--big:before {
  background-position: -111px -2px;
}
.iconleft--tracks-red.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--tracks-black {
  position: relative;
}
.iconleft--tracks-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--tracks-black.iconleft--big {
  padding-left: 38px;
}
.iconleft--tracks-black.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--tracks-black.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--tracks-black.iconleft--big:before {
  background-position: -111px -38px;
}
.iconleft--tracks-black.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
/* Tag Icons
   -------------------------------------------------------------------------- */
.iconleft--tags-white {
  position: relative;
}
.iconleft--tags-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--tags-white.iconleft--big {
  padding-left: 38px;
}
.iconleft--tags-white.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--tags-white.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--tags-white.iconleft--big:before {
  background-position: -147px -74px;
}
.iconleft--tags-white.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--tags-red {
  position: relative;
}
.iconleft--tags-red:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--tags-red.iconleft--big {
  padding-left: 38px;
}
.iconleft--tags-red.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--tags-red.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--tags-red.iconleft--big:before {
  background-position: -147px -2px;
}
.iconleft--tags-red.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.iconleft--tags-black {
  position: relative;
}
.iconleft--tags-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--tags-black.iconleft--big {
  padding-left: 38px;
}
.iconleft--tags-black.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--tags-black.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--tags-black.iconleft--big:before {
  background-position: -147px -38px;
}
.iconleft--tags-black.iconleft--big:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
/* Close Icons
   -------------------------------------------------------------------------- */
.iconleft--close {
  position: relative;
}
.iconleft--close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.iconleft--close.iconleft--big {
  padding-left: 38px;
}
.iconleft--close.iconleft--big:before {
  width: 32px;
  height: 32px;
}
.iconleft--close.iconleft--big:before {
  top: 50%;
  margin-top: -16px;
}
.iconleft--close.iconleft--big:before {
  background-position: -38px -2px;
}
.iconleft--close.iconleft--big:before {
  background-image: url('/static/images/icons/library_controls.png?0482ce521de5');
}
/* ==========================================================================
   Buttons with icons
   ========================================================================== */
.btn-icon-only {
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  padding-left: 0;
}
.btn-icon-only:before {
  left: 50%;
  margin-left: -12px;
}
.btn-icon-only.iconleft--big {
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 32px;
  height: 32px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  padding-left: 0;
}
.btn-icon-only.iconleft--big:before {
  left: 50%;
  margin-left: -16px;
}
.expanded-image {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.expand-image {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.expand-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.expand-image:before {
  background-position: 6px 6px;
}
.expand-image:before {
  background-image: url('/static/images/icons/expand_fff_12.png?0482ce521de5');
}
.expand-image:before {
  width: 24px;
  height: 24px;
}
.expand-image:before {
  top: 50%;
  margin-top: -12px;
}
.expand-image:before {
  left: 50%;
  margin-left: -12px;
}
.expand-image:before {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.expand-image:hover:before,
.expand-image:focus:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.expand-image-hidden-xs {
  opacity: 0;
}
@media (min-width: 768px) {
  .expand-image {
    display: block;
  }
  .expand-image-hidden-xs {
    opacity: 1;
  }
  .expand-image-show-on-focus:hover .expand-image,
  .expand-image-show-on-focus:focus .expand-image {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .expand-image-show-on-focus .expand-image {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .expand-image-show-on-focus .expand-image:hover,
  .expand-image-show-on-focus .expand-image:focus {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* Vertical spacing
   ========================================================================== */
/**
 * Add buffer between certain adjacent elements, inspired by
 * http://alistapart.com/article/axiomatic-css-and-lobotomized-owls
 * except without using the adjacent selector as it doesn't work nicely with
 * LESS mixins.
 */
.buffer-wrap-top {
  padding-top: 18px;
}
@media (min-width: 768px) {
  .buffer-wrap-top {
    padding-top: 24px;
  }
}
.buffer-wrap-bottom {
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .buffer-wrap-bottom {
    padding-bottom: 24px;
  }
}
.buffer-wrap-top-large {
  padding-top: 48px;
}
.buffer-wrap-top-medium {
  padding-top: 30px;
}
.buffer-wrap-top-regular {
  padding-top: 24px;
}
.buffer-wrap-top-small {
  padding-top: 18px;
}
.buffer-wrap-top-mini {
  padding-top: 12px;
}
.buffer-wrap-top-tiny {
  padding-top: 6px;
}
.buffer-wrap-top-reset {
  padding-top: 0;
}
.buffer-wrap-bottom-mini {
  padding-bottom: 12px;
}
.buffer-wrap-bottom-tiny {
  padding-bottom: 6px;
}
.buffer-wrap-bottom-small {
  padding-bottom: 18px;
}
.buffer-wrap-bottom-medium {
  padding-bottom: 30px;
}
.buffer-wrap-bottom-large {
  padding-bottom: 48px;
}
.buffer-wrap-bottom-regular {
  padding-bottom: 24px;
}
.buffer-wrap-bottom-reset {
  padding-bottom: 0;
}
.buffer-wrap-small {
  padding-top: 18px;
  padding-bottom: 18px;
}
.buffer-wrap-tiny {
  padding-top: 6px;
  padding-bottom: 6px;
}
.buffer-wrap {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .buffer-wrap {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .buffer-wrap {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .buffer-wrap-huge {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.buffer-wrap-reset {
  padding-top: 0;
  padding-bottom: 0;
}
.buffer-reset {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer-reset {
    margin-top: 0;
  }
}
.buffer-reset-bottom {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .buffer-reset-bottom {
    margin-bottom: 0;
  }
}
.buffer-spacing-medium {
  margin-top: 30px;
}
.buffer-spacing-regular {
  margin-top: 24px;
}
.buffer-spacing-small {
  margin-top: 18px;
}
.buffer-spacing-mini {
  margin-top: 12px;
}
.buffer-spacing-tiny {
  margin-top: 6px;
}
.buffer-spacing {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .buffer-spacing {
    margin-top: 24px;
  }
}
.buffer-spacing-bottom {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .buffer-spacing-bottom {
    margin-bottom: 24px;
  }
}
.buffer-spacing-grid {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .buffer-spacing-grid {
    margin-top: 20px;
  }
}
@media (min-width: 1260px) {
  .buffer-spacing-grid {
    margin-top: 30px;
  }
}
.buffer {
  margin-top: 18px;
}
.buffer:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .buffer {
    margin-top: 24px;
  }
}
.buffer-regular {
  margin-top: 24px;
}
.buffer-regular:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer-regular:first-child {
    margin-top: 0;
  }
}
.buffer-mini {
  margin-top: 12px;
}
.buffer-mini:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer-mini:first-child {
    margin-top: 0;
  }
}
.buffer-small {
  margin-top: 18px;
}
.buffer-small:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer-small:first-child {
    margin-top: 0;
  }
}
.buffer-tiny {
  margin-top: 6px;
}
.buffer-tiny:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer-tiny:first-child {
    margin-top: 0;
  }
}
.buffer-large {
  margin-top: 48px;
}
.buffer-large:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer-large:first-child {
    margin-top: 0;
  }
}
.buffer-huge {
  margin-top: 96px;
}
.buffer-huge:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer-huge:first-child {
    margin-top: 0;
  }
}
.buffer-match-gutter {
  margin-top: 15px;
}
.buffer-match-gutter:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer-match-gutter:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .buffer-match-gutter {
    margin-top: 20px;
  }
}
@media (min-width: 1260px) {
  .buffer-match-gutter {
    margin-top: 30px;
  }
}
.buffer-wrap-collapse {
  margin-top: -18px;
}
@media (min-width: 768px) {
  .buffer-wrap-collapse {
    margin-top: -24px;
  }
}
@media (min-width: 768px) {
  .buffer-wrap-reduce-bottom-huge {
    margin-bottom: -72px;
  }
}
.buffer-collapse-tiny {
  margin-bottom: -6px;
}
.buffer-collapse-reset {
  margin-bottom: 0;
}
.buffer-common-mini + .buffer-common-mini {
  margin-top: 12px;
}
article,
section {
  margin-top: 18px;
}
article:first-child,
section:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  article:first-child,
  section:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  article,
  section {
    margin-top: 24px;
  }
}
.h-buffer-reset {
  margin-left: 0;
}
.h-buffer {
  margin-left: 15px;
}
.h-buffer:first-child {
  margin-left: 0;
}
.h-buffer-tiny {
  margin-left: 5px;
}
.h-buffer-tiny:first-child {
  margin-left: 0;
}
.h-buffer-small {
  margin-left: 10px;
}
.h-buffer-small:first-child {
  margin-left: 0;
}
.h-buffer-medium {
  margin-left: 20px;
}
.h-buffer-medium:first-child {
  margin-left: 0;
}
.on-stack-buffer-wrap {
  margin-top: -18px;
}
@media (min-width: 768px) {
  .on-stack-buffer-wrap {
    margin-top: -24px;
  }
}
.on-stack-buffer {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .on-stack-buffer {
    margin-top: 24px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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-left: 10px;
  padding-right: 10px;
}
.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: 1260px) {
  .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%;
  }
}
/* ==========================================================================
   Grid mixins
   ========================================================================== */
html body {
  background-color: #111111;
}
/* Stop ad skins showing through */
.container {
  background-color: #FFFFFF;
}
.main-content {
  padding-top: 48px;
  background: #FFFFFF;
}
.main-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 100%;
  background-color: #000000;
}
@media (min-width: 768px) {
  body {
    min-width: 980px;
  }
  .main-content {
    padding-top: 60px;
  }
  .main-content:before {
    content: none;
  }
}
@media (min-width: 992px) {
  body {
    min-width: 0;
  }
}
/* Half white and half grey, gets covered by the skin if there is one */
@media (min-width: 768px) {
  .two-column-layout {
    /* Grey sidebar with a 1px border */
  }
  .two-column-layout .main-content {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4+fMnAAXaAuz+eyWWAAAAAElFTkSuQmCC');
    background-size: 50% 1px;
    background-position: 100% 0;
    background-repeat: repeat-y;
  }
  .two-column-layout .container {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12N4/fo1AAWGAsJ+khd7AAAAAElFTkSuQmCC'), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVQI12P4+fMnAAXaAuz+eyWWAAAAAElFTkSuQmCC');
    background-size: 1px 1px, 100% 1px;
    background-position: 650px 0;
    background-repeat: repeat-y;
  }
}
@media (min-width: 1260px) {
  .two-column-layout .container {
    background-position: 815px 0;
  }
}
.inline-list > li {
  margin-left: 10px;
  display: inline-block;
}
.inline-list > li:first-child {
  margin-left: 0;
}
/* ==========================================================================
   Grid configuration
   ========================================================================== */
/**
 * Mobile (xs)
 * 100% width (1 column - linearised) with 15px side margins.
 *
 * Reduced (sm-md)
 * 940px width (12 columns, 60px each, 20px gutters) with 20px side margins.
 * This grid is used for both the sm and md breakpoints.
 *
 * Full-size (lg)
 * 1170px width (12 columns, 70px each, 30px gutters) with 30px side margins.
 */
.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-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 768px) {
  .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-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1260px) {
  .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-left: 15px;
    padding-right: 15px;
  }
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1260px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.semi-fluid-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .semi-fluid-container {
    width: 980px;
  }
}
@media (min-width: 992px) {
  .semi-fluid-container {
    width: 980px;
  }
}
@media (min-width: 1260px) {
  .semi-fluid-container {
    width: 1230px;
  }
}
@media (min-width: 768px) {
  .semi-fluid-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1260px) {
  .semi-fluid-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .semi-fluid-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .semi-fluid-container {
    width: 980px;
  }
}
@media (min-width: 1260px) {
  .semi-fluid-container {
    width: 1230px;
  }
}
.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@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: 960px;
  }
  .col-sm-11 {
    width: 880px;
  }
  .col-sm-10 {
    width: 800px;
  }
  .col-sm-9 {
    width: 720px;
  }
  .col-sm-8 {
    width: 640px;
  }
  .col-sm-7 {
    width: 560px;
  }
  .col-sm-6 {
    width: 480px;
  }
  .col-sm-5 {
    width: 400px;
  }
  .col-sm-4 {
    width: 320px;
  }
  .col-sm-3 {
    width: 240px;
  }
  .col-sm-2 {
    width: 160px;
  }
  .col-sm-1 {
    width: 80px;
  }
  .col-sm-pull-12 {
    right: 960px;
  }
  .col-sm-pull-11 {
    right: 880px;
  }
  .col-sm-pull-10 {
    right: 800px;
  }
  .col-sm-pull-9 {
    right: 720px;
  }
  .col-sm-pull-8 {
    right: 640px;
  }
  .col-sm-pull-7 {
    right: 560px;
  }
  .col-sm-pull-6 {
    right: 480px;
  }
  .col-sm-pull-5 {
    right: 400px;
  }
  .col-sm-pull-4 {
    right: 320px;
  }
  .col-sm-pull-3 {
    right: 240px;
  }
  .col-sm-pull-2 {
    right: 160px;
  }
  .col-sm-pull-1 {
    right: 80px;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 960px;
  }
  .col-sm-push-11 {
    left: 880px;
  }
  .col-sm-push-10 {
    left: 800px;
  }
  .col-sm-push-9 {
    left: 720px;
  }
  .col-sm-push-8 {
    left: 640px;
  }
  .col-sm-push-7 {
    left: 560px;
  }
  .col-sm-push-6 {
    left: 480px;
  }
  .col-sm-push-5 {
    left: 400px;
  }
  .col-sm-push-4 {
    left: 320px;
  }
  .col-sm-push-3 {
    left: 240px;
  }
  .col-sm-push-2 {
    left: 160px;
  }
  .col-sm-push-1 {
    left: 80px;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 960px;
  }
  .col-sm-offset-11 {
    margin-left: 880px;
  }
  .col-sm-offset-10 {
    margin-left: 800px;
  }
  .col-sm-offset-9 {
    margin-left: 720px;
  }
  .col-sm-offset-8 {
    margin-left: 640px;
  }
  .col-sm-offset-7 {
    margin-left: 560px;
  }
  .col-sm-offset-6 {
    margin-left: 480px;
  }
  .col-sm-offset-5 {
    margin-left: 400px;
  }
  .col-sm-offset-4 {
    margin-left: 320px;
  }
  .col-sm-offset-3 {
    margin-left: 240px;
  }
  .col-sm-offset-2 {
    margin-left: 160px;
  }
  .col-sm-offset-1 {
    margin-left: 80px;
  }
  .col-sm-offset-0 {
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .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: 960px;
  }
  .col-sm-11 {
    width: 880px;
  }
  .col-sm-10 {
    width: 800px;
  }
  .col-sm-9 {
    width: 720px;
  }
  .col-sm-8 {
    width: 640px;
  }
  .col-sm-7 {
    width: 560px;
  }
  .col-sm-6 {
    width: 480px;
  }
  .col-sm-5 {
    width: 400px;
  }
  .col-sm-4 {
    width: 320px;
  }
  .col-sm-3 {
    width: 240px;
  }
  .col-sm-2 {
    width: 160px;
  }
  .col-sm-1 {
    width: 80px;
  }
  .col-sm-pull-12 {
    right: 960px;
  }
  .col-sm-pull-11 {
    right: 880px;
  }
  .col-sm-pull-10 {
    right: 800px;
  }
  .col-sm-pull-9 {
    right: 720px;
  }
  .col-sm-pull-8 {
    right: 640px;
  }
  .col-sm-pull-7 {
    right: 560px;
  }
  .col-sm-pull-6 {
    right: 480px;
  }
  .col-sm-pull-5 {
    right: 400px;
  }
  .col-sm-pull-4 {
    right: 320px;
  }
  .col-sm-pull-3 {
    right: 240px;
  }
  .col-sm-pull-2 {
    right: 160px;
  }
  .col-sm-pull-1 {
    right: 80px;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 960px;
  }
  .col-sm-push-11 {
    left: 880px;
  }
  .col-sm-push-10 {
    left: 800px;
  }
  .col-sm-push-9 {
    left: 720px;
  }
  .col-sm-push-8 {
    left: 640px;
  }
  .col-sm-push-7 {
    left: 560px;
  }
  .col-sm-push-6 {
    left: 480px;
  }
  .col-sm-push-5 {
    left: 400px;
  }
  .col-sm-push-4 {
    left: 320px;
  }
  .col-sm-push-3 {
    left: 240px;
  }
  .col-sm-push-2 {
    left: 160px;
  }
  .col-sm-push-1 {
    left: 80px;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 960px;
  }
  .col-sm-offset-11 {
    margin-left: 880px;
  }
  .col-sm-offset-10 {
    margin-left: 800px;
  }
  .col-sm-offset-9 {
    margin-left: 720px;
  }
  .col-sm-offset-8 {
    margin-left: 640px;
  }
  .col-sm-offset-7 {
    margin-left: 560px;
  }
  .col-sm-offset-6 {
    margin-left: 480px;
  }
  .col-sm-offset-5 {
    margin-left: 400px;
  }
  .col-sm-offset-4 {
    margin-left: 320px;
  }
  .col-sm-offset-3 {
    margin-left: 240px;
  }
  .col-sm-offset-2 {
    margin-left: 160px;
  }
  .col-sm-offset-1 {
    margin-left: 80px;
  }
  .col-sm-offset-0 {
    margin-left: 0px;
  }
  .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: 960px;
  }
  .col-md-11 {
    width: 880px;
  }
  .col-md-10 {
    width: 800px;
  }
  .col-md-9 {
    width: 720px;
  }
  .col-md-8 {
    width: 640px;
  }
  .col-md-7 {
    width: 560px;
  }
  .col-md-6 {
    width: 480px;
  }
  .col-md-5 {
    width: 400px;
  }
  .col-md-4 {
    width: 320px;
  }
  .col-md-3 {
    width: 240px;
  }
  .col-md-2 {
    width: 160px;
  }
  .col-md-1 {
    width: 80px;
  }
  .col-md-pull-12 {
    right: 960px;
  }
  .col-md-pull-11 {
    right: 880px;
  }
  .col-md-pull-10 {
    right: 800px;
  }
  .col-md-pull-9 {
    right: 720px;
  }
  .col-md-pull-8 {
    right: 640px;
  }
  .col-md-pull-7 {
    right: 560px;
  }
  .col-md-pull-6 {
    right: 480px;
  }
  .col-md-pull-5 {
    right: 400px;
  }
  .col-md-pull-4 {
    right: 320px;
  }
  .col-md-pull-3 {
    right: 240px;
  }
  .col-md-pull-2 {
    right: 160px;
  }
  .col-md-pull-1 {
    right: 80px;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 960px;
  }
  .col-md-push-11 {
    left: 880px;
  }
  .col-md-push-10 {
    left: 800px;
  }
  .col-md-push-9 {
    left: 720px;
  }
  .col-md-push-8 {
    left: 640px;
  }
  .col-md-push-7 {
    left: 560px;
  }
  .col-md-push-6 {
    left: 480px;
  }
  .col-md-push-5 {
    left: 400px;
  }
  .col-md-push-4 {
    left: 320px;
  }
  .col-md-push-3 {
    left: 240px;
  }
  .col-md-push-2 {
    left: 160px;
  }
  .col-md-push-1 {
    left: 80px;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 960px;
  }
  .col-md-offset-11 {
    margin-left: 880px;
  }
  .col-md-offset-10 {
    margin-left: 800px;
  }
  .col-md-offset-9 {
    margin-left: 720px;
  }
  .col-md-offset-8 {
    margin-left: 640px;
  }
  .col-md-offset-7 {
    margin-left: 560px;
  }
  .col-md-offset-6 {
    margin-left: 480px;
  }
  .col-md-offset-5 {
    margin-left: 400px;
  }
  .col-md-offset-4 {
    margin-left: 320px;
  }
  .col-md-offset-3 {
    margin-left: 240px;
  }
  .col-md-offset-2 {
    margin-left: 160px;
  }
  .col-md-offset-1 {
    margin-left: 80px;
  }
  .col-md-offset-0 {
    margin-left: 0px;
  }
}
@media (min-width: 1260px) {
  .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: 1200px;
  }
  .col-sm-11 {
    width: 1100px;
  }
  .col-sm-10 {
    width: 1000px;
  }
  .col-sm-9 {
    width: 900px;
  }
  .col-sm-8 {
    width: 800px;
  }
  .col-sm-7 {
    width: 700px;
  }
  .col-sm-6 {
    width: 600px;
  }
  .col-sm-5 {
    width: 500px;
  }
  .col-sm-4 {
    width: 400px;
  }
  .col-sm-3 {
    width: 300px;
  }
  .col-sm-2 {
    width: 200px;
  }
  .col-sm-1 {
    width: 100px;
  }
  .col-sm-pull-12 {
    right: 1200px;
  }
  .col-sm-pull-11 {
    right: 1100px;
  }
  .col-sm-pull-10 {
    right: 1000px;
  }
  .col-sm-pull-9 {
    right: 900px;
  }
  .col-sm-pull-8 {
    right: 800px;
  }
  .col-sm-pull-7 {
    right: 700px;
  }
  .col-sm-pull-6 {
    right: 600px;
  }
  .col-sm-pull-5 {
    right: 500px;
  }
  .col-sm-pull-4 {
    right: 400px;
  }
  .col-sm-pull-3 {
    right: 300px;
  }
  .col-sm-pull-2 {
    right: 200px;
  }
  .col-sm-pull-1 {
    right: 100px;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 1200px;
  }
  .col-sm-push-11 {
    left: 1100px;
  }
  .col-sm-push-10 {
    left: 1000px;
  }
  .col-sm-push-9 {
    left: 900px;
  }
  .col-sm-push-8 {
    left: 800px;
  }
  .col-sm-push-7 {
    left: 700px;
  }
  .col-sm-push-6 {
    left: 600px;
  }
  .col-sm-push-5 {
    left: 500px;
  }
  .col-sm-push-4 {
    left: 400px;
  }
  .col-sm-push-3 {
    left: 300px;
  }
  .col-sm-push-2 {
    left: 200px;
  }
  .col-sm-push-1 {
    left: 100px;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 1200px;
  }
  .col-sm-offset-11 {
    margin-left: 1100px;
  }
  .col-sm-offset-10 {
    margin-left: 1000px;
  }
  .col-sm-offset-9 {
    margin-left: 900px;
  }
  .col-sm-offset-8 {
    margin-left: 800px;
  }
  .col-sm-offset-7 {
    margin-left: 700px;
  }
  .col-sm-offset-6 {
    margin-left: 600px;
  }
  .col-sm-offset-5 {
    margin-left: 500px;
  }
  .col-sm-offset-4 {
    margin-left: 400px;
  }
  .col-sm-offset-3 {
    margin-left: 300px;
  }
  .col-sm-offset-2 {
    margin-left: 200px;
  }
  .col-sm-offset-1 {
    margin-left: 100px;
  }
  .col-sm-offset-0 {
    margin-left: 0px;
  }
  .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: 1200px;
  }
  .col-md-11 {
    width: 1100px;
  }
  .col-md-10 {
    width: 1000px;
  }
  .col-md-9 {
    width: 900px;
  }
  .col-md-8 {
    width: 800px;
  }
  .col-md-7 {
    width: 700px;
  }
  .col-md-6 {
    width: 600px;
  }
  .col-md-5 {
    width: 500px;
  }
  .col-md-4 {
    width: 400px;
  }
  .col-md-3 {
    width: 300px;
  }
  .col-md-2 {
    width: 200px;
  }
  .col-md-1 {
    width: 100px;
  }
  .col-md-pull-12 {
    right: 1200px;
  }
  .col-md-pull-11 {
    right: 1100px;
  }
  .col-md-pull-10 {
    right: 1000px;
  }
  .col-md-pull-9 {
    right: 900px;
  }
  .col-md-pull-8 {
    right: 800px;
  }
  .col-md-pull-7 {
    right: 700px;
  }
  .col-md-pull-6 {
    right: 600px;
  }
  .col-md-pull-5 {
    right: 500px;
  }
  .col-md-pull-4 {
    right: 400px;
  }
  .col-md-pull-3 {
    right: 300px;
  }
  .col-md-pull-2 {
    right: 200px;
  }
  .col-md-pull-1 {
    right: 100px;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 1200px;
  }
  .col-md-push-11 {
    left: 1100px;
  }
  .col-md-push-10 {
    left: 1000px;
  }
  .col-md-push-9 {
    left: 900px;
  }
  .col-md-push-8 {
    left: 800px;
  }
  .col-md-push-7 {
    left: 700px;
  }
  .col-md-push-6 {
    left: 600px;
  }
  .col-md-push-5 {
    left: 500px;
  }
  .col-md-push-4 {
    left: 400px;
  }
  .col-md-push-3 {
    left: 300px;
  }
  .col-md-push-2 {
    left: 200px;
  }
  .col-md-push-1 {
    left: 100px;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 1200px;
  }
  .col-md-offset-11 {
    margin-left: 1100px;
  }
  .col-md-offset-10 {
    margin-left: 1000px;
  }
  .col-md-offset-9 {
    margin-left: 900px;
  }
  .col-md-offset-8 {
    margin-left: 800px;
  }
  .col-md-offset-7 {
    margin-left: 700px;
  }
  .col-md-offset-6 {
    margin-left: 600px;
  }
  .col-md-offset-5 {
    margin-left: 500px;
  }
  .col-md-offset-4 {
    margin-left: 400px;
  }
  .col-md-offset-3 {
    margin-left: 300px;
  }
  .col-md-offset-2 {
    margin-left: 200px;
  }
  .col-md-offset-1 {
    margin-left: 100px;
  }
  .col-md-offset-0 {
    margin-left: 0px;
  }
  .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: 1200px;
  }
  .col-lg-11 {
    width: 1100px;
  }
  .col-lg-10 {
    width: 1000px;
  }
  .col-lg-9 {
    width: 900px;
  }
  .col-lg-8 {
    width: 800px;
  }
  .col-lg-7 {
    width: 700px;
  }
  .col-lg-6 {
    width: 600px;
  }
  .col-lg-5 {
    width: 500px;
  }
  .col-lg-4 {
    width: 400px;
  }
  .col-lg-3 {
    width: 300px;
  }
  .col-lg-2 {
    width: 200px;
  }
  .col-lg-1 {
    width: 100px;
  }
  .col-lg-pull-12 {
    right: 1200px;
  }
  .col-lg-pull-11 {
    right: 1100px;
  }
  .col-lg-pull-10 {
    right: 1000px;
  }
  .col-lg-pull-9 {
    right: 900px;
  }
  .col-lg-pull-8 {
    right: 800px;
  }
  .col-lg-pull-7 {
    right: 700px;
  }
  .col-lg-pull-6 {
    right: 600px;
  }
  .col-lg-pull-5 {
    right: 500px;
  }
  .col-lg-pull-4 {
    right: 400px;
  }
  .col-lg-pull-3 {
    right: 300px;
  }
  .col-lg-pull-2 {
    right: 200px;
  }
  .col-lg-pull-1 {
    right: 100px;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 1200px;
  }
  .col-lg-push-11 {
    left: 1100px;
  }
  .col-lg-push-10 {
    left: 1000px;
  }
  .col-lg-push-9 {
    left: 900px;
  }
  .col-lg-push-8 {
    left: 800px;
  }
  .col-lg-push-7 {
    left: 700px;
  }
  .col-lg-push-6 {
    left: 600px;
  }
  .col-lg-push-5 {
    left: 500px;
  }
  .col-lg-push-4 {
    left: 400px;
  }
  .col-lg-push-3 {
    left: 300px;
  }
  .col-lg-push-2 {
    left: 200px;
  }
  .col-lg-push-1 {
    left: 100px;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 1200px;
  }
  .col-lg-offset-11 {
    margin-left: 1100px;
  }
  .col-lg-offset-10 {
    margin-left: 1000px;
  }
  .col-lg-offset-9 {
    margin-left: 900px;
  }
  .col-lg-offset-8 {
    margin-left: 800px;
  }
  .col-lg-offset-7 {
    margin-left: 700px;
  }
  .col-lg-offset-6 {
    margin-left: 600px;
  }
  .col-lg-offset-5 {
    margin-left: 500px;
  }
  .col-lg-offset-4 {
    margin-left: 400px;
  }
  .col-lg-offset-3 {
    margin-left: 300px;
  }
  .col-lg-offset-2 {
    margin-left: 200px;
  }
  .col-lg-offset-1 {
    margin-left: 100px;
  }
  .col-lg-offset-0 {
    margin-left: 0px;
  }
}
.full-bleed-mobile {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .full-bleed-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* ==========================================================================
   Development grid overlay
   ========================================================================== */
.dev-grid-overlay {
  background: linear-gradient(rgba(0, 255, 255, 0.15) 50%, transparent 50%);
  background-size: 100% 48px;
  position: absolute;
  top: 0;
  height: 9000px;
  width: 100%;
  pointer-events: none;
  z-index: 100000000;
}
@media (min-width: 768px) {
  .dev-grid-overlay {
    background: linear-gradient(rgba(0, 255, 255, 0.15) 50%, transparent 50%), linear-gradient(90deg, transparent 20px, rgba(0, 155, 255, 0.5) 20px);
    background-size: 100% 48px, 80px 100%;
    left: 50%;
    width: 980px;
    margin-left: -490px;
  }
}
@media (min-width: 1260px) {
  .dev-grid-overlay {
    background: linear-gradient(rgba(0, 255, 255, 0.15) 50%, transparent 50%), linear-gradient(90deg, transparent 30px, rgba(0, 155, 255, 0.5) 30px);
    background-size: 100% 48px, 100px 100%;
    left: 50%;
    width: 1230px;
    margin-left: -615px;
  }
}
@media (max-width: 992px) {
  .dev-grid-overlay {
    left: 0;
    margin-left: 0;
  }
}
.dev-grid-overlay--baseline {
  background: linear-gradient(rgba(0, 155, 255, 0.5) 50%, transparent 50%);
  background-size: 100% 12px;
}
/* ==========================================================================
   Main two column layout
   ========================================================================== */
/**
 * Two columns 8:4 for Reduced and Full-size breakpoints, linearised on mobile
 *
 * Add .two-column-layout class to body for sidebar colouring
 */
/* Column dimensions
   ========================================================================== */
/* Main column (8 wide) */
.col-main {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .col-main {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .col-main {
    float: left;
    width: 640px;
  }
}
@media (min-width: 1260px) {
  .col-main {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .col-main {
    float: left;
    width: 800px;
  }
}
/* Sidebar column (4 wide) */
.col-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .col-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .col-sidebar {
    float: left;
    width: 320px;
  }
}
@media (min-width: 1260px) {
  .col-sidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .col-sidebar {
    float: left;
    width: 400px;
  }
}
.col-sidebar:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .col-sidebar:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .col-sidebar {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .col-sidebar {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .col-sidebar {
    margin-top: 0;
  }
}
/* Collapsing vertical space
   ========================================================================== */
/**
 * no-float utility
 *
 * Disables float but simulates the same margin clearing behaviour.
 * Based on http://nicolasgallagher.com/micro-clearfix-hack/
 */
.no-float {
  float: none;
}
.no-float:before,
.no-float:after {
  content: " ";
  display: table;
}
/**
 * Collapse vertical space between long sidebar column blocks
 *
 * Use when sidebar column blocks are longer than their preceding main
 * column blocks.
 */
@media (min-width: 768px) {
  .col-sidebar--long {
    float: right !important;
  }
}
/**
 * Collapse vertical space between short sidebar column blocks
 *
 * Use when sidebar column blocks are shorter than their preceding main
 * column blocks.
 */
@media (min-width: 768px) {
  .col-sidebar--short {
    float: none;
  }
  .col-sidebar--short:before,
  .col-sidebar--short:after {
    content: " ";
    display: table;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .col-sidebar--short {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .col-sidebar--short {
    margin-left: 66.66666667%;
  }
}
/* Content Top
   ========================================================================= */
.content-top-header {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 36px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.content-top-header small,
.content-top-header .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.content-top-header small,
.content-top-header .small {
  font-size: 65%;
}
.content-top-header:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-top-header:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-top-header {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .content-top-header {
    font-size: 30px;
    line-height: 36px;
  }
}
.header--overview + * .content-top-header,
.header--sub-page + * .content-top-header {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 30px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 20px;
  line-height: 30px;
}
.header--overview + * .content-top-header small,
.header--sub-page + * .content-top-header small,
.header--overview + * .content-top-header .small,
.header--sub-page + * .content-top-header .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.header--overview + * .content-top-header small,
.header--sub-page + * .content-top-header small,
.header--overview + * .content-top-header .small,
.header--sub-page + * .content-top-header .small {
  font-size: 65%;
}
.header--overview + * .content-top-header:first-child,
.header--sub-page + * .content-top-header:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header--overview + * .content-top-header:first-child,
  .header--sub-page + * .content-top-header:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .header--overview + * .content-top-header,
  .header--sub-page + * .content-top-header {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .header--overview + * .content-top-header,
  .header--sub-page + * .content-top-header {
    font-size: 24px;
    line-height: 30px;
  }
}
.content-top .content-top-lower .corrections_message,
.content-top .content-top-lower .notifications,
.content-top .content-top-lower .content-top-back-link,
.content-top .content-top-lower .content-top-header,
.content-top .content-top-lower .secondary-nav {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .content-top .content-top-lower .corrections_message,
  .content-top .content-top-lower .notifications,
  .content-top .content-top-lower .content-top-back-link,
  .content-top .content-top-lower .content-top-header,
  .content-top .content-top-lower .secondary-nav {
    margin-top: 24px;
  }
}
.content-top .content-top-lower .content-top-back-link + .content-top-header {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-top .content-top-lower .content-top-back-link + .content-top-header {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-top {
    position: relative;
  }
  .content-top:after {
    content: '';
    border-top: 1px solid #EBEBEB;
    margin-top: -1px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
  .content-top .content-top-lower {
    padding-bottom: 24px;
  }
  .content-top .content-top-lower .secondary-nav:last-child,
  .content-top .content-top-lower .library-controls:last-child {
    margin-bottom: -24px;
  }
}
.content-top-page-content {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .content-top-page-content {
    margin-top: 24px;
  }
}
.two-column-layout .content-top {
  background: #FFFFFF;
}
.two-column-layout .content-top .container {
  background: none;
}
.skinAd .content-top:after {
  display: none;
}
.skinAd .content-top-inner-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: none;
}
@media (min-width: 768px) {
  .skinAd .content-top-inner-wrap {
    width: 980px;
  }
}
@media (min-width: 992px) {
  .skinAd .content-top-inner-wrap {
    width: 980px;
  }
}
@media (min-width: 1260px) {
  .skinAd .content-top-inner-wrap {
    width: 1230px;
  }
}
@media (min-width: 768px) {
  .skinAd .content-top-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1260px) {
  .skinAd .content-top-inner-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.skinAd .content-top-inner-wrap:after {
  content: '';
  border-top: 1px solid #EBEBEB;
  margin-top: -1px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.skinAd.two-column-layout .content-top {
  background: none;
}
.skinAd.two-column-layout .content-top .container {
  background: #FFFFFF;
}
.skinAd .content-top-lower {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .skinAd .content-top-lower {
    margin-top: 24px;
  }
}
/* Main content
   ========================================================================== */
.page-content {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .page-content {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .page-content {
    padding-bottom: 24px;
  }
}
/**
 * Extra top and bottom spacing
 */
@media (min-width: 768px) {
  .centered-layout .page-content {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.buffer-sidebar {
  margin-top: 18px;
}
.buffer-sidebar:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buffer-sidebar:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .buffer-sidebar {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .buffer-sidebar {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .buffer-sidebar {
    margin-top: 0;
  }
}
.header {
  position: relative;
}
.header .header-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('/static/images/defaults/default_header.jpg?0482ce521de5');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center -115px;
  background-color: #2C2C2C;
}
.header .header-background:before {
  background-image: url('/static/images/header_mob_gradient.png?0482ce521de5');
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .header {
    height: 48px;
  }
  .header .header-background:before {
    background-image: url('data:image/png;base64,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');
    background-position: top center;
  }
}
.header--sub-page,
.header--overview {
  height: auto;
  margin-top: -48px;
}
.header--sub-page .header-background,
.header--overview .header-background {
  height: 96px;
  background-position: center 20%;
}
.header--sub-page .header-background--has-image,
.header--overview .header-background--has-image {
  background-size: cover;
}
.header--sub-page .container,
.header--overview .container {
  background: none;
}
.header--sub-page .header-inner-wrap,
.header--overview .header-inner-wrap {
  padding-top: 96px;
  position: relative;
}
.header--sub-page .header-info:before,
.header--overview .header-info:before,
.header--sub-page .header-info:after,
.header--overview .header-info:after {
  content: " ";
  display: table;
}
.header--sub-page .header-info:after,
.header--overview .header-info:after {
  clear: both;
}
.header--sub-page .header-info:before,
.header--overview .header-info:before,
.header--sub-page .header-info:after,
.header--overview .header-info:after {
  content: " ";
  display: table;
}
.header--sub-page .header-info:after,
.header--overview .header-info:after {
  clear: both;
}
.header--sub-page .header-info-primary,
.header--overview .header-info-primary {
  margin-top: 12px;
}
.header--sub-page .header-crumb,
.header--overview .header-crumb {
  display: block;
  float: left;
  color: inherit;
}
.header--sub-page .header-title,
.header--overview .header-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 36px;
  margin-top: 18px;
  margin-bottom: -6px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  clear: left;
  margin-top: 0;
  margin-bottom: 0;
}
.header--sub-page .header-title small,
.header--overview .header-title small,
.header--sub-page .header-title .small,
.header--overview .header-title .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.header--sub-page .header-title small,
.header--overview .header-title small,
.header--sub-page .header-title .small,
.header--overview .header-title .small {
  font-size: 65%;
}
.header--sub-page .header-title:first-child,
.header--overview .header-title:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header--sub-page .header-title:first-child,
  .header--overview .header-title:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .header--sub-page .header-title,
  .header--overview .header-title {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .header--sub-page .header-title,
  .header--overview .header-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.header--sub-page .header-title a,
.header--overview .header-title a {
  color: inherit;
}
.header--sub-page .header-title h1,
.header--overview .header-title h1 {
  margin: 0;
}
.header--sub-page .header-title .label,
.header--overview .header-title .label {
  vertical-align: middle;
}
.header--sub-page .header-title-duration,
.header--overview .header-title-duration {
  font-weight: normal;
}
.header--sub-page.header--with-avatar .header-avatar,
.header--overview.header--with-avatar .header-avatar {
  position: relative;
  z-index: 1;
  margin-top: -36px;
  width: 54px;
}
.header--sub-page.header--with-avatar .header-avatar .avatar,
.header--overview.header--with-avatar .header-avatar .avatar,
.header--sub-page.header--with-avatar .header-avatar .cover-art,
.header--overview.header--with-avatar .header-avatar .cover-art {
  width: 100%;
}
.header--sub-page.header--with-avatar .header-primary-info,
.header--overview.header--with-avatar .header-primary-info {
  margin-top: 24px;
}
.header--sub-page.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link,
.header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link {
  display: none;
}
@media (min-width: 768px) {
  .header--sub-page,
  .header--overview {
    height: auto;
    color: #FFFFFF;
    margin-top: 0;
  }
  .header--sub-page .header-background,
  .header--overview .header-background {
    height: 152px;
  }
  .header--sub-page .header-background--has-image,
  .header--overview .header-background--has-image {
    background-size: cover;
  }
  .header--sub-page .header-inner-wrap,
  .header--overview .header-inner-wrap {
    padding-top: 42px;
  }
  .header--sub-page .header-info-primary,
  .header--overview .header-info-primary {
    margin-top: 0;
    position: relative;
    height: 110px;
  }
  .header--sub-page .header-info-primary--with-columns,
  .header--overview .header-info-primary--with-columns {
    display: table;
    width: 100%;
  }
  .header--sub-page .header-info-primary-col1,
  .header--overview .header-info-primary-col1 {
    display: table-cell;
    position: relative;
    width: 100%;
  }
  .header--sub-page .header-info-primary-col2,
  .header--overview .header-info-primary-col2 {
    display: table-cell;
    padding-left: 20px;
  }
  .header--sub-page .header-title-column-ellipsis-wrap,
  .header--overview .header-title-column-ellipsis-wrap {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .header--sub-page .header-title,
  .header--overview .header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    /* Override .h1() */
    margin-bottom: 0;
  }
  .header--sub-page .header-title-secondary,
  .header--overview .header-title-secondary {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header--sub-page .header-title-secondary a,
  .header--overview .header-title-secondary a,
  .header--sub-page .header-title-secondary a:hover,
  .header--overview .header-title-secondary a:hover,
  .header--sub-page .header-title-secondary a:focus,
  .header--overview .header-title-secondary a:focus {
    color: #5CB4FF;
  }
  .header--sub-page .header-crumb,
  .header--overview .header-crumb {
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    color: #FFFFFF;
    margin-top: -6px;
  }
  .header--sub-page.header--with-avatar .header-avatar,
  .header--overview.header--with-avatar .header-avatar {
    position: absolute;
    width: 54px;
    margin-top: 0;
  }
  .header--sub-page.header--with-avatar .header-info,
  .header--overview.header--with-avatar .header-info {
    padding-left: 69px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header--sub-page .header-info-primary,
  .header--overview .header-info-primary {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header--sub-page .header-title,
  .header--overview .header-title {
    line-height: 48px;
    /* Stop decenders being cut off */
  }
}
@media (min-width: 1260px) {
  .header--sub-page .header-info-primary-sidebar,
  .header--overview .header-info-primary-sidebar {
    padding-left: 30px;
  }
}
.header--overview {
  background: #FFFFFF;
}
.header--overview .header-background {
  height: 128px;
}
.header--overview .header-inner-wrap {
  padding-top: 128px;
}
.header--overview .header-title-secondary {
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
}
.header--overview .header-title-secondary:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header--overview .header-title-secondary:first-child {
    margin-top: 0;
  }
}
.header--overview .header-info-primary--without-nav .header-title-secondary {
  font-size: 14px;
  line-height: 24px;
}
.header--overview .header-info-secondary {
  margin-top: 12px;
}
.header--overview.header--with-avatar .header-avatar {
  width: 90px;
  margin-top: -72px;
}
@media (min-width: 768px) {
  .header--overview {
    min-height: 212px;
  }
  .header--overview .header-background {
    height: 152px;
  }
  .header--overview .header-inner-wrap {
    padding-top: 42px;
  }
  .header--overview .header-title-secondary {
    margin-top: 0;
  }
  .header--overview .header-info-secondary {
    display: block;
    display: flex;
    margin-top: 0;
    margin-right: 47px;
    position: relative;
    color: #222222;
  }
  .header--overview.header--with-avatar .header-inner-wrap {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .header--overview.header--with-avatar .header-avatar-inner-wrap .image-overlay-playlink-link:before {
    display: none;
  }
  .header--overview.header--with-avatar .header-avatar-inner-wrap .image-overlay-playlink-link:hover:before,
  .header--overview.header--with-avatar .header-avatar-inner-wrap .image-overlay-playlink-link:focus:before,
  .header--overview.header--with-avatar .header-avatar-inner-wrap:hover .image-overlay-playlink-link:before,
  .header--overview.header--with-avatar .header-avatar-inner-wrap:focus .image-overlay-playlink-link:before {
    display: block;
  }
  .header--overview.header--with-avatar .header-avatar-playlink {
    position: relative;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .cover-art {
    width: 100%;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 64px;
    height: 64px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_64.png?0482ce521de5');
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    width: 64px;
    height: 64px;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -32px;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -32px;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:focus:before,
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -64px;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:focus:before,
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_64.png?0482ce521de5');
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
  }
  .header--overview.header--with-avatar .header-avatar {
    margin-top: 0;
  }
  .header--overview.header--artist .header-info-primary {
    padding-top: 12px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header--overview .header-title-secondary {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header--overview.header--with-avatar .header-inner-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .header--overview.header--with-avatar .header-inner-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header--overview.header--with-avatar .header-avatar {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .header--overview.header--with-avatar .header-avatar {
    float: left;
    width: 160px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .header--overview.header--with-avatar .header-avatar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .header--overview.header--with-avatar .header-avatar {
    float: left;
    width: 200px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header--overview.header--with-avatar .header-info {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .header--overview.header--with-avatar .header-info {
    float: left;
    width: 800px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .header--overview.header--with-avatar .header-info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .header--overview.header--with-avatar .header-info {
    float: left;
    width: 1000px;
  }
}
@media (min-width: 1260px) {
  .header--overview.header--with-follow-button {
    min-height: 236px;
  }
}
@media (min-width: 1260px) {
  .header--overview.header--with-avatar .header-avatar-playlink {
    position: relative;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .cover-art {
    width: 100%;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 96px;
    height: 96px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_96.png?0482ce521de5');
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    width: 96px;
    height: 96px;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -48px;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -48px;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:focus:before,
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -96px;
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:focus:before,
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_96.png?0482ce521de5');
  }
  .header--overview.header--with-avatar .header-avatar-playlink .image-overlay-playlink-link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    margin: -48px 0 0 -48px;
  }
}
.search-layout .header {
  display: none;
}
@media (min-width: 768px) {
  .search-layout .header {
    display: block;
  }
}
.navbar-auth {
  margin-bottom: 0px;
}
.navbar-auth > .container {
  background: none;
  background-color: inherit;
}
.header-title-label-wrap {
  display: flex;
}
.header-title-label-wrap:before,
.header-title-label-wrap:after {
  content: " ";
  display: table;
}
.header-title-label-wrap:after {
  clear: both;
}
.header-title-label-wrap:before,
.header-title-label-wrap:after {
  content: " ";
  display: table;
}
.header-title-label-wrap:after {
  clear: both;
}
.header-title-label-wrap .header-title {
  float: left;
  max-width: 100%;
  margin-right: 15px;
}
.header-title-label-wrap .label {
  align-self: center;
}
.header-title-label-wrap .label + .label {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .header--tag .header-info-primary {
    padding-top: 12px;
  }
  .header--tag.header--overview {
    height: auto;
  }
}
.footer {
  padding-top: 30px;
  color: #FFFFFF;
  background-color: #111111;
}
.footer .container {
  background: none;
}
.footer a,
.footer .mimic-link {
  color: inherit;
}
.footer .footer-heading {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #666666;
}
.footer .footer-links {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer .footer-links {
    margin-top: 0;
  }
}
.footer .footer-top {
  padding-bottom: 30px;
}
.footer .footer-top-row {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 768px) {
  .footer .footer-top-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .footer .footer-top-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.footer .footer-top-col {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 50%;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer .footer-top-col {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer .footer-top-col {
    float: left;
    width: 480px;
  }
}
@media (min-width: 1260px) {
  .footer .footer-top-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .footer .footer-top-col {
    float: left;
    width: 600px;
  }
}
.footer .footer-top-col:nth-child(-n + 2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer .footer-top-col:nth-child(-n + 2) {
    margin-top: 0;
  }
}
.footer .footer-bottom {
  padding-top: 18px;
  padding-bottom: 30px;
  border-top: 1px solid #222222;
}
.footer .footer-language {
  display: inline;
  margin-right: 10px;
  color: #666666;
}
.footer .footer-language:last-child {
  margin-right: 0;
}
.footer .footer-language--active {
  color: #FFFFFF;
}
.footer .footer-language--active strong {
  font-weight: normal;
}
.footer .footer-language-form {
  display: inline;
}
.footer .footer-legal {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  color: #666666;
}
.footer .footer-legal:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer .footer-legal:first-child {
    margin-top: 0;
  }
}
.footer .footer-legal-item {
  display: inline;
}
.footer .footer-legal-item:nth-child(n+2):before {
  content: '\b7\a0';
  /* \b7 is a middot, \a0 is a space */
}
.footer .footer-legal-wiki {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer .footer-legal-wiki {
    margin-top: 0;
  }
}
.footer .logo {
  text-align: right;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 48px;
  }
  .footer .footer-top {
    padding-bottom: 48px;
  }
  .footer .footer-bottom {
    padding-bottom: 48px;
  }
  .footer .footer-top-col {
    margin-top: 0;
    width: 20%;
  }
  .footer .footer-legal {
    margin-top: 6px;
  }
  .footer .footer-legal:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer .footer-top-col {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer .footer-legal:first-child {
    margin-top: 0;
  }
}
.masthead {
  position: absolute;
  top: 0;
  width: 100%;
  color: #fff;
  z-index: 3000000;
}
@media (min-width: 768px) {
  .masthead {
    position: fixed;
    top: 10px;
    height: 0;
    width: 100%;
    z-index: 3000001;
  }
  .masthead-inner-wrap {
    display: flex;
    float: right;
    max-width: 50%;
    white-space: nowrap;
    padding-right: 20px;
    padding-left: 72px;
  }
}
/* Logo
   ========================================================================== */
.masthead-logo {
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  position: absolute;
  left: 50%;
  width: 90px;
  height: 48px;
  margin-left: -45px;
  z-index: 1;
  background-image: url('/static/images/logo_static_mob.png?0482ce521de5');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .masthead-logo {
    background-image: url('/static/images/logo_static_mob@2x.png?0482ce521de5');
  }
}
.masthead-logo a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .masthead-logo {
    background-image: url('/static/images/logo_static.png?0482ce521de5');
    top: 0;
    width: 104px;
    height: 40px;
    margin-left: -52px;
    z-index: 0;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) {
  .masthead-logo {
    background-image: url('/static/images/logo_static@2x.png?0482ce521de5');
  }
}
.masthead-logo-loading {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  background-image: url('/static/images/logo_animate_mob.gif?0482ce521de5');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .masthead-logo-loading {
    background-image: url('/static/images/logo_animate_mob@2x.gif?0482ce521de5');
  }
}
@media (min-width: 768px) {
  .masthead-logo-loading {
    background-image: url('/static/images/logo_animate.gif?0482ce521de5');
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 192dpi) {
  .masthead-logo-loading {
    background-image: url('/static/images/logo_animate@2x.gif?0482ce521de5');
  }
}
.loading-indicator-loading .masthead-logo {
  background: none;
}
.loading-indicator-loading .masthead-logo-loading {
  height: 100%;
}
.loading-indicator {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Nav
   ========================================================================== */
.masthead-hamburger-toggle {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.masthead-hamburger-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.masthead-hamburger-toggle:before {
  background-position: 0 0;
}
.masthead-hamburger-toggle:before {
  background-image: url('/static/images/icons/hamburger_mobile.png?0482ce521de5');
}
.masthead-hamburger-toggle:before {
  width: 24px;
  height: 24px;
}
.masthead-hamburger-toggle:before {
  top: 50%;
  margin-top: -12px;
}
.masthead-hamburger-toggle:before {
  left: 50%;
  margin-left: -12px;
}
.masthead-nav {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  background: #000000;
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .masthead-nav {
    margin-top: 0;
  }
}
.masthead-nav-item {
  border-bottom: 1px solid #222222;
}
.masthead-nav-item:first-child {
  border-top: 1px solid #222222;
}
@media (min-width: 768px) {
  .masthead-nav-item {
    margin-left: 10px;
    border: none;
    display: inline-block;
  }
  .masthead-nav-item:first-child {
    margin-left: 0;
  }
  .masthead-nav-item:first-child {
    border: none;
  }
}
@media (min-width: 1260px) {
  .masthead-nav-item {
    margin-left: 20px;
  }
  .masthead-nav-item:first-child {
    margin-left: 0;
  }
}
.masthead-nav-control {
  display: block;
  color: #FFFFFF;
  padding: 12px 15px;
}
.masthead-nav-control:hover,
.masthead-nav-control:focus {
  text-decoration: none;
  color: #B90000;
}
@media (min-width: 768px) {
  .masthead-nav-control {
    padding: 0;
    line-height: 40px;
    opacity: 0.85;
  }
  .masthead-nav-control:hover,
  .masthead-nav-control:focus {
    color: #FFFFFF;
    opacity: 1;
  }
}
.masthead-nav .navlist-more {
  display: block;
  color: #FFFFFF;
  padding: 12px 15px;
}
.masthead-nav .navlist-more:hover,
.masthead-nav .navlist-more:focus {
  text-decoration: none;
  color: #B90000;
}
@media (min-width: 768px) {
  .masthead-nav .navlist-more {
    padding: 0;
    line-height: 40px;
    opacity: 0.85;
  }
  .masthead-nav .navlist-more:hover,
  .masthead-nav .navlist-more:focus {
    color: #FFFFFF;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .masthead-nav .navlist-more {
    margin-left: 10px;
  }
}
@media (min-width: 1260px) {
  .masthead-nav .navlist-more {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .masthead-nav {
    margin-left: 5px;
    z-index: 0;
    position: static;
    display: inline-block;
    min-width: 0;
    padding-top: 0;
    width: auto;
    background: transparent;
    font-size: inherit;
    line-height: inherit;
  }
  .masthead-nav:first-child {
    margin-left: 0;
  }
  .js .masthead-nav.disclose-hide {
    display: inline-block;
  }
  .masthead-nav .navlist-items,
  .masthead-nav .navlist-more-wrap {
    float: none;
    display: inline-block;
  }
  .masthead-nav .navlist-more-wrap {
    vertical-align: top;
  }
  .masthead-nav .navlist-hidden-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #F9F9F9;
    border-width: 1px 0;
    border-color: #EBEBEB;
    border-style: solid;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    position: absolute;
    z-index: 5000000;
  }
  .masthead-nav .navlist-hidden-list a {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: inherit;
    width: 100%;
    text-align: left;
    color: #FFFFFF;
  }
  .masthead-nav .navlist-hidden-list a:hover,
  .masthead-nav .navlist-hidden-list a:focus {
    color: inherit;
  }
  .masthead-nav .navlist-hidden-list a:hover,
  .masthead-nav .navlist-hidden-list a:focus {
    color: #FFFFFF;
  }
  .masthead-nav ul.navlist-hidden-list {
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .masthead-nav .navlist-hidden-list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .masthead-nav .navlist-hidden-list {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .masthead-nav .navlist-hidden-list {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .masthead-nav .navlist-hidden-list {
    background: #000000;
    box-shadow: 0 1px 5px rgba(102, 102, 102, 0.3), 0 0 0 1px rgba(102, 102, 102, 0.5);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .masthead-nav .navlist-hidden-list a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .masthead-nav .navlist-hidden-list a:hover,
  .masthead-nav .navlist-hidden-list a:focus {
    background: #222222;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .masthead-nav .navlist-hidden-list a:hover,
  .masthead-nav .navlist-hidden-list a:focus {
    text-decoration: none;
  }
}
@media (min-width: 1260px) {
  .masthead-nav {
    margin-left: 10px;
  }
  .masthead-nav:first-child {
    margin-left: 0;
  }
}
/* Search
   ========================================================================== */
.masthead-search-toggle {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
}
.masthead-search-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.masthead-search-toggle:before {
  background-position: 0 0;
}
.masthead-search-toggle:before {
  background-image: url('/static/images/icons/search_mob.png?0482ce521de5');
}
.masthead-search-toggle:before {
  width: 24px;
  height: 24px;
}
.masthead-search-toggle:before {
  top: 50%;
  margin-top: -12px;
}
.masthead-search-toggle:before {
  left: 50%;
  margin-left: -12px;
}
.masthead-search-toggle.disclose-active:before {
  background-position: 0 0;
}
.masthead-search-toggle.disclose-active:before {
  background-image: url('/static/images/icons/delete_999_24.png?0482ce521de5');
}
.masthead-search-form {
  position: relative;
  padding-top: 48px;
  background: #000000;
}
.masthead-search-inner-wrap {
  padding-right: 48px;
  border-top: 1px solid #222222;
}
.masthead-search-field {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  padding: 12px 15px;
  background: none;
  border: none;
  /* These don't work when combined into one rule */
}
.masthead-search-field::-webkit-input-placeholder {
  color: #666666;
}
.masthead-search-field::-moz-placeholder {
  color: #666666;
}
.masthead-search-field:-ms-input-placeholder {
  color: #666666;
}
[data-whatinput="mouse"] .masthead-search-field {
  outline: none;
}
.masthead-search-submit {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
}
.masthead-search-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.masthead-search-submit:before {
  background-position: 0 0;
}
.masthead-search-submit:before {
  background-image: url('/static/images/icons/search_mob.png?0482ce521de5');
}
.masthead-search-submit:before {
  width: 24px;
  height: 24px;
}
.masthead-search-submit:before {
  top: 50%;
  margin-top: -12px;
}
.masthead-search-submit:before {
  left: 50%;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .masthead-search-toggle {
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    width: 16px;
    height: 16px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 40px;
    opacity: 0.85;
    z-index: 0;
  }
  .masthead-search-toggle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .masthead-search-toggle:before {
    background-position: 0 0;
  }
  .masthead-search-toggle:before {
    background-image: url('/static/images/icons/search_16.png?0482ce521de5');
  }
  .masthead-search-toggle:before {
    width: 16px;
    height: 16px;
  }
  .masthead-search-toggle:before {
    top: 50%;
    margin-top: -8px;
  }
  .masthead-search-toggle:before {
    left: 50%;
    margin-left: -8px;
  }
  .masthead-search-toggle:hover,
  .masthead-search-toggle:focus {
    opacity: 1;
  }
  .masthead-search-toggle.disclose-active {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 24px;
    height: 24px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 60px;
    width: 60px;
    height: 60px;
    margin: 0;
    opacity: 0.85;
  }
  .masthead-search-toggle.disclose-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .masthead-search-toggle.disclose-active:before {
    background-position: 0 0;
  }
  .masthead-search-toggle.disclose-active:before {
    background-image: url('/static/images/icons/delete_999_24.png?0482ce521de5');
  }
  .masthead-search-toggle.disclose-active:before {
    width: 24px;
    height: 24px;
  }
  .masthead-search-toggle.disclose-active:before {
    top: 50%;
    margin-top: -12px;
  }
  .masthead-search-toggle.disclose-active:before {
    left: 50%;
    margin-left: -12px;
  }
  .masthead-search-toggle.disclose-active:hover,
  .masthead-search-toggle.disclose-active:focus {
    opacity: 1;
  }
  .masthead-search-form {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    padding-top: 0;
  }
  .masthead-search-inner-wrap {
    padding-right: 120px;
    border: none;
  }
  .masthead-search-field {
    padding: 18px 20px;
  }
  .masthead-search-submit {
    background-color: #B90000;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
  }
  .masthead-search-submit:hover,
  .masthead-search-submit:focus {
    background-color: #D50000;
    color: #FFFFFF;
  }
  .masthead-search-submit:active,
  .masthead-search-submit:focus:not(:hover) {
    background-color: #9D0000;
    color: #FFFFFF;
  }
  .masthead-search-submit[disabled]:hover,
  .masthead-search-submit.disabled:hover {
    background-color: #B90000;
  }
  .ajax-form-disable-hover .masthead-search-submit:hover,
  .ajax-form-disable-hover .masthead-search-submit:focus {
    background-color: #B90000;
  }
}
.top-bar {
  display: none;
}
@media (min-width: 768px) {
  .top-bar {
    z-index: 3000001;
    position: fixed;
    display: block;
    width: 100%;
    color: #FFFFFF;
    transform: translateZ(0);
    background: #000000;
    height: 60px;
  }
}
.pagination {
  margin-top: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .pagination {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .pagination {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pagination:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .pagination:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 24px;
  }
}
.pagination li {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
  width: 33%;
}
@media (min-width: 768px) {
  .pagination li {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .pagination li {
    float: left;
    width: 80px;
  }
}
@media (min-width: 1260px) {
  .pagination li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .pagination li {
    float: left;
    width: 100px;
  }
}
.pagination .previous {
  text-align: left;
}
.pagination .previous a {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 32px;
  height: 32px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.pagination .previous a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.pagination .previous a:before {
  background-position: -1px -38px;
}
.pagination .previous a:before {
  background-image: url('/static/images/icons/pagination_arrows.png?0482ce521de5');
}
.pagination .previous a:before {
  width: 32px;
  height: 32px;
}
.pagination .next {
  text-align: right;
}
.pagination .next a {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 32px;
  height: 32px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.pagination .next a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.pagination .next a:before {
  background-position: -38px -38px;
}
.pagination .next a:before {
  background-image: url('/static/images/icons/pagination_arrows.png?0482ce521de5');
}
.pagination .next a:before {
  width: 32px;
  height: 32px;
}
.pagination .pages {
  text-align: center;
}
@media (min-width: 768px) {
  .pagination li {
    width: 25%;
  }
  .pagination li.pages {
    width: 50%;
  }
  .pagination .previous a {
    position: relative;
    text-align: left;
    /* override hide text styles when not required */
    font: inherit;
    text-shadow: inherit;
    color: inherit;
    vertical-align: inherit;
    width: auto;
    height: auto;
    padding-left: 20px;
  }
  .pagination .previous a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .pagination .previous a:before {
    background-position: -10px -11px;
  }
  .pagination .previous a:before {
    background-image: url('/static/images/icons/pagination_arrows.png?0482ce521de5');
  }
  .pagination .previous a:before {
    width: 16px;
    height: 16px;
  }
  .pagination .previous a:before {
    top: 50%;
    margin-top: -8px;
  }
  .pagination .next a {
    position: relative;
    text-align: right;
    /* override hide text styles when not required */
    font: inherit;
    text-shadow: inherit;
    color: inherit;
    vertical-align: inherit;
    width: auto;
    height: auto;
    padding-right: 20px;
  }
  .pagination .next a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .pagination .next a:before {
    background-position: -45px -11px;
  }
  .pagination .next a:before {
    background-image: url('/static/images/icons/pagination_arrows.png?0482ce521de5');
  }
  .pagination .next a:before {
    width: 16px;
    height: 16px;
  }
  .pagination .next a:before {
    top: 50%;
    margin-top: -8px;
  }
}
/* Navlist
   ========================================================================== */
/**
 * Core layout and functionality for scrollable and more-dropdown nav bars
 */
.navlist {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.navlist-item {
  display: inline-block;
}
.navlist--more .navlist-more-wrap {
  display: none;
}
@media (min-width: 768px) {
  .navlist--more {
    overflow: visible;
  }
  .navlist--more .navlist-items {
    overflow: hidden;
    float: left;
    max-width: 100%;
  }
  .no-js .navlist--more .navlist-items {
    overflow-x: auto;
  }
  .navlist--more .navlist-item--hidden {
    display: none;
  }
  .navlist--more .navlist-more-wrap {
    display: block;
    float: left;
  }
  .navlist--more .navlist-more--hidden {
    display: none;
  }
}
/* Secondary nav
   ========================================================================== */
.secondary-nav {
  margin-top: 18px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #EBEBEB;
}
.secondary-nav:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .secondary-nav:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .secondary-nav {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .secondary-nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.secondary-nav .secondary-nav-item:first-child {
  margin-left: -10px;
}
.secondary-nav .secondary-nav-item-link {
  color: inherit;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.secondary-nav .secondary-nav-item-link:hover,
.secondary-nav .secondary-nav-item-link:focus {
  color: inherit;
}
.secondary-nav .secondary-nav-item-link--active {
  font-weight: bold;
}
.secondary-nav .secondary-nav-item-link--disabled,
.secondary-nav .secondary-nav-item-link--disabled:hover,
.secondary-nav .secondary-nav-item-link--disabled:focus {
  color: #999999;
}
@media (min-width: 768px) {
  .secondary-nav .navlist-more {
    margin-left: 10px;
  }
  .secondary-nav .navlist-hidden-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #F9F9F9;
    border-width: 1px 0;
    border-color: #EBEBEB;
    border-style: solid;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 6px;
    margin-left: 10px;
  }
  .secondary-nav .navlist-hidden-list a {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: inherit;
    width: 100%;
    text-align: left;
    color: #222222;
  }
  .secondary-nav .navlist-hidden-list a:hover,
  .secondary-nav .navlist-hidden-list a:focus {
    color: inherit;
  }
  .secondary-nav .navlist-hidden-list a:hover,
  .secondary-nav .navlist-hidden-list a:focus {
    color: #222222;
  }
  .secondary-nav ul.navlist-hidden-list {
    margin-top: 6px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .secondary-nav .navlist-hidden-list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .secondary-nav .navlist-hidden-list {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .secondary-nav .navlist-hidden-list {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .secondary-nav .navlist-hidden-list {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .secondary-nav .navlist-hidden-list {
    position: absolute;
    z-index: 5000000;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .secondary-nav .navlist-hidden-list a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .secondary-nav .navlist-hidden-list a:hover,
  .secondary-nav .navlist-hidden-list a:focus {
    background: #EBEBEB;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .secondary-nav .navlist-hidden-list a:hover,
  .secondary-nav .navlist-hidden-list a:focus {
    text-decoration: none;
  }
}
.header .secondary-nav-item-link,
.whats-new .secondary-nav-item-link,
.homefeed .secondary-nav-item-link {
  margin-bottom: 5px;
  padding-bottom: 7px;
}
.header .secondary-nav-item-link:hover,
.whats-new .secondary-nav-item-link:hover,
.homefeed .secondary-nav-item-link:hover,
.header .secondary-nav-item-link:focus,
.whats-new .secondary-nav-item-link:focus,
.homefeed .secondary-nav-item-link:focus {
  text-decoration: none;
}
.header .secondary-nav-item-link--active:after,
.whats-new .secondary-nav-item-link--active:after,
.homefeed .secondary-nav-item-link--active:after,
.header a.secondary-nav-item-link:hover:after,
.whats-new a.secondary-nav-item-link:hover:after,
.homefeed a.secondary-nav-item-link:hover:after,
.header a.secondary-nav-item-link:focus:after,
.whats-new a.secondary-nav-item-link:focus:after,
.homefeed a.secondary-nav-item-link:focus:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 10px;
  right: 10px;
  z-index: 1;
  height: 5px;
  background-color: #B90000;
}
@media (min-width: 768px) {
  .header .secondary-nav-item-link,
  .whats-new .secondary-nav-item-link,
  .homefeed .secondary-nav-item-link {
    padding-bottom: 12px;
  }
}
.secondary-nav--step-nav .secondary-nav-item:first-child {
  margin-left: -20px;
}
.secondary-nav--step-nav .secondary-nav-item + .secondary-nav-item {
  position: relative;
  text-align: left;
}
.secondary-nav--step-nav .secondary-nav-item + .secondary-nav-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.secondary-nav--step-nav .secondary-nav-item + .secondary-nav-item:before {
  background-position: 0 0;
}
.secondary-nav--step-nav .secondary-nav-item + .secondary-nav-item:before {
  background-image: url('/static/images/icons/arrow_right_ccc_16.png?0482ce521de5');
}
.secondary-nav--step-nav .secondary-nav-item + .secondary-nav-item:before {
  width: 16px;
  height: 16px;
}
.secondary-nav--step-nav .secondary-nav-item + .secondary-nav-item:before {
  left: -8px;
  top: 4px;
}
.secondary-nav--step-nav .secondary-nav-item-link {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1;
}
.secondary-nav--step-nav .secondary-nav-item-link:hover,
.secondary-nav--step-nav .secondary-nav-item-link:focus {
  text-decoration: none;
}
.secondary-nav--step-nav .secondary-nav-item-link--active,
.secondary-nav--step-nav a.secondary-nav-item-link:hover,
.secondary-nav--step-nav a.secondary-nav-item-link:focus {
  color: #B90000;
}
.secondary-nav--step-nav .secondary-nav-item-link--active:after,
.secondary-nav--step-nav a.secondary-nav-item-link:hover:after,
.secondary-nav--step-nav a.secondary-nav-item-link:focus:after {
  display: none;
}
.content-top .secondary-nav-item-link--active,
.content-top .secondary-nav-item-link--active:hover,
.content-top .secondary-nav-item-link--active:focus {
  color: #B90000;
}
@media (min-width: 768px) {
  .content-top .secondary-nav {
    border-bottom: none;
    white-space: normal;
    overflow-y: auto;
  }
}
.homefeed .content-top .secondary-nav-item-link--active {
  color: inherit;
}
.homefeed .content-top .secondary-nav-item-link--active:hover,
.homefeed .content-top .secondary-nav-item-link--active:focus {
  color: inherit;
}
.header .secondary-nav {
  margin-top: 12px;
}
.header .secondary-nav:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header .secondary-nav:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .header .secondary-nav {
    margin-top: 0;
    border-bottom: none;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
  }
  .header.header--with-avatar .secondary-nav {
    left: -69px;
  }
  .header.header--with-avatar.header--overview .secondary-nav {
    left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .secondary-nav {
    margin-top: 0;
  }
}
.section-with-control {
  position: relative;
}
.section-with-control .selectable-range {
  margin-top: 18px;
}
.section-with-control .selectable-range:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section-with-control .selectable-range:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .section-with-control .selectable-range {
    margin-top: 24px;
  }
}
.section-with-settings {
  position: relative;
}
.section-control,
.selectboxit-container.section-control {
  position: absolute;
  right: 0;
  top: 0;
}
.section-with-settings .section-control {
  right: 36px;
}
.selectboxit-container.section-control .selectboxit-options {
  right: 0;
}
.notification {
  margin-top: 18px;
}
.notification:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .notification:first-child {
    margin-top: 0;
  }
}
.nag-bar {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #E5EDF5;
}
.nag-bar .container {
  position: relative;
  min-height: auto;
  background: none;
}
.nag-bar .nag-bar-close {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  height: 18px;
  position: absolute;
  right: 15px;
}
.nag-bar .nag-bar-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.nag-bar .nag-bar-close:before {
  background-position: 0 0;
}
.nag-bar .nag-bar-close:before {
  background-image: url('/static/images/icons/delete_222_16.png?0482ce521de5');
}
.nag-bar .nag-bar-close:before {
  width: 16px;
  height: 16px;
}
.nag-bar .nag-bar-close:before {
  top: 50%;
  margin-top: -8px;
}
.nag-bar .nag-bar-close:before {
  left: 50%;
  margin-left: -8px;
}
@media (min-width: 768px) {
  .nag-bar .nag-bar-close {
    right: 30px;
  }
}
.nag-bar .nag-bar-message {
  margin-top: 0;
  padding-right: 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nag-bar .nag-bar-message {
    margin-top: 0;
  }
}
.nag-bar .nag-bar-message a,
.nag-bar .nag-bar-message a:focus,
.nag-bar .nag-bar-message a:hover {
  color: #222222;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .nag-bar {
    position: static;
    z-index: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.scrobbles-layout .nag-bar,
.gallery-layout .nag-bar {
  display: none;
}
.nag-bar--verify-prompt {
  background-color: #FFFCCA;
}
.error-page-l10n {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 768px) {
  .error-page-l10n {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .error-page-l10n {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.error-page-l10n dl {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .error-page-l10n dl {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .error-page-l10n dl {
    float: left;
    width: 960px;
  }
}
@media (min-width: 1260px) {
  .error-page-l10n dl {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .error-page-l10n dl {
    float: left;
    width: 1200px;
  }
}
.error-page-l10n dl:nth-child(-n + 2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .error-page-l10n dl:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .error-page-l10n dl {
    width: 50%;
  }
}
.error-page-l10n dt {
  float: left;
  margin-right: 5px;
}
.error-page-l10n dd {
  margin-bottom: 18px;
}
.error-page-marvin {
  margin-top: 18px;
}
.error-page-marvin:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .error-page-marvin:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .error-page-marvin {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .error-page-marvin {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .error-page-marvin {
    margin-top: 0;
  }
}
.auth-avatar-mobile {
  position: absolute;
  left: 53px;
  top: 11px;
}
.auth-avatar-mobile img {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #FFFFFF;
}
@media (min-width: 768px) {
  .auth-avatar-mobile {
    display: none;
  }
}
.auth-avatar-desktop {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .site-auth {
    margin-left: 20px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-top: 4px;
  }
  .site-auth:first-child {
    margin-left: 0;
  }
  .site-auth--anon {
    margin-top: 0;
    white-space: nowrap;
  }
  .site-auth--anon:before {
    content: "•";
    margin-right: 10px;
    display: inline-block;
    opacity: 0.85;
  }
  .site-auth-item {
    border-bottom: 1px solid #222222;
  }
  .site-auth-item:first-child {
    border-top: 1px solid #222222;
  }
  .site-auth-control {
    display: block;
    color: #FFFFFF;
    padding: 12px 15px;
  }
  .site-auth-control:hover,
  .site-auth-control:focus {
    text-decoration: none;
    color: #B90000;
  }
  .auth-dropdown-menu-wrap {
    padding-top: 18px;
    white-space: nowrap;
    right: 0;
  }
  .auth-dropdown-item-secondary {
    font-size: 12px;
    line-height: 18px;
    display: block;
    color: #999999;
  }
  .auth-dropdown-item-row {
    display: table;
    width: 100%;
  }
  .auth-dropdown-item-left {
    display: table-cell;
  }
  .auth-dropdown-item-right {
    display: table-cell;
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .site-auth-item {
    margin-left: 10px;
    border: none;
    display: inline-block;
  }
  .site-auth-item:first-child {
    margin-left: 0;
  }
  .site-auth-item:first-child {
    border: none;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .site-auth-item {
    margin-left: 20px;
  }
  .site-auth-item:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .site-auth-control {
    padding: 0;
    line-height: 40px;
    opacity: 0.85;
  }
  .site-auth-control:hover,
  .site-auth-control:focus {
    color: #FFFFFF;
    opacity: 1;
  }
}
@media (min-width: 1260px) {
  .site-auth--anon:before {
    margin-right: 20px;
  }
}
/* Resets
   ========================================================================== */
/* Core styles
   ========================================================================== */
/* Concrete mixins
   ========================================================================== */
/* For table elements */
/* For list elements */
.horizontal-table {
  margin-top: 18px;
  width: 100%;
  box-shadow: inset 0 1px #EBEBEB;
  box-shadow: none;
  width: auto;
}
.horizontal-table:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .horizontal-table:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .horizontal-table {
    margin-top: 24px;
  }
}
.horizontal-table th {
  color: #999999;
  font-weight: normal;
  text-align: left;
}
.horizontal-table td,
.horizontal-table th {
  box-shadow: inset 0 -1px #EBEBEB;
  padding: 6px 10px;
}
.horizontal-table tr:nth-child(even) td {
  background-color: #F9F9F9;
}
.horizontal-table tr:nth-child(even) td {
  background-color: transparent;
}
.horizontal-table th {
  text-align: left;
  box-shadow: none;
}
.horizontal-table td {
  box-shadow: none;
}
@media (min-width: 768px) {
  .horizontal-table {
    width: 100%;
  }
  .horizontal-table th {
    text-align: right;
  }
}
/* Concrete classes
   ========================================================================== */
table.table {
  margin-top: 18px;
  width: 100%;
}
table.table:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  table.table:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  table.table {
    margin-top: 24px;
  }
}
table.table th {
  color: #999999;
  font-weight: normal;
  text-align: left;
}
table.table td,
table.table th {
  box-shadow: inset 0 -1px #EBEBEB;
  padding: 6px 10px;
}
table.table tr:nth-child(even) td {
  background-color: #F9F9F9;
}
table.table--no-stripes {
  box-shadow: inset 0 1px #EBEBEB;
}
table.table--no-stripes tr:nth-child(even) td {
  background-color: transparent;
}
table.table--flush td {
  padding-left: 0;
  padding-right: 0;
}
ul.table {
  margin-top: 0;
  margin-top: 18px;
  width: 100%;
}
@media (min-width: 768px) {
  ul.table {
    margin-top: 0;
  }
}
ul.table:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  ul.table:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  ul.table {
    margin-top: 24px;
  }
}
ul.table li {
  box-shadow: inset 0 -1px #EBEBEB;
  padding: 6px 10px;
}
ul.table li:nth-child(even) {
  background-color: #F9F9F9;
}
ul.table--no-stripes {
  box-shadow: inset 0 1px #EBEBEB;
}
ul.table--no-stripes li:nth-child(even) {
  background-color: transparent;
}
ul.table--flush li {
  padding-left: 0;
  padding-right: 0;
}
.card-table {
  display: block;
  box-shadow: inset 0 1px #EBEBEB;
  width: 100%;
}
.card-table thead,
.card-table tbody,
.card-table tr,
.card-table td {
  display: block;
}
.card-table tr:nth-child(even) td {
  background-color: transparent;
}
.card-table thead {
  display: none;
}
.card-table tr {
  box-shadow: inset 0 -1px #EBEBEB;
  padding-top: 6px;
  padding-bottom: 6px;
}
.card-table td {
  display: table-row;
}
.card-table td:before {
  color: #999999;
  content: attr(data-header-name);
  width: 160px;
  display: table-cell;
}
.responsive-table {
  display: block;
  box-shadow: inset 0 1px #EBEBEB;
  width: 100%;
}
.responsive-table thead,
.responsive-table tbody,
.responsive-table tr,
.responsive-table td {
  display: block;
}
.responsive-table tr:nth-child(even) td {
  background-color: transparent;
}
.responsive-table thead {
  display: none;
}
.responsive-table tr {
  box-shadow: inset 0 -1px #EBEBEB;
  padding-top: 6px;
  padding-bottom: 6px;
}
.responsive-table td {
  display: table-row;
}
.responsive-table td:before {
  color: #999999;
  content: attr(data-header-name);
  width: 160px;
  display: table-cell;
}
@media (min-width: 768px) {
  .responsive-table {
    display: table;
    margin-top: 18px;
    width: 100%;
    box-shadow: none;
  }
  .responsive-table thead,
  .responsive-table tbody {
    display: table-row-group;
  }
  .responsive-table tr {
    display: table-row;
  }
  .responsive-table td,
  .responsive-table th {
    display: table-cell;
  }
  .responsive-table:first-child {
    margin-top: 0;
  }
  .responsive-table th {
    color: #999999;
    font-weight: normal;
    text-align: left;
  }
  .responsive-table td,
  .responsive-table th {
    box-shadow: inset 0 -1px #EBEBEB;
    padding: 6px 10px;
  }
  .responsive-table tr:nth-child(even) td {
    background-color: #F9F9F9;
  }
  .responsive-table td:before {
    display: none;
  }
  .responsive-table tr,
  .responsive-table td {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .responsive-table:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .responsive-table {
    margin-top: 24px;
  }
}
.historical-table {
  display: block;
  width: 100%;
}
.historical-table thead,
.historical-table tbody,
.historical-table tr,
.historical-table td {
  display: block;
}
.historical-table tbody tr {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 62px;
  padding-bottom: 10px;
  padding-top: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .historical-table tbody tr {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.historical-table tr {
  box-shadow: inset 0 -1px #EBEBEB;
}
.historical-table th {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 768px) {
  .historical-table {
    display: table;
    margin-top: 18px;
    width: 100%;
    box-shadow: inset 0 1px #EBEBEB;
    box-shadow: none;
  }
  .historical-table thead,
  .historical-table tbody {
    display: table-row-group;
  }
  .historical-table tr {
    display: table-row;
  }
  .historical-table td,
  .historical-table th {
    display: table-cell;
  }
  .historical-table:first-child {
    margin-top: 0;
  }
  .historical-table th {
    color: #999999;
    font-weight: normal;
    text-align: left;
  }
  .historical-table td,
  .historical-table th {
    box-shadow: inset 0 -1px #EBEBEB;
    padding: 6px 10px;
  }
  .historical-table tr:nth-child(even) td {
    background-color: #F9F9F9;
  }
  .historical-table tr:nth-child(even) td {
    background-color: transparent;
  }
  .historical-table th {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  .historical-table tr td:first-child {
    padding-left: 15px;
  }
  .historical-table td,
  .historical-table th {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .historical-table th {
    color: #999999;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .historical-table:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .historical-table {
    margin-top: 24px;
  }
}
.historical-avatar-cell {
  position: absolute;
  margin-left: -47px;
}
.historical-avatar-cell .avatar {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .historical-avatar-cell {
    position: static;
    margin-left: 0;
  }
  .historical-avatar-cell .avatar {
    width: 48px;
    height: 48px;
  }
}
/* ==========================================================================
   Hoverable dropdown
   ========================================================================== */
/* Theme
   ========================================================================== */
.dropdown-menu-dark {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .dropdown-menu-dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-dark {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-dark {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-dark {
    background: #000000;
    box-shadow: 0 1px 5px rgba(102, 102, 102, 0.3), 0 0 0 1px rgba(102, 102, 102, 0.5);
  }
}
.dropdown-menu-item-dark {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: inherit;
  width: 100%;
  text-align: left;
  color: #FFFFFF;
}
.dropdown-menu-item-dark:hover,
.dropdown-menu-item-dark:focus {
  color: inherit;
}
@media (min-width: 768px) {
  .dropdown-menu-item-dark {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dropdown-menu-item-dark:hover,
.dropdown-menu-item-dark:focus {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .dropdown-menu-item-dark:hover,
  .dropdown-menu-item-dark:focus {
    background: #222222;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-item-dark:hover,
  .dropdown-menu-item-dark:focus {
    text-decoration: none;
  }
}
/* Function
   ========================================================================== */
.mega-menu-items {
  position: absolute;
  z-index: 5000000;
}
.mega-menu-item {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.mega-menu-item:active,
.mega-menu-item:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.mega-menu:hover .mega-menu-item,
.mega-menu:focus .mega-menu-item {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.mega-menu--js-active .mega-menu-items {
  display: none;
}
.mega-menu--js-active .mega-menu-items.mega-menu--open {
  display: block;
}
.mega-menu--js-active .mega-menu-item {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Theme and Function
   ========================================================================== */
.mega-menu-items.dropdown-menu-dark,
.mega-menu-items .dropdown-menu-dark {
  border: none;
  box-shadow: none;
}
.mega-menu:hover .dropdown-menu-dark,
.mega-menu:focus .dropdown-menu-dark {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .mega-menu:hover .dropdown-menu-dark,
  .mega-menu:focus .dropdown-menu-dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu:hover .dropdown-menu-dark,
  .mega-menu:focus .dropdown-menu-dark {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu:hover .dropdown-menu-dark,
  .mega-menu:focus .dropdown-menu-dark {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .mega-menu:hover .dropdown-menu-dark,
  .mega-menu:focus .dropdown-menu-dark {
    background: #000000;
    box-shadow: 0 1px 5px rgba(102, 102, 102, 0.3), 0 0 0 1px rgba(102, 102, 102, 0.5);
  }
}
.mega-menu:hover .dropdown-menu-item-dark,
.mega-menu:focus .dropdown-menu-item-dark {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: inherit;
  width: 100%;
  text-align: left;
  color: #FFFFFF;
}
.mega-menu:hover .dropdown-menu-item-dark:hover,
.mega-menu:focus .dropdown-menu-item-dark:hover,
.mega-menu:hover .dropdown-menu-item-dark:focus,
.mega-menu:focus .dropdown-menu-item-dark:focus {
  color: inherit;
}
@media (min-width: 768px) {
  .mega-menu:hover .dropdown-menu-item-dark,
  .mega-menu:focus .dropdown-menu-item-dark {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mega-menu:hover .dropdown-menu-item-dark:hover,
.mega-menu:focus .dropdown-menu-item-dark:hover,
.mega-menu:hover .dropdown-menu-item-dark:focus,
.mega-menu:focus .dropdown-menu-item-dark:focus {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .mega-menu:hover .dropdown-menu-item-dark:hover,
  .mega-menu:focus .dropdown-menu-item-dark:hover,
  .mega-menu:hover .dropdown-menu-item-dark:focus,
  .mega-menu:focus .dropdown-menu-item-dark:focus {
    background: #222222;
  }
}
@media (min-width: 768px) {
  .mega-menu:hover .dropdown-menu-item-dark:hover,
  .mega-menu:focus .dropdown-menu-item-dark:hover,
  .mega-menu:hover .dropdown-menu-item-dark:focus,
  .mega-menu:focus .dropdown-menu-item-dark:focus {
    text-decoration: none;
  }
}
.mega-menu--open .dropdown-menu-dark {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .mega-menu--open .dropdown-menu-dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu--open .dropdown-menu-dark {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu--open .dropdown-menu-dark {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .mega-menu--open .dropdown-menu-dark {
    background: #000000;
    box-shadow: 0 1px 5px rgba(102, 102, 102, 0.3), 0 0 0 1px rgba(102, 102, 102, 0.5);
  }
}
.mega-menu--open .dropdown-menu-item-dark {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: inherit;
  width: 100%;
  text-align: left;
  color: #FFFFFF;
}
.mega-menu--open .dropdown-menu-item-dark:hover,
.mega-menu--open .dropdown-menu-item-dark:focus {
  color: inherit;
}
@media (min-width: 768px) {
  .mega-menu--open .dropdown-menu-item-dark {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mega-menu--open .dropdown-menu-item-dark:hover,
.mega-menu--open .dropdown-menu-item-dark:focus {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .mega-menu--open .dropdown-menu-item-dark:hover,
  .mega-menu--open .dropdown-menu-item-dark:focus {
    background: #222222;
  }
}
@media (min-width: 768px) {
  .mega-menu--open .dropdown-menu-item-dark:hover,
  .mega-menu--open .dropdown-menu-item-dark:focus {
    text-decoration: none;
  }
}
.mega-menu-items.dropdown-menu-dark {
  border: none;
}
.mega-menu:hover .mega-menu-items.dropdown-menu-dark,
.mega-menu:focus .mega-menu-items.dropdown-menu-dark {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .mega-menu:hover .mega-menu-items.dropdown-menu-dark,
  .mega-menu:focus .mega-menu-items.dropdown-menu-dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu:hover .mega-menu-items.dropdown-menu-dark,
  .mega-menu:focus .mega-menu-items.dropdown-menu-dark {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu:hover .mega-menu-items.dropdown-menu-dark,
  .mega-menu:focus .mega-menu-items.dropdown-menu-dark {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .mega-menu:hover .mega-menu-items.dropdown-menu-dark,
  .mega-menu:focus .mega-menu-items.dropdown-menu-dark {
    background: #000000;
    box-shadow: 0 1px 5px rgba(102, 102, 102, 0.3), 0 0 0 1px rgba(102, 102, 102, 0.5);
  }
}
.mega-menu-item.dropdown-menu-item-dark:hover,
.mega-menu-item.dropdown-menu-item-dark:focus {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: inherit;
  width: 100%;
  text-align: left;
  color: #FFFFFF;
}
.mega-menu-item.dropdown-menu-item-dark:hover:hover,
.mega-menu-item.dropdown-menu-item-dark:focus:hover,
.mega-menu-item.dropdown-menu-item-dark:hover:focus,
.mega-menu-item.dropdown-menu-item-dark:focus:focus {
  color: inherit;
}
@media (min-width: 768px) {
  .mega-menu-item.dropdown-menu-item-dark:hover,
  .mega-menu-item.dropdown-menu-item-dark:focus {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mega-menu-item.dropdown-menu-item-dark:hover:hover,
.mega-menu-item.dropdown-menu-item-dark:focus:hover,
.mega-menu-item.dropdown-menu-item-dark:hover:focus,
.mega-menu-item.dropdown-menu-item-dark:focus:focus {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .mega-menu-item.dropdown-menu-item-dark:hover:hover,
  .mega-menu-item.dropdown-menu-item-dark:focus:hover,
  .mega-menu-item.dropdown-menu-item-dark:hover:focus,
  .mega-menu-item.dropdown-menu-item-dark:focus:focus {
    background: #222222;
  }
}
@media (min-width: 768px) {
  .mega-menu-item.dropdown-menu-item-dark:hover:hover,
  .mega-menu-item.dropdown-menu-item-dark:focus:hover,
  .mega-menu-item.dropdown-menu-item-dark:hover:focus,
  .mega-menu-item.dropdown-menu-item-dark:focus:focus {
    text-decoration: none;
  }
}
.mega-menu--open.dropdown-menu-dark {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .mega-menu--open.dropdown-menu-dark {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu--open.dropdown-menu-dark {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .mega-menu--open.dropdown-menu-dark {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .mega-menu--open.dropdown-menu-dark {
    background: #000000;
    box-shadow: 0 1px 5px rgba(102, 102, 102, 0.3), 0 0 0 1px rgba(102, 102, 102, 0.5);
  }
}
/* ==========================================================================
   Clickable dropdown
   ========================================================================== */
.dropdown-menu-clickable-button {
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  position: relative;
  text-align: right;
  padding-right: 17px;
  color: #999999;
}
.dropdown-menu-clickable-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.dropdown-menu-clickable-button:after {
  background-position: 0 -16px;
}
.dropdown-menu-clickable-button:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.dropdown-menu-clickable-button:after {
  width: 16px;
  height: 16px;
}
.dropdown-menu-clickable-button:after {
  top: 50%;
  margin-top: -8px;
}
.dropdown-menu-clickable-button:after {
  margin-top: -7px;
  margin-right: -2px;
}
.dropdown-menu-clickable-button.dropdown--open:after {
  background-position: 0 0;
}
.dropdown-menu-clickable-button.dropdown--open:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.dropdown-menu-clickable-button:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.dropdown-menu-clickable-button:hover,
.dropdown-menu-clickable-button:focus {
  color: #222222;
}
.dropdown-menu-clickable-button:hover:after,
.dropdown-menu-clickable-button:focus:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu-clickable-button.disclose-active {
  color: #222222;
}
.dropdown-menu-clickable-button.disclose-active:after {
  background-position: 0 0;
}
.dropdown-menu-clickable-button.disclose-active:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.dropdown-menu-clickable-button.disclose-active:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropdown-menu-clickable {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .dropdown-menu-clickable {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-clickable {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-clickable {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-clickable {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .dropdown-menu-clickable {
    position: absolute;
    z-index: 5000000;
  }
}
.dropdown-menu-clickable--padded {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .dropdown-menu-clickable--padded {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dropdown-menu-clickable-item {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: inherit;
  width: 100%;
  text-align: left;
  color: #222222;
}
.dropdown-menu-clickable-item:hover,
.dropdown-menu-clickable-item:focus {
  color: inherit;
}
@media (min-width: 768px) {
  .dropdown-menu-clickable-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dropdown-menu-clickable-item:hover,
.dropdown-menu-clickable-item:focus {
  color: #222222;
}
@media (min-width: 768px) {
  .dropdown-menu-clickable-item:hover,
  .dropdown-menu-clickable-item:focus {
    background: #EBEBEB;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-clickable-item:hover,
  .dropdown-menu-clickable-item:focus {
    text-decoration: none;
  }
}
.dropdown-menu-clickable-item--selected {
  color: #B90000;
}
.dropdown-menu-clickable-item--selected:hover,
.dropdown-menu-clickable-item--selected:focus {
  color: #B90000;
}
.link-block {
  position: relative;
}
.link-block a,
.link-block button {
  position: relative;
  z-index: 1;
}
.link-block.link-block--hover .link-block-target {
  text-decoration: underline;
}
.link-block .link-block-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* ==========================================================================
   YouTube video player
   ========================================================================== */
.video-player {
  right: 20px;
  bottom: 20px;
  height: 0;
  /**
     * Setting display:none causes Firefox to disallow JavaScript
     * interaction with the YouTube player, so we're shrinking it
     * to 1 pixel and shunting it off the page instead.
     *
     * http://stackoverflow.com/questions/17462110/youtube-iframe-api-started-to-give-errors-in-firefox
     * https://jira.last.fm/browse/WEB-19984
    **/
}
.video-player .video-player-embed {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  bottom: 0;
  left: -10px;
}
.video-player.video-player--floating .video-player-embed,
.video-player.video-player--in-place .video-player-embed {
  position: static;
  bottom: auto;
  left: auto;
}
.video-player.video-player--floating {
  position: fixed;
  z-index: 3000000;
}
.video-player.video-player--floating .video-player-embed {
  margin-top: -169px;
  width: 300px;
  height: 169px;
}
.video-player.video-player--in-place {
  width: 100%;
  left: 0;
  right: auto;
  position: absolute;
  z-index: 2;
}
.video-player.video-player--in-place .video-player-inner-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  height: 0;
}
@media (min-width: 768px) {
  .video-player.video-player--in-place .video-player-inner-wrap {
    width: 980px;
  }
}
@media (min-width: 992px) {
  .video-player.video-player--in-place .video-player-inner-wrap {
    width: 980px;
  }
}
@media (min-width: 1260px) {
  .video-player.video-player--in-place .video-player-inner-wrap {
    width: 1230px;
  }
}
@media (min-width: 768px) {
  .video-player.video-player--in-place .video-player-inner-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1260px) {
  .video-player.video-player--in-place .video-player-inner-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* ==========================================================================
   Player bar
   ========================================================================== */
.player-bar {
  /* ======================================================================
       Variables
       ====================================================================== */
  /* Colours
       ====================================================================== */
  /* Sizing
       ====================================================================== */
  /* Other
       ====================================================================== */
  /* Layout
       ====================================================================== */
  height: 60px;
  margin: 0;
  position: relative;
  /* Base
       ====================================================================== */
  font-size: 12px;
  line-height: 18px;
  background: #000000;
  color: #FFFFFF;
  /* Artwork
       ====================================================================== */
  /* Controls
       ====================================================================== */
  /* Source
       ====================================================================== */
  /* Skiplink
       ====================================================================== */
  /* Now playing
       ====================================================================== */
  /* Error messages
       ====================================================================== */
  /* Progress
       ====================================================================== */
  /* Bar */
  /* Time */
  /* ======================================================================
       States
       ====================================================================== */
  /* Active
       ====================================================================== */
  /* YouTube provider
       ====================================================================== */
  /* Spotify provider
       ====================================================================== */
  /* Inactive
       ====================================================================== */
}
.player-bar .player-bar-inner-wrap {
  width: 50%;
  height: 100%;
  padding-right: 72px;
}
.player-bar a {
  color: inherit;
}
.player-bar a:hover,
.player-bar a:focus {
  color: inherit;
}
.player-bar .player-bar-artwork {
  float: left;
  width: 58px;
  height: 58px;
  margin-top: 2px;
  margin-right: 10px;
}
@media (min-width: 1260px) {
  .player-bar .player-bar-artwork {
    margin-right: 5px;
  }
}
.player-bar .player-bar-artwork img {
  width: 100%;
  height: 100%;
  display: block;
}
.player-bar .player-bar-controls ul.media-controls {
  margin-bottom: 0;
  padding-left: 0;
}
.player-bar .player-bar-controls .media-controls li {
  margin-top: 0;
  float: left;
}
@media (min-width: 768px) {
  .player-bar .player-bar-controls .media-controls li {
    margin-top: 0;
  }
}
.player-bar .player-bar-btn--previous {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 40px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.player-bar .player-bar-btn--previous:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.player-bar .player-bar-btn--previous:before {
  background-position: 0px 0;
}
.player-bar .player-bar-btn--previous:before {
  background-image: url('/static/images/player_controls.png?0482ce521de5');
}
.player-bar .player-bar-btn--previous:before {
  width: 40px;
  height: 50px;
}
.player-bar .player-bar-btn--previous:before {
  top: 50%;
  margin-top: -25px;
}
.player-bar .player-bar-btn--previous:before {
  left: 50%;
  margin-left: -20px;
}
.player-bar .player-bar-btn--play {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 40px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.player-bar .player-bar-btn--play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.player-bar .player-bar-btn--play:before {
  background-position: -40px 0;
}
.player-bar .player-bar-btn--play:before {
  background-image: url('/static/images/player_controls.png?0482ce521de5');
}
.player-bar .player-bar-btn--play:before {
  width: 40px;
  height: 50px;
}
.player-bar .player-bar-btn--play:before {
  top: 50%;
  margin-top: -25px;
}
.player-bar .player-bar-btn--play:before {
  left: 50%;
  margin-left: -20px;
}
.player-bar .player-bar-btn--pause {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 40px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.player-bar .player-bar-btn--pause:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.player-bar .player-bar-btn--pause:before {
  background-position: -80px 0;
}
.player-bar .player-bar-btn--pause:before {
  background-image: url('/static/images/player_controls.png?0482ce521de5');
}
.player-bar .player-bar-btn--pause:before {
  width: 40px;
  height: 50px;
}
.player-bar .player-bar-btn--pause:before {
  top: 50%;
  margin-top: -25px;
}
.player-bar .player-bar-btn--pause:before {
  left: 50%;
  margin-left: -20px;
}
.player-bar .player-bar-btn--next {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 40px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.player-bar .player-bar-btn--next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.player-bar .player-bar-btn--next:before {
  background-position: -120px 0;
}
.player-bar .player-bar-btn--next:before {
  background-image: url('/static/images/player_controls.png?0482ce521de5');
}
.player-bar .player-bar-btn--next:before {
  width: 40px;
  height: 50px;
}
.player-bar .player-bar-btn--next:before {
  top: 50%;
  margin-top: -25px;
}
.player-bar .player-bar-btn--next:before {
  left: 50%;
  margin-left: -20px;
}
.player-bar .player-bar-btn--love {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 40px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.player-bar .player-bar-btn--love:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.player-bar .player-bar-btn--love:before {
  background-position: -160px 0;
}
.player-bar .player-bar-btn--love:before {
  background-image: url('/static/images/player_controls.png?0482ce521de5');
}
.player-bar .player-bar-btn--love:before {
  width: 40px;
  height: 50px;
}
.player-bar .player-bar-btn--love:before {
  top: 50%;
  margin-top: -25px;
}
.player-bar .player-bar-btn--love:before {
  left: 50%;
  margin-left: -20px;
}
.player-bar .player-bar-btn--love.player-bar-btn--loved:hover:before {
  background-position: -160px -100px;
}
.player-bar .player-bar-btn--love.player-bar-btn--loved,
.player-bar .player-bar-btn--love.player-bar-btn--loved.disable-hover:hover,
.player-bar .player-bar-btn--love.player-bar-btn--loved[disabled],
.player-bar .player-bar-btn--love.player-bar-btn--loved[disabled]:hover {
  opacity: 0.85;
}
.player-bar .player-bar-btn--love.player-bar-btn--loved:before,
.player-bar .player-bar-btn--love.player-bar-btn--loved.disable-hover:hover:before,
.player-bar .player-bar-btn--love.player-bar-btn--loved[disabled]:before,
.player-bar .player-bar-btn--love.player-bar-btn--loved[disabled]:hover:before {
  background-position: -160px -50px;
}
.player-bar .player-bar-btn--love[disabled],
.player-bar .player-bar-btn--love[disabled]:hover {
  opacity: 0.3;
}
.player-bar .player-bar-btn--love.player-bar-btn--loved {
  opacity: 0.85;
}
.player-bar .player-bar-btn {
  overflow: hidden;
  opacity: 0.85;
  height: 60px;
}
.player-bar .player-bar-btn:hover,
.player-bar .player-bar-btn:focus {
  opacity: 1;
}
.player-bar .player-bar-btn {
  width: 34px;
}
@media (min-width: 1260px) {
  .player-bar .player-bar-btn {
    width: 44px;
  }
}
.player-bar .player-bar-btn--love {
  width: 18px;
}
@media (min-width: 1260px) {
  .player-bar .player-bar-btn--love {
    width: 28px;
  }
}
.player-bar .source-info {
  float: left;
  position: relative;
  height: 60px;
  width: 28px;
  margin-left: 8px;
}
@media (min-width: 1260px) {
  .player-bar .source-info {
    width: 38px;
  }
}
.player-bar .source-info:hover .player-bar-settings,
.player-bar .source-info:focus .player-bar-settings {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.player-bar .source-info .player-bar-settings {
  opacity: 0;
  filter: alpha(opacity=0);
}
.player-bar .source-info .player-bar-settings:hover,
.player-bar .source-info .player-bar-settings:focus {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.player-bar .source-info .player-bar-settings:hover,
.player-bar .source-info .player-bar-settings:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.player-bar .player-bar-settings {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  top: 13px;
  left: -2px;
}
.player-bar .player-bar-settings:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.player-bar .player-bar-settings:before {
  background-position: 0 0;
}
.player-bar .player-bar-settings:before {
  background-image: url('/static/images/player_settings.png?0482ce521de5');
}
.player-bar .player-bar-settings:before {
  width: 16px;
  height: 16px;
}
.player-bar .player-bar-settings:before {
  top: 50%;
  margin-top: -8px;
}
.player-bar .player-bar-settings:before {
  left: 50%;
  margin-left: -8px;
}
@media (min-width: 1260px) {
  .player-bar .player-bar-settings {
    left: 3px;
  }
}
.player-bar .player-bar-source--youtube {
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  /* Forcefully hide text for Opera which has a minimum font size setting */
  /* Set the box size of the image's containing element
     */
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  text-align: left;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 30px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: none;
}
.player-bar .player-bar-source--youtube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.player-bar .player-bar-source--youtube:before {
  background-position: -8px 0;
}
.player-bar .player-bar-source--youtube:before {
  background-image: url('/static/images/icons/player_sources.png?0482ce521de5');
}
.player-bar .player-bar-source--youtube:before {
  width: 30px;
  height: 50px;
}
.player-bar .player-bar-source--youtube:before {
  top: 50%;
  margin-top: -25px;
}
.player-bar .player-bar-source--youtube:before {
  left: 50%;
  margin-left: -15px;
}
.player-bar .player-bar-source--spotify {
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  /* Forcefully hide text for Opera which has a minimum font size setting */
  /* Set the box size of the image's containing element
     */
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  text-align: left;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 30px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: none;
}
.player-bar .player-bar-source--spotify:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.player-bar .player-bar-source--spotify:before {
  background-position: -7px -50px;
}
.player-bar .player-bar-source--spotify:before {
  background-image: url('/static/images/icons/player_sources.png?0482ce521de5');
}
.player-bar .player-bar-source--spotify:before {
  width: 30px;
  height: 50px;
}
.player-bar .player-bar-source--spotify:before {
  top: 50%;
  margin-top: -25px;
}
.player-bar .player-bar-source--spotify:before {
  left: 50%;
  margin-left: -15px;
}
.player-bar .player-bar-skiplink {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  position: absolute;
  left: 0;
  top: 60px;
  padding: 6px 10px;
  background: #222222;
}
.player-bar .player-bar-skiplink:active,
.player-bar .player-bar-skiplink:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.player-bar .player-bar-skiplink:focus,
.player-bar .player-bar-skiplink:hover {
  text-decoration: none;
}
.player-bar .player-bar-skiplink:active,
.player-bar .player-bar-skiplink:focus {
  position: absolute;
}
.player-bar .player-bar-now-playing {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 12px;
}
@media (min-width: 1260px) {
  .player-bar .player-bar-now-playing {
    padding-left: 17px;
  }
}
.player-bar .player-bar-now-playing-inner-wrap {
  flex: 1;
  min-width: 0;
}
.player-bar .player-bar-artist-name,
.player-bar .player-bar-track-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  opacity: 0.85;
}
.player-bar .player-bar-artist-name:hover,
.player-bar .player-bar-track-name:hover,
.player-bar .player-bar-artist-name:focus,
.player-bar .player-bar-track-name:focus {
  text-decoration: none;
  opacity: 1;
}
.player-bar .player-bar-track-name {
  font-weight: bold;
}
.player-bar .player-bar-artist-name {
  color: #CCCCCC;
}
.player-bar .player-bar-artist-name:hover,
.player-bar .player-bar-artist-name:focus {
  color: #CCCCCC;
}
.player-bar .player-bar-error {
  margin-top: 0;
}
@media (min-width: 768px) {
  .player-bar .player-bar-error {
    margin-top: 0;
  }
}
.player-bar .player-bar-error .player-bar-error-message {
  position: relative;
  text-align: left;
  padding-left: 19.5px;
  color: #CC7D00;
}
.player-bar .player-bar-error .player-bar-error-message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.player-bar .player-bar-error .player-bar-error-message:before {
  background-position: 0 0;
}
.player-bar .player-bar-error .player-bar-error-message:before {
  background-image: url('/static/images/icons/warning_12.png?0482ce521de5');
}
.player-bar .player-bar-error .player-bar-error-message:before {
  width: 12px;
  height: 12px;
}
.player-bar .player-bar-error .player-bar-error-message:before {
  top: 50%;
  margin-top: -6px;
}
.player-bar .player-bar-status--hide {
  display: none;
}
.player-bar .player-bar-progress-wrap {
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.player-bar .player-bar-progress {
  width: 100%;
  height: 2px;
  background: #333333;
  transition: height 0.2s;
}
.player-bar .player-bar-progress-wrap:hover .player-bar-progress {
  height: 4px;
}
.player-bar .player-bar-progress-slug {
  position: relative;
  height: 100%;
  background: #B90000;
}
.player-bar .player-bar-progress-slug:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #FFFFFF;
}
.player-bar .player-bar-progress-remaining {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -15px;
  font-size: 10px;
  line-height: 15px;
  background: inherit;
  padding-left: 5px;
  padding-right: 5px;
  transition: top 0.2s;
}
.player-bar .player-bar-progress-wrap:hover .player-bar-progress-remaining {
  top: 0;
}
.player-bar .player-bar-source {
  display: none;
}
.player-bar .player-bar-skiplink {
  display: none;
}
.player-bar .player-bar-settings {
  display: block;
}
.player-bar.player-bar--provider-youtube .player-bar-source--youtube {
  display: block;
}
.player-bar.player-bar--provider-youtube .player-bar-skiplink--youtube {
  display: block;
}
.player-bar.player-bar--provider-spotify .player-bar-source--spotify {
  display: block;
}
.player-bar .player-bar-btn.inactive,
.player-bar .player-bar-btn.inactive:hover,
.player-bar .player-bar-btn.inactive:focus {
  opacity: 0.3;
}
.player-bar.inactive .player-bar-btn {
  opacity: 0.3;
}
.player-bar.inactive .player-bar-source {
  display: none;
}
.player-bar.inactive .player-bar-skiplink {
  display: none;
}
.player-bar.inactive .player-bar-settings {
  display: none;
}
.player-bar.inactive .player-bar-progress-wrap:hover .player-bar-progress {
  height: 2px;
}
.player-bar.inactive .player-bar-progress-slug {
  display: none;
}
.player-bar.inactive .player-bar-progress-remaining {
  display: none;
}
.player-bar.is-playing-ad .player-bar-btn {
  opacity: 0.3;
}
.player-bar.is-playing-ad .player-bar-progress-slug {
  display: none;
}
.player-bar.is-playing-ad .player-bar-progress-remaining {
  display: none;
}
/* constant padding on the ends of the chartlist */
.chartlist {
  /* ==========================================================================
       Definitions
       ========================================================================== */
  margin-top: 18px;
  display: block;
  /* ==========================================================================
       Mobile styles
       ========================================================================== */
  width: 100%;
  /* ==========================================================================
       Common styles for desktop
       ========================================================================== */
  /* ==========================================================================
       Medium Size Desktop Styles
       ========================================================================== */
  /* ==========================================================================
       Large Size Desktop Styles
       ========================================================================== */
}
.chartlist:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .chartlist:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .chartlist {
    margin-top: 24px;
  }
}
.chartlist thead,
.chartlist tbody,
.chartlist tr,
.chartlist td {
  display: block;
}
.chartlist .chartlist-index,
.chartlist .chartlist-name,
.chartlist .chartlist-ellipsis-wrap,
.chartlist .chartlist-duration,
.chartlist .chartlist-countbar {
  line-height: 18px;
}
.chartlist .chartlist-index,
.chartlist .chartlist-album,
.chartlist .chartlist-artists--for-album,
.chartlist .artist-name-spacer,
.chartlist .chartlist-duration,
.chartlist .chartlist-timestamp,
.chartlist .chartlist-countbar {
  color: #999999;
}
.chartlist .chartlist-index {
  position: absolute;
  left: 15px;
  top: 18px;
}
.chartlist .chartlist-ellipsis-wrap {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.chartlist tr {
  position: relative;
}
.chartlist tr a,
.chartlist tr button {
  position: relative;
  z-index: 1;
}
.chartlist tr.link-block--hover .link-block-target {
  text-decoration: underline;
}
.chartlist tr .link-block-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.chartlist tr .chartlist-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.chartlist tr {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 85px;
  padding-right: 62px;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  box-shadow: inset 0 -1px #EBEBEB;
}
@media (min-width: 768px) {
  .chartlist tr {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.chartlist.chartlist--no-index tr {
  padding-left: 62px;
}
.chartlist.chartlist--no-compact-image.chartlist--no-big-image tr {
  padding-left: 38px;
}
.chartlist.chartlist--no-index.chartlist--no-compact-image.chartlist--no-big-image tr {
  padding-left: 15px;
}
.chartlist.chartlist--no-deletelink tr {
  padding-right: 15px;
}
.chartlist .now-scrobbling {
  background-color: #FFFCCA;
}
.chartlist .chartlist-play,
.chartlist .chartlist-image,
.chartlist .chartlist-download,
.chartlist .chartlist-delete {
  position: absolute;
  top: 11px;
}
.chartlist .chartlist-play,
.chartlist .chartlist-image {
  left: 38px;
}
.chartlist.chartlist--index-extended-3 tr {
  padding-left: 93px;
}
.chartlist.chartlist--index-extended-3.chartlist--no-compact-image.chartlist--no-big-image tr {
  padding-left: 46px;
}
.chartlist.chartlist--index-extended-3 .chartlist-play,
.chartlist.chartlist--index-extended-3 .chartlist-image {
  left: 46px;
}
.chartlist.chartlist--index-extended-4 tr {
  padding-left: 104px;
}
.chartlist.chartlist--index-extended-4.chartlist--no-compact-image.chartlist--no-big-image tr {
  padding-left: 57px;
}
.chartlist.chartlist--index-extended-4 .chartlist-play,
.chartlist.chartlist--index-extended-4 .chartlist-image {
  left: 57px;
}
.chartlist.chartlist--index-extended-5 tr {
  padding-left: 112px;
}
.chartlist.chartlist--index-extended-5.chartlist--no-compact-image.chartlist--no-big-image tr {
  padding-left: 65px;
}
.chartlist.chartlist--index-extended-5 .chartlist-play,
.chartlist.chartlist--index-extended-5 .chartlist-image {
  left: 65px;
}
.chartlist.chartlist--index-extended-6 tr {
  padding-left: 120px;
}
.chartlist.chartlist--index-extended-6.chartlist--no-compact-image.chartlist--no-big-image tr {
  padding-left: 73px;
}
.chartlist.chartlist--index-extended-6 .chartlist-play,
.chartlist.chartlist--index-extended-6 .chartlist-image {
  left: 73px;
}
.chartlist.chartlist--index-extended-7 tr {
  padding-left: 131px;
}
.chartlist.chartlist--index-extended-7.chartlist--no-compact-image.chartlist--no-big-image tr {
  padding-left: 84px;
}
.chartlist.chartlist--index-extended-7 .chartlist-play,
.chartlist.chartlist--index-extended-7 .chartlist-image {
  left: 84px;
}
.chartlist.chartlist--no-index .chartlist-play,
.chartlist.chartlist--no-index .chartlist-image {
  left: 15px;
}
.chartlist .chartlist-delete {
  right: 15px;
}
.chartlist [data-ajax-form-state='deleted'] td > * {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.chartlist [data-ajax-form-state='deleted'] .chartlist-play-button,
.chartlist [data-ajax-form-state='deleted'] .chartlist-delete-button,
.chartlist [data-ajax-form-state='deleted'] .image-overlay-playlink-link,
.chartlist [data-ajax-form-state='deleted'] .love-button {
  visibility: hidden;
}
.chartlist .cover-art,
.chartlist .avatar {
  width: 32px;
  height: 32px;
}
.chartlist .image-overlay-playlink-link,
.chartlist .chartlist-play-button {
  display: none;
}
.chartlist .chartlist-delete-button {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 36px;
  height: 36px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  width: 12px;
  height: 32px;
}
.chartlist .chartlist-delete-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.chartlist .chartlist-delete-button:before {
  background-position: 0 0;
}
.chartlist .chartlist-delete-button:before {
  background-image: url('/static/images/icons/tracklist_delete.png?0482ce521de5');
}
.chartlist .chartlist-delete-button:before {
  width: 36px;
  height: 36px;
}
.chartlist .chartlist-delete-button:before {
  top: 50%;
  margin-top: -18px;
}
.chartlist .chartlist-delete-button:before {
  left: 50%;
  margin-left: -18px;
}
.chartlist .chartlist-delete-button:hover:before,
.chartlist .chartlist-delete-button:focus:before {
  background-position: 0 -36px;
}
.chartlist .chartlist-download {
  right: 15px;
}
.chartlist .chartlist-download-button {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 36px;
  height: 36px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  width: 32px;
  height: 32px;
}
.chartlist .chartlist-download-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.chartlist .chartlist-download-button:before {
  background-position: 0 0;
}
.chartlist .chartlist-download-button:before {
  background-image: url('/static/images/icons/download_32.png?0482ce521de5');
}
.chartlist .chartlist-download-button:before {
  width: 36px;
  height: 36px;
}
.chartlist .chartlist-download-button:before {
  top: 50%;
  margin-top: -18px;
}
.chartlist .chartlist-download-button:before {
  left: 50%;
  margin-left: -18px;
}
.chartlist .chartlist-download-button:hover:before,
.chartlist .chartlist-download-button:focus:before {
  background-position: 0 -36px;
}
.chartlist .chartlist-loved,
.chartlist .chartlist-loved-heading {
  display: none;
}
.chartlist .chartlist-name a,
.chartlist .chartlist-album a {
  color: #222222;
}
.chartlist .chartlist-artists--for-album a {
  color: #999999;
}
.chartlist .chartlist-artists {
  display: block;
  margin: 0;
}
.chartlist .artist-name-spacer {
  display: none;
}
.chartlist .chartlist-buylinks,
.chartlist .chartlist-buylinks-heading {
  display: none;
}
.chartlist .chartlist-duration,
.chartlist .chartlist-duration-heading {
  display: none;
}
.chartlist .chartlist-timestamp {
  font-size: 12px;
  line-height: 18px;
}
.chartlist .chartlist-now-scrobbling {
  position: relative;
  text-align: right;
  padding-right: 18px;
}
.chartlist .chartlist-now-scrobbling:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.chartlist .chartlist-now-scrobbling:before {
  background-position: 0 0;
}
.chartlist .chartlist-now-scrobbling:before {
  background-image: url('/static/images/icons/eq_icon.gif?0482ce521de5');
}
.chartlist .chartlist-now-scrobbling:before {
  width: 10px;
  height: 10px;
}
.chartlist .chartlist-now-scrobbling:before {
  margin-top: 2px;
}
.chartlist .countbar-bar {
  position: relative;
  height: 5px;
  display: block;
  margin-top: 22px;
  margin-bottom: -9px;
}
.chartlist .countbar-bar-slug {
  display: block;
  height: 5px;
  background: #B6C0BF;
}
.chartlist .countbar-bar-value {
  font-size: 12px;
  line-height: 18px;
  color: inherit;
  display: block;
  position: absolute;
  top: -22px;
}
.chartlist .countbar-bar-value:hover,
.chartlist .countbar-bar-value:focus {
  color: inherit;
}
@media (min-width: 768px) {
  .chartlist {
    /* ------------ Resets --------------- */
    margin-top: 18px;
    width: 100%;
    display: table;
    margin-bottom: 0;
    /* ------------ Everything Else ------------ */
  }
  .chartlist:first-child {
    margin-top: 0;
  }
  .chartlist th {
    color: #999999;
    font-weight: normal;
    text-align: left;
  }
  .chartlist td,
  .chartlist th {
    box-shadow: inset 0 -1px #EBEBEB;
    padding: 6px 10px;
  }
  .chartlist tr:nth-child(even) td {
    background-color: #F9F9F9;
  }
  .chartlist thead,
  .chartlist tbody {
    display: table-row-group;
  }
  .chartlist tr {
    display: table-row;
  }
  .chartlist td,
  .chartlist th {
    display: table-cell;
  }
  .chartlist tr {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .chartlist .chartlist-cover-link {
    display: none;
  }
  .chartlist .chartlist-loved,
  .chartlist .chartlist-loved-heading,
  .chartlist .chartlist-duration,
  .chartlist .chartlist-duration-heading,
  .chartlist .chartlist-buylinks,
  .chartlist .chartlist-buylinks-heading {
    display: table-cell;
  }
  .chartlist th,
  .chartlist td,
  .chartlist .chartlist-loved,
  .chartlist .chartlist-loved-heading,
  .chartlist .chartlist-duration,
  .chartlist .chartlist-duration-heading,
  .chartlist .chartlist-buylinks,
  .chartlist .chartlist-buylinks-heading {
    padding-left: 0;
    padding-right: 0;
  }
  .chartlist .chartlist-index,
  .chartlist .chartlist-name,
  .chartlist .chartlist-ellipsis-wrap,
  .chartlist .chartlist-duration,
  .chartlist .chartlist-countbar {
    line-height: 24px;
  }
  .chartlist .chartlist-index {
    position: static;
  }
  .chartlist .chartlist-play,
  .chartlist .chartlist-image,
  .chartlist .chartlist-download,
  .chartlist .chartlist-delete {
    position: static;
  }
  .chartlist .chartlist-download {
    width: 36px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .chartlist .countbar-bar-value {
    font-size: inherit;
    line-height: inherit;
  }
  .chartlist tr .image-overlay-playlink-link:before {
    display: none;
  }
  .chartlist tr .image-overlay-playlink-link:hover:before,
  .chartlist tr .image-overlay-playlink-link:focus:before,
  .chartlist tr:hover .image-overlay-playlink-link:before,
  .chartlist tr:focus .image-overlay-playlink-link:before {
    display: block;
  }
  .chartlist .chartlist-play-image {
    position: relative;
    height: 100%;
  }
  .chartlist .chartlist-play-image .cover-art {
    width: 100%;
  }
  .chartlist .chartlist-play-image .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 24px;
    height: 24px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .chartlist .chartlist-play-image .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .chartlist .chartlist-play-image .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .chartlist .chartlist-play-image .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_24.png?0482ce521de5');
  }
  .chartlist .chartlist-play-image .image-overlay-playlink-link:before {
    width: 24px;
    height: 24px;
  }
  .chartlist .chartlist-play-image .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -12px;
  }
  .chartlist .chartlist-play-image .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -12px;
  }
  .chartlist .chartlist-play-image .image-overlay-playlink-link:focus:before,
  .chartlist .chartlist-play-image .image-overlay-playlink-link:hover:before {
    background-position: 0 -24px;
  }
  .chartlist .chartlist-play-image .image-overlay-playlink-link:focus:before,
  .chartlist .chartlist-play-image .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_24.png?0482ce521de5');
  }
  .chartlist .cover-art,
  .chartlist .avatar {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .chartlist .chartlist-play-button {
    position: relative;
    padding-left: 30px;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 24px;
    height: 24px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    padding-left: 0;
    top: 0;
  }
  .chartlist .chartlist-play-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .chartlist .chartlist-play-button:before {
    width: 24px;
    height: 24px;
  }
  .chartlist .chartlist-play-button:before {
    top: 50%;
    margin-top: -12px;
  }
  .chartlist .chartlist-play-button:before {
    background-position: -6px -6px;
  }
  .chartlist .chartlist-play-button:before {
    background-image: url('/static/images/icons/tracklist_play.png?0482ce521de5');
  }
  .chartlist .chartlist-play-button.iconleft--big {
    padding-left: 38px;
  }
  .chartlist .chartlist-play-button.iconleft--big:before {
    width: 32px;
    height: 32px;
  }
  .chartlist .chartlist-play-button.iconleft--big:before {
    top: 50%;
    margin-top: -16px;
  }
  .chartlist .chartlist-play-button.iconleft--big:before {
    background-position: -2px -38px;
  }
  .chartlist .chartlist-play-button.iconleft--big:before {
    background-image: url('/static/images/icons/tracklist_play.png?0482ce521de5');
  }
  .chartlist .chartlist-play-button:focus:before,
  .chartlist .chartlist-play-button:hover:before {
    background-position: -42px -6px;
  }
  .chartlist .chartlist-play-button:focus:before,
  .chartlist .chartlist-play-button:hover:before {
    background-image: url('/static/images/icons/tracklist_play.png?0482ce521de5');
  }
  .chartlist .chartlist-play-button:before {
    left: 50%;
    margin-left: -12px;
  }
  .chartlist .chartlist-play-button.iconleft--big {
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 32px;
    height: 32px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    padding-left: 0;
  }
  .chartlist .chartlist-play-button.iconleft--big:before {
    left: 50%;
    margin-left: -16px;
  }
  .chartlist .chartlist-delete-button {
    position: relative;
    padding-left: 30px;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 24px;
    height: 24px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    padding-left: 0;
    top: 0;
  }
  .chartlist .chartlist-delete-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .chartlist .chartlist-delete-button:before {
    width: 24px;
    height: 24px;
  }
  .chartlist .chartlist-delete-button:before {
    top: 50%;
    margin-top: -12px;
  }
  .chartlist .chartlist-delete-button:before {
    background-position: -6px -6px;
  }
  .chartlist .chartlist-delete-button:before {
    background-image: url('/static/images/icons/tracklist_delete.png?0482ce521de5');
  }
  .chartlist .chartlist-delete-button.iconleft--big {
    padding-left: 38px;
  }
  .chartlist .chartlist-delete-button.iconleft--big:before {
    width: 32px;
    height: 32px;
  }
  .chartlist .chartlist-delete-button.iconleft--big:before {
    top: 50%;
    margin-top: -16px;
  }
  .chartlist .chartlist-delete-button.iconleft--big:before {
    background-position: -2px -2px;
  }
  .chartlist .chartlist-delete-button.iconleft--big:before {
    background-image: url('/static/images/icons/tracklist_delete.png?0482ce521de5');
  }
  .chartlist .chartlist-delete-button:focus:before,
  .chartlist .chartlist-delete-button:hover:before {
    background-position: -6px -42px;
  }
  .chartlist .chartlist-delete-button:focus:before,
  .chartlist .chartlist-delete-button:hover:before {
    background-image: url('/static/images/icons/tracklist_delete.png?0482ce521de5');
  }
  .chartlist .chartlist-delete-button:before {
    left: 50%;
    margin-left: -12px;
  }
  .chartlist .chartlist-delete-button.iconleft--big {
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 32px;
    height: 32px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    padding-left: 0;
  }
  .chartlist .chartlist-delete-button.iconleft--big:before {
    left: 50%;
    margin-left: -16px;
  }
  .chartlist.chartlist--big-image .chartlist-loved,
  .chartlist.chartlist--compact-image .chartlist-loved {
    padding-left: 10px;
  }
  .chartlist .chartlist-name,
  .chartlist .chartlist-album {
    position: relative;
    height: 36px;
  }
  .chartlist .chartlist-album .chartlist-ellipsis-wrap {
    left: 10px;
  }
  .chartlist .chartlist-artists,
  .chartlist .artist-name-spacer {
    display: inline;
  }
  .chartlist .chartlist-artists a {
    color: inherit;
  }
  .chartlist .chartlist-album {
    padding-left: 10px;
  }
  .chartlist .chartlist-album a {
    color: inherit;
  }
  .chartlist .chartlist-ellipsis-wrap {
    position: absolute;
    margin-top: -12px;
    left: 8px;
    right: 0;
  }
  .chartlist.chartlist--big-image .chartlist-ellipsis-wrap {
    margin-top: -12px;
    left: 10px;
  }
  .chartlist.chartlist--big-image.chartlist--no-loved .chartlist-ellipsis-wrap {
    left: 15px;
  }
  .chartlist.chartlist--big-image.chartlist--no-playlink .chartlist-cover-link {
    position: absolute;
    top: 50%;
    height: 32px;
    margin-top: -16px;
    display: block;
    width: 32px;
    left: -32px;
  }
  .chartlist.chartlist--no-big-image.chartlist--no-loved.chartlist--no-index .chartlist-name .chartlist-ellipsis-wrap {
    left: 0;
  }
  .chartlist.chartlist--compact-image.chartlist--no-loved .chartlist-ellipsis-wrap {
    left: 15px;
  }
  .chartlist .chartlist-duration,
  .chartlist .chartlist-timestamp {
    text-align: right;
  }
  .chartlist .chartlist-buylinks {
    position: relative;
  }
  .chartlist .lazy-buylinks {
    position: absolute;
    margin-top: -12px;
    right: 0;
  }
  .chartlist .chartlist-timestamp {
    /* hack to make the baseline line up with the larger name text */
    padding-top: 2px;
    padding-bottom: 0;
  }
  .chartlist .chartlist-now-scrobbling {
    position: relative;
    text-align: left;
    padding-right: 0;
    padding-left: 18px;
  }
  .chartlist .chartlist-now-scrobbling:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .chartlist .chartlist-now-scrobbling:before {
    background-position: 0 0;
  }
  .chartlist .chartlist-now-scrobbling:before {
    background-image: url('/static/images/icons/eq_icon.gif?0482ce521de5');
  }
  .chartlist .chartlist-now-scrobbling:before {
    width: 10px;
    height: 10px;
  }
  .chartlist .chartlist-countbar {
    /* resets from mobile styling */
    font-size: 14px;
    line-height: 1.71428571;
    color: #222222;
    margin-bottom: 0;
    padding-right: 0;
  }
  .chartlist .countbar-bar {
    height: auto;
    margin: auto;
    background: none;
    padding-left: 0;
  }
  .chartlist .countbar-bar:before {
    display: none;
  }
  .chartlist .countbar-bar-slug {
    height: auto;
    min-width: 60px;
    color: #FFFFFF;
  }
  .chartlist .countbar-bar-value {
    /* resets from mobile styling */
    position: relative;
    background-color: transparent;
    padding: 0;
    margin-left: 7px;
    top: auto;
    font-weight: bold;
  }
  .chartlist.chartlist--index-extended .chartlist-index {
    padding-right: 15px;
  }
  .chartlist .stat-name {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .chartlist:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .chartlist {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .chartlist {
    /* RHS field padding */
  }
  .chartlist tr td:first-child {
    padding-left: 10px;
  }
  .chartlist.chartlist--no-countbar .chartlist-timestamp:last-child,
  .chartlist.chartlist--no-countbar .chartlist-buylinks:last-child,
  .chartlist.chartlist--no-countbar .chartlist-duration:last-child,
  .chartlist.chartlist--no-countbar .chartlist-name:last-child,
  .chartlist.chartlist--no-countbar .chartlist-delete:last-child {
    padding-right: 10px;
  }
  .chartlist.chartlist--no-countbar .chartlist-buylinks:last-child .lazy-buylinks {
    right: 10px;
  }
  .chartlist .chartlist-index {
    width: 36px;
  }
  .chartlist .chartlist-play,
  .chartlist .chartlist-delete,
  .chartlist .chartlist-image {
    width: 24px;
  }
  .chartlist .chartlist-play .cover-art,
  .chartlist .chartlist-image .cover-art,
  .chartlist .chartlist-play .avatar,
  .chartlist .chartlist-image .avatar {
    width: 24px;
    height: 24px;
    display: block;
  }
  .chartlist.chartlist--big-image .chartlist-play,
  .chartlist.chartlist--big-image .chartlist-image {
    width: 32px;
    height: 44px;
  }
  .chartlist.chartlist--big-image .chartlist-play .cover-art,
  .chartlist.chartlist--big-image .chartlist-image .cover-art,
  .chartlist.chartlist--big-image .chartlist-play .avatar,
  .chartlist.chartlist--big-image .chartlist-image .avatar {
    width: 32px;
    height: 32px;
  }
  .chartlist.chartlist--compact-image .chartlist-play,
  .chartlist.chartlist--compact-image .chartlist-image {
    width: 35px;
    height: 35px;
    padding: 0;
  }
  .chartlist.chartlist--compact-image .chartlist-play .cover-art,
  .chartlist.chartlist--compact-image .chartlist-image .cover-art,
  .chartlist.chartlist--compact-image .chartlist-play .avatar,
  .chartlist.chartlist--compact-image .chartlist-image .avatar {
    width: 35px;
    height: 35px;
  }
  .chartlist .chartlist-loved {
    width: 24px;
  }
  .chartlist .chartlist-buylinks {
    width: 0.1px;
  }
  .chartlist .chartlist-duration {
    width: 50px;
  }
  .chartlist .chartlist-timestamp {
    width: 150px;
  }
  .chartlist .chartlist-countbar {
    width: 235px;
    padding-left: 15px;
  }
}
@media (min-width: 1260px) {
  .chartlist {
    /* RHS field padding */
  }
  .chartlist tr td:first-child {
    padding-left: 15px;
  }
  .chartlist.chartlist--no-countbar .chartlist-timestamp,
  .chartlist.chartlist--no-countbar.chartlist--no-timestamp .chartlist-duration,
  .chartlist.chartlist--no-countbar.chartlist--no-timestamp.chartlist--no-duration .chartlist-name {
    padding-right: 15px;
  }
  .chartlist .chartlist-loved {
    padding-left: 3px;
  }
  .chartlist .chartlist-index {
    width: 46px;
  }
  .chartlist .chartlist-loved {
    width: 30px;
  }
  .chartlist .chartlist-countbar {
    width: 285px;
  }
}
.namespace--music_artist_overview .chartlist tr:nth-child(1n+6),
.namespace--tag_overview .chartlist tr:nth-child(1n+6) {
  display: none;
}
@media (min-width: 768px) {
  .namespace--music_artist_overview .chartlist tr:nth-child(1n+6),
  .namespace--tag_overview .chartlist tr:nth-child(1n+6) {
    display: table-row;
  }
}
.chartlist .love-button {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  top: 0;
}
.chartlist .love-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.chartlist .love-button:before {
  background-position: -6px -6px;
}
.chartlist .love-button:before {
  background-image: url('/static/images/icons/tracklist_love.png?0482ce521de5');
}
.chartlist .love-button:before {
  width: 24px;
  height: 24px;
}
.chartlist .love-button:before {
  top: 50%;
  margin-top: -12px;
}
.chartlist .love-button:before {
  left: 50%;
  margin-left: -12px;
}
.chartlist button.love-button:hover:before,
.chartlist a.love-button:hover:before,
.chartlist button.love-button:focus:before,
.chartlist a.love-button:focus:before {
  background-position: -6px -42px;
}
.chartlist button.love-button:hover:before,
.chartlist a.love-button:hover:before,
.chartlist button.love-button:focus:before,
.chartlist a.love-button:focus:before {
  background-image: url('/static/images/icons/tracklist_love.png?0482ce521de5');
}
.chartlist .love-button--loved:before {
  background-position: -6px -78px;
}
.chartlist .love-button--loved:before {
  background-image: url('/static/images/icons/tracklist_love.png?0482ce521de5');
}
.chartlist button.love-button--loved:hover:before,
.chartlist button.love-button--loved:focus:before {
  background-position: -6px -114px;
}
.chartlist button.love-button--loved:hover:before,
.chartlist button.love-button--loved:focus:before {
  background-image: url('/static/images/icons/tracklist_love.png?0482ce521de5');
}
.chartlist .ajax-form-disable-hover button.love-button:hover,
.chartlist .ajax-form-disable-hover button.love-button:focus {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.chartlist .ajax-form-disable-hover button.love-button:hover:before,
.chartlist .ajax-form-disable-hover button.love-button:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.chartlist .ajax-form-disable-hover button.love-button:hover:before,
.chartlist .ajax-form-disable-hover button.love-button:focus:before {
  background-position: -6px -6px;
}
.chartlist .ajax-form-disable-hover button.love-button:hover:before,
.chartlist .ajax-form-disable-hover button.love-button:focus:before {
  background-image: url('/static/images/icons/tracklist_love.png?0482ce521de5');
}
.chartlist .ajax-form-disable-hover button.love-button:hover:before,
.chartlist .ajax-form-disable-hover button.love-button:focus:before {
  width: 24px;
  height: 24px;
}
.chartlist .ajax-form-disable-hover button.love-button:hover:before,
.chartlist .ajax-form-disable-hover button.love-button:focus:before {
  top: 50%;
  margin-top: -12px;
}
.chartlist .ajax-form-disable-hover button.love-button:hover:before,
.chartlist .ajax-form-disable-hover button.love-button:focus:before {
  left: 50%;
  margin-left: -12px;
}
.chartlist .ajax-form-disable-hover button.love-button--loved:hover:before,
.chartlist .ajax-form-disable-hover button.love-button--loved:focus:before {
  background-position: -6px -78px;
}
.chartlist .ajax-form-disable-hover button.love-button--loved:hover:before,
.chartlist .ajax-form-disable-hover button.love-button--loved:focus:before {
  background-image: url('/static/images/icons/tracklist_love.png?0482ce521de5');
}
.grid-items {
  margin-top: 18px;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.grid-items:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .grid-items:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .grid-items {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .grid-items {
    margin-left: 0;
    margin-right: 0;
  }
}
.grid-items-item {
  width: 50%;
  height: 0;
  padding-top: 50%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
.grid-items-item:hover .image-overlay-playlink-link,
.grid-items-item:focus .image-overlay-playlink-link {
  opacity: 1;
  filter: alpha(opacity=100);
}
.grid-items-item .image-overlay-playlink-link {
  opacity: 0;
  filter: alpha(opacity=0);
}
.grid-items-item .image-overlay-playlink-link:hover,
.grid-items-item .image-overlay-playlink-link:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (min-width: 768px) {
  .grid-items-item {
    width: 155px;
    height: 155px;
    padding-top: 0;
  }
}
@media (min-width: 1260px) {
  .grid-items-item {
    width: 192px;
    height: 192px;
  }
}
.grid-items-item-playlink {
  display: none;
}
@media (min-width: 768px) {
  .grid-items-item-playlink {
    position: relative;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 32px;
    height: 32px;
    display: block;
  }
  .grid-items-item-playlink .cover-art {
    width: 100%;
  }
  .grid-items-item-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 32px;
    height: 32px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_32.png?0482ce521de5');
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    width: 32px;
    height: 32px;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -16px;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -16px;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -32px;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_32.png?0482ce521de5');
  }
}
@media (min-width: 1260px) {
  .grid-items-item-playlink {
    position: relative;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 48px;
    height: 48px;
  }
  .grid-items-item-playlink .cover-art {
    width: 100%;
  }
  .grid-items-item-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 48px;
    height: 48px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_48.png?0482ce521de5');
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    width: 48px;
    height: 48px;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -24px;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -24px;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -48px;
  }
  .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_48.png?0482ce521de5');
  }
}
@media (min-width: 768px) {
  .grid-items-item--big .grid-items-item-playlink {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    margin: -48px 0 0 -48px;
  }
  .grid-items-item--big .grid-items-item-playlink .cover-art {
    width: 100%;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 96px;
    height: 96px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_96.png?0482ce521de5');
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    width: 96px;
    height: 96px;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -48px;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -48px;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -96px;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_96.png?0482ce521de5');
  }
}
@media (min-width: 1260px) {
  .grid-items-item--big .grid-items-item-playlink {
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    margin: -64px 0 0 -64px;
  }
  .grid-items-item--big .grid-items-item-playlink .cover-art {
    width: 100%;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 128px;
    height: 128px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_128.png?0482ce521de5');
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    width: 128px;
    height: 128px;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -64px;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -64px;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -128px;
  }
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .grid-items-item--big .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_128.png?0482ce521de5');
  }
}
.grid-items--large {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .grid-items--large {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .grid-items--large {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .grid-items--large {
    display: flex;
    flex-wrap: wrap;
  }
}
.large-grid-wrapper {
  margin-top: 18px;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}
.large-grid-wrapper:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .large-grid-wrapper:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .large-grid-wrapper {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .large-grid-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .large-grid-wrapper {
    float: left;
    width: 320px;
  }
}
@media (min-width: 1260px) {
  .large-grid-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .large-grid-wrapper {
    float: left;
    width: 400px;
  }
}
.large-grid-wrapper .large-grid-item {
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  display: block;
}
.large-grid-wrapper .large-grid-item.grid-items-item--artist {
  padding-top: 75%;
}
.large-grid-wrapper .large-grid-item .grid-items-item-main-text {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
.large-grid-wrapper .large-grid-item .grid-items-item-main-text small,
.large-grid-wrapper .large-grid-item .grid-items-item-main-text .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.large-grid-wrapper .large-grid-item .grid-items-item-main-text small,
.large-grid-wrapper .large-grid-item .grid-items-item-main-text .small {
  font-size: 65%;
}
.large-grid-wrapper .large-grid-item .grid-items-item-main-text:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .large-grid-wrapper .large-grid-item .grid-items-item-main-text:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .large-grid-wrapper .large-grid-item .grid-items-item-main-text {
    margin-top: 24px;
  }
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  margin: -64px 0 0 -64px;
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .cover-art,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .cover-art {
  width: 100%;
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 128px;
  height: 128px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:before {
  background-position: 0 0;
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:before {
  background-image: url('/static/images/icons/play_128.png?0482ce521de5');
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:before {
  width: 128px;
  height: 128px;
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:before {
  top: 50%;
  margin-top: -64px;
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:before {
  left: 50%;
  margin-left: -64px;
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:hover:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
  background-position: 0 -128px;
}
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
.large-grid-wrapper .large-grid-item.grid-items-item--track .grid-items-item-playlink .image-overlay-playlink-link:hover:before,
.large-grid-wrapper .large-grid-item.grid-items-item--album .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
  background-image: url('/static/images/icons/play_128.png?0482ce521de5');
}
.large-grid-wrapper .bio,
.large-grid-wrapper .context {
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .large-grid-wrapper .bio,
  .large-grid-wrapper .context {
    margin-left: 0;
    margin-right: 0;
  }
}
.large-grid-wrapper .context {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .large-grid-wrapper:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .large-grid-wrapper:nth-child(-n + 2) {
    margin-top: 0;
  }
}
.grid-items--big-first .grid-items-item:nth-child(n+5) {
  display: none;
}
@media (min-width: 768px) {
  .grid-items--big-first .grid-items-item:nth-child(5) {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .grid-items--big-first .grid-items-item--big {
    width: 310px;
    height: 310px;
    float: left;
  }
}
@media (min-width: 1260px) {
  .grid-items--big-first .grid-items-item--big {
    width: 384px;
    height: 384px;
  }
}
@media (min-width: 768px) {
  .grid-items--big-first .grid-items-item--big .grid-items-item-main-text {
    font-size: 18px;
    line-height: 24px;
    /* Try to align baseline of large item with adjancent small items */
    margin-bottom: 0;
  }
}
.grid-items-cover-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.grid-items-cover-image:hover,
.grid-items-cover-image:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.grid-items-cover-image a {
  color: inherit;
}
.grid-items-cover-image a:hover,
.grid-items-cover-image a:focus {
  color: inherit;
}
.grid-items-cover-image.link-block--hover .link-block-target {
  text-decoration: underline;
}
.grid-items-item-details {
  font-size: 12px;
  line-height: 18px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: 0;
}
.grid-items-item-main-text {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  /* Try to align baseline of small items with adjancent large item */
  margin-bottom: 1px;
}
.grid-items-item-aux-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.grid-items-item-aux-block {
  display: block;
}
.grid-items-cover-image-image {
  width: 100%;
}
.grid-items-cover-image-image img {
  width: 100%;
}
.grid-items-cover-image-image:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.7) 100%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grid-items-cover-default {
  height: inherit;
}
.track-metadata {
  margin-top: 18px;
}
.track-metadata:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-metadata:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .track-metadata {
    margin-top: 24px;
  }
}
.track-metadata .primary-album-art {
  display: none;
}
.track-metadata .album-details .metadata-display {
  margin-bottom: 0;
}
.track-metadata .album-details a {
  color: inherit;
}
.track-metadata .album-details a:hover,
.track-metadata .album-details a:focus {
  color: inherit;
}
.track-metadata .primary-album-stats {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-metadata .primary-album-stats {
    margin-top: 0;
  }
}
.track-metadata .other-releases img {
  vertical-align: top;
  margin-top: 6px;
  margin-right: 10px;
  float: left;
}
.track-metadata .additional-release-count {
  display: inline-block;
}
.track-metadata .additional-release-count a {
  color: inherit;
}
.track-metadata .additional-release-count .release-count {
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .track-metadata .primary-album {
    position: relative;
    padding-left: 75px;
    min-height: 60px;
  }
  .track-metadata .primary-album-art {
    display: block;
    position: absolute;
    left: 0;
    width: 60px;
  }
  .track-metadata .primary-album-art img {
    display: block;
    width: 100%;
  }
  .track-metadata .metadata-buylinks-col {
    vertical-align: top;
  }
  .track-metadata .metadata-list {
    word-wrap: break-word;
  }
  .track-metadata .metadata-item--limit-width {
    max-width: 50%;
  }
}
@media (min-width: 1260px) {
  .track-metadata .primary-album {
    padding-left: 85px;
    min-height: 70px;
  }
  .track-metadata .primary-album-art {
    width: 70px;
  }
}
.album-metadata {
  margin-top: 18px;
}
.album-metadata:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .album-metadata:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .album-metadata {
    margin-top: 24px;
  }
}
.metadata-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 18px;
  margin-top: -18px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .metadata-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .metadata-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.metadata-list:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .metadata-list:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .metadata-list {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .metadata-list {
    margin-top: -24px;
  }
}
.metadata-list:first-child {
  margin-top: -18px;
}
@media (min-width: 768px) {
  .metadata-list:first-child {
    margin-top: -24px;
  }
}
.metadata-item {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
  margin-top: 18px;
  list-style-type: none;
  width: auto;
}
@media (min-width: 768px) {
  .metadata-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .metadata-item {
    float: left;
    width: 80px;
  }
}
@media (min-width: 1260px) {
  .metadata-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .metadata-item {
    float: left;
    width: 100px;
  }
}
@media (min-width: 768px) {
  .metadata-item {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .metadata-item {
    width: auto;
  }
}
.library-header + .metadata-list {
  margin-top: 0;
}
.metacritic-link {
  position: relative;
  text-align: left;
  display: block;
  margin-top: 4px;
  color: #FFFFFF;
}
.metacritic-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.metacritic-link:after {
  background-position: 0 0;
}
.metacritic-link:after {
  background-image: url('/static/images/icons/metacritic_32.png?0482ce521de5');
}
.metacritic-link:after {
  width: 32px;
  height: 32px;
}
.metacritic-link:hover {
  text-decoration: none;
}
.metacritic-link:after {
  display: inline-block;
  position: static;
  vertical-align: bottom;
}
.metacritic-score {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.metacritic-score.metacritic-score--low {
  background-color: #FF0000;
}
.metacritic-score.metacritic-score--med {
  background-color: #FFCC33;
}
.metacritic-score.metacritic-score--high {
  background-color: #66CC33;
}
/* ==========================================================================
   Metadata and buylinks columns (see track & album overview pages)
   ========================================================================== */
.metadata-buylinks-col {
  margin-top: 18px;
}
.metadata-buylinks-col:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .metadata-buylinks-col:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .metadata-buylinks-col {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .metadata-buylinks-row {
    display: table;
    width: 100%;
  }
  .metadata-buylinks-col {
    margin-top: 0;
    position: relative;
    display: table-cell;
  }
  .metadata-buylinks-col .dropdown-buylinks {
    text-align: right;
  }
  .metadata-buylinks-col .dropdown-buylinks .buylinks-dropdown-menu {
    right: 0;
    left: auto;
  }
  .metadata-buylinks-col + .metadata-buylinks-col {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .metadata-buylinks-col {
    margin-top: 0;
  }
}
.header-featured-track {
  display: none;
}
@media (min-width: 768px) {
  .header-featured-track {
    display: block;
    position: relative;
    padding-right: 75px;
    max-width: 240px;
    white-space: nowrap;
    vertical-align: bottom;
    bottom: 24px;
  }
  .featured-track-body {
    float: left;
    text-align: right;
    width: 100%;
  }
  .featured-track-body .metadata-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #999999;
  }
  .featured-track-body .metadata-display {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 0;
    margin-bottom: -6px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 0;
    display: block;
    margin: 0;
  }
  .featured-track-body .metadata-display small,
  .featured-track-body .metadata-display .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
  }
  .featured-track-body .metadata-display small,
  .featured-track-body .metadata-display .small {
    font-size: 65%;
  }
  .featured-track-body .metadata-display:first-child {
    margin-top: 0;
  }
  .featured-track-body .metadata-display:hover,
  .featured-track-body .metadata-display:focus {
    color: inherit;
  }
  .featured-track-body .featured-track-subtitle {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 24px;
    margin-bottom: 12px;
    font-size: 24px;
    margin-top: 18px;
    margin-bottom: 0;
    margin-bottom: -6px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 0;
    display: block;
    margin: 0;
    font-weight: normal;
  }
  .featured-track-body .featured-track-subtitle small,
  .featured-track-body .featured-track-subtitle .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
  }
  .featured-track-body .featured-track-subtitle small,
  .featured-track-body .featured-track-subtitle .small {
    font-size: 65%;
  }
  .featured-track-body .featured-track-subtitle:first-child {
    margin-top: 0;
  }
  .featured-track-body .featured-track-subtitle:hover,
  .featured-track-body .featured-track-subtitle:focus {
    color: inherit;
  }
  .featured-track-body > * {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .featured-track-avatar {
    position: relative;
    float: right;
    width: 60px;
    margin-right: -75px;
    margin-top: 1px;
  }
  .featured-track-avatar .cover-art {
    width: 100%;
  }
  .featured-track-avatar .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 48px;
    height: 48px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .featured-track-avatar .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .featured-track-avatar .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .featured-track-avatar .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_48.png?0482ce521de5');
  }
  .featured-track-avatar .image-overlay-playlink-link:before {
    width: 48px;
    height: 48px;
  }
  .featured-track-avatar .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -24px;
  }
  .featured-track-avatar .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -24px;
  }
  .featured-track-avatar .image-overlay-playlink-link:focus:before,
  .featured-track-avatar .image-overlay-playlink-link:hover:before {
    background-position: 0 -48px;
  }
  .featured-track-avatar .image-overlay-playlink-link:focus:before,
  .featured-track-avatar .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_48.png?0482ce521de5');
  }
  .featured-track-listeners {
    margin: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .featured-track-body .metadata-display:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .featured-track-body .metadata-display {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .featured-track-body .metadata-display {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .featured-track-body .featured-track-subtitle:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .featured-track-body .featured-track-subtitle {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .featured-track-body .featured-track-subtitle {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .header-featured-track {
    padding-right: 85px;
    max-width: 300px;
  }
  .featured-track-avatar {
    width: 70px;
    margin-right: -85px;
    margin-top: -4px;
  }
}
.tag-section {
  margin-top: 18px;
}
.tag-section:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .tag-section:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tag-section {
    margin-top: 24px;
  }
}
.tag-section:before,
.tag-section:after {
  content: " ";
  display: table;
}
.tag-section:after {
  clear: both;
}
.tag-section:before,
.tag-section:after {
  content: " ";
  display: table;
}
.tag-section:after {
  clear: both;
}
.tags {
  margin-top: 0;
}
@media (min-width: 768px) {
  .tags {
    margin-top: 0;
  }
}
.tags .tag {
  float: left;
}
.tags .tag:after {
  margin-left: 3px;
  margin-right: 3px;
  content: "·";
  font-weight: normal;
}
.tags .tag:last-child {
  margin-right: 10px;
}
.tags .tag:last-child:after {
  content: none;
}
.tags--global {
  font-weight: bold;
}
.tags-aux-text {
  margin-top: 0;
  float: left;
  clear: left;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .tags-aux-text {
    margin-top: 0;
  }
}
.tags-add {
  position: relative;
  float: left;
  padding-left: 22px;
}
.tags-add:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.tags-add:before {
  width: 16px;
  height: 16px;
}
.tags-add:before {
  top: 50%;
  margin-top: -8px;
}
.tags-add:before {
  background-position: 0px 0px;
}
.tags-add:before {
  background-image: url('/static/images/icons/tag_005399_16.png?0482ce521de5');
}
.header .attendance-control {
  margin-top: 12px;
}
.header .attendance-control:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header .attendance-control:first-child {
    margin-top: 0;
  }
}
.header .header-metadata-global-stats {
  margin-top: 12px;
}
.header .header-metadata-global-stats:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header .header-metadata-global-stats:first-child {
    margin-top: 0;
  }
}
.header .header-metadata-global-stats:before,
.header .header-metadata-global-stats:after {
  content: " ";
  display: table;
}
.header .header-metadata-global-stats:after {
  clear: both;
}
.header .header-metadata-global-stats:before,
.header .header-metadata-global-stats:after {
  content: " ";
  display: table;
}
.header .header-metadata-global-stats:after {
  clear: both;
}
.header .header-metadata-global-stats .metadata-display,
.header .header-metadata-global-stats .metadata-title {
  padding-right: 20px;
}
.header .header-metadata-global-stats .metadata-display a {
  color: inherit;
}
.header .header-metadata-global-stats table {
  position: relative;
  float: left;
}
.header .sparkline {
  width: 90px;
  float: left;
}
.header .sparkline-graph {
  height: 42px;
  width: 70px;
}
.header .header-metadata-user-stats,
.header .tasteometer {
  margin-top: 18px;
  display: table;
}
.header .header-metadata-user-stats:first-child,
.header .tasteometer:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .header .header-metadata-user-stats:first-child,
  .header .tasteometer:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .header .header-metadata-user-stats,
  .header .tasteometer {
    margin-top: 24px;
  }
}
.header .header-metadata-user-stats-avatar {
  border-radius: 50%;
  width: 30px;
}
.header .header-metadata-user-stats-body,
.header .tasteometer-body {
  padding-left: 15px;
}
.header .header-metadata-user-stats-body,
.header .header-metadata-user-stats-avatar-wrap,
.header .tasteometer-viz,
.header .tasteometer-body {
  margin-top: 0;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .header .header-metadata-user-stats-body,
  .header .header-metadata-user-stats-avatar-wrap,
  .header .tasteometer-viz,
  .header .tasteometer-body {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .header .header-metadata-global-stats,
  .header .header-metadata-user-stats,
  .header .attendance-control,
  .header .tasteometer {
    margin-top: 0;
    float: left;
    padding-top: 18px;
  }
  .header * + .header-metadata-user-stats,
  .header * + .attendance-control,
  .header * + .tasteometer {
    position: relative;
    padding-left: 20px;
  }
  .header * + .header-metadata-user-stats:before,
  .header * + .attendance-control:before,
  .header * + .tasteometer:before {
    content: '';
    position: absolute;
    left: 0;
    border-left: 1px solid #EBEBEB;
    height: 42px;
  }
  .header .header-metadata-user-stats,
  .header .tasteometer {
    display: block;
  }
  .header .header-metadata-user-stats-body,
  .header .header-metadata-user-stats-avatar-wrap,
  .header .tasteometer-viz,
  .header .tasteometer-body {
    display: block;
  }
  .header .header-metadata-user-stats,
  .header .tasteometer {
    width: 447px;
    flex: 1;
  }
  .header .header-metadata-user-stats-avatar-wrap,
  .header .tasteometer-viz {
    float: left;
  }
  .header .header-metadata-user-stats-avatar {
    width: 42px;
  }
  .header .header-metadata-user-stats-body,
  .header .tasteometer-body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
  }
  .header .tasteometer-viz {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: -7px;
    margin-bottom: -7px;
    z-index: 1;
  }
  .header .tasteometer-body {
    margin-top: 0;
  }
  .header .tasteometer-body p {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header .tasteometer-body p:first-child {
    margin-top: -3px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .header-metadata-global-stats,
  .header .header-metadata-user-stats,
  .header .attendance-control,
  .header .tasteometer {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .tasteometer-body {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .header .tasteometer-body p {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .header .header-metadata-user-stats,
  .header .tasteometer {
    width: 637px;
  }
}
.album-grid {
  list-style: none;
  /* 980 and above */
  /* 1230 grid */
}
.album-grid a {
  color: inherit;
}
.album-grid .album-grid-item {
  margin-top: 18px;
  vertical-align: top;
}
.album-grid .album-grid-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .album-grid .album-grid-item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .album-grid .album-grid-item {
    margin-top: 24px;
  }
}
.album-grid .album-grid-album-art {
  width: 100%;
  display: block;
}
.album-grid .album-grid-item-main-text {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: -6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
.album-grid .album-grid-item-main-text small,
.album-grid .album-grid-item-main-text .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.album-grid .album-grid-item-main-text small,
.album-grid .album-grid-item-main-text .small {
  font-size: 65%;
}
.album-grid .album-grid-item-main-text:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .album-grid .album-grid-item-main-text:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .album-grid .album-grid-item-main-text {
    margin-top: 24px;
  }
}
.album-grid .album-grid-item-aux-text {
  margin-top: 0;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
@media (min-width: 768px) {
  .album-grid .album-grid-item-aux-text {
    margin-top: 0;
  }
}
.album-grid .album-grid-item-main-text,
.album-grid .album-grid-item-details {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .album-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .album-grid .album-grid-item {
    max-width: 193px;
  }
  .album-grid .album-grid-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .album-grid .album-grid-item:not([data-ad-container]) {
    display: inline-block;
    position: relative;
  }
  .album-grid .album-grid-item:not([data-ad-container]):hover .image-overlay-playlink-link,
  .album-grid .album-grid-item:not([data-ad-container]):focus .image-overlay-playlink-link {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .album-grid .album-grid-item:not([data-ad-container]) .image-overlay-playlink-link {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .album-grid .album-grid-item:not([data-ad-container]) .image-overlay-playlink-link:hover,
  .album-grid .album-grid-item:not([data-ad-container]) .image-overlay-playlink-link:focus {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink {
    position: relative;
    position: absolute;
    top: 48.5px;
    left: 48.5px;
    width: 96px;
    height: 96px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .cover-art {
    width: 100%;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 96px;
    height: 96px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_96.png?0482ce521de5');
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    width: 96px;
    height: 96px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -48px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -48px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -96px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_96.png?0482ce521de5');
  }
  .album-grid .album-grid-item-main-text,
  .album-grid .album-grid-item-details {
    padding: 0;
  }
  .album-grid .album-grid-album-art {
    width: 193px;
  }
  .album-grid .album-grid-item-main-text,
  .album-grid .album-grid-item-aux-text {
    width: 193px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .album-grid .album-grid-item:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .album-grid .album-grid-item {
    max-width: 236px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink {
    position: relative;
    position: absolute;
    top: 70px;
    left: 70px;
    width: 96px;
    height: 96px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .cover-art {
    width: 100%;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 96px;
    height: 96px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_96.png?0482ce521de5');
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    width: 96px;
    height: 96px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -48px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -48px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -96px;
  }
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:focus:before,
  .album-grid .album-grid-item:not([data-ad-container]) .grid-items-item-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_96.png?0482ce521de5');
  }
  .album-grid .album-grid-album-art {
    width: 236px;
  }
  .album-grid .album-grid-item-main-text,
  .album-grid .album-grid-item-aux-text {
    width: 236px;
  }
}
/* ====================================================================================
   Galleries
   ==================================================================================== */
.gallery-no-images {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .gallery-no-images {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .gallery-no-images {
    padding-bottom: 24px;
  }
}
/* Sidebar
   ========================================================================== */
.gallery-sidebar {
  margin-top: 18px;
}
.gallery-sidebar:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-sidebar:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .gallery-sidebar {
    margin-top: 24px;
  }
}
.gallery-image-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.gallery-image-title small,
.gallery-image-title .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.gallery-image-title small,
.gallery-image-title .small {
  font-size: 75%;
}
.gallery-image-title:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-image-title:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .gallery-image-title {
    margin-top: 24px;
  }
}
.gallery-image-description {
  margin-top: 6px;
  word-wrap: break-word;
}
.gallery-image-description:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-image-description:first-child {
    margin-top: 0;
  }
}
.gallery-image-uploaded-by {
  font-size: 12px;
  line-height: 18px;
  margin-top: 6px;
  display: inline-block;
  color: #999999;
}
.gallery-image-uploaded-by:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-image-uploaded-by:first-child {
    margin-top: 0;
  }
}
.gallery-image-delete {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  color: #999999;
  vertical-align: middle;
}
/* Voting
   ========================================================================== */
.gallery-image-vote-buttons {
  margin-top: 18px;
}
.gallery-image-vote-buttons:before,
.gallery-image-vote-buttons:after {
  content: " ";
  display: table;
}
.gallery-image-vote-buttons:after {
  clear: both;
}
.gallery-image-vote-buttons:before,
.gallery-image-vote-buttons:after {
  content: " ";
  display: table;
}
.gallery-image-vote-buttons:after {
  clear: both;
}
.gallery-image-vote-buttons:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-image-vote-buttons:first-child {
    margin-top: 0;
  }
}
.gallery-image-vote-up-off {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #999999;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  float: left;
  padding-left: 41px;
  position: relative;
  text-align: left;
}
.gallery-image-vote-up-off:hover,
.gallery-image-vote-up-off:focus {
  text-decoration: none;
}
.gallery-image-vote-up-off[disabled],
.gallery-image-vote-up-off.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.gallery-image-vote-up-off:hover,
.gallery-image-vote-up-off:focus {
  background-color: #ADADAD;
  color: #FFFFFF;
}
.gallery-image-vote-up-off:active,
.gallery-image-vote-up-off:focus:not(:hover) {
  background-color: #707070;
  color: #FFFFFF;
}
.gallery-image-vote-up-off[disabled]:hover,
.gallery-image-vote-up-off.disabled:hover {
  background-color: #999999;
}
.ajax-form-disable-hover .gallery-image-vote-up-off:hover,
.ajax-form-disable-hover .gallery-image-vote-up-off:focus {
  background-color: #999999;
}
.gallery-image-vote-up-off:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gallery-image-vote-up-off:before {
  background-position: 0 0;
}
.gallery-image-vote-up-off:before {
  background-image: url('/static/images/icons/vote_up_fff_16.png?0482ce521de5');
}
.gallery-image-vote-up-off:before {
  width: 16px;
  height: 16px;
}
.gallery-image-vote-up-off:before {
  top: 50%;
  margin-top: -8px;
}
.gallery-image-vote-up-off:before {
  left: 15px;
}
.gallery-image-vote-down-off {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #999999;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  float: left;
  padding-left: 41px;
  position: relative;
  text-align: left;
  margin-left: 15px;
}
.gallery-image-vote-down-off:hover,
.gallery-image-vote-down-off:focus {
  text-decoration: none;
}
.gallery-image-vote-down-off[disabled],
.gallery-image-vote-down-off.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.gallery-image-vote-down-off:hover,
.gallery-image-vote-down-off:focus {
  background-color: #ADADAD;
  color: #FFFFFF;
}
.gallery-image-vote-down-off:active,
.gallery-image-vote-down-off:focus:not(:hover) {
  background-color: #707070;
  color: #FFFFFF;
}
.gallery-image-vote-down-off[disabled]:hover,
.gallery-image-vote-down-off.disabled:hover {
  background-color: #999999;
}
.ajax-form-disable-hover .gallery-image-vote-down-off:hover,
.ajax-form-disable-hover .gallery-image-vote-down-off:focus {
  background-color: #999999;
}
.gallery-image-vote-down-off:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gallery-image-vote-down-off:before {
  background-position: 0 0;
}
.gallery-image-vote-down-off:before {
  background-image: url('/static/images/icons/vote_down_fff_16.png?0482ce521de5');
}
.gallery-image-vote-down-off:before {
  width: 16px;
  height: 16px;
}
.gallery-image-vote-down-off:before {
  top: 50%;
  margin-top: -8px;
}
.gallery-image-vote-down-off:before {
  left: 15px;
}
.gallery-image-vote-up-on {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #009966;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  float: left;
  padding-left: 41px;
  position: relative;
  text-align: left;
}
.gallery-image-vote-up-on:hover,
.gallery-image-vote-up-on:focus {
  text-decoration: none;
}
.gallery-image-vote-up-on[disabled],
.gallery-image-vote-up-on.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.gallery-image-vote-up-on:hover,
.gallery-image-vote-up-on:focus {
  background-color: #00AD7A;
  color: #FFFFFF;
}
.gallery-image-vote-up-on:active,
.gallery-image-vote-up-on:focus:not(:hover) {
  background-color: #00703D;
  color: #FFFFFF;
}
.gallery-image-vote-up-on[disabled]:hover,
.gallery-image-vote-up-on.disabled:hover {
  background-color: #009966;
}
.ajax-form-disable-hover .gallery-image-vote-up-on:hover,
.ajax-form-disable-hover .gallery-image-vote-up-on:focus {
  background-color: #009966;
}
.gallery-image-vote-up-on:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gallery-image-vote-up-on:before {
  background-position: 0 0;
}
.gallery-image-vote-up-on:before {
  background-image: url('/static/images/icons/vote_up_fff_16.png?0482ce521de5');
}
.gallery-image-vote-up-on:before {
  width: 16px;
  height: 16px;
}
.gallery-image-vote-up-on:before {
  top: 50%;
  margin-top: -8px;
}
.gallery-image-vote-up-on:before {
  left: 15px;
}
.gallery-image-vote-down-on {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #B90000;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  float: left;
  padding-left: 41px;
  position: relative;
  text-align: left;
  margin-left: 15px;
}
.gallery-image-vote-down-on:hover,
.gallery-image-vote-down-on:focus {
  text-decoration: none;
}
.gallery-image-vote-down-on[disabled],
.gallery-image-vote-down-on.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.gallery-image-vote-down-on:hover,
.gallery-image-vote-down-on:focus {
  background-color: #D50000;
  color: #FFFFFF;
}
.gallery-image-vote-down-on:active,
.gallery-image-vote-down-on:focus:not(:hover) {
  background-color: #9D0000;
  color: #FFFFFF;
}
.gallery-image-vote-down-on[disabled]:hover,
.gallery-image-vote-down-on.disabled:hover {
  background-color: #B90000;
}
.ajax-form-disable-hover .gallery-image-vote-down-on:hover,
.ajax-form-disable-hover .gallery-image-vote-down-on:focus {
  background-color: #B90000;
}
.gallery-image-vote-down-on:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gallery-image-vote-down-on:before {
  background-position: 0 0;
}
.gallery-image-vote-down-on:before {
  background-image: url('/static/images/icons/vote_down_fff_16.png?0482ce521de5');
}
.gallery-image-vote-down-on:before {
  width: 16px;
  height: 16px;
}
.gallery-image-vote-down-on:before {
  top: 50%;
  margin-top: -8px;
}
.gallery-image-vote-down-on:before {
  left: 15px;
}
.gallery-image-vote-up-on {
  display: none;
}
.gallery-image-vote-down-on {
  display: none;
}
.gallery-image-vote-buttons[data-ajax-form-state='up-voted'] .gallery-image-vote-up-on {
  display: block;
}
.gallery-image-vote-buttons[data-ajax-form-state='up-voted'] .gallery-image-vote-up-off {
  display: none;
}
.gallery-image-vote-buttons[data-ajax-form-state='down-voted'] .gallery-image-vote-down-on {
  display: block;
}
.gallery-image-vote-buttons[data-ajax-form-state='down-voted'] .gallery-image-vote-down-off {
  display: none;
}
/* Reporting
   ========================================================================== */
.gallery-image-report-form {
  margin-top: 18px;
  display: inline-block;
  vertical-align: middle;
}
.gallery-image-report-form:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-image-report-form:first-child {
    margin-top: 0;
  }
}
.gallery-image-report {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  text-align: left;
  padding-left: 17px;
  display: block;
}
.gallery-image-report:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gallery-image-report:before {
  background-position: 0 0;
}
.gallery-image-report:before {
  background-image: url('/static/images/icons/report_12.png?0482ce521de5');
}
.gallery-image-report:before {
  width: 12px;
  height: 12px;
}
.gallery-image-report:before {
  top: 50%;
  margin-top: -6px;
}
.gallery-image-report--unreported {
  color: #999999;
}
.gallery-image-report--unreported:hover,
.gallery-image-report--unreported:focus {
  color: #999999;
}
.gallery-image-report--unreported:hover:before,
.gallery-image-report--unreported:focus:before,
.gallery-image-report--reported:before {
  background-position: 0 -12px;
}
.gallery-image-report--reported {
  color: #B90000;
}
.gallery-image-report--reported {
  display: none;
}
.gallery-image-report-form[data-ajax-form-state='reported'] .gallery-image-report--unreported {
  display: none;
}
.gallery-image-report-form[data-ajax-form-state='reported'] .gallery-image-report--reported {
  display: block;
}
/* Image
   ========================================================================== */
.gallery-slides {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gallery-image-container {
  background: #222222;
  position: relative;
}
.gallery-image-container:before,
.gallery-image-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
}
.gallery-image-container:before {
  left: 0;
}
.gallery-image-container:after {
  right: 0;
}
.gallery-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .gallery-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.gallery-slide {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.gallery--initialised .gallery-slide {
  transition: left 0.5s;
  transform: translateZ(0);
}
.gallery-touch .gallery-slide {
  transition: none;
}
.gallery-image {
  text-align: center;
  font-size: 0;
}
.gallery-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.gallery-image img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
}
.gallery-placeholder {
  display: none;
}
.gallery-placeholder:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 20%;
  background: url('/static/images/loading_fff_64.gif?0482ce521de5') no-repeat center center #333333;
}
.gallery--initialised .gallery-placeholder {
  display: block;
}
.gallery-previous {
  left: 0%;
  right: 80%;
  min-width: 63px;
}
.gallery-previous .arrow {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  left: 15px;
}
.gallery-previous .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gallery-previous .arrow:before {
  background-position: 0 0;
}
.gallery-previous .arrow:before {
  background-image: url('/static/images/icons/gallery_arrows_24.png?0482ce521de5');
}
.gallery-previous .arrow:before {
  width: 24px;
  height: 24px;
}
.gallery-previous .arrow:before {
  top: 50%;
  margin-top: -12px;
}
.gallery-previous .arrow:before {
  left: 50%;
  margin-left: -12px;
}
.gallery-next {
  left: 80%;
  right: 0;
}
.gallery-next .arrow {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  right: 15px;
}
.gallery-next .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.gallery-next .arrow:before {
  background-position: -24px 0;
}
.gallery-next .arrow:before {
  background-image: url('/static/images/icons/gallery_arrows_24.png?0482ce521de5');
}
.gallery-next .arrow:before {
  width: 24px;
  height: 24px;
}
.gallery-next .arrow:before {
  top: 50%;
  margin-top: -12px;
}
.gallery-next .arrow:before {
  left: 50%;
  margin-left: -12px;
}
.gallery-previous,
.gallery-next {
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.gallery-previous .arrow,
.gallery-next .arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
}
.gallery-previous .arrow,
.gallery-next .arrow,
.gallery-previous:focus.remove-focus .arrow,
.gallery-next:focus.remove-focus .arrow {
  background-color: rgba(0, 0, 0, 0.2);
}
.gallery-previous:hover .arrow,
.gallery-next:hover .arrow,
.gallery-previous:focus .arrow,
.gallery-next:focus .arrow,
.gallery-previous:hover.remove-focus .arrow,
.gallery-next:hover.remove-focus .arrow {
  background-color: rgba(0, 0, 0, 0.4);
}
.gallery-button--hidden {
  display: none;
}
.gallery-thumbnail-container {
  text-align: center;
  background-color: #111111;
  padding: 12px 10px;
}
.gallery-thumbnails {
  height: 48px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.gallery-thumbnails li {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  height: 48px;
  width: 48px;
  margin-left: 10px;
  background-size: cover;
  background-position: center;
}
.gallery-thumbnails li:first-child {
  margin-left: 0;
}
.gallery-thumbnails li:hover,
.gallery-thumbnails li:focus,
.gallery-thumbnails li.selected {
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: inset 0 0 0 1px white;
}
.gallery-thumbnails li img {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}
.gallery-thumbnails li .current-image-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  left: 0px;
}
.gallery-upload-rules {
  margin-top: 18px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 9px 15px;
  border-radius: 5px;
  background: #E5EDF5;
  color: #222222;
}
.gallery-upload-rules:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-upload-rules:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .gallery-upload-rules {
    margin-top: 24px;
  }
}
.gallery-upload-rules a {
  color: inherit;
  text-decoration: underline;
}
.gallery-upload-rules a:hover,
.gallery-upload-rules a:focus {
  color: inherit;
}
.gallery-upload-rules a:hover,
.gallery-upload-rules a:focus {
  text-decoration: none;
}
.gallery-upload-rules h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 18px;
}
.gallery-upload-rules h3 small,
.gallery-upload-rules h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.gallery-upload-rules h3 small,
.gallery-upload-rules h3 .small {
  font-size: 75%;
}
.gallery-upload-rules h3:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-upload-rules h3:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .gallery-upload-rules h3 {
    margin-top: 24px;
  }
}
.gallery-upload-rules h3:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-upload-rules h3:first-child {
    margin-top: 0;
  }
}
.gallery-upload-rules p + p,
.gallery-upload-rules p,
.gallery-upload-rules ul {
  margin-top: 18px;
}
.gallery-upload-rules p + p:first-child,
.gallery-upload-rules p:first-child,
.gallery-upload-rules ul:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .gallery-upload-rules p + p:first-child,
  .gallery-upload-rules p:first-child,
  .gallery-upload-rules ul:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .gallery-sidebar {
    margin-top: 0;
  }
  .gallery-image {
    padding: 20px;
  }
  .gallery-placeholder:before {
    top: 20px;
    bottom: 20px;
  }
  .gallery-previous {
    min-width: 79px;
  }
  .gallery-previous .arrow {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 32px;
    height: 32px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    left: 35px;
  }
  .gallery-previous .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .gallery-previous .arrow:before {
    background-position: 0 0;
  }
  .gallery-previous .arrow:before {
    background-image: url('/static/images/icons/gallery_arrows.png?0482ce521de5');
  }
  .gallery-previous .arrow:before {
    width: 32px;
    height: 32px;
  }
  .gallery-previous .arrow:before {
    top: 50%;
    margin-top: -16px;
  }
  .gallery-previous .arrow:before {
    left: 50%;
    margin-left: -16px;
  }
  .gallery-next .arrow {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 32px;
    height: 32px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    right: 35px;
  }
  .gallery-next .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .gallery-next .arrow:before {
    background-position: -32px 0;
  }
  .gallery-next .arrow:before {
    background-image: url('/static/images/icons/gallery_arrows.png?0482ce521de5');
  }
  .gallery-next .arrow:before {
    width: 32px;
    height: 32px;
  }
  .gallery-next .arrow:before {
    top: 50%;
    margin-top: -16px;
  }
  .gallery-next .arrow:before {
    left: 50%;
    margin-left: -16px;
  }
  .gallery-previous .arrow,
  .gallery-next .arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    position: absolute;
  }
  .gallery-thumbnail-container {
    padding: 18px 15px;
  }
  .gallery-thumbnails li {
    margin-left: 15px;
  }
  .gallery-thumbnails li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .gallery-sidebar {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .gallery-image {
    padding: 30px;
  }
  .gallery-placeholder:before {
    top: 30px;
    bottom: 30px;
  }
  .gallery-previous .arrow {
    left: 45px;
  }
  .gallery-next .arrow {
    right: 45px;
  }
}
/*
 * Last.fm modifications:
 *
 * - Remove default theme section, leaving it as close to just funcational css
 *   without deeper changes
 * - Don't remove the outline on focus
 */

/*
 * jquery.selectBoxIt.css 3.8.0
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*outline: none;*/
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
/*
.selectboxit-container .selectboxit:focus {
  outline: 0;
}
*/

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: auto;
  line-height: inherit;
}
.selectboxit .selectboxit-arrow-container,
.selectboxit-container .selectboxit-option-icon-container {
  display: none;
}
.selectboxit-text {
  text-indent: 0;
}
.selectboxit-container * {
  font: inherit;
}
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 0;
}
.selectboxit-option .selectboxit-option-anchor {
  padding: 0;
}
.selectboxit-container .selectboxit-options {
  z-index: 5000000;
}
.selectboxit-container .selectboxit {
  width: auto;
}
.selectboxit-text {
  max-width: 100% !important;
}
select.selectbox.remove-focus + .selectbox .selectboxit-btn {
  outline: none;
}
.selectbox.noscript-hide {
  display: none;
}
.selectbox.selectboxit-container.noscript-hide {
  display: inline-block;
}
.selectbox .selectboxit-btn {
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline-block;
  color: #999999;
  display: block;
  text-decoration: none;
}
.selectbox .selectboxit-btn .selectboxit-text:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.selectbox .selectboxit-btn:hover,
.selectbox .selectboxit-btn:focus {
  color: #222222;
}
.selectbox .selectboxit-btn:hover .selectboxit-text:before,
.selectbox .selectboxit-btn:focus .selectboxit-text:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.selectbox .selectboxit-text {
  position: relative;
  text-align: right;
  padding-right: 17px;
}
.selectbox .selectboxit-text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.selectbox .selectboxit-text:before {
  background-position: 0 -16px;
}
.selectbox .selectboxit-text:before {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.selectbox .selectboxit-text:before {
  width: 16px;
  height: 16px;
}
.selectbox .selectboxit-text:before {
  top: 50%;
  margin-top: -8px;
}
.selectbox .selectboxit-text:before {
  margin-top: -7px;
  margin-right: -2px;
}
.selectbox .selectboxit-text.dropdown--open:before {
  background-position: 0 0;
}
.selectbox .selectboxit-text.dropdown--open:before {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.selectbox .selectboxit-open .selectboxit-text:before {
  background-position: 0 0;
}
.selectbox .selectboxit-open .selectboxit-text:before {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.selectbox .selectboxit-options {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .selectbox .selectboxit-options {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .selectbox .selectboxit-options {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .selectbox .selectboxit-options {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .selectbox .selectboxit-options {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
.selectbox .selectboxit-option-anchor {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: inherit;
  width: 100%;
  text-align: left;
  color: #222222;
}
.selectbox .selectboxit-option-anchor:hover,
.selectbox .selectboxit-option-anchor:focus {
  color: inherit;
}
@media (min-width: 768px) {
  .selectbox .selectboxit-option-anchor {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.selectbox .selectboxit-option-anchor:hover,
.selectbox .selectboxit-option-anchor:focus {
  color: #222222;
}
@media (min-width: 768px) {
  .selectbox .selectboxit-option-anchor:hover,
  .selectbox .selectboxit-option-anchor:focus {
    background: #EBEBEB;
  }
}
@media (min-width: 768px) {
  .selectbox .selectboxit-option-anchor:hover,
  .selectbox .selectboxit-option-anchor:focus {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .selectbox .selectboxit-focus .selectboxit-option-anchor {
    background: #EBEBEB;
  }
}
.selectbox .selectboxit-selected .selectboxit-option-anchor {
  color: #B90000;
}
.selectbox .selectboxit-selected .selectboxit-option-anchor:hover,
.selectbox .selectboxit-selected .selectboxit-option-anchor:focus {
  color: #B90000;
}
.selectbox.selectbox--remove-focus .selectboxit-btn {
  color: #999999;
}
.selectbox.selectbox--remove-focus .selectboxit-btn .selectboxit-text:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.selectbox.selectbox--remove-focus .selectboxit-btn:hover,
.selectbox.selectbox--remove-focus .selectboxit-btn.selectboxit-open {
  color: #222222;
}
.selectbox.selectbox--remove-focus .selectboxit-btn:hover .selectboxit-text:before,
.selectbox.selectbox--remove-focus .selectboxit-btn.selectboxit-open .selectboxit-text:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.selectbox.selectbox--remove-option-focus .selectboxit-option-anchor {
  background: none;
}
.label {
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.08em;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 5px;
  background-color: #B90000;
  color: #FFFFFF;
}
.label:hover,
.label:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.label:empty {
  display: none;
}
.user-status-staff {
  background-color: #B90000;
}
.user-status-staff:after {
  background-color: #B90000;
}
.user-status-alum {
  background-color: #9900FF;
}
.user-status-alum:after {
  background-color: #9900FF;
}
.user-status-mod {
  background-color: #FF9900;
}
.user-status-mod:after {
  background-color: #FF9900;
}
.user-status-subscriber {
  background-color: #222222;
}
.user-status-subscriber:after {
  background-color: #222222;
}
.user-follow {
  background-color: rgba(0, 0, 0, 0.1);
  color: #999999;
}
.user-follow:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.user-follow.label:hover {
  color: #999999;
}
.user-status-dot {
  background-color: transparent;
  position: relative;
  display: inline-block;
}
.user-status-dot:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}
.content-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.content-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.content-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.content-form input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-form input[type="radio"],
.content-form input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.content-form input[type="file"] {
  display: block;
}
.content-form input[type="range"] {
  display: block;
  width: 100%;
}
.content-form select[multiple],
.content-form select[size] {
  height: auto;
}
.content-form input[type="file"]:focus,
.content-form input[type="radio"]:focus,
.content-form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.content-form output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #222222;
}
.content-form .form-control,
.content-form input[type=text],
.content-form input[type=password],
.content-form input[type=email],
.content-form input[type=url],
.content-form input[type=date],
.content-form textarea,
.content-form select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #222222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.content-form .form-control:focus,
.content-form input[type=text]:focus,
.content-form input[type=password]:focus,
.content-form input[type=email]:focus,
.content-form input[type=url]:focus,
.content-form input[type=date]:focus,
.content-form textarea:focus,
.content-form select:focus {
  border-color: #CCCCCC;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.content-form .form-control::-moz-placeholder,
.content-form input[type=text]::-moz-placeholder,
.content-form input[type=password]::-moz-placeholder,
.content-form input[type=email]::-moz-placeholder,
.content-form input[type=url]::-moz-placeholder,
.content-form input[type=date]::-moz-placeholder,
.content-form textarea::-moz-placeholder,
.content-form select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.content-form .form-control:-ms-input-placeholder,
.content-form input[type=text]:-ms-input-placeholder,
.content-form input[type=password]:-ms-input-placeholder,
.content-form input[type=email]:-ms-input-placeholder,
.content-form input[type=url]:-ms-input-placeholder,
.content-form input[type=date]:-ms-input-placeholder,
.content-form textarea:-ms-input-placeholder,
.content-form select:-ms-input-placeholder {
  color: #999999;
}
.content-form .form-control::-webkit-input-placeholder,
.content-form input[type=text]::-webkit-input-placeholder,
.content-form input[type=password]::-webkit-input-placeholder,
.content-form input[type=email]::-webkit-input-placeholder,
.content-form input[type=url]::-webkit-input-placeholder,
.content-form input[type=date]::-webkit-input-placeholder,
.content-form textarea::-webkit-input-placeholder,
.content-form select::-webkit-input-placeholder {
  color: #999999;
}
.content-form .form-control[disabled],
.content-form .form-control[readonly],
fieldset[disabled] .content-form .form-control,
.content-form input[type=text][disabled],
.content-form input[type=text][readonly],
fieldset[disabled] .content-form input[type=text],
.content-form input[type=password][disabled],
.content-form input[type=password][readonly],
fieldset[disabled] .content-form input[type=password],
.content-form input[type=email][disabled],
.content-form input[type=email][readonly],
fieldset[disabled] .content-form input[type=email],
.content-form input[type=url][disabled],
.content-form input[type=url][readonly],
fieldset[disabled] .content-form input[type=url],
.content-form input[type=date][disabled],
.content-form input[type=date][readonly],
fieldset[disabled] .content-form input[type=date],
.content-form textarea[disabled],
.content-form textarea[readonly],
fieldset[disabled] .content-form textarea,
.content-form select[disabled],
.content-form select[readonly],
fieldset[disabled] .content-form select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.content-form .form-control,
textarea.content-form input[type=text],
textarea.content-form input[type=password],
textarea.content-form input[type=email],
textarea.content-form input[type=url],
textarea.content-form input[type=date],
textarea.content-form textarea,
textarea.content-form select {
  height: auto;
}
.content-form input[type="search"] {
  -webkit-appearance: none;
}
.content-form input[type="date"],
.content-form input[type="time"],
.content-form input[type="datetime-local"],
.content-form input[type="month"] {
  line-height: 42px;
  line-height: 1.71428571 \0;
}
.content-form input[type="date"].input-sm,
.content-form input[type="time"].input-sm,
.content-form input[type="datetime-local"].input-sm,
.content-form input[type="month"].input-sm {
  line-height: 30px;
}
.content-form input[type="date"].input-lg,
.content-form input[type="time"].input-lg,
.content-form input[type="datetime-local"].input-lg,
.content-form input[type="month"].input-lg {
  line-height: 46px;
}
.content-form .form-group {
  margin-bottom: 15px;
}
.content-form .radio,
.content-form .checkbox,
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-group .form-group-controls--radio,
.content-form .form-group .form-group-controls--checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-form .radio label,
.content-form .checkbox label,
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li label,
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li label,
.content-form .form-group .form-group-controls--radio label,
.content-form .form-group .form-group-controls--checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.content-form .radio input[type="radio"],
.content-form .radio-inline input[type="radio"],
.content-form .checkbox input[type="checkbox"],
.content-form .checkbox-inline input[type="checkbox"],
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input[type="radio"],
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input[type="checkbox"],
.content-form .form-group .form-group-controls--radio input[type="radio"],
.content-form .form-group .form-group-controls--checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.content-form .radio + .radio,
.content-form .checkbox + .checkbox,
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li + .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li + .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-group .form-group-controls--radio + .form-group .form-group-controls--radio,
.content-form .form-group .form-group-controls--checkbox + .form-group .form-group-controls--checkbox {
  margin-top: -5px;
}
.content-form .radio-inline,
.content-form .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.content-form .radio-inline + .radio-inline,
.content-form .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.content-form input[type="radio"][disabled],
.content-form input[type="checkbox"][disabled],
.content-form .radio[disabled],
.content-form .radio-inline[disabled],
.content-form .checkbox[disabled],
.content-form .checkbox-inline[disabled],
fieldset[disabled] .content-form input[type="radio"],
fieldset[disabled] .content-form input[type="checkbox"],
fieldset[disabled] .content-form .radio,
fieldset[disabled] .content-form .radio-inline,
fieldset[disabled] .content-form .checkbox,
fieldset[disabled] .content-form .checkbox-inline,
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li[disabled],
fieldset[disabled] .content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li[disabled],
fieldset[disabled] .content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-group .form-group-controls--radio[disabled],
fieldset[disabled] .content-form .form-group .form-group-controls--radio,
.content-form .form-group .form-group-controls--checkbox[disabled],
fieldset[disabled] .content-form .form-group .form-group-controls--checkbox {
  cursor: not-allowed;
}
.content-form .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.content-form .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.content-form .input-sm,
select[multiple].content-form .input-sm {
  height: auto;
}
.content-form .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.content-form .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.content-form .input-lg,
select[multiple].content-form .input-lg {
  height: auto;
}
.content-form .has-feedback {
  position: relative;
}
.content-form .has-feedback .form-control,
.content-form .has-feedback input[type=text],
.content-form .has-feedback input[type=password],
.content-form .has-feedback input[type=email],
.content-form .has-feedback input[type=url],
.content-form .has-feedback input[type=date],
.content-form .has-feedback textarea,
.content-form .has-feedback select {
  padding-right: 52.5px;
}
.content-form .form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.content-form .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.content-form .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.content-form .has-success .help-block,
.content-form .has-success .control-label,
.content-form .has-success .radio,
.content-form .has-success .checkbox,
.content-form .has-success .radio-inline,
.content-form .has-success .checkbox-inline,
.content-form .has-success .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .has-success .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .has-success .form-group .form-group-controls--radio,
.content-form .has-success .form-group .form-group-controls--checkbox {
  color: #3c763d;
}
.content-form .has-success .form-control,
.content-form .has-success input[type=text],
.content-form .has-success input[type=password],
.content-form .has-success input[type=email],
.content-form .has-success input[type=url],
.content-form .has-success input[type=date],
.content-form .has-success textarea,
.content-form .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.content-form .has-success .form-control:focus,
.content-form .has-success input[type=text]:focus,
.content-form .has-success input[type=password]:focus,
.content-form .has-success input[type=email]:focus,
.content-form .has-success input[type=url]:focus,
.content-form .has-success input[type=date]:focus,
.content-form .has-success textarea:focus,
.content-form .has-success select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.content-form .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.content-form .has-success .form-control-feedback {
  color: #3c763d;
}
.content-form .has-warning .help-block,
.content-form .has-warning .control-label,
.content-form .has-warning .radio,
.content-form .has-warning .checkbox,
.content-form .has-warning .radio-inline,
.content-form .has-warning .checkbox-inline,
.content-form .has-warning .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .has-warning .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .has-warning .form-group .form-group-controls--radio,
.content-form .has-warning .form-group .form-group-controls--checkbox {
  color: #8a6d3b;
}
.content-form .has-warning .form-control,
.content-form .has-warning input[type=text],
.content-form .has-warning input[type=password],
.content-form .has-warning input[type=email],
.content-form .has-warning input[type=url],
.content-form .has-warning input[type=date],
.content-form .has-warning textarea,
.content-form .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.content-form .has-warning .form-control:focus,
.content-form .has-warning input[type=text]:focus,
.content-form .has-warning input[type=password]:focus,
.content-form .has-warning input[type=email]:focus,
.content-form .has-warning input[type=url]:focus,
.content-form .has-warning input[type=date]:focus,
.content-form .has-warning textarea:focus,
.content-form .has-warning select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.content-form .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.content-form .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.content-form .has-error .help-block,
.content-form .has-error .control-label,
.content-form .has-error .radio,
.content-form .has-error .checkbox,
.content-form .has-error .radio-inline,
.content-form .has-error .checkbox-inline,
.content-form .has-error .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .has-error .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .has-error .form-group .form-group-controls--radio,
.content-form .has-error .form-group .form-group-controls--checkbox {
  color: #B90000;
}
.content-form .has-error .form-control,
.content-form .has-error input[type=text],
.content-form .has-error input[type=password],
.content-form .has-error input[type=email],
.content-form .has-error input[type=url],
.content-form .has-error input[type=date],
.content-form .has-error textarea,
.content-form .has-error select {
  border-color: #B90000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.content-form .has-error .form-control:focus,
.content-form .has-error input[type=text]:focus,
.content-form .has-error input[type=password]:focus,
.content-form .has-error input[type=email]:focus,
.content-form .has-error input[type=url]:focus,
.content-form .has-error input[type=date]:focus,
.content-form .has-error textarea:focus,
.content-form .has-error select:focus {
  border-color: #860000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff2020;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff2020;
}
.content-form .has-error .input-group-addon {
  color: #B90000;
  border-color: #B90000;
  background-color: #f2dede;
}
.content-form .has-error .form-control-feedback {
  color: #B90000;
}
.content-form .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.content-form .form-control-static {
  margin-bottom: 0;
}
.content-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 768px) {
  .content-form .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .content-form .form-inline .form-control,
  .content-form .form-inline input[type=text],
  .content-form .form-inline input[type=password],
  .content-form .form-inline input[type=email],
  .content-form .form-inline input[type=url],
  .content-form .form-inline input[type=date],
  .content-form .form-inline textarea,
  .content-form .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .content-form .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .content-form .form-inline .input-group .input-group-addon,
  .content-form .form-inline .input-group .input-group-btn,
  .content-form .form-inline .input-group .form-control,
  .content-form .form-inline .input-group input[type=text],
  .content-form .form-inline .input-group input[type=password],
  .content-form .form-inline .input-group input[type=email],
  .content-form .form-inline .input-group input[type=url],
  .content-form .form-inline .input-group input[type=date],
  .content-form .form-inline .input-group textarea,
  .content-form .form-inline .input-group select {
    width: auto;
  }
  .content-form .form-inline .input-group > .form-control,
  .content-form .form-inline .input-group > input[type=text],
  .content-form .form-inline .input-group > input[type=password],
  .content-form .form-inline .input-group > input[type=email],
  .content-form .form-inline .input-group > input[type=url],
  .content-form .form-inline .input-group > input[type=date],
  .content-form .form-inline .input-group > textarea,
  .content-form .form-inline .input-group > select {
    width: 100%;
  }
  .content-form .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .content-form .form-inline .radio,
  .content-form .form-inline .checkbox,
  .content-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
  .content-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
  .content-form .form-inline .form-group .form-group-controls--radio,
  .content-form .form-inline .form-group .form-group-controls--checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .content-form .form-inline .radio label,
  .content-form .form-inline .checkbox label,
  .content-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li label,
  .content-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li label,
  .content-form .form-inline .form-group .form-group-controls--radio label,
  .content-form .form-inline .form-group .form-group-controls--checkbox label {
    padding-left: 0;
  }
  .content-form .form-inline .radio input[type="radio"],
  .content-form .form-inline .checkbox input[type="checkbox"],
  .content-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input[type="radio"],
  .content-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input[type="checkbox"],
  .content-form .form-inline .form-group .form-group-controls--radio input[type="radio"],
  .content-form .form-inline .form-group .form-group-controls--checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .content-form .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.content-form .form-horizontal .radio,
.content-form .form-horizontal .checkbox,
.content-form .form-horizontal .radio-inline,
.content-form .form-horizontal .checkbox-inline,
.content-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-horizontal .form-group .form-group-controls--radio,
.content-form .form-horizontal .form-group .form-group-controls--checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.content-form .form-horizontal .radio,
.content-form .form-horizontal .checkbox,
.content-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-horizontal .form-group .form-group-controls--radio,
.content-form .form-horizontal .form-group .form-group-controls--checkbox {
  min-height: 31px;
}
.content-form .form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.content-form .form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .content-form .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.content-form .form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
/* ==========================================================================
   Extending already namespaced Bootstrap form styles
   ========================================================================== */
/* ==========================================================================
   Custom form styles under namespace
   ========================================================================== */
.content-form {
  margin-top: 18px;
}
.content-form:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-form {
    margin-top: 24px;
  }
}
.content-form form {
  margin-top: 18px;
}
.content-form form:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form form:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-form form {
    margin-top: 24px;
  }
}
.content-form textarea {
  height: auto;
  resize: vertical;
}
.content-form textarea.textarea--s {
  height: 126px;
}
.content-form label {
  margin-bottom: 0;
}
.content-form fieldset {
  margin-top: 18px;
}
.content-form fieldset:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form fieldset:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-form fieldset {
    margin-top: 24px;
  }
}
.content-form legend {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  border: none;
}
.content-form legend small,
.content-form legend .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.content-form legend small,
.content-form legend .small {
  font-size: 65%;
}
.content-form legend:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form legend:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-form legend {
    margin-top: 24px;
  }
}
.content-form select[disabled] {
  background-color: #F9F9F9;
  color: #999999;
}
.content-form .control-label {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
.content-form .control-label small,
.content-form .control-label .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.content-form .control-label small,
.content-form .control-label .small {
  font-size: 75%;
}
.content-form .control-label:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .control-label:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-form .control-label {
    margin-top: 24px;
  }
}
.content-form .form-group-controls {
  margin-top: 18px;
}
.content-form .form-group-controls:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .form-group-controls:first-child {
    margin-top: 0;
  }
}
.content-form .form-group-controls:before,
.content-form .form-group-controls:after {
  content: " ";
  display: table;
}
.content-form .form-group-controls:after {
  clear: both;
}
.content-form .form-group-controls:before,
.content-form .form-group-controls:after {
  content: " ";
  display: table;
}
.content-form .form-group-controls:after {
  clear: both;
}
.content-form .checkbox input,
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input,
.content-form .form-group .form-group-controls--checkbox input {
  margin-top: 6px;
}
.content-form .form-submit *:not([type="hidden"]) + *:not([type="hidden"]) {
  margin-left: 15px;
}
.content-form .form-submit--align-right {
  text-align: right;
}
.content-form .form-image-preview {
  margin-top: 18px;
  max-width: 100%;
}
.content-form .form-image-preview:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .form-image-preview:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-form .form-image-preview {
    margin-top: 24px;
  }
}
.content-form .form-loading-indicator {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  vertical-align: baseline;
}
.content-form .form-loading-indicator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.content-form .form-loading-indicator:before {
  background-position: 0 0;
}
.content-form .form-loading-indicator:before {
  background-image: url('/static/images/loading_222_16.gif?0482ce521de5');
}
.content-form .form-loading-indicator:before {
  width: 16px;
  height: 16px;
}
.content-form .form-horizontal .control-label {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .content-form .form-horizontal .control-label {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .content-form .form-horizontal .control-label {
    float: left;
    width: 160px;
  }
}
@media (min-width: 1260px) {
  .content-form .form-horizontal .control-label {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .content-form .form-horizontal .control-label {
    float: left;
    width: 200px;
  }
}
.content-form .form-horizontal .form-group-context {
  margin-bottom: 24px;
}
.content-form .form-horizontal .form-group-controls {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) and (min-width: 768px) {
  .content-form .form-horizontal .form-group-controls {
    margin-left: 160px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .content-form .form-horizontal .form-group-controls {
    margin-left: 200px;
  }
}
@media (min-width: 768px) {
  .content-form .form-horizontal .form-group-controls {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .content-form .form-horizontal .form-group-controls {
    float: left;
    width: 400px;
  }
}
@media (min-width: 1260px) {
  .content-form .form-horizontal .form-group-controls {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .content-form .form-horizontal .form-group-controls {
    float: left;
    width: 500px;
  }
}
.content-form .form-horizontal .control-label + .form-group-controls {
  margin-left: 0;
}
.content-form .form-horizontal .form-group {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.content-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar),
.content-form .form-horizontal .form-group .checkbox,
.content-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-horizontal .form-group .form-group .form-group-controls--checkbox {
  margin-top: 18px;
}
.content-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar):first-child,
.content-form .form-horizontal .form-group .checkbox:first-child,
.content-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
.content-form .form-horizontal .form-group .form-group .form-group-controls--checkbox:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar):first-child,
  .content-form .form-horizontal .form-group .checkbox:first-child,
  .content-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
  .content-form .form-horizontal .form-group .form-group .form-group-controls--checkbox:first-child {
    margin-top: 0;
  }
}
.content-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-horizontal .form-group .checkbox,
.content-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-horizontal .form-group .form-group .form-group-controls--checkbox {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
}
.content-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li + li,
.content-form .form-horizontal .form-group .checkbox + .checkbox,
.content-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li + .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-horizontal .form-group .form-group .form-group-controls--checkbox + .form-group .form-group-controls--checkbox {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .content-form .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .content-form .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .content-form .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .content-form .form-horizontal .form-group {
    padding-top: 9px;
  }
  .content-form .form-horizontal input[type=text],
  .content-form .form-horizontal input[type=password],
  .content-form .form-horizontal input[type=email],
  .content-form .form-horizontal input[type=url],
  .content-form .form-horizontal input[type=date],
  .content-form .form-horizontal textarea,
  .content-form .form-horizontal select,
  .content-form .form-horizontal button {
    margin-top: -9px;
  }
  .content-form .form-horizontal .btn-sm,
  .content-form .form-horizontal .btn-file-label {
    margin-top: -3px;
  }
  .content-form .form-horizontal .control-label {
    padding-top: 0;
  }
  .content-form .form-horizontal .form-group-controls {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .content-form .form-horizontal .form-group-controls {
    margin-top: 0;
  }
}
.content-form .form-horizontal .form-submit {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .content-form .form-horizontal .form-submit {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .content-form .form-horizontal .form-submit {
    float: left;
    width: 400px;
  }
}
@media (min-width: 1260px) {
  .content-form .form-horizontal .form-submit {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .content-form .form-horizontal .form-submit {
    float: left;
    width: 500px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .content-form .form-horizontal .form-submit {
    margin-left: 160px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .content-form .form-horizontal .form-submit {
    margin-left: 200px;
  }
}
.content-form .form-group {
  margin-top: 18px;
  margin-bottom: 0;
}
.content-form .form-group:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .form-group:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .content-form .form-group {
    margin-top: 24px;
  }
}
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) {
  padding: 0;
  margin-bottom: 0;
}
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-group .checkbox,
.content-form .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .form-group .form-group .form-group-controls--checkbox {
  margin-top: 6px;
  min-height: 0;
  margin-bottom: 0;
}
.content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
.content-form .form-group .checkbox:first-child,
.content-form .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
.content-form .form-group .form-group .form-group-controls--checkbox:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
  .content-form .form-group .checkbox:first-child,
  .content-form .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
  .content-form .form-group .form-group .form-group-controls--checkbox:first-child {
    margin-top: 0;
  }
}
.content-form input[type=hidden]:first-child + *,
.content-form input[type=hidden]:first-child + input[type=hidden] + *,
.content-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + *,
.content-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + *,
.content-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + *,
.content-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + * {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form input[type=hidden]:first-child + *,
  .content-form input[type=hidden]:first-child + input[type=hidden] + *,
  .content-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + *,
  .content-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + *,
  .content-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + *,
  .content-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + * {
    margin-top: 0;
  }
}
.content-form .form-group-error {
  margin-top: 12px;
}
.content-form .form-group-error:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .form-group-error:first-child {
    margin-top: 0;
  }
}
.content-form .form-control,
.content-form input[type=text],
.content-form input[type=password],
.content-form input[type=email],
.content-form input[type=url],
.content-form input[type=date],
.content-form textarea,
.content-form select {
  border-width: 2px;
  box-shadow: none;
}
.content-form .form-control:focus,
.content-form input[type=text]:focus,
.content-form input[type=password]:focus,
.content-form input[type=email]:focus,
.content-form input[type=url]:focus,
.content-form input[type=date]:focus,
.content-form textarea:focus,
.content-form select:focus {
  box-shadow: none;
}
.content-form .form-control-date {
  display: inline-block;
  box-sizing: border-box;
  width: 30%;
  margin-left: 3%;
}
.content-form .form-control-date:first-child {
  margin-left: 0;
}
.content-form .has-error .form-control:focus,
.content-form .has-success .form-control:focus,
.content-form .has-warning .form-control:focus,
.content-form .has-error input[type=text]:focus,
.content-form .has-success input[type=text]:focus,
.content-form .has-warning input[type=text]:focus,
.content-form .has-error input[type=password]:focus,
.content-form .has-success input[type=password]:focus,
.content-form .has-warning input[type=password]:focus,
.content-form .has-error input[type=email]:focus,
.content-form .has-success input[type=email]:focus,
.content-form .has-warning input[type=email]:focus,
.content-form .has-error input[type=url]:focus,
.content-form .has-success input[type=url]:focus,
.content-form .has-warning input[type=url]:focus,
.content-form .has-error input[type=date]:focus,
.content-form .has-success input[type=date]:focus,
.content-form .has-warning input[type=date]:focus,
.content-form .has-error textarea:focus,
.content-form .has-success textarea:focus,
.content-form .has-warning textarea:focus,
.content-form .has-error select:focus,
.content-form .has-success select:focus,
.content-form .has-warning select:focus {
  box-shadow: none;
}
.content-form .has-error .control-label,
.content-form .has-success .control-label,
.content-form .has-warning .control-label,
.content-form .has-error .checkbox,
.content-form .has-success .checkbox,
.content-form .has-warning .checkbox,
.content-form .has-error .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .has-success .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .has-warning .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.content-form .has-error .form-group .form-group-controls--checkbox,
.content-form .has-success .form-group .form-group-controls--checkbox,
.content-form .has-warning .form-group .form-group-controls--checkbox {
  color: #222222;
}
.content-form .form-row-help-text {
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
  color: #999999;
}
.content-form .form-row-help-text:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .form-row-help-text:first-child {
    margin-top: 0;
  }
}
.content-form .avatar-upload-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.content-form .avatar-upload-form .form-group-controls {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .avatar-upload-form .form-group-controls {
    margin-top: 0;
  }
}
.content-form .image-upload-preview {
  max-width: 100%;
}
.content-form .image-remove-form {
  font-size: 12px;
  line-height: 18px;
  margin-top: 18px;
  text-align: center;
}
.content-form .form-section {
  margin-top: 48px;
}
.content-form .form-section:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form .form-section:first-child {
    margin-top: 0;
  }
}
.content-form .table .delete {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  float: right;
  margin-top: 0;
  /* Form style override */
}
.content-form .table .delete:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.content-form .table .delete:before {
  background-position: 0 0;
}
.content-form .table .delete:before {
  background-image: url('/static/images/icons/delete_222_16.png?0482ce521de5');
}
.content-form .table .delete:before {
  width: 16px;
  height: 16px;
}
.content-form .table .delete:before {
  top: 50%;
  margin-top: -8px;
}
.content-form .table .delete:before {
  left: 50%;
  margin-left: -8px;
}
.content-form .form-group .source-icon-list label {
  padding-bottom: 6px;
  display: block;
  border-bottom: 1px solid #EBEBEB;
}
.content-form .form-group .source-icon-list label input {
  margin-right: 52px;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_0] {
  position: relative;
  text-align: left;
  width: auto;
  height: auto;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  background-position: -7px -61px;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  background-image: url('/static/images/icons/player_sources.png?0482ce521de5');
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  width: 32px;
  height: 32px;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  left: 20px;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_1] {
  position: relative;
  text-align: left;
  width: auto;
  height: auto;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  background-position: -7px -12px;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  background-image: url('/static/images/icons/player_sources.png?0482ce521de5');
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  width: 32px;
  height: 32px;
}
.content-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  left: 20px;
}
.lfm-recaptcha {
  margin: 0 auto;
  width: 304px;
}
.content-form.privacy-settings-form label {
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: normal;
  padding-left: 7.5px;
}
.content-form.privacy-settings-form label:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form.privacy-settings-form label:first-child {
    margin-top: 0;
  }
}
.content-form.privacy-settings-form select {
  margin-top: 18px;
}
.content-form.privacy-settings-form select:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form.privacy-settings-form select:first-child {
    margin-top: 0;
  }
}
.content-form.privacy-settings-form .message-privacy-label {
  margin-bottom: -6px;
  padding-left: 0;
  display: block;
}
.content-form.ignore-list-form .ignore-list {
  margin-top: -6px;
}
.events-filters {
  margin-top: 18px;
  border-bottom: 1px solid #EBEBEB;
}
.events-filters:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-filters:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .events-filters {
    margin-top: 24px;
  }
}
.events-filter-location {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  text-align: left;
  padding-left: 31.5px;
}
.events-filter-location:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.events-filter-location:before {
  background-position: 0 0;
}
.events-filter-location:before {
  background-image: url('/static/images/icons/location_222_24.png?0482ce521de5');
}
.events-filter-location:before {
  width: 24px;
  height: 24px;
}
.events-filter-location:before {
  top: 50%;
  margin-top: -12px;
}
.no-js .events-filter-location {
  display: inline;
}
.js .events-filter-location {
  position: relative;
  text-align: right;
  padding-right: 17px;
}
.js .events-filter-location:before {
  background-position: 0 0;
}
.js .events-filter-location:before {
  background-image: url('/static/images/icons/location_b90000_24.png?0482ce521de5');
}
.js .events-filter-location:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.js .events-filter-location:after {
  background-position: 0 -16px;
}
.js .events-filter-location:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.js .events-filter-location:after {
  width: 16px;
  height: 16px;
}
.js .events-filter-location:after {
  top: 50%;
  margin-top: -8px;
}
.js .events-filter-location:after {
  margin-top: -7px;
  margin-right: -2px;
}
.js .events-filter-location.dropdown--open:after {
  background-position: 0 0;
}
.js .events-filter-location.dropdown--open:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.js .events-filter-location.disclose-active:after {
  background-position: 0 0;
}
.js .events-filter-location.disclose-active:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
@media (min-width: 768px) {
  .events-filter {
    display: inline-block;
  }
  * + .events-filter {
    margin-left: 15px;
  }
  .events-filter-location,
  .events-filters .date-picker-button {
    padding-top: 0;
    padding-bottom: 12px;
  }
  .events-filter-location:before,
  .events-filters .date-picker-button:before {
    top: 12px;
  }
  .js .events-filters .date-picker-button:after,
  .js .events-filters .events-filter-location:after {
    top: 12px;
  }
}
.events-filter-location-dropdown {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .events-filter-location-dropdown {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .events-filter-location-dropdown {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .events-filter-location-dropdown {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .events-filter-location-dropdown {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .events-filter-location-dropdown {
    position: absolute;
    z-index: 5000000;
  }
}
@media (min-width: 768px) {
  .events-filter-location-dropdown {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.events-filter-location-dropdown .form-group {
  margin-top: 18px;
}
.events-filter-location-dropdown .form-group:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-filter-location-dropdown .form-group:first-child {
    margin-top: 0;
  }
}
.events-filter-location-dropdown .control-label {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.events-filter-location-dropdown .form-group-controls {
  margin-top: 6px;
}
.events-filter-location-dropdown .form-group-controls:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-filter-location-dropdown .form-group-controls:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .events-filter-location-dropdown {
    min-width: 380px;
  }
}
@media (min-width: 1260px) {
  .events-filter-location-dropdown {
    min-width: 470px;
  }
}
.events-date-heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #B90000;
}
.events-list {
  margin-top: 18px;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.events-list:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-list:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .events-list {
    margin-top: 24px;
  }
}
.events-list thead,
.events-list tbody,
.events-list tr,
.events-list td {
  display: block;
}
.events-list tr {
  position: relative;
}
.events-list tr a,
.events-list tr button {
  position: relative;
  z-index: 1;
}
.events-list tr.link-block--hover .link-block-target {
  text-decoration: underline;
}
.events-list tr .link-block-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.events-list tr .events-list-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.events-list a {
  color: inherit;
}
.events-list a:hover,
.events-list a:focus {
  color: inherit;
}
.events-list .events-list-item {
  margin-top: 12px;
  position: relative;
  padding-bottom: 18px;
  padding-left: 85px;
  border-bottom: 1px solid #EBEBEB;
  min-height: 94px;
}
.events-list .events-list-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-list .events-list-item:first-child {
    margin-top: 0;
  }
}
.events-list .events-list-item-art {
  position: absolute;
  left: 0;
  top: 6px;
}
.events-list .calendar-icon {
  width: 70px;
}
.events-list .calendar-icon .calendar-icon-month {
  font-size: 12px;
  line-height: 24px;
}
.events-list .calendar-icon .calendar-icon-day {
  font-size: 36px;
  line-height: 46px;
}
.events-list .avatar {
  width: 70px;
  height: 70px;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .events-list .avatar {
    width: 60px;
    height: 60px;
  }
}
.events-list .events-list-item-event--title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.events-list .events-list-item-event--lineup {
  display: none;
}
.events-list .events-list-item-venue {
  margin-top: 6px;
}
.events-list .events-list-item-venue:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-list .events-list-item-venue:first-child {
    margin-top: 0;
  }
}
.events-list .events-list-item-venue--city,
.events-list .events-list-item-venue--country {
  display: inline-block;
}
.events-list .events-list-item-venue--city:after {
  content: ', ';
}
.events-list .attendance-badge {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  left: 43px;
  top: 49px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #009966;
}
.events-list .attendance-badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.events-list .attendance-badge:before {
  background-position: 0 0;
}
.events-list .attendance-badge:before {
  background-image: url('/static/images/icons/accept_fff_16.png?0482ce521de5');
}
.events-list .attendance-badge:before {
  width: 16px;
  height: 16px;
}
.events-list .attendance-badge:before {
  top: 50%;
  margin-top: -8px;
}
.events-list .attendance-badge:before {
  left: 50%;
  margin-left: -8px;
}
.events-list .attendance-badge--maybe {
  background-color: #FF9900;
}
.events-list .attendance-badge--maybe:before {
  background-position: 0 0;
}
.events-list .attendance-badge--maybe:before {
  background-image: url('/static/images/icons/question_fff_16.png?0482ce521de5');
}
.events-list .events-list-item-attendees {
  margin-top: 6px;
}
.events-list .events-list-item-attendees:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-list .events-list-item-attendees:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .events-list {
    /* Resets
           ========================================================================== */
    display: table;
    margin-top: 18px;
    width: 100%;
    box-shadow: inset 0 1px #EBEBEB;
    box-shadow: none;
    /* Everything else
           ========================================================================== */
  }
  .events-list thead,
  .events-list tbody {
    display: table-row-group;
  }
  .events-list tr {
    display: table-row;
  }
  .events-list td,
  .events-list th {
    display: table-cell;
  }
  .events-list:first-child {
    margin-top: 0;
  }
  .events-list th {
    color: #999999;
    font-weight: normal;
    text-align: left;
  }
  .events-list td,
  .events-list th {
    box-shadow: inset 0 -1px #EBEBEB;
    padding: 6px 10px;
  }
  .events-list tr:nth-child(even) td {
    background-color: #F9F9F9;
  }
  .events-list tr:nth-child(even) td {
    background-color: transparent;
  }
  .events-list td {
    padding-left: 0;
    padding-right: 0;
  }
  .events-list .events-list-item {
    border: none;
    padding: 0;
  }
  .events-list .events-list-item-art {
    position: static;
  }
  .events-list .events-list-item-event--lineup {
    display: block;
  }
  .events-list td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 18px;
    vertical-align: top;
  }
  .events-list td:first-child {
    padding-left: 0;
  }
  .events-list td:last-child {
    padding-right: 0;
  }
  .events-list .events-list-cover-link {
    display: none;
  }
  .events-list .events-list-item-art {
    width: 60px;
    padding-top: 18px;
  }
  .events-list .calendar-icon {
    width: 60px;
  }
  .events-list .calendar-icon .calendar-icon-month {
    font-size: 12px;
    line-height: 20px;
  }
  .events-list .calendar-icon .calendar-icon-day {
    font-size: 36px;
    line-height: 40px;
  }
  .events-list .events-list-item-event {
    width: 240px;
  }
  .events-list .events-list-item-venue {
    width: 160px;
  }
  .events-list .events-list-item-event--lineup {
    margin-top: 6px;
  }
  .events-list .events-list-item-event--lineup:first-child {
    margin-top: 0;
  }
  .events-list .events-list-item-venue--title {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 0;
    margin-bottom: -6px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
  }
  .events-list .events-list-item-venue--title small,
  .events-list .events-list-item-venue--title .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
  }
  .events-list .events-list-item-venue--title small,
  .events-list .events-list-item-venue--title .small {
    font-size: 75%;
  }
  .events-list .events-list-item-venue--title:first-child {
    margin-top: 0;
  }
  .events-list .events-list-item-venue--address {
    margin-top: 12px;
  }
  .events-list .events-list-item-venue--address:first-child {
    margin-top: 0;
  }
  .events-list .events-list-item-venue--city,
  .events-list .events-list-item-venue--country {
    display: block;
  }
  .events-list .events-list-item-venue--city:after {
    content: '';
  }
  .events-list .events-list-item-user-attendance {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 0;
  }
  .events-list .attendance-badge {
    left: -437px;
    top: 51px;
  }
  .events-list .events-list-item-attendees {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .events-list:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .events-list {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .events-list .events-list-item-event--lineup:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .events-list .events-list-item-venue--title:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .events-list .events-list-item-venue--title {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .events-list .events-list-item-venue--address:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .events-list td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .events-list .events-list-item-art {
    width: 70px;
  }
  .events-list .calendar-icon {
    width: 70px;
  }
  .events-list .calendar-icon .calendar-icon-month {
    font-size: 12px;
    line-height: 24px;
  }
  .events-list .calendar-icon .calendar-icon-day {
    font-size: 36px;
    line-height: 46px;
  }
  .events-list .events-list-item-event {
    width: 300px;
  }
  .events-list .events-list-item-venue {
    width: 200px;
  }
  .events-list .attendance-badge {
    left: -542px;
    top: 61px;
  }
}
.events-list-sidebar {
  display: block;
  margin-top: 18px;
}
.events-list-sidebar thead,
.events-list-sidebar tbody,
.events-list-sidebar tr,
.events-list-sidebar td {
  display: block;
}
.events-list-sidebar:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-list-sidebar:first-child {
    margin-top: 0;
  }
}
.events-list-sidebar .events-list-item {
  position: relative;
}
.events-list-sidebar .events-list-item a,
.events-list-sidebar .events-list-item button {
  position: relative;
  z-index: 1;
}
.events-list-sidebar .events-list-item.link-block--hover .link-block-target {
  text-decoration: underline;
}
.events-list-sidebar .events-list-item .link-block-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.events-list-sidebar .events-list-item .events-list-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.events-list-sidebar .events-list-item {
  margin-top: 18px;
  position: relative;
}
.events-list-sidebar .events-list-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-list-sidebar .events-list-item:first-child {
    margin-top: 0;
  }
}
.events-list-sidebar .events-list-item:before,
.events-list-sidebar .events-list-item:after {
  content: " ";
  display: table;
}
.events-list-sidebar .events-list-item:after {
  clear: both;
}
.events-list-sidebar .events-list-item:before,
.events-list-sidebar .events-list-item:after {
  content: " ";
  display: table;
}
.events-list-sidebar .events-list-item:after {
  clear: both;
}
.events-list-sidebar .events-list-item-event {
  margin-top: -6px;
}
.events-list-sidebar .events-list-item-event a {
  color: #222222;
}
.events-list-sidebar .events-list-item-date {
  color: #B90000;
}
.events-list-sidebar .events-list-item-venue {
  color: #999999;
}
.no-events {
  margin-top: 15px;
}
.events-sidebar h3 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.events-sidebar .events-list-sidebar + h3 {
  margin-top: 18px;
}
.events-sidebar .events-list-sidebar + h3:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .events-sidebar .events-list-sidebar + h3:first-child {
    margin-top: 0;
  }
}
.calendar-icon {
  display: block;
  width: 90px;
  background: #FFFFFF;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: #222222;
  text-align: center;
}
.calendar-icon .calendar-icon-month,
.calendar-icon .calendar-icon-day {
  display: block;
}
.calendar-icon .calendar-icon-month {
  font-size: 18px;
  line-height: 30px;
  background: #B90000;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}
.calendar-icon .calendar-icon-day {
  font-size: 42px;
  line-height: 60px;
}
@media (min-width: 768px) {
  .calendar-icon {
    width: 60px;
  }
  .calendar-icon .calendar-icon-month {
    font-size: 12px;
    line-height: 20px;
  }
  .calendar-icon .calendar-icon-day {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1260px) {
  .calendar-icon {
    width: 70px;
  }
  .calendar-icon .calendar-icon-month {
    font-size: 12px;
    line-height: 24px;
  }
  .calendar-icon .calendar-icon-day {
    font-size: 36px;
    line-height: 46px;
  }
}
.calendar-icon--outer-border {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.calendar-icon--no-border {
  box-shadow: none;
}
.calendar-icon--1-col-md {
  width: 60px;
}
.calendar-icon--1-col-md .calendar-icon-month {
  font-size: 12px;
  line-height: 20px;
}
.calendar-icon--1-col-md .calendar-icon-day {
  font-size: 36px;
  line-height: 40px;
}
.calendar-icon--1-col-lg {
  width: 70px;
}
.calendar-icon--1-col-lg .calendar-icon-month {
  font-size: 12px;
  line-height: 24px;
}
.calendar-icon--1-col-lg .calendar-icon-day {
  font-size: 36px;
  line-height: 46px;
}
.calendar-icon--mini {
  width: 32px;
}
.calendar-icon--mini .calendar-icon-month {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 9px;
  line-height: 14px;
  height: 14px;
}
.calendar-icon--mini .calendar-icon-day {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  font-weight: bold;
}
.header-info-primary .calendar-icon {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  margin-top: -84px;
}
@media (min-width: 768px) {
  .header-info-primary.header-info-primary--with-calendar {
    padding-left: 80px;
  }
  .header-info-primary .calendar-icon {
    position: absolute;
    left: 0;
    margin: 0;
    top: 12px;
  }
}
@media (min-width: 1260px) {
  .header-info-primary.header-info-primary--with-calendar {
    padding-left: 100px;
  }
}
/* ==========================================================================
   Track page
   ========================================================================== */
.header .love-button-toggle,
.library-track-metadata .love-button-toggle {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.header .love-button,
.library-track-metadata .love-button {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 36px;
  height: 36px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  width: 32px;
  height: 32px;
}
.header .love-button:before,
.library-track-metadata .love-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header .love-button:before,
.library-track-metadata .love-button:before {
  background-position: 0 0;
}
.header .love-button:before,
.library-track-metadata .love-button:before {
  background-image: url('/static/images/icons/love_24.png?0482ce521de5');
}
.header .love-button:before,
.library-track-metadata .love-button:before {
  width: 36px;
  height: 36px;
}
.header .love-button:before,
.library-track-metadata .love-button:before {
  top: 50%;
  margin-top: -18px;
}
.header .love-button:before,
.library-track-metadata .love-button:before {
  left: 50%;
  margin-left: -18px;
}
@media (min-width: 768px) {
  .header .love-button:before,
  .library-track-metadata .love-button:before {
    background-position: 0 0;
  }
  .header .love-button:before,
  .library-track-metadata .love-button:before {
    background-image: url('/static/images/icons/love_32.png?0482ce521de5');
  }
}
.header button.love-button:hover:before,
.library-track-metadata button.love-button:hover:before,
.header a.love-button:hover:before,
.library-track-metadata a.love-button:hover:before,
.header button.love-button:focus:before,
.library-track-metadata button.love-button:focus:before,
.header a.love-button:focus:before,
.library-track-metadata a.love-button:focus:before {
  background-position: 0 -36px;
}
.header button.love-button:hover:before,
.library-track-metadata button.love-button:hover:before,
.header a.love-button:hover:before,
.library-track-metadata a.love-button:hover:before,
.header button.love-button:focus:before,
.library-track-metadata button.love-button:focus:before,
.header a.love-button:focus:before,
.library-track-metadata a.love-button:focus:before {
  background-image: url('/static/images/icons/love_24.png?0482ce521de5');
}
@media (min-width: 768px) {
  .header button.love-button:hover:before,
  .library-track-metadata button.love-button:hover:before,
  .header a.love-button:hover:before,
  .library-track-metadata a.love-button:hover:before,
  .header button.love-button:focus:before,
  .library-track-metadata button.love-button:focus:before,
  .header a.love-button:focus:before,
  .library-track-metadata a.love-button:focus:before {
    background-position: 0 -36px;
  }
  .header button.love-button:hover:before,
  .library-track-metadata button.love-button:hover:before,
  .header a.love-button:hover:before,
  .library-track-metadata a.love-button:hover:before,
  .header button.love-button:focus:before,
  .library-track-metadata button.love-button:focus:before,
  .header a.love-button:focus:before,
  .library-track-metadata a.love-button:focus:before {
    background-image: url('/static/images/icons/love_32.png?0482ce521de5');
  }
}
.header .love-button--loved:before,
.library-track-metadata .love-button--loved:before {
  background-position: 0 -72px;
}
.header .love-button--loved:before,
.library-track-metadata .love-button--loved:before {
  background-image: url('/static/images/icons/love_24.png?0482ce521de5');
}
@media (min-width: 768px) {
  .header .love-button--loved:before,
  .library-track-metadata .love-button--loved:before {
    background-position: 0 -72px;
  }
  .header .love-button--loved:before,
  .library-track-metadata .love-button--loved:before {
    background-image: url('/static/images/icons/love_32.png?0482ce521de5');
  }
}
.header button.love-button--loved:hover:before,
.library-track-metadata button.love-button--loved:hover:before,
.header button.love-button--loved:focus:before,
.library-track-metadata button.love-button--loved:focus:before {
  background-position: 0 -108px;
}
.header button.love-button--loved:hover:before,
.library-track-metadata button.love-button--loved:hover:before,
.header button.love-button--loved:focus:before,
.library-track-metadata button.love-button--loved:focus:before {
  background-image: url('/static/images/icons/love_24.png?0482ce521de5');
}
@media (min-width: 768px) {
  .header button.love-button--loved:hover:before,
  .library-track-metadata button.love-button--loved:hover:before,
  .header button.love-button--loved:focus:before,
  .library-track-metadata button.love-button--loved:focus:before {
    background-position: 0 -108px;
  }
  .header button.love-button--loved:hover:before,
  .library-track-metadata button.love-button--loved:hover:before,
  .header button.love-button--loved:focus:before,
  .library-track-metadata button.love-button--loved:focus:before {
    background-image: url('/static/images/icons/love_32.png?0482ce521de5');
  }
}
.header .ajax-form-disable-hover button.love-button:hover,
.library-track-metadata .ajax-form-disable-hover button.love-button:hover,
.header .ajax-form-disable-hover button.love-button:focus,
.library-track-metadata .ajax-form-disable-hover button.love-button:focus {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 36px;
  height: 36px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  width: 32px;
  height: 32px;
}
.header .ajax-form-disable-hover button.love-button:hover:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:hover:before,
.header .ajax-form-disable-hover button.love-button:focus:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:focus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header .ajax-form-disable-hover button.love-button:hover:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:hover:before,
.header .ajax-form-disable-hover button.love-button:focus:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:focus:before {
  background-position: 0 0;
}
.header .ajax-form-disable-hover button.love-button:hover:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:hover:before,
.header .ajax-form-disable-hover button.love-button:focus:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:focus:before {
  background-image: url('/static/images/icons/love_24.png?0482ce521de5');
}
.header .ajax-form-disable-hover button.love-button:hover:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:hover:before,
.header .ajax-form-disable-hover button.love-button:focus:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:focus:before {
  width: 36px;
  height: 36px;
}
.header .ajax-form-disable-hover button.love-button:hover:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:hover:before,
.header .ajax-form-disable-hover button.love-button:focus:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:focus:before {
  top: 50%;
  margin-top: -18px;
}
.header .ajax-form-disable-hover button.love-button:hover:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:hover:before,
.header .ajax-form-disable-hover button.love-button:focus:before,
.library-track-metadata .ajax-form-disable-hover button.love-button:focus:before {
  left: 50%;
  margin-left: -18px;
}
@media (min-width: 768px) {
  .header .ajax-form-disable-hover button.love-button:hover:before,
  .library-track-metadata .ajax-form-disable-hover button.love-button:hover:before,
  .header .ajax-form-disable-hover button.love-button:focus:before,
  .library-track-metadata .ajax-form-disable-hover button.love-button:focus:before {
    background-position: 0 0;
  }
  .header .ajax-form-disable-hover button.love-button:hover:before,
  .library-track-metadata .ajax-form-disable-hover button.love-button:hover:before,
  .header .ajax-form-disable-hover button.love-button:focus:before,
  .library-track-metadata .ajax-form-disable-hover button.love-button:focus:before {
    background-image: url('/static/images/icons/love_32.png?0482ce521de5');
  }
}
.header .ajax-form-disable-hover button.love-button--loved:hover:before,
.library-track-metadata .ajax-form-disable-hover button.love-button--loved:hover:before,
.header .ajax-form-disable-hover button.love-button--loved:focus:before,
.library-track-metadata .ajax-form-disable-hover button.love-button--loved:focus:before {
  background-position: 0 -72px;
}
.header .ajax-form-disable-hover button.love-button--loved:hover:before,
.library-track-metadata .ajax-form-disable-hover button.love-button--loved:hover:before,
.header .ajax-form-disable-hover button.love-button--loved:focus:before,
.library-track-metadata .ajax-form-disable-hover button.love-button--loved:focus:before {
  background-image: url('/static/images/icons/love_24.png?0482ce521de5');
}
@media (min-width: 768px) {
  .header .ajax-form-disable-hover button.love-button--loved:hover:before,
  .library-track-metadata .ajax-form-disable-hover button.love-button--loved:hover:before,
  .header .ajax-form-disable-hover button.love-button--loved:focus:before,
  .library-track-metadata .ajax-form-disable-hover button.love-button--loved:focus:before {
    background-position: 0 -72px;
  }
  .header .ajax-form-disable-hover button.love-button--loved:hover:before,
  .library-track-metadata .ajax-form-disable-hover button.love-button--loved:hover:before,
  .header .ajax-form-disable-hover button.love-button--loved:focus:before,
  .library-track-metadata .ajax-form-disable-hover button.love-button--loved:focus:before {
    background-image: url('/static/images/icons/love_32.png?0482ce521de5');
  }
}
.header .love-button-toggle {
  position: absolute;
  top: 54px;
}
@media (min-width: 768px) {
  .header .love-button-toggle {
    top: 24px;
    left: 100%;
    right: auto;
    margin-left: 15px;
  }
}
.header--overview .love-button-toggle {
  top: 86px;
}
@media (min-width: 768px) {
  .header--overview .love-button-toggle {
    top: 24px;
  }
}
.header .love-button-toggle {
  right: 52px;
}
.library-track-metadata {
  margin-top: 18px;
  position: relative;
}
.library-track-metadata:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .library-track-metadata:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .library-track-metadata {
    margin-top: 24px;
  }
}
.library-track-metadata .love-button-toggle {
  margin-top: 18px;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .library-track-metadata .love-button-toggle {
    margin-top: 24px;
  }
}
.header-expand-image {
  display: none;
}
.header-expanded-image {
  position: absolute;
  z-index: 4999;
  margin-left: -150px;
  width: 460px;
}
@media (min-width: 768px) {
  .header-expand-image {
    display: block;
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 48px;
    height: 48px;
  }
  .header-expanded-image {
    position: absolute;
    z-index: 4999;
    margin-left: -150px;
    width: 460px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1260px) {
  .header-expanded-image {
    margin-left: -185px;
    width: 570px;
  }
  .header-expand-image {
    right: 15px;
  }
}
.event-detail {
  position: relative;
  padding-left: 39px;
}
.event-detail p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .event-detail p {
    margin-top: 0;
  }
}
.event-detail-heading-date {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.event-detail-heading-date:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.event-detail-heading-date:before {
  background-position: 0 0;
}
.event-detail-heading-date:before {
  background-image: url('/static/images/icons/calendar_ccc_24.png?0482ce521de5');
}
.event-detail-heading-date:before {
  width: 24px;
  height: 24px;
}
.event-detail-heading-date:before {
  top: 50%;
  margin-top: -12px;
}
.event-detail-heading-date:before {
  left: 50%;
  margin-left: -12px;
}
.event-detail-heading-location {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.event-detail-heading-location:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.event-detail-heading-location:before {
  background-position: 0 0;
}
.event-detail-heading-location:before {
  background-image: url('/static/images/icons/location_ccc_24.png?0482ce521de5');
}
.event-detail-heading-location:before {
  width: 24px;
  height: 24px;
}
.event-detail-heading-location:before {
  top: 50%;
  margin-top: -12px;
}
.event-detail-heading-location:before {
  left: 50%;
  margin-left: -12px;
}
.event-detail-heading-link {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.event-detail-heading-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.event-detail-heading-link:before {
  background-position: 0 0;
}
.event-detail-heading-link:before {
  background-image: url('/static/images/icons/link_ccc_24.png?0482ce521de5');
}
.event-detail-heading-link:before {
  width: 24px;
  height: 24px;
}
.event-detail-heading-link:before {
  top: 50%;
  margin-top: -12px;
}
.event-detail-heading-link:before {
  left: 50%;
  margin-left: -12px;
}
.event-detail-heading-date,
.event-detail-heading-location,
.event-detail-heading-link {
  position: absolute;
  left: 0;
  margin: 0;
}
.event-detail-address,
.event-detail-tel,
.event-detail-web {
  margin-bottom: 0;
}
.event-poster {
  position: relative;
  z-index: 1;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .event-poster {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .event-poster {
    float: left;
    width: 160px;
  }
}
@media (min-width: 1260px) {
  .event-poster {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .event-poster {
    float: left;
    width: 200px;
  }
}
.event-poster-preview {
  width: 70px;
}
.event-expand-image {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .event-poster-full-width {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .event-poster-full-width {
    float: left;
    width: 640px;
  }
}
@media (min-width: 1260px) {
  .event-poster-full-width {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .event-poster-full-width {
    float: left;
    width: 800px;
  }
}
.event-expanded-image {
  position: absolute;
  z-index: 4999;
  right: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .event-summary-with-poster {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .event-summary-with-poster:before,
  .event-summary-with-poster:after {
    content: " ";
    display: table;
  }
  .event-summary-with-poster:after {
    clear: both;
  }
  .event-summary-with-poster:before,
  .event-summary-with-poster:after {
    content: " ";
    display: table;
  }
  .event-summary-with-poster:after {
    clear: both;
  }
  .event-summary-with-poster .event-poster {
    float: right;
    margin-left: auto;
    margin-right: auto;
  }
  .event-poster-inner-wrap {
    position: relative;
  }
  .event-poster-preview {
    width: 100%;
  }
  .event-expand-image {
    opacity: 1;
  }
  .event-expand-image:before {
    top: auto;
    bottom: 10px;
    left: 10px;
    margin-left: 0;
    transform: rotate(90deg);
  }
  .event-poster-full-width {
    position: absolute;
    z-index: 4999;
  }
  .event-expanded-image {
    position: static;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .event-summary-with-poster {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .event-summary-with-poster {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .event-summary-with-poster .event-details {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .event-summary-with-poster .event-details {
    float: left;
    width: 480px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .event-summary-with-poster .event-details {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .event-summary-with-poster .event-details {
    float: left;
    width: 600px;
  }
}
@media (min-width: 1260px) {
  .event-expand-image:before {
    bottom: 15px;
    left: 15px;
  }
}
.event-detail-long-link {
  word-wrap: break-word;
}
.event-type-switcher {
  padding-left: 5px;
}
/* ==========================================================================
   Attendance buttons
   ========================================================================== */
/* Toggle functionality
   ========================================================================== */
.attendance-btn--attending.attendance-btn--turn-off {
  display: none;
}
.attendance-btn--maybe.attendance-btn--turn-off {
  display: none;
}
.attendance-control[data-ajax-form-state='attending'] .attendance-btn--attending.attendance-btn--turn-on {
  display: none;
}
.attendance-control[data-ajax-form-state='attending'] .attendance-btn--attending.attendance-btn--turn-off {
  display: block;
}
.attendance-control[data-ajax-form-state='attending'] .attendance-btn--maybe.attendance-btn--turn-on {
  display: block;
}
.attendance-control[data-ajax-form-state='attending'] .attendance-btn--maybe.attendance-btn--turn-off {
  display: none;
}
.attendance-control[data-ajax-form-state='maybe'] .attendance-btn--attending.attendance-btn--turn-on {
  display: block;
}
.attendance-control[data-ajax-form-state='maybe'] .attendance-btn--attending.attendance-btn--turn-off {
  display: none;
}
.attendance-control[data-ajax-form-state='maybe'] .attendance-btn--maybe.attendance-btn--turn-on {
  display: none;
}
.attendance-control[data-ajax-form-state='maybe'] .attendance-btn--maybe.attendance-btn--turn-off {
  display: block;
}
/* Button styling
   ========================================================================== */
.attendance-btn {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #999999;
  color: #FFFFFF;
}
.attendance-btn:hover,
.attendance-btn:focus {
  text-decoration: none;
}
.attendance-btn[disabled],
.attendance-btn.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.attendance-btn:hover,
.attendance-btn:focus {
  background-color: #ADADAD;
  color: #FFFFFF;
}
.attendance-btn:active,
.attendance-btn:focus:not(:hover) {
  background-color: #707070;
  color: #FFFFFF;
}
.attendance-btn[disabled]:hover,
.attendance-btn.disabled:hover {
  background-color: #999999;
}
.ajax-form-disable-hover .attendance-btn:hover,
.ajax-form-disable-hover .attendance-btn:focus {
  background-color: #999999;
}
.attendance-btn--turn-off {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #009966;
  color: #FFFFFF;
  position: relative;
  text-align: left;
  padding-left: 41px;
}
.attendance-btn--turn-off:hover,
.attendance-btn--turn-off:focus {
  text-decoration: none;
}
.attendance-btn--turn-off[disabled],
.attendance-btn--turn-off.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.attendance-btn--turn-off:hover,
.attendance-btn--turn-off:focus {
  background-color: #00AD7A;
  color: #FFFFFF;
}
.attendance-btn--turn-off:active,
.attendance-btn--turn-off:focus:not(:hover) {
  background-color: #00703D;
  color: #FFFFFF;
}
.attendance-btn--turn-off[disabled]:hover,
.attendance-btn--turn-off.disabled:hover {
  background-color: #009966;
}
.ajax-form-disable-hover .attendance-btn--turn-off:hover,
.ajax-form-disable-hover .attendance-btn--turn-off:focus {
  background-color: #009966;
}
.attendance-btn--turn-off:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.attendance-btn--turn-off:before {
  background-position: 15px 0;
}
.attendance-btn--turn-off:before {
  background-image: url('/static/images/icons/accept_fff_16.png?0482ce521de5');
}
.attendance-btn--turn-off:before {
  width: 31px;
  height: 16px;
}
.attendance-btn--turn-off:before {
  top: 50%;
  margin-top: -8px;
}
.attendance-btn--turn-off:hover,
.attendance-btn--turn-off:focus {
  background-color: #D50000;
}
.attendance-btn--turn-off:hover:before,
.attendance-btn--turn-off:focus:before {
  background-position: 15px 0;
}
.attendance-btn--turn-off:hover:before,
.attendance-btn--turn-off:focus:before {
  background-image: url('/static/images/icons/delete_fff_16.png?0482ce521de5');
}
.attendance-btn--turn-off.attendance-btn--disabled {
  background-color: #009966;
}
.attendance-btn--turn-off.attendance-btn--disabled:before {
  background-position: 15px 0;
}
.attendance-btn--turn-off.attendance-btn--disabled:before {
  background-image: url('/static/images/icons/accept_fff_16.png?0482ce521de5');
}
.attendance-control.ajax-form-disable-hover .attendance-btn:hover,
.attendance-control.ajax-form-disable-hover .attendance-btn:focus {
  background: #999999;
}
.attendance-control.ajax-form-disable-hover .attendance-btn--turn-off:hover,
.attendance-control.ajax-form-disable-hover .attendance-btn--turn-off:focus {
  background: #009966;
}
.attendance-control.ajax-form-disable-hover .attendance-btn--turn-off:hover:before,
.attendance-control.ajax-form-disable-hover .attendance-btn--turn-off:focus:before {
  background-position: 15px 0;
}
.attendance-control.ajax-form-disable-hover .attendance-btn--turn-off:hover:before,
.attendance-control.ajax-form-disable-hover .attendance-btn--turn-off:focus:before {
  background-image: url('/static/images/icons/accept_fff_16.png?0482ce521de5');
}
/* Layout
   ========================================================================== */
.attendance-btn {
  float: left;
}
.attendance-btn--attending {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .attendance-control {
    margin-top: 18px;
  }
}
.edit-lineup .artist-name {
  position: relative;
  text-align: left;
  padding-left: 31px;
}
.edit-lineup .artist-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.edit-lineup .artist-name:before {
  background-position: 0 0;
}
.edit-lineup .artist-name:before {
  background-image: url('/static/images/icons/accept_009966_16.png?0482ce521de5');
}
.edit-lineup .artist-name:before {
  width: 16px;
  height: 16px;
}
.edit-lineup .artist-name:before {
  top: 50%;
  margin-top: -8px;
}
.edit-lineup .unknown-artist-name {
  position: relative;
  text-align: left;
  padding-left: 31px;
}
.edit-lineup .unknown-artist-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.edit-lineup .unknown-artist-name:before {
  background-position: 0 0;
}
.edit-lineup .unknown-artist-name:before {
  background-image: url('/static/images/icons/question_ccc_16.png?0482ce521de5');
}
.edit-lineup .unknown-artist-name:before {
  width: 16px;
  height: 16px;
}
.edit-lineup .unknown-artist-name:before {
  top: 50%;
  margin-top: -8px;
}
.event-metadata {
  font-size: 12px;
  line-height: 18px;
}
.event-metadata + .event-metadata:before {
  content: '\a0\b7\a0';
  /* \b7 is a middot, \a0 is a space */
}
.event-venue-form .form-group:nth-child(-n + 2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .event-venue-form .form-group:nth-child(-n + 2) {
    margin-top: 0;
  }
}
.event-venue-form .alert-warning {
  font-size: inherit;
  line-height: inherit;
}
.event-venue-section {
  padding-bottom: 18px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .event-venue-section {
    padding-bottom: 24px;
  }
}
.feedback-message {
  font-size: 12px;
  line-height: 18px;
  background-color: #B90000;
  color: #FFFFFF;
  padding-top: 9px;
  padding-bottom: 9px;
}
.feedback-message p {
  margin: 0;
}
.feedback-message a {
  color: inherit;
  text-decoration: underline;
}
.feedback-message a:hover,
.feedback-message a:focus {
  color: inherit;
}
.feedback-message a:hover,
.feedback-message a:focus {
  text-decoration: none;
}
.feedback-message-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  background: none;
}
@media (min-width: 768px) {
  .feedback-message-inner {
    width: 980px;
  }
}
@media (min-width: 992px) {
  .feedback-message-inner {
    width: 980px;
  }
}
@media (min-width: 1260px) {
  .feedback-message-inner {
    width: 1230px;
  }
}
@media (min-width: 768px) {
  .feedback-message-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1260px) {
  .feedback-message-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.library-header {
  margin-top: 18px;
  position: relative;
  padding-left: 47px;
  min-height: 26px;
}
.library-header:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .library-header:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .library-header {
    margin-top: 24px;
  }
}
.library-header:before,
.library-header:after {
  content: " ";
  display: table;
}
.library-header:after {
  clear: both;
}
.library-header:before,
.library-header:after {
  content: " ";
  display: table;
}
.library-header:after {
  clear: both;
}
.library-header-crumb {
  margin-top: -6px;
  display: block;
}
.library-header-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.library-header-title small,
.library-header-title .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.library-header-title small,
.library-header-title .small {
  font-size: 65%;
}
.library-header-title:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .library-header-title:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .library-header-title {
    margin-top: 24px;
  }
}
.library-header .library-header-title {
  margin-top: -6px;
  margin-bottom: 0;
  font-weight: bold;
}
.library-header--sans-artist-link .library-header-title {
  margin-top: 0;
}
.library-header-crumb + .library-header-title {
  margin-top: -3px;
}
.library-header-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
}
.library-header-image--playlink {
  position: relative;
  position: absolute;
}
.library-header-image--playlink .cover-art {
  width: 100%;
}
.library-header-image--playlink .image-overlay-playlink-link {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 32px;
  height: 32px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.library-header-image--playlink .image-overlay-playlink-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.library-header-image--playlink .image-overlay-playlink-link:before {
  background-position: 0 0;
}
.library-header-image--playlink .image-overlay-playlink-link:before {
  background-image: url('/static/images/icons/play_32.png?0482ce521de5');
}
.library-header-image--playlink .image-overlay-playlink-link:before {
  width: 32px;
  height: 32px;
}
.library-header-image--playlink .image-overlay-playlink-link:before {
  top: 50%;
  margin-top: -16px;
}
.library-header-image--playlink .image-overlay-playlink-link:before {
  left: 50%;
  margin-left: -16px;
}
.library-header-image--playlink .image-overlay-playlink-link:focus:before,
.library-header-image--playlink .image-overlay-playlink-link:hover:before {
  background-position: 0 -32px;
}
.library-header-image--playlink .image-overlay-playlink-link:focus:before,
.library-header-image--playlink .image-overlay-playlink-link:hover:before {
  background-image: url('/static/images/icons/play_32.png?0482ce521de5');
}
@media (min-width: 768px) {
  .library-header {
    padding-left: 63px;
    min-height: 42px;
  }
  .library-header .library-header-title {
    margin-top: 0;
  }
  .library-header .library-header-crumb {
    margin-top: 0;
  }
  .library-header .library-header-image {
    width: 48px;
    height: 48px;
  }
  .library-header.library-header--sans-artist-link .library-header-title {
    margin-top: 9px;
  }
}
.tag-section + .wiki-section {
  margin-top: 12px;
}
.tag-section + .wiki-section:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .tag-section + .wiki-section:first-child {
    margin-top: 0;
  }
}
.wiki-style-rules {
  margin-top: 18px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 9px 15px;
  border-radius: 5px;
  background: #E5EDF5;
  color: #222222;
}
.wiki-style-rules:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wiki-style-rules:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .wiki-style-rules {
    margin-top: 24px;
  }
}
.wiki-style-rules a {
  color: inherit;
  text-decoration: underline;
}
.wiki-style-rules a:hover,
.wiki-style-rules a:focus {
  color: inherit;
}
.wiki-style-rules a:hover,
.wiki-style-rules a:focus {
  text-decoration: none;
}
.wiki-style-rules h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.wiki-style-rules h3 small,
.wiki-style-rules h3 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.wiki-style-rules h3 small,
.wiki-style-rules h3 .small {
  font-size: 75%;
}
.wiki-style-rules h3:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wiki-style-rules h3:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .wiki-style-rules h3 {
    margin-top: 24px;
  }
}
.wiki-legal {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  margin-top: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #EBEBEB;
}
.wiki-legal:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wiki-legal:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .wiki-legal {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .wiki-legal {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .wiki-legal {
    padding-bottom: 24px;
  }
}
.wiki-lock-form {
  display: inline-block;
  padding-left: 10px;
}
.wiki {
  margin-top: 12px;
}
.wiki:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wiki:first-child {
    margin-top: 0;
  }
}
.buylink-category,
.buylink-disclose {
  margin-top: 18px;
}
.buylink-category:first-child,
.buylink-disclose:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buylink-category:first-child,
  .buylink-disclose:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .buylink-category,
  .buylink-disclose {
    margin-top: 24px;
  }
}
.buylink-category {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.buylink-list {
  margin-top: 18px;
  width: 100%;
  box-shadow: inset 0 1px #EBEBEB;
  margin-top: 0;
}
@media (min-width: 768px) {
  .buylink-list {
    margin-top: 0;
  }
}
.buylink-list:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buylink-list:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .buylink-list {
    margin-top: 24px;
  }
}
.buylink-list li {
  box-shadow: inset 0 -1px #EBEBEB;
  padding: 6px 10px;
}
.buylink-list li:nth-child(even) {
  background-color: #F9F9F9;
}
.buylink-list li:nth-child(even) {
  background-color: transparent;
}
.buylink-list li {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .buylink-list {
    margin-top: 0;
  }
}
.buylink-list + .buylink-category,
.buylink-list + .buylink-disclose {
  margin-top: 18px;
}
.buylink-list + .buylink-category:first-child,
.buylink-list + .buylink-disclose:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .buylink-list + .buylink-category:first-child,
  .buylink-list + .buylink-disclose:first-child {
    margin-top: 0;
  }
}
.buylink {
  color: inherit;
  display: block;
}
.buylink:hover,
.buylink:focus {
  color: inherit;
}
.buylink-search,
.buylink-price,
.buylink-free {
  float: right;
  font-style: normal;
  margin-left: 15px;
}
.buylink-search {
  color: #999999;
}
.buylink-free {
  color: #B90000;
}
.buylink {
  position: relative;
  text-align: left;
  padding-left: 31px;
}
.buylink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.buylink:before {
  background-position: 0 0;
}
.buylink:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylink:before {
  width: 16px;
  height: 16px;
}
.buylink:before {
  top: 50%;
  margin-top: -8px;
}
.buylink.buylink--itunes {
  padding-left: 59px;
}
.buylink.buylink--itunes:before {
  width: 44px;
  height: 16px;
}
.buylink.buylink--sevendigital:before {
  background-position: -8px -8px;
}
.buylink.buylink--sevendigital:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylink.buylink--amazon_physical:before {
  background-position: -8px -40px;
}
.buylink.buylink--amazon_physical:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylink.buylink--amazon_digital:before {
  background-position: -8px -72px;
}
.buylink.buylink--amazon_digital:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylink.buylink--ebay:before {
  background-position: -8px -104px;
}
.buylink.buylink--ebay:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylink.buylink--google_play:before {
  background-position: -8px -136px;
}
.buylink.buylink--google_play:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylink.buylink--itunes:before {
  background-position: -8px -168px;
}
.buylink.buylink--itunes:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylink.buylink--juno:before {
  background-position: -8px -200px;
}
.buylink.buylink--juno:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylink.buylink--ringtone_matcher:before {
  background-position: -8px -232px;
}
.buylink.buylink--ringtone_matcher:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylink.buylink--music_manager:before {
  background-position: -8px -264px;
}
.buylink.buylink--music_manager:before {
  background-image: url('/static/images/icons/affiliates_16.png?0482ce521de5');
}
.buylinks-dropdown-menu {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 6px;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .buylinks-dropdown-menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .buylinks-dropdown-menu {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .buylinks-dropdown-menu {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .buylinks-dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .buylinks-dropdown-menu {
    position: absolute;
    z-index: 5000000;
  }
}
.buylinks-dropdown-menu .buylink-list:last-child li:last-child {
  box-shadow: none;
}
.buylinks-dropdown-menu .buylink-list li {
  padding-top: 0;
  padding-bottom: 0;
}
.buylinks-dropdown-menu .buylink {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: inherit;
  width: 100%;
  text-align: left;
  color: #222222;
}
.buylinks-dropdown-menu .buylink:hover,
.buylinks-dropdown-menu .buylink:focus {
  color: inherit;
}
@media (min-width: 768px) {
  .buylinks-dropdown-menu .buylink {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.buylinks-dropdown-menu .buylink:hover,
.buylinks-dropdown-menu .buylink:focus {
  color: #222222;
}
@media (min-width: 768px) {
  .buylinks-dropdown-menu .buylink:hover,
  .buylinks-dropdown-menu .buylink:focus {
    background: #EBEBEB;
  }
}
@media (min-width: 768px) {
  .buylinks-dropdown-menu .buylink:hover,
  .buylinks-dropdown-menu .buylink:focus {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .buylinks-dropdown-menu {
    margin-top: 12px;
    padding-top: 0;
    white-space: normal;
    text-align: left;
  }
  .buylinks-dropdown-menu li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .buylinks-dropdown-menu .buylink-category {
    margin-top: 12px;
    padding: 6px 15px;
    margin-bottom: 0;
  }
  .buylinks-dropdown-menu .buylink {
    padding-left: 46px;
  }
  .buylinks-dropdown-menu .buylink:before {
    margin-left: 15px;
  }
  .buylinks-dropdown-menu .buylink--itunes {
    padding-left: 74px;
  }
  .buylinks-dropdown-menu .buylink {
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
  }
}
.dropdown-buylinks {
  white-space: nowrap;
}
.dropdown-buylinks .dropdown-buylink-title {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #999999;
}
.dropdown-buylinks .dropdown-featured-buylink {
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  padding-left: 46px;
}
.dropdown-buylinks .dropdown-featured-buylink:hover,
.dropdown-buylinks .dropdown-featured-buylink:focus {
  text-decoration: none;
}
.dropdown-buylinks .dropdown-featured-buylink[disabled],
.dropdown-buylinks .dropdown-featured-buylink.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.dropdown-buylinks .dropdown-featured-buylink:hover,
.dropdown-buylinks .dropdown-featured-buylink:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.dropdown-buylinks .dropdown-featured-buylink:active,
.dropdown-buylinks .dropdown-featured-buylink:focus:not(:hover) {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.dropdown-buylinks .dropdown-featured-buylink[disabled]:hover,
.dropdown-buylinks .dropdown-featured-buylink.disabled:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.ajax-form-disable-hover .dropdown-buylinks .dropdown-featured-buylink:hover,
.ajax-form-disable-hover .dropdown-buylinks .dropdown-featured-buylink:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-buylinks .dropdown-featured-buylink:before {
  margin-left: 15px;
}
.dropdown-buylinks .dropdown-featured-buylink.buylink--itunes {
  padding-left: 74px;
}
.dropdown-buylinks .dropdown-featured-buylink--shopping-cart:before {
  background-position: 0 0;
}
.dropdown-buylinks .dropdown-featured-buylink--shopping-cart:before {
  background-image: url('/static/images/icons/buy_222_16.png?0482ce521de5');
}
.dropdown-buylinks .dropdown-featured-buylink--no-icon {
  padding-left: 15px;
}
.dropdown-buylinks .dropdown-featured-buylink--no-icon:before {
  display: none;
}
.dropdown-buylinks .dropdown-more-buylinks {
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  margin-left: 5px;
  position: relative;
  text-align: right;
  padding-right: 17px;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  height: 42px;
  width: 42px;
}
.dropdown-buylinks .dropdown-more-buylinks:hover,
.dropdown-buylinks .dropdown-more-buylinks:focus {
  text-decoration: none;
}
.dropdown-buylinks .dropdown-more-buylinks[disabled],
.dropdown-buylinks .dropdown-more-buylinks.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.dropdown-buylinks .dropdown-more-buylinks:hover,
.dropdown-buylinks .dropdown-more-buylinks:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.dropdown-buylinks .dropdown-more-buylinks:active,
.dropdown-buylinks .dropdown-more-buylinks:focus:not(:hover) {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
.dropdown-buylinks .dropdown-more-buylinks[disabled]:hover,
.dropdown-buylinks .dropdown-more-buylinks.disabled:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.ajax-form-disable-hover .dropdown-buylinks .dropdown-more-buylinks:hover,
.ajax-form-disable-hover .dropdown-buylinks .dropdown-more-buylinks:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-buylinks .dropdown-more-buylinks:first-child {
  margin-left: 0;
}
.dropdown-buylinks .dropdown-more-buylinks:before {
  margin-top: -7px;
  margin-right: -2px;
}
.dropdown-buylinks .dropdown-more-buylinks:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.dropdown-buylinks .dropdown-more-buylinks:before {
  background-position: 0 -16px;
}
.dropdown-buylinks .dropdown-more-buylinks:before {
  background-image: url('/static/images/icons/dropdown_arrow_fff.png?0482ce521de5');
}
.dropdown-buylinks .dropdown-more-buylinks:before {
  width: 16px;
  height: 16px;
}
.dropdown-buylinks .dropdown-more-buylinks:before {
  top: 50%;
  margin-top: -8px;
}
.dropdown-buylinks .dropdown-more-buylinks:before {
  margin-top: -7px;
  margin-right: -2px;
}
.dropdown-buylinks .dropdown-more-buylinks.dropdown--open:before {
  background-position: 0 0;
}
.dropdown-buylinks .dropdown-more-buylinks.dropdown--open:before {
  background-image: url('/static/images/icons/dropdown_arrow_fff.png?0482ce521de5');
}
.dropdown-buylinks .dropdown-more-buylinks:before {
  left: 50%;
  margin-left: -8px;
}
.dropdown-buylinks .dropdown-more-buylinks.disclose-active:before {
  background-position: 0 0;
}
.dropdown-buylinks .dropdown-more-buylinks.disclose-active:before {
  background-image: url('/static/images/icons/dropdown_arrow_fff.png?0482ce521de5');
}
.dropdown-buylinks .dropdown-more-buylinks--single {
  display: none;
}
.dropdown-buylinks--light .dropdown-buylink-title {
  color: #999999;
}
.dropdown-buylinks--light .dropdown-featured-buylink,
.dropdown-buylinks--light .dropdown-more-buylinks {
  background-color: transparent;
  color: #222222;
  box-shadow: inset 0 0 0 1px #CCCCCC;
}
.dropdown-buylinks--light .dropdown-featured-buylink:hover,
.dropdown-buylinks--light .dropdown-more-buylinks:hover,
.dropdown-buylinks--light .dropdown-featured-buylink:focus,
.dropdown-buylinks--light .dropdown-more-buylinks:focus {
  background-color: transparent;
  color: #222222;
}
.dropdown-buylinks--light .dropdown-featured-buylink:active,
.dropdown-buylinks--light .dropdown-more-buylinks:active,
.dropdown-buylinks--light .dropdown-featured-buylink:focus:not(:hover),
.dropdown-buylinks--light .dropdown-more-buylinks:focus:not(:hover) {
  background-color: transparent;
  color: #222222;
}
.dropdown-buylinks--light .dropdown-featured-buylink[disabled]:hover,
.dropdown-buylinks--light .dropdown-more-buylinks[disabled]:hover,
.dropdown-buylinks--light .dropdown-featured-buylink.disabled:hover,
.dropdown-buylinks--light .dropdown-more-buylinks.disabled:hover {
  background-color: transparent;
}
.ajax-form-disable-hover .dropdown-buylinks--light .dropdown-featured-buylink:hover,
.ajax-form-disable-hover .dropdown-buylinks--light .dropdown-more-buylinks:hover,
.ajax-form-disable-hover .dropdown-buylinks--light .dropdown-featured-buylink:focus,
.ajax-form-disable-hover .dropdown-buylinks--light .dropdown-more-buylinks:focus {
  background-color: transparent;
}
.dropdown-buylinks--light .dropdown-featured-buylink:focus,
.dropdown-buylinks--light .dropdown-more-buylinks:focus,
.dropdown-buylinks--light .dropdown-featured-buylink:hover,
.dropdown-buylinks--light .dropdown-more-buylinks:hover {
  box-shadow: inset 0 0 0 1px #999999;
}
.dropdown-buylinks--light .dropdown-more-buylinks:before {
  background-position: 0 -16px;
}
.dropdown-buylinks--light .dropdown-more-buylinks:before {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.dropdown-buylinks--light .dropdown-more-buylinks.disclose-active:before {
  background-position: 0 0;
}
.dropdown-buylinks--light .dropdown-more-buylinks.disclose-active:before {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.dropdown-buylinks--bolder .dropdown-featured-buylink,
.dropdown-buylinks--bolder .dropdown-more-buylinks {
  background-color: transparent;
  color: #009966;
  box-shadow: inset 0 0 0 1px #009966;
}
.dropdown-buylinks--bolder .dropdown-featured-buylink:hover,
.dropdown-buylinks--bolder .dropdown-more-buylinks:hover,
.dropdown-buylinks--bolder .dropdown-featured-buylink:focus,
.dropdown-buylinks--bolder .dropdown-more-buylinks:focus {
  background-color: transparent;
  color: #009966;
}
.dropdown-buylinks--bolder .dropdown-featured-buylink:active,
.dropdown-buylinks--bolder .dropdown-more-buylinks:active,
.dropdown-buylinks--bolder .dropdown-featured-buylink:focus:not(:hover),
.dropdown-buylinks--bolder .dropdown-more-buylinks:focus:not(:hover) {
  background-color: transparent;
  color: #009966;
}
.dropdown-buylinks--bolder .dropdown-featured-buylink[disabled]:hover,
.dropdown-buylinks--bolder .dropdown-more-buylinks[disabled]:hover,
.dropdown-buylinks--bolder .dropdown-featured-buylink.disabled:hover,
.dropdown-buylinks--bolder .dropdown-more-buylinks.disabled:hover {
  background-color: transparent;
}
.ajax-form-disable-hover .dropdown-buylinks--bolder .dropdown-featured-buylink:hover,
.ajax-form-disable-hover .dropdown-buylinks--bolder .dropdown-more-buylinks:hover,
.ajax-form-disable-hover .dropdown-buylinks--bolder .dropdown-featured-buylink:focus,
.ajax-form-disable-hover .dropdown-buylinks--bolder .dropdown-more-buylinks:focus {
  background-color: transparent;
}
.dropdown-buylinks--bolder .dropdown-featured-buylink:focus,
.dropdown-buylinks--bolder .dropdown-more-buylinks:focus,
.dropdown-buylinks--bolder .dropdown-featured-buylink:hover,
.dropdown-buylinks--bolder .dropdown-more-buylinks:hover {
  box-shadow: inset 0 0 0 1px #00AD7A;
}
.dropdown-buylinks--bolder .dropdown-more-buylinks:before {
  background-position: 0 -16px;
}
.dropdown-buylinks--bolder .dropdown-more-buylinks:before {
  background-image: url('/static/images/icons/dropdown_arrow_009966.png?0482ce521de5');
}
.dropdown-buylinks--bolder .dropdown-more-buylinks.disclose-active:before {
  background-position: 0 0;
}
.dropdown-buylinks--bolder .dropdown-more-buylinks.disclose-active:before {
  background-image: url('/static/images/icons/dropdown_arrow_009966.png?0482ce521de5');
}
.header-buylink-mobile {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  width: 32px;
  height: 32px;
}
.header .header-buylink-mobile {
  position: absolute;
  top: 54px;
}
@media (min-width: 768px) {
  .header .header-buylink-mobile {
    top: 24px;
    left: 100%;
    right: auto;
    margin-left: 15px;
  }
}
.header--overview .header-buylink-mobile {
  top: 86px;
}
@media (min-width: 768px) {
  .header--overview .header-buylink-mobile {
    top: 24px;
  }
}
.header .header-buylink-mobile {
  right: 52px;
}
.header .header-buylink-mobile {
  position: absolute;
  top: 54px;
}
@media (min-width: 768px) {
  .header .header-buylink-mobile {
    top: 24px;
    left: 100%;
    right: auto;
    margin-left: 15px;
  }
}
.header--overview .header-buylink-mobile {
  top: 86px;
}
@media (min-width: 768px) {
  .header--overview .header-buylink-mobile {
    top: 24px;
  }
}
.header--overview.header--track.header .header-buylink-mobile {
  right: 94px;
}
.header-buylink-mobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header-buylink-mobile:before {
  background-position: 0 0;
}
.header-buylink-mobile:before {
  background-image: url('/static/images/icons/buy_fff_24.png?0482ce521de5');
}
.header-buylink-mobile:before {
  width: 24px;
  height: 24px;
}
.header-buylink-mobile:before {
  top: 50%;
  margin-top: -12px;
}
.header-buylink-mobile:before {
  left: 50%;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .header-buylink-mobile {
    display: none;
  }
}
.header-buylink-mobile--text {
  /* override hide text styles when not required */
  font: inherit;
  text-shadow: inherit;
  color: inherit;
  vertical-align: inherit;
  height: auto;
  width: auto;
  font-size: 12px;
  line-height: 18px;
  padding-left: 5px;
  padding-right: 5px;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  margin-top: 5px;
  margin-right: 5px;
}
.header-buylink-mobile--text:before {
  display: none;
}
.header-buylink-mobile--text:hover,
.header-buylink-mobile--text:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.metadata-item--buylinks {
  padding-top: 18px;
  float: none;
  clear: left;
}
@media (min-width: 768px) {
  .metadata-item--buylinks {
    padding-top: 24px;
  }
}
.metadata-item--buylinks .dropdown-buylinks-desktop {
  display: block;
  text-align: left;
}
.metadata-item--buylinks .dropdown-buylinks-desktop .dropdown-featured-buylink {
  margin-left: 0;
}
.metadata-item--buylinks .dropdown-buylinks-desktop .buylinks-dropdown-menu {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  .metadata-item--buylinks {
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    clear: none;
  }
  .metadata-item--buylinks .dropdown-buylinks-desktop .buylinks-dropdown-menu {
    right: 0;
    left: auto;
  }
}
/* Lazy buylinks
   ========================================================================== */
.lazy-buylinks {
  display: none;
}
@media (min-width: 768px) {
  .lazy-buylinks {
    display: block;
  }
}
.lazy-buylinks-loading {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  display: block;
  margin: 6px 6px 0;
}
.lazy-buylinks-loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.lazy-buylinks-loading:before {
  background-position: 0 0;
}
.lazy-buylinks-loading:before {
  background-image: url('/static/images/loading_222_16.gif?0482ce521de5');
}
.lazy-buylinks-loading:before {
  width: 16px;
  height: 16px;
}
.lazy-buylinks-loading:before {
  top: 50%;
  margin-top: -8px;
}
.lazy-buylinks-loading:before {
  left: 50%;
  margin-left: -8px;
}
.lazy-buylinks-nodata {
  padding: 6px 15px 0;
  color: #222222;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .js-lazy-buylinks-focus-container .lazy-buylinks {
    display: none;
  }
  .enable-show-on-focus-lazy-buylinks .js-lazy-buylinks-focus-container .lazy-buylinks {
    display: block;
  }
  .js-lazy-buylinks-focus-container .lazy-buylinks {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .js-lazy-buylinks-focus-container.show-lazy-buylinks .lazy-buylinks {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 768px) {
  .chartlist--with-buylinks .lazy-buylinks {
    position: absolute;
    margin-top: -12px;
    right: 0;
  }
  .chartlist--with-buylinks .show-lazy-buylinks .chartlist-ellipsis-wrap {
    right: 50px;
  }
  .chartlist--with-buylinks.chartlist--with-album-column .show-lazy-buylinks .chartlist-name .chartlist-ellipsis-wrap {
    right: 0;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle {
    position: relative;
    text-align: right;
    padding-right: 17px;
    color: #9DA9A8;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle:after {
    margin-top: -7px;
    margin-right: -2px;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle:after {
    background-position: 0 -16px;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle:after {
    background-image: url('/static/images/icons/tracklist_dropdown_arrow.png?0482ce521de5');
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle:after {
    width: 16px;
    height: 16px;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle:after {
    top: 50%;
    margin-top: -8px;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle:after {
    margin-top: -7px;
    margin-right: -2px;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle.dropdown--open:after {
    background-position: 0 0;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle.dropdown--open:after {
    background-image: url('/static/images/icons/tracklist_dropdown_arrow.png?0482ce521de5');
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle.disclose-active:after {
    background-position: 0 0;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle.disclose-active:after {
    background-image: url('/static/images/icons/tracklist_dropdown_arrow.png?0482ce521de5');
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle:hover,
  .chartlist--with-buylinks .lazy-buylinks-toggle:focus {
    color: #222222;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle:hover:after,
  .chartlist--with-buylinks .lazy-buylinks-toggle:focus:after {
    background-position: -16px -16px;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle.disclose-active {
    color: #222222;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle.disclose-active:after {
    background-position: -16px 0;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle--with-icon {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 36px;
    height: 36px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    width: 41px;
    height: 24px;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle--with-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle--with-icon:before {
    background-position: 0 0;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle--with-icon:before {
    background-image: url('/static/images/icons/tracklist_buy.png?0482ce521de5');
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle--with-icon:before {
    width: 36px;
    height: 36px;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle--with-icon:before {
    top: 50%;
    margin-top: -18px;
  }
  .chartlist--with-buylinks .lazy-buylinks-toggle--with-icon.disclose-active:before,
  .chartlist--with-buylinks .lazy-buylinks-toggle--with-icon:hover:before,
  .chartlist--with-buylinks .lazy-buylinks-toggle--with-icon:focus:before {
    background-position: 0 -36px;
  }
  .chartlist--with-buylinks .buylinks-dropdown-menu {
    right: 0;
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .grid-items-item .lazy-buylinks {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #FFFFFF;
  }
  .grid-items-item .lazy-buylinks-toggle {
    position: relative;
    text-align: right;
    padding-right: 17px;
    font-size: 12px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #FFFFFF;
    padding: 6px 10px;
    padding-right: 27px;
    border-radius: 16px;
  }
  .grid-items-item .lazy-buylinks-toggle:after {
    margin-top: -7px;
    margin-right: -2px;
  }
  .grid-items-item .lazy-buylinks-toggle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .grid-items-item .lazy-buylinks-toggle:after {
    background-position: 0 -16px;
  }
  .grid-items-item .lazy-buylinks-toggle:after {
    background-image: url('/static/images/icons/dropdown_arrow_fff.png?0482ce521de5');
  }
  .grid-items-item .lazy-buylinks-toggle:after {
    width: 16px;
    height: 16px;
  }
  .grid-items-item .lazy-buylinks-toggle:after {
    top: 50%;
    margin-top: -8px;
  }
  .grid-items-item .lazy-buylinks-toggle:after {
    margin-top: -7px;
    margin-right: -2px;
  }
  .grid-items-item .lazy-buylinks-toggle.dropdown--open:after {
    background-position: 0 0;
  }
  .grid-items-item .lazy-buylinks-toggle.dropdown--open:after {
    background-image: url('/static/images/icons/dropdown_arrow_fff.png?0482ce521de5');
  }
  .grid-items-item .lazy-buylinks-toggle.disclose-active:after {
    background-position: 0 0;
  }
  .grid-items-item .lazy-buylinks-toggle.disclose-active:after {
    background-image: url('/static/images/icons/dropdown_arrow_fff.png?0482ce521de5');
  }
  .grid-items-item .lazy-buylinks-toggle:after {
    right: 10px;
  }
  .grid-items-item .lazy-buylinks-toggle:hover,
  .grid-items-item .lazy-buylinks-toggle:focus {
    background: rgba(0, 0, 0, 0.8);
  }
  .grid-items-item .lazy-buylinks-toggle--with-icon {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 16px;
    height: 16px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    padding-left: 26px;
    height: 32px;
  }
  .grid-items-item .lazy-buylinks-toggle--with-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .grid-items-item .lazy-buylinks-toggle--with-icon:before {
    background-position: 0 0;
  }
  .grid-items-item .lazy-buylinks-toggle--with-icon:before {
    background-image: url('/static/images/icons/buy_fff_16.png?0482ce521de5');
  }
  .grid-items-item .lazy-buylinks-toggle--with-icon:before {
    width: 16px;
    height: 16px;
  }
  .grid-items-item .lazy-buylinks-toggle--with-icon:before {
    top: 50%;
    margin-top: -8px;
  }
  .grid-items-item .lazy-buylinks-toggle--with-icon:before {
    left: 10px;
  }
  .grid-items-item .buylinks-dropdown-menu {
    margin-top: 6px;
  }
}
/* ==========================================================================
   Inbox
   ========================================================================== */
.inbox {
  /* ==========================================================================
       Definitions
       ========================================================================== */
  /* ==========================================================================
       Mobile styles
       ========================================================================== */
  /* ==========================================================================
       Common styles for desktop
       ========================================================================== */
  /* ==========================================================================
       Medium Size Desktop Styles
       ========================================================================== */
  /* ==========================================================================
       Large Size Desktop Styles
       ========================================================================== */
}
.inbox .inbox-buttons {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .inbox .inbox-buttons {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .inbox .inbox-buttons .inbox-select-all,
  .inbox .inbox-buttons .inbox-delete-button,
  .inbox .inbox-buttons .inbox-compose-button {
    display: none !important;
  }
}
.inbox .inbox-table {
  display: block;
  width: 100%;
  margin-top: 0;
}
.inbox .inbox-table thead,
.inbox .inbox-table tbody,
.inbox .inbox-table tr,
.inbox .inbox-table td {
  display: block;
}
.inbox .inbox-table tbody tr {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 62px;
  padding-bottom: 10px;
  padding-top: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .inbox .inbox-table tbody tr {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.inbox .inbox-table tr {
  box-shadow: inset 0 -1px #EBEBEB;
}
.inbox .inbox-table th {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 768px) {
  .inbox .inbox-table {
    display: table;
    margin-top: 18px;
    width: 100%;
    box-shadow: inset 0 1px #EBEBEB;
    box-shadow: none;
  }
  .inbox .inbox-table thead,
  .inbox .inbox-table tbody {
    display: table-row-group;
  }
  .inbox .inbox-table tr {
    display: table-row;
  }
  .inbox .inbox-table td,
  .inbox .inbox-table th {
    display: table-cell;
  }
  .inbox .inbox-table:first-child {
    margin-top: 0;
  }
  .inbox .inbox-table th {
    color: #999999;
    font-weight: normal;
    text-align: left;
  }
  .inbox .inbox-table td,
  .inbox .inbox-table th {
    box-shadow: inset 0 -1px #EBEBEB;
    padding: 6px 10px;
  }
  .inbox .inbox-table tr:nth-child(even) td {
    background-color: #F9F9F9;
  }
  .inbox .inbox-table tr:nth-child(even) td {
    background-color: transparent;
  }
  .inbox .inbox-table th {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  .inbox .inbox-table tr td:first-child {
    padding-left: 15px;
  }
  .inbox .inbox-table td,
  .inbox .inbox-table th {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .inbox .inbox-table th {
    color: #999999;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox .inbox-table:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox .inbox-table {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .inbox .inbox-table {
    margin-top: 0;
  }
}
.inbox thead {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.inbox td p {
  margin-bottom: 0;
  min-height: 24px;
}
@media (max-width: 767px) {
  .inbox .inbox-message-select {
    display: none !important;
  }
}
.inbox .inbox-message-sender-avatar {
  position: absolute;
  margin-left: -47px;
}
.inbox .inbox-message-sender-avatar .avatar {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .inbox .inbox-message-sender-avatar {
    position: static;
    margin-left: 0;
  }
  .inbox .inbox-message-sender-avatar .avatar {
    width: 48px;
    height: 48px;
  }
}
.inbox .inbox-message-status {
  position: absolute;
  margin-left: -47px;
  margin-top: 32px;
}
.inbox .inbox-message-status:after {
  width: 8px;
  height: 8px;
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 8px;
}
.inbox .inbox-message-info {
  margin-top: -6px;
  position: relative;
}
.inbox .inbox-message-timestamp {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #999999;
}
@media (min-width: 768px) {
  .inbox .inbox-message-timestamp {
    margin-top: 0;
  }
}
.inbox .inbox-message-preview a {
  color: inherit;
}
.inbox .inbox-message-preview a:hover,
.inbox .inbox-message-preview a:focus {
  color: inherit;
}
.inbox .inbox-message-message {
  margin-top: 0;
}
@media (min-width: 768px) {
  .inbox .inbox-message-message {
    margin-top: 0;
  }
}
.inbox .inbox-ellipsis-wrap {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.inbox .inbox-message-subject {
  font-weight: bold;
}
.inbox .inbox-message--unviewed {
  background-color: #F7FAFC;
}
.inbox .inbox-message--unviewed .inbox-message-status:after {
  background-color: #005399;
}
@media (min-width: 768px) {
  .inbox {
    /* ------------ Resets --------------- */
    margin-top: 36px;
    /* ------------ Everything Else ------------ */
    /* ======================================================================
           Sent View
           ====================================================================== */
  }
  .inbox .inbox-message-sender-avatar,
  .inbox .inbox-message-timestamp {
    position: static;
  }
  .inbox .inbox-message-timestamp {
    font-size: 14px;
  }
  .inbox .inbox-message-sender-avatar {
    margin-left: 0;
  }
  .inbox .inbox-message-status {
    margin-left: 0;
    margin-top: 0;
  }
  .inbox .inbox-buttons {
    margin-left: 0;
    margin-right: 0;
  }
  .inbox .inbox-table {
    box-shadow: inset 0 1px #EBEBEB;
  }
  .inbox .inbox-buttons {
    padding-bottom: 24px;
    padding-left: 15px;
    padding-top: 6px;
  }
  .inbox .inbox-buttons:before,
  .inbox .inbox-buttons:after {
    content: " ";
    display: table;
  }
  .inbox .inbox-buttons:after {
    clear: both;
  }
  .inbox .inbox-buttons:before,
  .inbox .inbox-buttons:after {
    content: " ";
    display: table;
  }
  .inbox .inbox-buttons:after {
    clear: both;
  }
  .inbox .inbox-buttons .inbox-select-all {
    padding-right: 10px;
  }
  .inbox .inbox-buttons .inbox-delete-button {
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background-color: #999999;
    color: #FFFFFF;
  }
  .inbox .inbox-buttons .inbox-delete-button:hover,
  .inbox .inbox-buttons .inbox-delete-button:focus {
    text-decoration: none;
  }
  .inbox .inbox-buttons .inbox-delete-button[disabled],
  .inbox .inbox-buttons .inbox-delete-button.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    color: #FFFFFF !important;
  }
  .inbox .inbox-buttons .inbox-delete-button:hover,
  .inbox .inbox-buttons .inbox-delete-button:focus {
    background-color: #ADADAD;
    color: #FFFFFF;
  }
  .inbox .inbox-buttons .inbox-delete-button:active,
  .inbox .inbox-buttons .inbox-delete-button:focus:not(:hover) {
    background-color: #707070;
    color: #FFFFFF;
  }
  .inbox .inbox-buttons .inbox-delete-button[disabled]:hover,
  .inbox .inbox-buttons .inbox-delete-button.disabled:hover {
    background-color: #999999;
  }
  .ajax-form-disable-hover .inbox .inbox-buttons .inbox-delete-button:hover,
  .ajax-form-disable-hover .inbox .inbox-buttons .inbox-delete-button:focus {
    background-color: #999999;
  }
  .inbox .inbox-buttons .inbox-compose-button {
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    background-color: #B90000;
    color: #FFFFFF;
    float: right !important;
  }
  .inbox .inbox-buttons .inbox-compose-button:hover,
  .inbox .inbox-buttons .inbox-compose-button:focus {
    text-decoration: none;
  }
  .inbox .inbox-buttons .inbox-compose-button[disabled],
  .inbox .inbox-buttons .inbox-compose-button.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    color: #FFFFFF !important;
  }
  .inbox .inbox-buttons .inbox-compose-button:hover,
  .inbox .inbox-buttons .inbox-compose-button:focus {
    background-color: #D50000;
    color: #FFFFFF;
  }
  .inbox .inbox-buttons .inbox-compose-button:active,
  .inbox .inbox-buttons .inbox-compose-button:focus:not(:hover) {
    background-color: #9D0000;
    color: #FFFFFF;
  }
  .inbox .inbox-buttons .inbox-compose-button[disabled]:hover,
  .inbox .inbox-buttons .inbox-compose-button.disabled:hover {
    background-color: #B90000;
  }
  .ajax-form-disable-hover .inbox .inbox-buttons .inbox-compose-button:hover,
  .ajax-form-disable-hover .inbox .inbox-buttons .inbox-compose-button:focus {
    background-color: #B90000;
  }
  .inbox .inbox-message-select {
    text-align: center;
    width: 40px;
  }
  .inbox .inbox-message-status {
    position: relative;
    width: 20px;
  }
  .inbox .inbox-message-status:after {
    top: 32px;
    left: 6px;
    margin-top: 0;
  }
  .inbox .inbox-message-info {
    width: 192px;
  }
  .inbox .inbox-message-timestamp {
    display: block;
  }
  .inbox .inbox-message-preview,
  .inbox .inbox-message-subject,
  .inbox .inbox-message-message {
    width: 600px;
  }
  .inbox.inbox--sent-view .inbox-message-sender-avatar {
    padding-left: 30px;
  }
}
@media (min-width: 1260px) {
  .inbox .inbox-buttons {
    padding-left: 15px;
  }
  .inbox .inbox-message-info {
    width: 272px;
  }
  .inbox .inbox-message-preview,
  .inbox .inbox-message-subject,
  .inbox .inbox-message-message {
    width: 750px;
  }
}
.inbox-notifications {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .inbox-notifications {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.inbox-notifications .inbox-notifications__item {
  position: relative;
  display: block;
  padding: 0;
}
.inbox-notifications .inbox-notifications__item:before,
.inbox-notifications .inbox-notifications__item:after {
  content: " ";
  display: table;
}
.inbox-notifications .inbox-notifications__item:after {
  clear: both;
}
.inbox-notifications .inbox-notifications__item:before,
.inbox-notifications .inbox-notifications__item:after {
  content: " ";
  display: table;
}
.inbox-notifications .inbox-notifications__item:after {
  clear: both;
}
.inbox-notifications .inbox-notifications__item-link {
  padding: 6px 10px;
  display: block;
  color: inherit;
}
.inbox-notifications .inbox-notifications__item--highlight {
  box-shadow: inset 0 -1px #EBEBEB;
  background-color: #F7FAFC;
}
.inbox-notifications .inbox-notifications__item--hover {
  box-shadow: inset 0 -1px #EBEBEB;
}
.inbox-notifications .inbox-notifications__item--hover:hover,
.inbox-notifications .inbox-notifications__item--hover:focus {
  background-color: #F9F9F9;
}
.inbox-notifications .inbox-notifications__item--highlight-hover:hover,
.inbox-notifications .inbox-notifications__item--highlight-hover:focus {
  background-color: #F0F5F9;
}
.inbox-notifications .inbox-notifications__item-timestamp {
  font-size: 12px;
  color: #999999;
}
.inbox-notifications .inbox-notifications__avatar--big-size {
  width: 32px;
  height: 32px;
}
.inbox-notifications .inbox-notifications__item-visual-summary {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .inbox-notifications .inbox-notifications__item-visual-summary {
    padding: 15px;
  }
  .inbox-notifications .inbox-notifications__item-link {
    padding: 15px;
    padding-left: 0;
  }
  .inbox-notifications .inbox-notifications__item-link:hover,
  .inbox-notifications .inbox-notifications__item-link:focus {
    text-decoration: none;
  }
  .inbox-notifications .inbox-notifications__item--highlight {
    min-height: 77px;
  }
  .inbox-notifications .inbox-notifications__item-unread-indicator:after {
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 8px;
    background-color: #005399;
    position: absolute;
    margin-left: 13px;
    margin-top: 12px;
  }
  .inbox-notifications .inbox-notifications__item-description {
    margin-top: -6px;
  }
  .inbox-notifications .inbox-notifications__item-description,
  .inbox-notifications .inbox-notifications__item-timestamp {
    margin-left: 62px;
  }
}
@media (min-width: 768px) {
  .inbox-notifications .inbox-notifications__item-link {
    min-height: 44px;
  }
  .inbox-notifications .inbox-notifications__item-description {
    margin-left: 73px;
    padding-top: 4px;
  }
  .inbox-notifications .inbox-notifications__item-timestamp {
    float: right !important;
    padding-top: 4px;
    margin-top: 2px;
  }
  .inbox-notifications .inbox-notifications__item-unread-indicator:after {
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 8px;
    background-color: #005399;
    position: absolute;
    margin-left: 15px;
    top: 19px;
  }
  .inbox-notifications .inbox-notifications__item-avatar {
    margin-left: 21px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
  }
  .inbox-notifications .inbox-notifications__item-description {
    display: inline-block;
  }
}
/* ==========================================================================
   Inbox Message View
   ========================================================================== */
.inbox-message-view {
  position: relative;
  /* ==========================================================================
       Definitions
       ========================================================================== */
  /* ==========================================================================
       Mobile styles
       ========================================================================== */
  /* ==========================================================================
       Medium Size Desktop Styles
       ========================================================================== */
  /* ==========================================================================
       Large Size Desktop Styles
       ========================================================================== */
}
.inbox-message-view .inbox-message-sender-avatar img {
  height: 60px;
  width: 60px;
}
.inbox-message-view .inbox-message-subject,
.inbox-message-view .inbox-message-timestamp {
  margin-top: 0;
}
@media (min-width: 768px) {
  .inbox-message-view .inbox-message-subject,
  .inbox-message-view .inbox-message-timestamp {
    margin-top: 0;
  }
}
.inbox-message-view .inbox-message-subject {
  font-size: inherit;
  margin-top: 0;
}
.inbox-message-view .inbox-message-sender-avatar {
  float: left;
  margin-right: 15px;
}
.inbox-message-view .inbox-message-info {
  margin-bottom: 24px;
  overflow: hidden;
}
.inbox-message-view .inbox-message-buttons {
  margin-bottom: 12px;
  margin-top: 18px;
}
.inbox-message-view .inbox-message-buttons .back-button,
.inbox-message-view .inbox-message-buttons .delete-button {
  padding-left: 21px;
}
.inbox-message-view .inbox-message-buttons .back-button {
  position: relative;
  text-align: left;
}
.inbox-message-view .inbox-message-buttons .back-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.inbox-message-view .inbox-message-buttons .back-button:before {
  background-position: 0 0;
}
.inbox-message-view .inbox-message-buttons .back-button:before {
  background-image: url('/static/images/icons/left_arrow_222_16.png?0482ce521de5');
}
.inbox-message-view .inbox-message-buttons .back-button:before {
  width: 16px;
  height: 16px;
}
.inbox-message-view .inbox-message-buttons .back-button:before {
  top: 50%;
  margin-top: -8px;
}
.inbox-message-view .inbox-message-buttons .delete-button {
  position: relative;
  text-align: left;
  margin-left: 30px;
}
.inbox-message-view .inbox-message-buttons .delete-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.inbox-message-view .inbox-message-buttons .delete-button:before {
  background-position: 0 0;
}
.inbox-message-view .inbox-message-buttons .delete-button:before {
  background-image: url('/static/images/icons/delete_222_16.png?0482ce521de5');
}
.inbox-message-view .inbox-message-buttons .delete-button:before {
  width: 16px;
  height: 16px;
}
.inbox-message-view .inbox-message-buttons .delete-button:before {
  top: 50%;
  margin-top: -8px;
}
.inbox-message-view .inbox-message-buttons form {
  display: inline-block;
}
.inbox-message-view .form-section {
  padding-top: 18px;
  border-top: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .inbox-message-view .form-section {
    padding-top: 24px;
  }
}
.inbox-message-view .form-section .inbox-message-input {
  min-height: 288px;
}
.inbox-message-view .form-section .form-group-controls {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .inbox-message-view .form-section .form-group-controls {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .form-section .form-group-controls {
    float: left;
    width: 640px;
  }
}
@media (min-width: 1260px) {
  .inbox-message-view .form-section .form-group-controls {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .inbox-message-view .form-section .form-group-controls {
    float: left;
    width: 800px;
  }
}
@media (min-width: 768px) {
  .inbox-message-view {
    /* ------------ Resets --------------- */
    /* ------------ Everything Else --------------- */
  }
  .inbox-message-view .inbox-message-sender-avatar {
    margin-right: 0;
  }
  .inbox-message-view .inbox-message {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .inbox-message-view .inbox-message-buttons {
    margin-bottom: 30px;
    margin-top: 36px;
  }
  .inbox-message-view .form-section {
    clear: left;
  }
  .inbox-message-view .form-section .inbox-message-input,
  .inbox-message-view .form-section .inbox-subject-input {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-sender-avatar {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-sender-avatar {
    float: left;
    width: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-sender-avatar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-sender-avatar {
    float: left;
    width: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-sender-avatar {
    margin-left: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-sender-avatar {
    margin-left: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-info {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-info {
    float: left;
    width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-info {
    float: left;
    width: 800px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-buttons,
  .inbox-message-view .inbox-message-preview {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-buttons,
  .inbox-message-view .inbox-message-preview {
    float: left;
    width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-buttons,
  .inbox-message-view .inbox-message-preview {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-buttons,
  .inbox-message-view .inbox-message-preview {
    float: left;
    width: 800px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-buttons,
  .inbox-message-view .inbox-message-preview {
    margin-left: 160px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-buttons,
  .inbox-message-view .inbox-message-preview {
    margin-left: 200px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-preview {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .inbox-message-view .inbox-message-preview {
    float: left;
    width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-preview {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .inbox-message-view .inbox-message-preview {
    float: left;
    width: 800px;
  }
}
@media (min-width: 1260px) {
  .inbox-message-view .inbox-message-sender-avatar img {
    height: 70px;
    width: 70px;
  }
}
/* ==========================================================================
   Inbox Message View
   ========================================================================== */
.inbox-compose-view {
  position: relative;
  /* ==========================================================================
       Mobile styles
       ========================================================================== */
  /* ==========================================================================
       Medium Size Desktop Styles
       ========================================================================== */
  /* ==========================================================================
       Large Size Desktop Styles
       ========================================================================== */
}
.inbox-compose-view .form-section .inbox-message-input {
  min-height: 288px;
}
.inbox-compose-view .form-section .form-group-controls {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .inbox-compose-view .form-section .form-group-controls {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox-compose-view .form-section .form-group-controls {
    float: left;
    width: 640px;
  }
}
@media (min-width: 1260px) {
  .inbox-compose-view .form-section .form-group-controls {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .inbox-compose-view .form-section .form-group-controls {
    float: left;
    width: 800px;
  }
}
.inbox-compose-view .form-section .form-disclaimer {
  margin-top: 18px;
  float: none;
}
.inbox-compose-view .form-section .form-disclaimer:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .inbox-compose-view .form-section .form-disclaimer:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .inbox-compose-view .form-section .form-disclaimer {
    margin-top: 24px;
  }
}
.inbox-compose-view .form-section .form-disclaimer .alert {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .inbox-compose-view .form-section .inbox-message-input,
  .inbox-compose-view .form-section .inbox-subject-input,
  .inbox-compose-view .form-section .inbox-to-input {
    width: 100%;
  }
  .inbox-compose-view .form-disclaimer {
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
    width: 100%;
    margin-left: 150px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inbox-compose-view .form-disclaimer {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .inbox-compose-view .form-disclaimer {
    float: left;
    width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .inbox-compose-view .form-disclaimer {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .inbox-compose-view .form-disclaimer {
    float: left;
    width: 800px;
  }
}
@media (min-width: 1260px) {
  .inbox-compose-view .form-disclaimer {
    margin-left: 185px;
  }
}
@media (min-width: 768px) {
  .user-list-section {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    font-size: 0;
  }
  .user-list-section .user-list-item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
  .user-list-section .user-list-item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .user-list-section {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .user-list-section {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .user-list-section .user-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .user-list-section .user-list-item {
    float: left;
    width: 320px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .user-list-section .user-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .user-list-section .user-list-item {
    float: left;
    width: 400px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .user-list-section .user-list-item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px), (min-width: 992px), (min-width: 1260px) {
  .user-list-section .user-list-item {
    float: none;
  }
}
.user-list {
  padding-left: 0;
  list-style: none;
  margin-top: 18px;
}
.user-list:before,
.user-list:after {
  content: " ";
  display: table;
}
.user-list:after {
  clear: both;
}
.user-list:before,
.user-list:after {
  content: " ";
  display: table;
}
.user-list:after {
  clear: both;
}
.user-list:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .user-list:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .user-list {
    margin-top: 24px;
  }
}
.user-list .media,
.user-list .text-container {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.user-list-item {
  padding: 0;
  margin-top: 18px;
}
.user-list-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .user-list-item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .user-list-item {
    margin-top: 24px;
  }
}
.user-list-item .avatar {
  width: 70px;
  height: 70px;
}
@media (min-width: 768px) and (max-width: 1259px) {
  .user-list-item .avatar {
    width: 60px;
    height: 60px;
  }
}
.user-list-content {
  min-height: 72px;
}
.user-list-content:before,
.user-list-content:after {
  content: " ";
  display: table;
}
.user-list-content:after {
  clear: both;
}
.user-list-content:before,
.user-list-content:after {
  content: " ";
  display: table;
}
.user-list-content:after {
  clear: both;
}
.user-list-content .img {
  float: left;
  margin-right: 15px;
}
.user-list-content .img img {
  display: block;
}
.user-list-content .username a {
  font-weight: bold;
  color: #222222;
}
.followers-header {
  margin-bottom: 36px;
}
.follower-btn {
  position: absolute;
  top: 50%;
  left: 100%;
  min-width: 150px;
  margin-top: -19px;
  margin-left: -19px;
  color: #FFFFFF;
}
.follower-btn .follower-btn-following {
  padding: 8px 0 6px 45.5px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.follower-btn .follower-btn-following:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .follower-btn .follower-btn-following {
    width: 100px;
    padding: 0;
    text-align: center;
  }
  .follower-btn .follower-btn-following:before {
    position: static;
    margin: 0 auto 6px;
    width: 48px;
    height: 48px;
  }
}
.follower-btn .follower-btn-following:before {
  background-color: #009966;
  color: #FFFFFF;
  background-image: url('/static/images/icons/accept_fff_16.png?0482ce521de5');
}
.follower-btn .follower-btn-following:before:hover,
.follower-btn .follower-btn-following:before:focus {
  background-color: #00AD7A;
  color: #FFFFFF;
}
.follower-btn .follower-btn-following:before:active,
.follower-btn .follower-btn-following:before:focus:not(:hover) {
  background-color: #00703D;
  color: #FFFFFF;
}
.follower-btn .follower-btn-following:before[disabled]:hover,
.follower-btn .follower-btn-following:before.disabled:hover {
  background-color: #009966;
}
.ajax-form-disable-hover .follower-btn .follower-btn-following:before:hover,
.ajax-form-disable-hover .follower-btn .follower-btn-following:before:focus {
  background-color: #009966;
}
@media (min-width: 768px) {
  .follower-btn .follower-btn-following:before {
    background-image: url('/static/images/icons/accept_fff_24.png?0482ce521de5');
  }
}
.follower-btn .follower-btn-following:hover,
.follower-btn .follower-btn-following:focus {
  padding: 8px 0 6px 45.5px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.follower-btn .follower-btn-following:hover:before,
.follower-btn .follower-btn-following:focus:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .follower-btn .follower-btn-following:hover,
  .follower-btn .follower-btn-following:focus {
    width: 100px;
    padding: 0;
    text-align: center;
  }
  .follower-btn .follower-btn-following:hover:before,
  .follower-btn .follower-btn-following:focus:before {
    position: static;
    margin: 0 auto 6px;
    width: 48px;
    height: 48px;
  }
}
.follower-btn .follower-btn-following:hover:before,
.follower-btn .follower-btn-following:focus:before {
  background-color: #B90000;
  color: #FFFFFF;
}
.follower-btn .follower-btn-following:hover:before:hover,
.follower-btn .follower-btn-following:focus:before:hover,
.follower-btn .follower-btn-following:hover:before:focus,
.follower-btn .follower-btn-following:focus:before:focus {
  background-color: #D50000;
  color: #FFFFFF;
}
.follower-btn .follower-btn-following:hover:before:active,
.follower-btn .follower-btn-following:focus:before:active,
.follower-btn .follower-btn-following:hover:before:focus:not(:hover),
.follower-btn .follower-btn-following:focus:before:focus:not(:hover) {
  background-color: #9D0000;
  color: #FFFFFF;
}
.follower-btn .follower-btn-following:hover:before[disabled]:hover,
.follower-btn .follower-btn-following:focus:before[disabled]:hover,
.follower-btn .follower-btn-following:hover:before.disabled:hover,
.follower-btn .follower-btn-following:focus:before.disabled:hover {
  background-color: #B90000;
}
.ajax-form-disable-hover .follower-btn .follower-btn-following:hover:before:hover,
.ajax-form-disable-hover .follower-btn .follower-btn-following:focus:before:hover,
.ajax-form-disable-hover .follower-btn .follower-btn-following:hover:before:focus,
.ajax-form-disable-hover .follower-btn .follower-btn-following:focus:before:focus {
  background-color: #B90000;
}
.follower-btn .follower-btn-following:hover:hover:before,
.follower-btn .follower-btn-following:focus:hover:before,
.follower-btn .follower-btn-following:hover:focus:before,
.follower-btn .follower-btn-following:focus:focus:before {
  background-color: #D50000;
}
.follower-btn .follower-btn-following:hover:active:before,
.follower-btn .follower-btn-following:focus:active:before {
  background-color: #9D0000;
}
.follower-btn .follower-btn-following:hover:before,
.follower-btn .follower-btn-following:focus:before {
  background-image: url('/static/images/icons/delete_fff_16.png?0482ce521de5');
}
@media (min-width: 768px) {
  .follower-btn .follower-btn-following:hover:before,
  .follower-btn .follower-btn-following:focus:before {
    background-image: url('/static/images/icons/delete_fff_24.png?0482ce521de5');
  }
}
.follower-btn .follower-btn-following:hover .btn-following-text--alt,
.follower-btn .follower-btn-following:focus .btn-following-text--alt {
  display: inline-block;
}
.follower-btn .follower-btn-following:hover .btn-following-text--default,
.follower-btn .follower-btn-following:focus .btn-following-text--default {
  display: none;
}
.follower-btn .btn-following-text--alt {
  display: none;
}
.follower-btn .follower-btn-unfollow {
  display: none;
}
.follower-btn .follower-btn-add-follower {
  padding: 8px 0 6px 45.5px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.follower-btn .follower-btn-add-follower:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .follower-btn .follower-btn-add-follower {
    width: 100px;
    padding: 0;
    text-align: center;
  }
  .follower-btn .follower-btn-add-follower:before {
    position: static;
    margin: 0 auto 6px;
    width: 48px;
    height: 48px;
  }
}
.follower-btn .follower-btn-add-follower:before {
  background-color: #B90000;
  color: #FFFFFF;
}
.follower-btn .follower-btn-add-follower:before:hover,
.follower-btn .follower-btn-add-follower:before:focus {
  background-color: #D50000;
  color: #FFFFFF;
}
.follower-btn .follower-btn-add-follower:before:active,
.follower-btn .follower-btn-add-follower:before:focus:not(:hover) {
  background-color: #9D0000;
  color: #FFFFFF;
}
.follower-btn .follower-btn-add-follower:before[disabled]:hover,
.follower-btn .follower-btn-add-follower:before.disabled:hover {
  background-color: #B90000;
}
.ajax-form-disable-hover .follower-btn .follower-btn-add-follower:before:hover,
.ajax-form-disable-hover .follower-btn .follower-btn-add-follower:before:focus {
  background-color: #B90000;
}
.follower-btn .follower-btn-add-follower:hover:before,
.follower-btn .follower-btn-add-follower:focus:before {
  background-color: #D50000;
}
.follower-btn .follower-btn-add-follower:active:before {
  background-color: #9D0000;
}
.follower-btn .follower-btn-add-follower:before {
  background-image: url('/static/images/icons/add_fff_16.png?0482ce521de5');
}
@media (min-width: 768px) {
  .follower-btn .follower-btn-add-follower:before {
    background-image: url('/static/images/icons/add_fff_24.png?0482ce521de5');
  }
}
.follower-btn[data-ajax-form-state='following'] .follower-btn-unfollow {
  display: block;
}
.follower-btn[data-ajax-form-state='following'] .follower-btn-follow {
  display: none;
}
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus {
  padding: 8px 0 6px 45.5px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .follower-btn.ajax-form-disable-hover .follower-btn-following:hover,
  .follower-btn.ajax-form-disable-hover .follower-btn-following:focus {
    width: 100px;
    padding: 0;
    text-align: center;
  }
  .follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before,
  .follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before {
    position: static;
    margin: 0 auto 6px;
    width: 48px;
    height: 48px;
  }
}
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before {
  background-color: #009966;
  color: #FFFFFF;
  background-image: url('/static/images/icons/accept_fff_16.png?0482ce521de5');
}
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before:hover,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before:hover,
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before:focus,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before:focus {
  background-color: #00AD7A;
  color: #FFFFFF;
}
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before:active,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before:active,
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before:focus:not(:hover),
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before:focus:not(:hover) {
  background-color: #00703D;
  color: #FFFFFF;
}
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before[disabled]:hover,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before[disabled]:hover,
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before.disabled:hover,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before.disabled:hover {
  background-color: #009966;
}
.ajax-form-disable-hover .follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before:hover,
.ajax-form-disable-hover .follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before:hover,
.ajax-form-disable-hover .follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before:focus,
.ajax-form-disable-hover .follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before:focus {
  background-color: #009966;
}
@media (min-width: 768px) {
  .follower-btn.ajax-form-disable-hover .follower-btn-following:hover:before,
  .follower-btn.ajax-form-disable-hover .follower-btn-following:focus:before {
    background-image: url('/static/images/icons/accept_fff_24.png?0482ce521de5');
  }
}
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover .btn-following-text--alt,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus .btn-following-text--alt {
  display: none;
}
.follower-btn.ajax-form-disable-hover .follower-btn-following:hover .btn-following-text--default,
.follower-btn.ajax-form-disable-hover .follower-btn-following:focus .btn-following-text--default {
  display: inline-block;
}
.follower-btn.ajax-form-disable-hover .follower-btn-add-follower:hover:before,
.follower-btn.ajax-form-disable-hover .follower-btn-add-follower:focus:before {
  background-color: #B90000;
}
@media (min-width: 768px) {
  .follower-btn {
    min-width: 0;
    width: 100px;
    top: 100%;
    left: 100%;
    margin-top: -48px;
    margin-left: -84px;
    color: #222222;
  }
}
@media (min-width: 1260px) {
  .header--with-avatar .follower-btn {
    margin-left: -89px;
  }
}
.homefeed .content-top .secondary-nav-item--artists .secondary-nav-item-link:hover:after,
.homefeed .content-top .secondary-nav-item--artists .secondary-nav-item-link:focus:after {
  background-color: #FF9900;
}
.homefeed .content-top .secondary-nav-item--albums .secondary-nav-item-link:hover:after,
.homefeed .content-top .secondary-nav-item--albums .secondary-nav-item-link:focus:after {
  background-color: #009966;
}
.homefeed .content-top .secondary-nav-item--tracks .secondary-nav-item-link:hover:after,
.homefeed .content-top .secondary-nav-item--tracks .secondary-nav-item-link:focus:after {
  background-color: #0066FF;
}
.homefeed .content-top .secondary-nav-item--events .secondary-nav-item-link:hover:after,
.homefeed .content-top .secondary-nav-item--events .secondary-nav-item-link:focus:after {
  background-color: #9900FF;
}
.homefeed--artists .content-top .secondary-nav-item-link--active:after {
  background-color: #FF9900;
}
.homefeed--albums .content-top .secondary-nav-item-link--active:after {
  background-color: #009966;
}
.homefeed--tracks .content-top .secondary-nav-item-link--active:after {
  background-color: #0066FF;
}
.homefeed--events .content-top .secondary-nav-item-link--active:after {
  background-color: #9900FF;
}
.recs-feed {
  margin-top: 0;
  margin-top: 18px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .recs-feed {
    margin-top: 0;
  }
}
.recs-feed:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .recs-feed:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .recs-feed {
    margin-top: 24px;
  }
}
.recs-feed .recs-feed-item {
  margin-top: 12px;
  padding: 15px;
  background: #F9F9F9;
  box-shadow: 0 1px #EBEBEB, 0 -1px #EBEBEB;
}
.recs-feed .recs-feed-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .recs-feed .recs-feed-item:first-child {
    margin-top: 0;
  }
}
.recs-feed .recs-feed-item--native-ad {
  background: none;
  height: 100px;
}
.recs-feed .recs-feed-inner-wrap {
  position: relative;
  display: inline-block;
  padding-left: 85px;
}
.recs-feed .recs-feed-avatar {
  float: left;
  margin-left: -85px;
  width: 70px;
}
.recs-feed .recs-feed-avatar {
  position: relative;
  text-align: left;
}
.recs-feed .recs-feed-avatar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.recs-feed .recs-feed-avatar:after {
  background-position: 0 0;
}
.recs-feed .recs-feed-avatar:after {
  background-image: url('/static/images/icons/rec_types_16.png?0482ce521de5');
}
.recs-feed .recs-feed-avatar:after {
  width: 32px;
  height: 32px;
}
.recs-feed .recs-feed-avatar:after {
  border-radius: 50%;
  top: auto;
  left: auto;
}
.recs-feed .recs-feed-avatar:after {
  bottom: -5px;
  right: -5px;
}
.recs-feed .recs-feed-item--artist .recs-feed-avatar .layout-image-image,
.recs-feed .recs-feed-item--event:not(.recs-feed-item--has-poster) .recs-feed-avatar .layout-image-image {
  border-radius: 50%;
}
.recs-feed .recs-feed-item--artist .recs-feed-avatar:after {
  background-position: 0 -32px;
}
.recs-feed .recs-feed-item--artist .recs-feed-avatar:after {
  background-color: #FF9900;
}
.recs-feed .recs-feed-item--album .recs-feed-avatar:after {
  background-position: 0 -64px;
}
.recs-feed .recs-feed-item--album .recs-feed-avatar:after {
  background-color: #009966;
}
.recs-feed .recs-feed-item--track .recs-feed-avatar:after {
  background-position: 0 -96px;
}
.recs-feed .recs-feed-item--track .recs-feed-avatar:after {
  background-color: #0066FF;
}
.recs-feed .recs-feed-item--event .recs-feed-avatar:after {
  background-position: 0 -128px;
}
.recs-feed .recs-feed-item--event .recs-feed-avatar:after {
  background-color: #9900FF;
}
.recs-feed .recs-feed-cover-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 70px;
  height: 100%;
}
.recs-feed .recs-feed-cover-image {
  display: none;
}
.recs-feed .recs-feed-title {
  margin: 0;
  margin-top: -6px;
}
.recs-feed .recs-feed-title a {
  color: inherit;
}
.recs-feed .recs-feed-title a:hover,
.recs-feed .recs-feed-title a:focus {
  color: inherit;
}
.recs-feed .link-block--hover .recs-feed-title {
  text-decoration: underline;
}
.recs-feed .recs-feed-description {
  margin-top: 0;
}
@media (min-width: 768px) {
  .recs-feed .recs-feed-description {
    margin-top: 0;
  }
}
.recs-feed .recs-feed-description a {
  color: inherit;
}
.recs-feed .recs-feed-description a:hover,
.recs-feed .recs-feed-description a:focus {
  color: inherit;
}
.recs-feed .recs-feed-event-description {
  margin-top: 6px;
}
.recs-feed .recs-feed-event-description:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .recs-feed .recs-feed-event-description:first-child {
    margin-top: 0;
  }
}
.recs-feed .calendar-icon {
  width: 32px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.recs-feed .calendar-icon .calendar-icon-month {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 9px;
  line-height: 14px;
  height: 14px;
}
.recs-feed .calendar-icon .calendar-icon-day {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
  font-weight: bold;
}
.recs-feed .recs-feed-event-location-name,
.recs-feed .recs-feed-event-location-city {
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .recs-feed .recs-feed-event-location-name,
  .recs-feed .recs-feed-event-location-city {
    margin-top: 0;
  }
}
.recs-feed .recs-feed-title-duration {
  font-weight: normal;
}
.recs-feed .recs-feed-playlink {
  display: none;
}
.recs-feed .context {
  margin-top: 12px;
  color: #666666;
}
.recs-feed .context:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .recs-feed .context:first-child {
    margin-top: 0;
  }
}
.recs-feed .context-love-icon {
  position: relative;
  text-align: left;
  display: inline-block;
  width: 12px;
  height: 18px;
  vertical-align: bottom;
  margin-right: 4px;
}
.recs-feed .context-love-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.recs-feed .context-love-icon:before {
  background-position: 0 0;
}
.recs-feed .context-love-icon:before {
  background-image: url('/static/images/icons/love_12.png?0482ce521de5');
}
.recs-feed .context-love-icon:before {
  width: 12px;
  height: 12px;
}
.recs-feed .context-love-icon:before {
  top: 50%;
  margin-top: -6px;
}
@media (min-width: 768px) {
  .recs-feed {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .recs-feed .recs-feed-mobile-ad {
    display: none;
  }
  .recs-feed .recs-feed-item {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    box-shadow: none;
  }
  .recs-feed .recs-feed-item:first-child {
    margin-top: 0;
  }
  .recs-feed .recs-feed-item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .recs-feed .recs-feed-item:hover .recs-feed-playlink,
  .recs-feed .recs-feed-item:focus .recs-feed-playlink {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .recs-feed .recs-feed-item .recs-feed-playlink {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .recs-feed .recs-feed-item .recs-feed-playlink:hover,
  .recs-feed .recs-feed-item .recs-feed-playlink:focus {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .recs-feed .recs-feed-item--native-ad {
    background: none;
    height: 145px;
  }
  .recs-feed .recs-feed-item-clear {
    clear: left;
  }
  .recs-feed .recs-feed-inner-wrap {
    width: 100%;
    padding: 0;
    z-index: 1;
  }
  .recs-feed .recs-feed-cover-image-wrap {
    position: relative;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
  }
  .recs-feed .recs-feed-cover-image-wrap a,
  .recs-feed .recs-feed-cover-image-wrap button {
    position: relative;
    z-index: 1;
  }
  .recs-feed .recs-feed-cover-image-wrap.link-block--hover .link-block-target {
    text-decoration: underline;
  }
  .recs-feed .recs-feed-cover-image-wrap .link-block-cover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .recs-feed .recs-feed-cover-image-wrap a {
    color: inherit;
  }
  .recs-feed .recs-feed-cover-image-wrap a:hover,
  .recs-feed .recs-feed-cover-image-wrap a:focus {
    color: inherit;
  }
  .recs-feed .recs-feed-cover-image-wrap:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.7) 100%);
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .recs-feed .recs-feed-cover-image-wrap .recs-feed-cover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .recs-feed .recs-feed-cover-image-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
  }
  .recs-feed .recs-feed-cover-image {
    position: relative;
    z-index: -1;
    display: block;
  }
  .recs-feed .recs-feed-event-image {
    width: 100%;
  }
  .recs-feed .recs-feed-event-images--3 .recs-feed-event-image:nth-child(n+2) {
    width: 50%;
    float: left;
  }
  .recs-feed .recs-feed-avatar {
    display: none;
  }
  .recs-feed .recs-feed-title {
    font-size: 14px;
    line-height: 18px;
  }
  .recs-feed .recs-feed-playlink {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 32px;
    height: 32px;
    display: block;
  }
  .recs-feed .recs-feed-playlink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .recs-feed .recs-feed-playlink:before {
    background-position: 0 0;
  }
  .recs-feed .recs-feed-playlink:before {
    background-image: url('/static/images/icons/play_32.png?0482ce521de5');
  }
  .recs-feed .recs-feed-playlink:before {
    width: 32px;
    height: 32px;
  }
  .recs-feed .recs-feed-playlink:before {
    top: 50%;
    margin-top: -16px;
  }
  .recs-feed .recs-feed-playlink:before {
    left: 50%;
    margin-left: -16px;
  }
  .recs-feed .recs-feed-playlink:hover:before,
  .recs-feed .recs-feed-playlink:focus:before {
    background-position: 0 -32px;
  }
  .recs-feed .calendar-icon {
    box-shadow: none;
  }
  .recs-feed .context {
    margin-top: 0;
    background: #F9F9F9;
    box-shadow: inset 1px 0 #EBEBEB, inset -1px -1px #EBEBEB;
    padding: 15px;
  }
  .recs-feed .context {
    position: relative;
    text-align: left;
  }
  .recs-feed .context:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .recs-feed .context:after {
    background-position: 0 0;
  }
  .recs-feed .context:after {
    background-image: url('/static/images/icons/rec_types_16.png?0482ce521de5');
  }
  .recs-feed .context:after {
    width: 32px;
    height: 32px;
  }
  .recs-feed .context:after {
    border-radius: 50%;
    top: auto;
    left: auto;
  }
  .recs-feed .context:after {
    top: -16px;
    right: 15px;
  }
  .recs-feed .recs-feed-item--artist .context:after {
    background-position: 0 -32px;
  }
  .recs-feed .recs-feed-item--artist .context:after {
    background-color: #FF9900;
  }
  .recs-feed .recs-feed-item--album .context:after {
    background-position: 0 -64px;
  }
  .recs-feed .recs-feed-item--album .context:after {
    background-color: #009966;
  }
  .recs-feed .recs-feed-item--track .context:after {
    background-position: 0 -96px;
  }
  .recs-feed .recs-feed-item--track .context:after {
    background-color: #0066FF;
  }
  .recs-feed .recs-feed-item--event .context:after {
    background-position: 0 -128px;
  }
  .recs-feed .recs-feed-item--event .context:after {
    background-color: #9900FF;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .recs-feed {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .recs-feed {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .recs-feed .recs-feed-item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .recs-feed .recs-feed-item {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .recs-feed .recs-feed-item {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .recs-feed .recs-feed-item:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .recs-feed .recs-feed-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .recs-feed .recs-feed-item {
    float: left;
    width: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .recs-feed .recs-feed-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .recs-feed .recs-feed-item {
    float: left;
    width: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .recs-feed .recs-feed-item {
    width: 213px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .recs-feed .context {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .recs-feed .recs-feed-item {
    width: 266px;
  }
  .recs-feed .recs-feed-item--native-ad {
    height: 177px;
  }
  .recs-feed .recs-feed-playlink {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 48px;
    height: 48px;
  }
  .recs-feed .recs-feed-playlink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .recs-feed .recs-feed-playlink:before {
    background-position: 0 0;
  }
  .recs-feed .recs-feed-playlink:before {
    background-image: url('/static/images/icons/play_48.png?0482ce521de5');
  }
  .recs-feed .recs-feed-playlink:before {
    width: 48px;
    height: 48px;
  }
  .recs-feed .recs-feed-playlink:before {
    top: 50%;
    margin-top: -24px;
  }
  .recs-feed .recs-feed-playlink:before {
    left: 50%;
    margin-left: -24px;
  }
  .recs-feed .recs-feed-playlink:hover:before,
  .recs-feed .recs-feed-playlink:focus:before {
    background-position: 0 -48px;
  }
  .recs-feed .recs-feed-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.debug-log {
  font-size: 12px;
  line-height: 18px;
  display: none;
  position: fixed;
  overflow: scroll;
  z-index: 100000001;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  padding-left: 30px;
  padding-right: 30px;
  background: #382442;
  color: #FFFFFF;
  border: 10px solid #886699;
  font-family: "Lucida Console", Monaco, monospace;
  word-break: break-word;
}
.debug-log h2 {
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
}
.debug-log ul {
  margin-top: 0;
}
@media (min-width: 768px) {
  .debug-log ul {
    margin-top: 0;
  }
}
.debug-log li {
  padding-bottom: 12px;
  margin-top: 12px;
  border-bottom: 1px solid #543663;
}
.debug-log--show {
  display: block;
}
.globalchart {
  display: block;
  margin-top: 18px;
  position: relative;
  z-index: 1;
  margin-left: -15px;
  margin-right: -15px;
  line-height: 18px;
  padding-top: 56.25%;
  background-size: contain;
  background-repeat: no-repeat;
}
.globalchart thead,
.globalchart tbody,
.globalchart tr,
.globalchart td {
  display: block;
}
.globalchart:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .globalchart:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .globalchart {
    margin-top: 24px;
  }
}
.globalchart a {
  color: inherit;
}
.globalchart a:hover,
.globalchart a:focus {
  color: inherit;
}
.globalchart .globalchart-item {
  position: relative;
}
.globalchart .globalchart-item a,
.globalchart .globalchart-item button {
  position: relative;
  z-index: 1;
}
.globalchart .globalchart-item.link-block--hover .link-block-target {
  text-decoration: underline;
}
.globalchart .globalchart-item .link-block-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.globalchart .globalchart-item .globalchart-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.globalchart .globalchart-item {
  min-height: 48px;
  box-shadow: 0 1px #FFFFFF;
}
.globalchart .globalchart-item:before,
.globalchart .globalchart-item:after {
  content: " ";
  display: table;
}
.globalchart .globalchart-item:after {
  clear: both;
}
.globalchart .globalchart-item:before,
.globalchart .globalchart-item:after {
  content: " ";
  display: table;
}
.globalchart .globalchart-item:after {
  clear: both;
}
.globalchart .globalchart-rank,
.globalchart .globalchart-image {
  float: left;
}
.globalchart .globalchart-rank {
  width: 40px;
  padding-left: 15px;
  padding-top: 15px;
  color: #999999;
}
.globalchart .globalchart-image {
  width: 32px;
  height: 32px;
  margin-top: 8px;
}
.globalchart .globalchart-image .avatar,
.globalchart .globalchart-image .cover-art {
  width: 100%;
  height: 100%;
}
.globalchart .image-overlay-playlink-link {
  display: none;
}
.globalchart .globalchart-name,
.globalchart .globalchart-track-artist-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
}
.globalchart .globalchart-name {
  padding-top: 6px;
}
.globalchart .globalchart-name--single-line {
  padding-top: 15px;
}
.globalchart .globalchart-track-artist-name {
  color: #999999;
}
.globalchart .countbar-bar {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.globalchart .countbar-bar-slug {
  height: 100%;
  display: block;
  background: #EBEBEB;
}
.globalchart .countbar-bar-value {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.globalchart .globalchart-item:first-child {
  margin-top: -48px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.globalchart .globalchart-item:first-child .globalchart-rank,
.globalchart .globalchart-item:first-child .globalchart-track-artist-name {
  color: inherit;
}
.globalchart .globalchart-item:first-child .globalchart-rank,
.globalchart .globalchart-item:first-child .globalchart-name {
  font-weight: bold;
}
.globalchart .globalchart-item:first-child .countbar-bar {
  display: none;
}
@media (min-width: 768px) {
  .globalchart {
    margin-left: 0;
    margin-right: 0;
    line-height: 24px;
  }
  .globalchart .globalchart-item {
    min-height: 72px;
    box-shadow: 0 1px #FFFFFF, inset 0 -1px #EBEBEB;
  }
  .globalchart .globalchart-item .image-overlay-playlink-link:before {
    display: none;
  }
  .globalchart .globalchart-item .image-overlay-playlink-link:hover:before,
  .globalchart .globalchart-item .image-overlay-playlink-link:focus:before,
  .globalchart .globalchart-item:hover .image-overlay-playlink-link:before,
  .globalchart .globalchart-item:focus .image-overlay-playlink-link:before {
    display: block;
  }
  .globalchart .globalchart-playlink {
    position: relative;
  }
  .globalchart .globalchart-playlink .cover-art {
    width: 100%;
  }
  .globalchart .globalchart-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 32px;
    height: 32px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .globalchart .globalchart-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .globalchart .globalchart-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .globalchart .globalchart-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_32.png?0482ce521de5');
  }
  .globalchart .globalchart-playlink .image-overlay-playlink-link:before {
    width: 32px;
    height: 32px;
  }
  .globalchart .globalchart-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -16px;
  }
  .globalchart .globalchart-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -16px;
  }
  .globalchart .globalchart-playlink .image-overlay-playlink-link:focus:before,
  .globalchart .globalchart-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -32px;
  }
  .globalchart .globalchart-playlink .image-overlay-playlink-link:focus:before,
  .globalchart .globalchart-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_32.png?0482ce521de5');
  }
  .globalchart .globalchart-image {
    width: 48px;
    height: 48px;
    margin-top: 12px;
  }
  .globalchart .globalchart-rank {
    width: 36px;
    padding-left: 10px;
    padding-top: 24px;
  }
  .globalchart .globalchart-name {
    padding-top: 12px;
  }
  .globalchart .globalchart-name--single-line {
    padding-top: 24px;
  }
  .globalchart .globalchart-item:first-child {
    margin-top: -72px;
  }
  .globalchart .globalchart-item:first-child .globalchart-name,
  .globalchart .globalchart-item:first-child .globalchart-track-artist-name {
    font-size: 18px;
  }
}
@media (min-width: 1260px) {
  .globalchart .globalchart-rank {
    width: 46px;
    padding-left: 15px;
  }
}
.search-form {
  margin-top: 18px;
  position: relative;
  display: block;
}
.search-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.search-form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.search-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.search-form input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-form input[type="radio"],
.search-form input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.search-form input[type="file"] {
  display: block;
}
.search-form input[type="range"] {
  display: block;
  width: 100%;
}
.search-form select[multiple],
.search-form select[size] {
  height: auto;
}
.search-form input[type="file"]:focus,
.search-form input[type="radio"]:focus,
.search-form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.search-form output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #222222;
}
.search-form .form-control,
.search-form input[type=text],
.search-form input[type=password],
.search-form input[type=email],
.search-form input[type=url],
.search-form input[type=date],
.search-form textarea,
.search-form select {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #222222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.search-form .form-control:focus,
.search-form input[type=text]:focus,
.search-form input[type=password]:focus,
.search-form input[type=email]:focus,
.search-form input[type=url]:focus,
.search-form input[type=date]:focus,
.search-form textarea:focus,
.search-form select:focus {
  border-color: #CCCCCC;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.search-form .form-control::-moz-placeholder,
.search-form input[type=text]::-moz-placeholder,
.search-form input[type=password]::-moz-placeholder,
.search-form input[type=email]::-moz-placeholder,
.search-form input[type=url]::-moz-placeholder,
.search-form input[type=date]::-moz-placeholder,
.search-form textarea::-moz-placeholder,
.search-form select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.search-form .form-control:-ms-input-placeholder,
.search-form input[type=text]:-ms-input-placeholder,
.search-form input[type=password]:-ms-input-placeholder,
.search-form input[type=email]:-ms-input-placeholder,
.search-form input[type=url]:-ms-input-placeholder,
.search-form input[type=date]:-ms-input-placeholder,
.search-form textarea:-ms-input-placeholder,
.search-form select:-ms-input-placeholder {
  color: #999999;
}
.search-form .form-control::-webkit-input-placeholder,
.search-form input[type=text]::-webkit-input-placeholder,
.search-form input[type=password]::-webkit-input-placeholder,
.search-form input[type=email]::-webkit-input-placeholder,
.search-form input[type=url]::-webkit-input-placeholder,
.search-form input[type=date]::-webkit-input-placeholder,
.search-form textarea::-webkit-input-placeholder,
.search-form select::-webkit-input-placeholder {
  color: #999999;
}
.search-form .form-control[disabled],
.search-form .form-control[readonly],
fieldset[disabled] .search-form .form-control,
.search-form input[type=text][disabled],
.search-form input[type=text][readonly],
fieldset[disabled] .search-form input[type=text],
.search-form input[type=password][disabled],
.search-form input[type=password][readonly],
fieldset[disabled] .search-form input[type=password],
.search-form input[type=email][disabled],
.search-form input[type=email][readonly],
fieldset[disabled] .search-form input[type=email],
.search-form input[type=url][disabled],
.search-form input[type=url][readonly],
fieldset[disabled] .search-form input[type=url],
.search-form input[type=date][disabled],
.search-form input[type=date][readonly],
fieldset[disabled] .search-form input[type=date],
.search-form textarea[disabled],
.search-form textarea[readonly],
fieldset[disabled] .search-form textarea,
.search-form select[disabled],
.search-form select[readonly],
fieldset[disabled] .search-form select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.search-form .form-control,
textarea.search-form input[type=text],
textarea.search-form input[type=password],
textarea.search-form input[type=email],
textarea.search-form input[type=url],
textarea.search-form input[type=date],
textarea.search-form textarea,
textarea.search-form select {
  height: auto;
}
.search-form input[type="search"] {
  -webkit-appearance: none;
}
.search-form input[type="date"],
.search-form input[type="time"],
.search-form input[type="datetime-local"],
.search-form input[type="month"] {
  line-height: 42px;
  line-height: 1.71428571 \0;
}
.search-form input[type="date"].input-sm,
.search-form input[type="time"].input-sm,
.search-form input[type="datetime-local"].input-sm,
.search-form input[type="month"].input-sm {
  line-height: 30px;
}
.search-form input[type="date"].input-lg,
.search-form input[type="time"].input-lg,
.search-form input[type="datetime-local"].input-lg,
.search-form input[type="month"].input-lg {
  line-height: 46px;
}
.search-form .form-group {
  margin-bottom: 15px;
}
.search-form .radio,
.search-form .checkbox,
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-group .form-group-controls--radio,
.search-form .form-group .form-group-controls--checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.search-form .radio label,
.search-form .checkbox label,
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li label,
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li label,
.search-form .form-group .form-group-controls--radio label,
.search-form .form-group .form-group-controls--checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.search-form .radio input[type="radio"],
.search-form .radio-inline input[type="radio"],
.search-form .checkbox input[type="checkbox"],
.search-form .checkbox-inline input[type="checkbox"],
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input[type="radio"],
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input[type="checkbox"],
.search-form .form-group .form-group-controls--radio input[type="radio"],
.search-form .form-group .form-group-controls--checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.search-form .radio + .radio,
.search-form .checkbox + .checkbox,
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li + .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li + .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-group .form-group-controls--radio + .form-group .form-group-controls--radio,
.search-form .form-group .form-group-controls--checkbox + .form-group .form-group-controls--checkbox {
  margin-top: -5px;
}
.search-form .radio-inline,
.search-form .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.search-form .radio-inline + .radio-inline,
.search-form .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.search-form input[type="radio"][disabled],
.search-form input[type="checkbox"][disabled],
.search-form .radio[disabled],
.search-form .radio-inline[disabled],
.search-form .checkbox[disabled],
.search-form .checkbox-inline[disabled],
fieldset[disabled] .search-form input[type="radio"],
fieldset[disabled] .search-form input[type="checkbox"],
fieldset[disabled] .search-form .radio,
fieldset[disabled] .search-form .radio-inline,
fieldset[disabled] .search-form .checkbox,
fieldset[disabled] .search-form .checkbox-inline,
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li[disabled],
fieldset[disabled] .search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li[disabled],
fieldset[disabled] .search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-group .form-group-controls--radio[disabled],
fieldset[disabled] .search-form .form-group .form-group-controls--radio,
.search-form .form-group .form-group-controls--checkbox[disabled],
fieldset[disabled] .search-form .form-group .form-group-controls--checkbox {
  cursor: not-allowed;
}
.search-form .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.search-form .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.search-form .input-sm,
select[multiple].search-form .input-sm {
  height: auto;
}
.search-form .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.search-form .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.search-form .input-lg,
select[multiple].search-form .input-lg {
  height: auto;
}
.search-form .has-feedback {
  position: relative;
}
.search-form .has-feedback .form-control,
.search-form .has-feedback input[type=text],
.search-form .has-feedback input[type=password],
.search-form .has-feedback input[type=email],
.search-form .has-feedback input[type=url],
.search-form .has-feedback input[type=date],
.search-form .has-feedback textarea,
.search-form .has-feedback select {
  padding-right: 52.5px;
}
.search-form .form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.search-form .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.search-form .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.search-form .has-success .help-block,
.search-form .has-success .control-label,
.search-form .has-success .radio,
.search-form .has-success .checkbox,
.search-form .has-success .radio-inline,
.search-form .has-success .checkbox-inline,
.search-form .has-success .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .has-success .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .has-success .form-group .form-group-controls--radio,
.search-form .has-success .form-group .form-group-controls--checkbox {
  color: #3c763d;
}
.search-form .has-success .form-control,
.search-form .has-success input[type=text],
.search-form .has-success input[type=password],
.search-form .has-success input[type=email],
.search-form .has-success input[type=url],
.search-form .has-success input[type=date],
.search-form .has-success textarea,
.search-form .has-success select {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.search-form .has-success .form-control:focus,
.search-form .has-success input[type=text]:focus,
.search-form .has-success input[type=password]:focus,
.search-form .has-success input[type=email]:focus,
.search-form .has-success input[type=url]:focus,
.search-form .has-success input[type=date]:focus,
.search-form .has-success textarea:focus,
.search-form .has-success select:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.search-form .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.search-form .has-success .form-control-feedback {
  color: #3c763d;
}
.search-form .has-warning .help-block,
.search-form .has-warning .control-label,
.search-form .has-warning .radio,
.search-form .has-warning .checkbox,
.search-form .has-warning .radio-inline,
.search-form .has-warning .checkbox-inline,
.search-form .has-warning .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .has-warning .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .has-warning .form-group .form-group-controls--radio,
.search-form .has-warning .form-group .form-group-controls--checkbox {
  color: #8a6d3b;
}
.search-form .has-warning .form-control,
.search-form .has-warning input[type=text],
.search-form .has-warning input[type=password],
.search-form .has-warning input[type=email],
.search-form .has-warning input[type=url],
.search-form .has-warning input[type=date],
.search-form .has-warning textarea,
.search-form .has-warning select {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.search-form .has-warning .form-control:focus,
.search-form .has-warning input[type=text]:focus,
.search-form .has-warning input[type=password]:focus,
.search-form .has-warning input[type=email]:focus,
.search-form .has-warning input[type=url]:focus,
.search-form .has-warning input[type=date]:focus,
.search-form .has-warning textarea:focus,
.search-form .has-warning select:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.search-form .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.search-form .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.search-form .has-error .help-block,
.search-form .has-error .control-label,
.search-form .has-error .radio,
.search-form .has-error .checkbox,
.search-form .has-error .radio-inline,
.search-form .has-error .checkbox-inline,
.search-form .has-error .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .has-error .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .has-error .form-group .form-group-controls--radio,
.search-form .has-error .form-group .form-group-controls--checkbox {
  color: #B90000;
}
.search-form .has-error .form-control,
.search-form .has-error input[type=text],
.search-form .has-error input[type=password],
.search-form .has-error input[type=email],
.search-form .has-error input[type=url],
.search-form .has-error input[type=date],
.search-form .has-error textarea,
.search-form .has-error select {
  border-color: #B90000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.search-form .has-error .form-control:focus,
.search-form .has-error input[type=text]:focus,
.search-form .has-error input[type=password]:focus,
.search-form .has-error input[type=email]:focus,
.search-form .has-error input[type=url]:focus,
.search-form .has-error input[type=date]:focus,
.search-form .has-error textarea:focus,
.search-form .has-error select:focus {
  border-color: #860000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff2020;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff2020;
}
.search-form .has-error .input-group-addon {
  color: #B90000;
  border-color: #B90000;
  background-color: #f2dede;
}
.search-form .has-error .form-control-feedback {
  color: #B90000;
}
.search-form .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.search-form .form-control-static {
  margin-bottom: 0;
}
.search-form .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 768px) {
  .search-form .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .search-form .form-inline .form-control,
  .search-form .form-inline input[type=text],
  .search-form .form-inline input[type=password],
  .search-form .form-inline input[type=email],
  .search-form .form-inline input[type=url],
  .search-form .form-inline input[type=date],
  .search-form .form-inline textarea,
  .search-form .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .search-form .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .search-form .form-inline .input-group .input-group-addon,
  .search-form .form-inline .input-group .input-group-btn,
  .search-form .form-inline .input-group .form-control,
  .search-form .form-inline .input-group input[type=text],
  .search-form .form-inline .input-group input[type=password],
  .search-form .form-inline .input-group input[type=email],
  .search-form .form-inline .input-group input[type=url],
  .search-form .form-inline .input-group input[type=date],
  .search-form .form-inline .input-group textarea,
  .search-form .form-inline .input-group select {
    width: auto;
  }
  .search-form .form-inline .input-group > .form-control,
  .search-form .form-inline .input-group > input[type=text],
  .search-form .form-inline .input-group > input[type=password],
  .search-form .form-inline .input-group > input[type=email],
  .search-form .form-inline .input-group > input[type=url],
  .search-form .form-inline .input-group > input[type=date],
  .search-form .form-inline .input-group > textarea,
  .search-form .form-inline .input-group > select {
    width: 100%;
  }
  .search-form .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .search-form .form-inline .radio,
  .search-form .form-inline .checkbox,
  .search-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
  .search-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
  .search-form .form-inline .form-group .form-group-controls--radio,
  .search-form .form-inline .form-group .form-group-controls--checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .search-form .form-inline .radio label,
  .search-form .form-inline .checkbox label,
  .search-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li label,
  .search-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li label,
  .search-form .form-inline .form-group .form-group-controls--radio label,
  .search-form .form-inline .form-group .form-group-controls--checkbox label {
    padding-left: 0;
  }
  .search-form .form-inline .radio input[type="radio"],
  .search-form .form-inline .checkbox input[type="checkbox"],
  .search-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input[type="radio"],
  .search-form .form-inline .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input[type="checkbox"],
  .search-form .form-inline .form-group .form-group-controls--radio input[type="radio"],
  .search-form .form-inline .form-group .form-group-controls--checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .search-form .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.search-form .form-horizontal .radio,
.search-form .form-horizontal .checkbox,
.search-form .form-horizontal .radio-inline,
.search-form .form-horizontal .checkbox-inline,
.search-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-horizontal .form-group .form-group-controls--radio,
.search-form .form-horizontal .form-group .form-group-controls--checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.search-form .form-horizontal .radio,
.search-form .form-horizontal .checkbox,
.search-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-horizontal .form-group .form-group-controls--radio,
.search-form .form-horizontal .form-group .form-group-controls--checkbox {
  min-height: 31px;
}
.search-form .form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.search-form .form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .search-form .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.search-form .form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
.search-form:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .search-form {
    margin-top: 24px;
  }
}
.search-form form {
  margin-top: 18px;
}
.search-form form:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form form:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .search-form form {
    margin-top: 24px;
  }
}
.search-form textarea {
  height: auto;
  resize: vertical;
}
.search-form textarea.textarea--s {
  height: 126px;
}
.search-form label {
  margin-bottom: 0;
}
.search-form fieldset {
  margin-top: 18px;
}
.search-form fieldset:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form fieldset:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .search-form fieldset {
    margin-top: 24px;
  }
}
.search-form legend {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  border: none;
}
.search-form legend small,
.search-form legend .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.search-form legend small,
.search-form legend .small {
  font-size: 65%;
}
.search-form legend:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form legend:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .search-form legend {
    margin-top: 24px;
  }
}
.search-form select[disabled] {
  background-color: #F9F9F9;
  color: #999999;
}
.search-form .control-label {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
.search-form .control-label small,
.search-form .control-label .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.search-form .control-label small,
.search-form .control-label .small {
  font-size: 75%;
}
.search-form .control-label:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .control-label:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .search-form .control-label {
    margin-top: 24px;
  }
}
.search-form .form-group-controls {
  margin-top: 18px;
}
.search-form .form-group-controls:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .form-group-controls:first-child {
    margin-top: 0;
  }
}
.search-form .form-group-controls:before,
.search-form .form-group-controls:after {
  content: " ";
  display: table;
}
.search-form .form-group-controls:after {
  clear: both;
}
.search-form .form-group-controls:before,
.search-form .form-group-controls:after {
  content: " ";
  display: table;
}
.search-form .form-group-controls:after {
  clear: both;
}
.search-form .checkbox input,
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li input,
.search-form .form-group .form-group-controls--checkbox input {
  margin-top: 6px;
}
.search-form .form-submit *:not([type="hidden"]) + *:not([type="hidden"]) {
  margin-left: 15px;
}
.search-form .form-submit--align-right {
  text-align: right;
}
.search-form .form-image-preview {
  margin-top: 18px;
  max-width: 100%;
}
.search-form .form-image-preview:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .form-image-preview:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .search-form .form-image-preview {
    margin-top: 24px;
  }
}
.search-form .form-loading-indicator {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  vertical-align: baseline;
}
.search-form .form-loading-indicator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.search-form .form-loading-indicator:before {
  background-position: 0 0;
}
.search-form .form-loading-indicator:before {
  background-image: url('/static/images/loading_222_16.gif?0482ce521de5');
}
.search-form .form-loading-indicator:before {
  width: 16px;
  height: 16px;
}
.search-form .form-horizontal .control-label {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .search-form .form-horizontal .control-label {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .search-form .form-horizontal .control-label {
    float: left;
    width: 160px;
  }
}
@media (min-width: 1260px) {
  .search-form .form-horizontal .control-label {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .search-form .form-horizontal .control-label {
    float: left;
    width: 200px;
  }
}
.search-form .form-horizontal .form-group-context {
  margin-bottom: 24px;
}
.search-form .form-horizontal .form-group-controls {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) and (min-width: 768px) {
  .search-form .form-horizontal .form-group-controls {
    margin-left: 160px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .search-form .form-horizontal .form-group-controls {
    margin-left: 200px;
  }
}
@media (min-width: 768px) {
  .search-form .form-horizontal .form-group-controls {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .search-form .form-horizontal .form-group-controls {
    float: left;
    width: 400px;
  }
}
@media (min-width: 1260px) {
  .search-form .form-horizontal .form-group-controls {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .search-form .form-horizontal .form-group-controls {
    float: left;
    width: 500px;
  }
}
.search-form .form-horizontal .control-label + .form-group-controls {
  margin-left: 0;
}
.search-form .form-horizontal .form-group {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.search-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar),
.search-form .form-horizontal .form-group .checkbox,
.search-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-horizontal .form-group .form-group .form-group-controls--checkbox {
  margin-top: 18px;
}
.search-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar):first-child,
.search-form .form-horizontal .form-group .checkbox:first-child,
.search-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
.search-form .form-horizontal .form-group .form-group .form-group-controls--checkbox:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar):first-child,
  .search-form .form-horizontal .form-group .checkbox:first-child,
  .search-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
  .search-form .form-horizontal .form-group .form-group .form-group-controls--checkbox:first-child {
    margin-top: 0;
  }
}
.search-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-horizontal .form-group .checkbox,
.search-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-horizontal .form-group .form-group .form-group-controls--checkbox {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
}
.search-form .form-horizontal .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li + li,
.search-form .form-horizontal .form-group .checkbox + .checkbox,
.search-form .form-horizontal .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li + .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-horizontal .form-group .form-group .form-group-controls--checkbox + .form-group .form-group-controls--checkbox {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .search-form .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .search-form .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .search-form .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .search-form .form-horizontal .form-group {
    padding-top: 9px;
  }
  .search-form .form-horizontal input[type=text],
  .search-form .form-horizontal input[type=password],
  .search-form .form-horizontal input[type=email],
  .search-form .form-horizontal input[type=url],
  .search-form .form-horizontal input[type=date],
  .search-form .form-horizontal textarea,
  .search-form .form-horizontal select,
  .search-form .form-horizontal button {
    margin-top: -9px;
  }
  .search-form .form-horizontal .btn-sm,
  .search-form .form-horizontal .btn-file-label {
    margin-top: -3px;
  }
  .search-form .form-horizontal .control-label {
    padding-top: 0;
  }
  .search-form .form-horizontal .form-group-controls {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .search-form .form-horizontal .form-group-controls {
    margin-top: 0;
  }
}
.search-form .form-horizontal .form-submit {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .search-form .form-horizontal .form-submit {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .search-form .form-horizontal .form-submit {
    float: left;
    width: 400px;
  }
}
@media (min-width: 1260px) {
  .search-form .form-horizontal .form-submit {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .search-form .form-horizontal .form-submit {
    float: left;
    width: 500px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .search-form .form-horizontal .form-submit {
    margin-left: 160px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .search-form .form-horizontal .form-submit {
    margin-left: 200px;
  }
}
.search-form .form-group {
  margin-top: 18px;
  margin-bottom: 0;
}
.search-form .form-group:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .form-group:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .search-form .form-group {
    margin-top: 24px;
  }
}
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) {
  padding: 0;
  margin-bottom: 0;
}
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-group .checkbox,
.search-form .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .form-group .form-group .form-group-controls--checkbox {
  margin-top: 6px;
  min-height: 0;
  margin-bottom: 0;
}
.search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
.search-form .form-group .checkbox:first-child,
.search-form .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
.search-form .form-group .form-group .form-group-controls--checkbox:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
  .search-form .form-group .checkbox:first-child,
  .search-form .form-group .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li:first-child,
  .search-form .form-group .form-group .form-group-controls--checkbox:first-child {
    margin-top: 0;
  }
}
.search-form input[type=hidden]:first-child + *,
.search-form input[type=hidden]:first-child + input[type=hidden] + *,
.search-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + *,
.search-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + *,
.search-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + *,
.search-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + * {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form input[type=hidden]:first-child + *,
  .search-form input[type=hidden]:first-child + input[type=hidden] + *,
  .search-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + *,
  .search-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + *,
  .search-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + *,
  .search-form input[type=hidden]:first-child + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + input[type=hidden] + * {
    margin-top: 0;
  }
}
.search-form .form-group-error {
  margin-top: 12px;
}
.search-form .form-group-error:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .form-group-error:first-child {
    margin-top: 0;
  }
}
.search-form .form-control,
.search-form input[type=text],
.search-form input[type=password],
.search-form input[type=email],
.search-form input[type=url],
.search-form input[type=date],
.search-form textarea,
.search-form select {
  border-width: 2px;
  box-shadow: none;
}
.search-form .form-control:focus,
.search-form input[type=text]:focus,
.search-form input[type=password]:focus,
.search-form input[type=email]:focus,
.search-form input[type=url]:focus,
.search-form input[type=date]:focus,
.search-form textarea:focus,
.search-form select:focus {
  box-shadow: none;
}
.search-form .form-control-date {
  display: inline-block;
  box-sizing: border-box;
  width: 30%;
  margin-left: 3%;
}
.search-form .form-control-date:first-child {
  margin-left: 0;
}
.search-form .has-error .form-control:focus,
.search-form .has-success .form-control:focus,
.search-form .has-warning .form-control:focus,
.search-form .has-error input[type=text]:focus,
.search-form .has-success input[type=text]:focus,
.search-form .has-warning input[type=text]:focus,
.search-form .has-error input[type=password]:focus,
.search-form .has-success input[type=password]:focus,
.search-form .has-warning input[type=password]:focus,
.search-form .has-error input[type=email]:focus,
.search-form .has-success input[type=email]:focus,
.search-form .has-warning input[type=email]:focus,
.search-form .has-error input[type=url]:focus,
.search-form .has-success input[type=url]:focus,
.search-form .has-warning input[type=url]:focus,
.search-form .has-error input[type=date]:focus,
.search-form .has-success input[type=date]:focus,
.search-form .has-warning input[type=date]:focus,
.search-form .has-error textarea:focus,
.search-form .has-success textarea:focus,
.search-form .has-warning textarea:focus,
.search-form .has-error select:focus,
.search-form .has-success select:focus,
.search-form .has-warning select:focus {
  box-shadow: none;
}
.search-form .has-error .control-label,
.search-form .has-success .control-label,
.search-form .has-warning .control-label,
.search-form .has-error .checkbox,
.search-form .has-success .checkbox,
.search-form .has-warning .checkbox,
.search-form .has-error .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .has-success .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .has-warning .form-group ul:not(.bulleted-list):not(.redactor-toolbar) li,
.search-form .has-error .form-group .form-group-controls--checkbox,
.search-form .has-success .form-group .form-group-controls--checkbox,
.search-form .has-warning .form-group .form-group-controls--checkbox {
  color: #222222;
}
.search-form .form-row-help-text {
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
  color: #999999;
}
.search-form .form-row-help-text:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .form-row-help-text:first-child {
    margin-top: 0;
  }
}
.search-form .avatar-upload-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.search-form .avatar-upload-form .form-group-controls {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .avatar-upload-form .form-group-controls {
    margin-top: 0;
  }
}
.search-form .image-upload-preview {
  max-width: 100%;
}
.search-form .image-remove-form {
  font-size: 12px;
  line-height: 18px;
  margin-top: 18px;
  text-align: center;
}
.search-form .form-section {
  margin-top: 48px;
}
.search-form .form-section:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .search-form .form-section:first-child {
    margin-top: 0;
  }
}
.search-form .table .delete {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  float: right;
  margin-top: 0;
  /* Form style override */
}
.search-form .table .delete:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.search-form .table .delete:before {
  background-position: 0 0;
}
.search-form .table .delete:before {
  background-image: url('/static/images/icons/delete_222_16.png?0482ce521de5');
}
.search-form .table .delete:before {
  width: 16px;
  height: 16px;
}
.search-form .table .delete:before {
  top: 50%;
  margin-top: -8px;
}
.search-form .table .delete:before {
  left: 50%;
  margin-left: -8px;
}
.search-form .form-group .source-icon-list label {
  padding-bottom: 6px;
  display: block;
  border-bottom: 1px solid #EBEBEB;
}
.search-form .form-group .source-icon-list label input {
  margin-right: 52px;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_0] {
  position: relative;
  text-align: left;
  width: auto;
  height: auto;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  background-position: -7px -61px;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  background-image: url('/static/images/icons/player_sources.png?0482ce521de5');
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  width: 32px;
  height: 32px;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_0]:before {
  left: 20px;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_1] {
  position: relative;
  text-align: left;
  width: auto;
  height: auto;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  background-position: -7px -12px;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  background-image: url('/static/images/icons/player_sources.png?0482ce521de5');
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  width: 32px;
  height: 32px;
}
.search-form .form-group .source-icon-list label[for=id_preferred_affiliate_1]:before {
  left: 20px;
}
.search-form .search-field[type=text] {
  padding-right: 40px;
}
.search-submit {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}
.search-submit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.search-submit:before {
  background-position: 0 0;
}
.search-submit:before {
  background-image: url('/static/images/icons/search_222_16.png?0482ce521de5');
}
.search-submit:before {
  width: 16px;
  height: 16px;
}
.search-submit:before {
  top: 50%;
  margin-top: -8px;
}
.search-submit:before {
  left: 50%;
  margin-left: -8px;
}
.love-button-toggle .love-button-wrapper--unloved {
  display: block;
}
.love-button-toggle .love-button-wrapper--loved {
  display: none;
}
.love-button-toggle[data-ajax-form-state='loved'] .love-button-wrapper--unloved {
  display: none;
}
.love-button-toggle[data-ajax-form-state='loved'] .love-button-wrapper--loved {
  display: block;
}
.vote-button-toggle .vote-button {
  position: relative;
  text-align: left;
  width: 16px;
  padding-left: 26px;
  min-height: 18px;
}
.vote-button-toggle .vote-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.vote-button-toggle .vote-button:before {
  background-position: -10px 0;
}
.vote-button-toggle .vote-button:before {
  background-image: url('/static/images/icons/shout_like_16.png?0482ce521de5');
}
.vote-button-toggle .vote-button:before {
  width: 36px;
  height: 36px;
}
.vote-button-toggle .vote-button:before {
  top: 50%;
  margin-top: -18px;
}
.vote-button-toggle .vote-button--voted:before {
  background-position: -10px -36px;
}
.vote-button-toggle .vote-button--unvoted:hover:before {
  background-position: -10px -36px;
}
.vote-button-toggle .vote-button--anonymous {
  color: inherit;
}
.vote-button-toggle .vote-button--anonymous:hover,
.vote-button-toggle .vote-button--anonymous:focus {
  color: inherit;
}
.vote-button-toggle .vote-button--anonymous:hover,
.vote-button-toggle .vote-button--anonymous:focus {
  text-decoration: none;
}
.vote-button-toggle.ajax-form-disable-hover .vote-button--unvoted:hover:before {
  background-position: -10px 0;
}
.vote-button-toggle .initially-hidden {
  display: none;
}
.vote-button-toggle[data-ajax-form-state='modified-state'] .initially-hidden {
  display: inline-block;
}
.vote-button-toggle[data-ajax-form-state='modified-state'] .initially-visible {
  display: none;
}
.embedded-video-container {
  margin-top: 18px;
  position: relative;
  padding-top: 56.25%;
}
.embedded-video-container:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .embedded-video-container:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .embedded-video-container {
    margin-top: 24px;
  }
}
.embedded-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-preview {
  margin-top: 18px;
  margin-left: -15px;
  margin-right: -15px;
}
.video-preview:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .video-preview:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .video-preview {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .video-preview {
    margin-left: 0;
    margin-right: 0;
  }
}
.video-preview-playlink {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.video-preview-playlink .cover-art {
  width: 100%;
}
.video-preview-playlink .image-overlay-playlink-link {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 96px;
  height: 96px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-preview-playlink .image-overlay-playlink-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.video-preview-playlink .image-overlay-playlink-link:before {
  background-position: 0 0;
}
.video-preview-playlink .image-overlay-playlink-link:before {
  background-image: url('/static/images/icons/play_96.png?0482ce521de5');
}
.video-preview-playlink .image-overlay-playlink-link:before {
  width: 96px;
  height: 96px;
}
.video-preview-playlink .image-overlay-playlink-link:before {
  top: 50%;
  margin-top: -48px;
}
.video-preview-playlink .image-overlay-playlink-link:before {
  left: 50%;
  margin-left: -48px;
}
.video-preview-playlink .image-overlay-playlink-link:focus:before,
.video-preview-playlink .image-overlay-playlink-link:hover:before {
  background-position: 0 -96px;
}
.video-preview-playlink .image-overlay-playlink-link:focus:before,
.video-preview-playlink .image-overlay-playlink-link:hover:before {
  background-image: url('/static/images/icons/play_96.png?0482ce521de5');
}
.video-preview-playlink .video-preview {
  position: absolute;
  top: -16.66666667%;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  background-position: center;
}
@media (min-width: 768px) {
  .video-preview-playlink {
    position: relative;
  }
  .video-preview-playlink .cover-art {
    width: 100%;
  }
  .video-preview-playlink .image-overlay-playlink-link {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 192px;
    height: 192px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video-preview-playlink .image-overlay-playlink-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .video-preview-playlink .image-overlay-playlink-link:before {
    background-position: 0 0;
  }
  .video-preview-playlink .image-overlay-playlink-link:before {
    background-image: url('/static/images/icons/play_192.png?0482ce521de5');
  }
  .video-preview-playlink .image-overlay-playlink-link:before {
    width: 192px;
    height: 192px;
  }
  .video-preview-playlink .image-overlay-playlink-link:before {
    top: 50%;
    margin-top: -96px;
  }
  .video-preview-playlink .image-overlay-playlink-link:before {
    left: 50%;
    margin-left: -96px;
  }
  .video-preview-playlink .image-overlay-playlink-link:focus:before,
  .video-preview-playlink .image-overlay-playlink-link:hover:before {
    background-position: 0 -192px;
  }
  .video-preview-playlink .image-overlay-playlink-link:focus:before,
  .video-preview-playlink .image-overlay-playlink-link:hover:before {
    background-image: url('/static/images/icons/play_192.png?0482ce521de5');
  }
}
.video-preview-skiplink {
  display: none;
}
.video-preview-playlink--show-skip-link + .video-preview-skiplink {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: inline-block;
  float: left;
}
.video-preview-playlink--show-skip-link + .video-preview-skiplink:active,
.video-preview-playlink--show-skip-link + .video-preview-skiplink:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.video-preview-playlink--show-skip-link + .video-preview-skiplink:active,
.video-preview-playlink--show-skip-link + .video-preview-skiplink:focus {
  margin-top: 12px;
}
.video-preview-playlink--show-skip-link + .video-preview-skiplink:active:first-child,
.video-preview-playlink--show-skip-link + .video-preview-skiplink:focus:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .video-preview-playlink--show-skip-link + .video-preview-skiplink:active:first-child,
  .video-preview-playlink--show-skip-link + .video-preview-skiplink:focus:first-child {
    margin-top: 0;
  }
}
.lyrics-snippet {
  position: relative;
  text-align: left;
  padding-left: 70px;
  min-height: 55px;
  font-weight: 300;
}
.lyrics-snippet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.lyrics-snippet:before {
  background-position: 0 0;
}
.lyrics-snippet:before {
  background-image: url('/static/images/icons/quote.png?0482ce521de5');
}
.lyrics-snippet:before {
  width: 55px;
  height: 55px;
}
@media (min-width: 768px) {
  .lyrics-snippet {
    font-size: 18px;
    line-height: 30px;
  }
}
.lyrics-snippet-link {
  margin-top: 18px;
  display: inline-block;
}
.lyrics-snippet-link:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .lyrics-snippet-link:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .lyrics-snippet-link {
    margin-top: 24px;
  }
}
.breadcrumb {
  position: relative;
  text-align: left;
  padding-left: 21px;
  display: inline;
}
.breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.breadcrumb:before {
  background-position: 0 0;
}
.breadcrumb:before {
  background-image: url('/static/images/icons/breadcrumb_arrow_16.png?0482ce521de5');
}
.breadcrumb:before {
  width: 16px;
  height: 16px;
}
.breadcrumb:before {
  top: 50%;
  margin-top: -8px;
}
.breadcrumb:first-child {
  padding-left: 0;
}
.breadcrumb:first-child:before {
  content: none;
}
.layout-image {
  position: relative;
}
.layout-image-image {
  position: absolute;
  top: 0;
  width: 100%;
}
.js .disclose-hide {
  display: none;
}
.disclose-hide.disclose-hide--js-only {
  display: none;
}
.no-js .disclose-trigger {
  display: none;
}
.section-settings-toggle {
  position: relative;
  text-align: right;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 7px;
  margin-bottom: 7px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 16px;
  width: 26px;
}
.section-settings-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.section-settings-toggle:before {
  background-position: 0 0;
}
.section-settings-toggle:before {
  background-image: url('/static/images/icons/settings_222_16.png?0482ce521de5');
}
.section-settings-toggle:before {
  width: 16px;
  height: 16px;
}
.section-with-control .section-settings-toggle {
  padding-left: 10px;
  border-left: #EBEBEB 1px solid;
}
.section-settings-toggle.disclose-active,
.section-settings-toggle:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.section-settings {
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 18px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .section-settings {
    padding-top: 24px;
  }
}
@media (min-width: 768px) {
  .section-settings {
    padding-bottom: 24px;
  }
}
.section-settings:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .section-settings:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .section-settings {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .section-settings {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.no-js .section-settings {
  display: none;
}
.section-settings .form-control,
.section-settings input[type=text],
.section-settings input[type=password],
.section-settings input[type=email],
.section-settings input[type=url],
.section-settings input[type=date],
.section-settings textarea,
.section-settings select {
  max-width: 270px;
}
.share-button {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 36px;
  height: 36px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  width: 32px;
  height: 32px;
}
.share-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.share-button:before {
  background-position: 0 0;
}
.share-button:before {
  background-image: url('/static/images/icons/share_24.png?0482ce521de5');
}
.share-button:before {
  width: 36px;
  height: 36px;
}
.share-button:before {
  top: 50%;
  margin-top: -18px;
}
.share-button:before {
  left: 50%;
  margin-left: -18px;
}
.share-heading {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.share-option {
  margin-left: 10px;
  float: left;
}
.share-option:first-child {
  margin-left: 0;
}
.share-facebook,
.share-twitter {
  border-radius: 50%;
}
.share-facebook {
  background: #3664A2;
}
.share-facebook:hover,
.share-facebook:focus {
  background: #4C8CC7;
}
.share-facebook:active {
  background: #203C7D;
}
.share-twitter {
  background: #55ACEE;
}
.share-twitter:hover,
.share-twitter:focus {
  background: #77CDF5;
}
.share-twitter:active {
  background: #338BE7;
}
.share-mobile {
  margin-top: 0;
}
@media (min-width: 768px) {
  .share-mobile {
    margin-top: 0;
  }
}
.share-mobile .share-facebook,
.share-mobile .share-twitter {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 32px;
  height: 32px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.share-mobile .share-facebook:before,
.share-mobile .share-twitter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.share-mobile .share-facebook:before,
.share-mobile .share-twitter:before {
  background-position: 0 0;
}
.share-mobile .share-facebook:before,
.share-mobile .share-twitter:before {
  background-image: url('/static/images/icons/social_16.png?0482ce521de5');
}
.share-mobile .share-facebook:before,
.share-mobile .share-twitter:before {
  width: 32px;
  height: 32px;
}
.share-mobile .share-facebook:before,
.share-mobile .share-twitter:before {
  top: 50%;
  margin-top: -16px;
}
.share-mobile .share-facebook:before,
.share-mobile .share-twitter:before {
  left: 50%;
  margin-left: -16px;
}
.share-mobile .share-twitter:before {
  background-position: 0 -32px;
}
.share-mobile .share-block {
  padding-top: 6px;
  padding-bottom: 12px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
}
@media (min-width: 768px) {
  .share-mobile .share-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.share-mobile .share-options {
  margin-top: 6px;
}
.share-mobile .share-options:before,
.share-mobile .share-options:after {
  content: " ";
  display: table;
}
.share-mobile .share-options:after {
  clear: both;
}
.share-mobile .share-options:before,
.share-mobile .share-options:after {
  content: " ";
  display: table;
}
.share-mobile .share-options:after {
  clear: both;
}
.share-mobile .share-options:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .share-mobile .share-options:first-child {
    margin-top: 0;
  }
}
.share-desktop {
  display: none;
}
.share-desktop:before,
.share-desktop:after {
  content: " ";
  display: table;
}
.share-desktop:after {
  clear: both;
}
.share-desktop:before,
.share-desktop:after {
  content: " ";
  display: table;
}
.share-desktop:after {
  clear: both;
}
.share-desktop .share-facebook,
.share-desktop .share-twitter {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.share-desktop .share-facebook:before,
.share-desktop .share-twitter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.share-desktop .share-facebook:before,
.share-desktop .share-twitter:before {
  background-position: 0 0;
}
.share-desktop .share-facebook:before,
.share-desktop .share-twitter:before {
  background-image: url('/static/images/icons/social_12.png?0482ce521de5');
}
.share-desktop .share-facebook:before,
.share-desktop .share-twitter:before {
  width: 24px;
  height: 24px;
}
.share-desktop .share-facebook:before,
.share-desktop .share-twitter:before {
  top: 50%;
  margin-top: -12px;
}
.share-desktop .share-facebook:before,
.share-desktop .share-twitter:before {
  left: 50%;
  margin-left: -12px;
}
.share-desktop .share-twitter:before {
  background-position: 0 -24px;
}
.share-desktop .share-heading {
  float: left;
  margin-right: 15px;
}
.share-desktop .share-options {
  margin-top: 0;
  float: left;
}
@media (min-width: 768px) {
  .share-desktop .share-options {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .share-desktop {
    display: block;
  }
  .share-mobile {
    display: none;
  }
}
.share-centibillion {
  text-align: center;
}
.share-centibillion .share-facebook,
.share-centibillion .share-twitter {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 64px;
  height: 64px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.share-centibillion .share-facebook:before,
.share-centibillion .share-twitter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.share-centibillion .share-facebook:before,
.share-centibillion .share-twitter:before {
  background-position: 0 0;
}
.share-centibillion .share-facebook:before,
.share-centibillion .share-twitter:before {
  background-image: url('/static/images/icons/social_32.png?0482ce521de5');
}
.share-centibillion .share-facebook:before,
.share-centibillion .share-twitter:before {
  width: 64px;
  height: 64px;
}
.share-centibillion .share-facebook:before,
.share-centibillion .share-twitter:before {
  top: 50%;
  margin-top: -32px;
}
.share-centibillion .share-facebook:before,
.share-centibillion .share-twitter:before {
  left: 50%;
  margin-left: -32px;
}
.share-centibillion .share-twitter:before {
  background-position: 0 -64px;
}
.share-centibillion .share-options {
  margin-top: 12px;
  display: inline-block;
}
.share-centibillion .share-options:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .share-centibillion .share-options:first-child {
    margin-top: 0;
  }
}
.header .share-button {
  position: absolute;
  top: 54px;
}
@media (min-width: 768px) {
  .header .share-button {
    top: 24px;
    left: 100%;
    right: auto;
    margin-left: 15px;
  }
}
.header--overview .share-button {
  top: 86px;
}
@media (min-width: 768px) {
  .header--overview .share-button {
    top: 24px;
  }
}
.header .share-button {
  right: 10px;
}
.header .share-block {
  margin-top: -12px;
  margin-bottom: 18px;
}
.header--with-avatar .share-block {
  margin-top: -30px;
  padding-top: 24px;
}
.header-info-primary--with-calendar .share-block {
  margin-top: -36px;
  padding-top: 18px;
}
.subscribe-form .benefits-list {
  margin-top: 6px;
  list-style-type: disc;
  padding-left: 18px;
}
.subscribe-form .subscription-cost {
  color: #B90000;
}
.subscribe-form .subscription-options,
.subscribe-form .login-signup {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  background-color: #F9F9F9;
}
.subscribe-form .subscription-options-one-off {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-form .subscription-options-one-off {
    margin-top: 0;
  }
}
.subscribe-form .subscription-options-recurring + .subscription-options-one-off,
.subscribe-form .subscription-options-recurring + .subscription-options-one-off + .subscription-options-one-off {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #EBEBEB;
}
.subscribe-form .subscription-options-recurring + .subscription-options-one-off:first-child,
.subscribe-form .subscription-options-recurring + .subscription-options-one-off + .subscription-options-one-off:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-form .subscription-options-recurring + .subscription-options-one-off:first-child,
  .subscribe-form .subscription-options-recurring + .subscription-options-one-off + .subscription-options-one-off:first-child {
    margin-top: 0;
  }
}
.subscribe-form .subscription-options-description h4 {
  margin-bottom: 0;
}
.subscribe-form .subscription-options-description h4,
.subscribe-form .subscription-options-description p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-form .subscription-options-description h4,
  .subscribe-form .subscription-options-description p {
    margin-top: 0;
  }
}
.subscribe-form .subscription-options .form-group h4,
.subscribe-form .subscription-options .form-group p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-form .subscription-options .form-group h4,
  .subscribe-form .subscription-options .form-group p {
    margin-top: 0;
  }
}
.subscribe-form .content-form .form-group .form-group-controls ul li {
  margin-top: 18px;
}
.subscribe-form .content-form .form-group .form-group-controls ul li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-form .content-form .form-group .form-group-controls ul li:first-child {
    margin-top: 0;
  }
}
.subscribe-form .paypal-button {
  margin-top: 24px;
}
.subscribe-form .paypal-button:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-form .paypal-button:first-child {
    margin-top: 0;
  }
}
.subscribe-form .legal-notice {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  margin-top: 12px;
}
.subscribe-form .legal-notice:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-form .legal-notice:first-child {
    margin-top: 0;
  }
}
.subscription-options-default {
  display: none;
}
.js .subscription-options-default {
  display: block;
}
.subscribe-summary > * {
  margin-top: 18px;
}
.subscribe-summary > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-summary > *:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .subscribe-summary > * {
    margin-top: 24px;
  }
}
.subscribe-pending-header {
  position: relative;
  text-align: left;
  padding-left: 39px;
}
.subscribe-pending-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.subscribe-pending-header:before {
  background-position: 0 0;
}
.subscribe-pending-header:before {
  background-image: url('/static/images/icons/loading_222_24.gif?0482ce521de5');
}
.subscribe-pending-header:before {
  width: 24px;
  height: 24px;
}
.subscribe-pending-header:before {
  top: 50%;
  margin-top: -12px;
}
.expand-truncation,
.truncate-ellipsis {
  display: none;
}
.js .truncate-text .disclose-hide ~ .expand-truncation,
.js .truncate-text .disclose-hide ~ .truncate-ellipsis {
  display: inline;
}
.about-me-sidebar {
  display: none;
}
@media (min-width: 768px) {
  .about-me-header {
    display: none;
  }
  .about-me-sidebar {
    display: block;
  }
}
.header .header-message-user {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 36px;
  height: 36px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  width: 32px;
  height: 32px;
}
.header .header-message-user:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header .header-message-user:before {
  background-position: 0 0;
}
.header .header-message-user:before {
  background-image: url('/static/images/icons/message_fff_24.png?0482ce521de5');
}
.header .header-message-user:before {
  width: 36px;
  height: 36px;
}
.header .header-message-user:before {
  top: 50%;
  margin-top: -18px;
}
.header .header-message-user:before {
  left: 50%;
  margin-left: -18px;
}
@media (min-width: 768px) {
  .header .header-message-user:before {
    background-position: 0 0;
  }
  .header .header-message-user:before {
    background-image: url('/static/images/icons/message_32.png?0482ce521de5');
  }
  .header .header-message-user:hover:before,
  .header .header-message-user:focus:before {
    background-position: 0 -36px;
  }
  .header .header-message-user:hover:before,
  .header .header-message-user:focus:before {
    background-image: url('/static/images/icons/message_32.png?0482ce521de5');
  }
}
.header .header-message-user {
  position: absolute;
  top: 54px;
}
@media (min-width: 768px) {
  .header .header-message-user {
    top: 24px;
    left: 100%;
    right: auto;
    margin-left: 15px;
  }
}
.header--overview .header-message-user {
  top: 86px;
}
@media (min-width: 768px) {
  .header--overview .header-message-user {
    top: 24px;
  }
}
.header .header-message-user {
  right: 10px;
}
.notification-count-badge {
  font-size: 12px;
  line-height: 18px;
  background-color: #B90000;
  color: #FFFFFF;
  text-align: center;
}
/* Mobile menu */
.masthead-nav-item .notification-count-badge {
  font-size: 14px;
  line-height: 24px;
  padding-left: 7px;
  padding-right: 7px;
  float: right;
  margin-top: 0px;
  margin-left: 15px;
  min-width: 24px;
  border-radius: 12px;
}
/* Desktop menu */
.dropdown-menu-item-dark .notification-count-badge {
  font-size: 12px;
  line-height: 18px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 3px;
  margin-left: 15px;
  min-width: 18px;
  border-radius: 9px;
}
/* Mobile status dot */
.masthead-hamburger-toggle--has-notifications:after {
  background-color: #B90000;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  height: 8px;
  width: 8px;
}
.auth-avatar-notification-count-badge {
  font-size: 12px;
  line-height: 18px;
  background-color: #B90000;
  color: #FFFFFF;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  position: absolute;
  top: -6.327px;
  left: -6.327px;
  font-size: 10px;
  border: 2px solid #000000;
  line-height: 15px;
  border-radius: 9.5px;
  min-width: 19px;
  display: inline-block;
}
.auth-avatar-notification-count-badge:hover,
.auth-avatar-notification-count-badge:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.stationlinks-header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.stationlinks-header:first-child + *,
.stationlinks-header:first-child + .stationlinks-header + *,
.stationlinks-header:first-child + .stationlinks-header + .stationlinks-header + *,
.stationlinks-header:first-child + .stationlinks-header + .stationlinks-header + .stationlinks-header + *,
.stationlinks-header:first-child + .stationlinks-header + .stationlinks-header + .stationlinks-header + .stationlinks-header + *,
.stationlinks-header:first-child + .stationlinks-header + .stationlinks-header + .stationlinks-header + .stationlinks-header + .stationlinks-header + * {
  margin-top: 0;
}
@media (min-width: 768px) {
  .stationlinks-header:first-child + *,
  .stationlinks-header:first-child + .stationlinks-header + *,
  .stationlinks-header:first-child + .stationlinks-header + .stationlinks-header + *,
  .stationlinks-header:first-child + .stationlinks-header + .stationlinks-header + .stationlinks-header + *,
  .stationlinks-header:first-child + .stationlinks-header + .stationlinks-header + .stationlinks-header + .stationlinks-header + *,
  .stationlinks-header:first-child + .stationlinks-header + .stationlinks-header + .stationlinks-header + .stationlinks-header + .stationlinks-header + * {
    margin-top: 0;
  }
}
.stationlink-list {
  margin-top: 0;
  margin-top: 18px;
  width: 100%;
  box-shadow: inset 0 1px #EBEBEB;
  box-shadow: none;
}
.stationlink-list:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .stationlink-list:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .stationlink-list {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .stationlink-list {
    margin-top: 0;
  }
}
.stationlink-list:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .stationlink-list:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .stationlink-list {
    margin-top: 24px;
  }
}
.stationlink-list li {
  box-shadow: inset 0 -1px #EBEBEB;
  padding: 6px 10px;
}
.stationlink-list li:nth-child(even) {
  background-color: #F9F9F9;
}
.stationlink-list li:nth-child(even) {
  background-color: transparent;
}
.stationlink-list li:last-child {
  box-shadow: none;
}
.stationlink-list li {
  padding-left: 0;
  padding-right: 0;
}
.stationlink-list li:first-child {
  padding-top: 0;
}
.stationlink-list .btn {
  padding-top: 0;
  padding-bottom: 0;
}
.stationlink {
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 39px;
}
.stationlink:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.stationlink:before {
  background-position: -42px -6px;
}
.stationlink:before {
  background-image: url('/static/images/icons/tracklist_play.png?0482ce521de5');
}
.stationlink:before {
  width: 24px;
  height: 24px;
}
.stationlink:before {
  top: 50%;
  margin-top: -12px;
}
.stationlink:hover,
.stationlink:focus {
  text-decoration: underline;
}
.tasteometer-compat-super .tasteometer-compat-colour {
  color: #B90000;
  fill: #B90000;
  font-weight: bold;
}
.tasteometer-compat-very_high .tasteometer-compat-colour {
  color: #FF6600;
  fill: #FF6600;
  font-weight: bold;
}
.tasteometer-compat-high .tasteometer-compat-colour {
  color: #FFBB00;
  fill: #FFBB00;
  font-weight: bold;
}
.tasteometer-compat-medium .tasteometer-compat-colour {
  color: #009966;
  fill: #009966;
  font-weight: bold;
}
.tasteometer-compat-low .tasteometer-compat-colour {
  color: #9900FF;
  fill: #9900FF;
  font-weight: bold;
}
.tasteometer-compat-very_low .tasteometer-compat-colour {
  color: #999999;
  fill: #999999;
  font-weight: bold;
}
.tasteometer {
  position: relative;
}
.tasteometer-viz {
  position: relative;
  height: 38px;
  width: 38px;
}
.tasteometer-donut,
.tasteometer-avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.tasteometer-donut {
  width: 100%;
  height: 100%;
}
.tasteometer-avatar {
  top: 3px;
  left: 3px;
  width: 32px;
  height: 32px;
  border: 2px solid white;
  background-color: white;
}
.tasteometer-donut-base {
  fill: #EBEBEB;
}
.tasteometer-shared-artists {
  display: none;
}
@media (min-width: 768px) {
  .tasteometer-viz {
    height: 56px;
    width: 56px;
  }
  .tasteometer-avatar {
    top: 5px;
    left: 5px;
    width: 46px;
    height: 46px;
  }
  .tasteometer-shared-artists {
    display: block;
  }
}
.popup_visible {
  overflow: hidden;
}
.popup_background {
  z-index: 5000001;
}
.popup_wrapper {
  z-index: 5000001;
}
.modal-dialog {
  margin: 18px 15px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
  }
}
.modal-content {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.modal-header {
  padding-top: 12px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-body {
  padding-top: 18px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal-body {
    padding-top: 24px;
  }
}
.modal-header {
  padding-right: 46px;
  border-bottom: 1px solid #EBEBEB;
}
.modal-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal-title small,
.modal-title .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.modal-title small,
.modal-title .small {
  font-size: 75%;
}
.modal-title:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .modal-title:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .modal-title {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .modal-title {
    margin-top: 0;
  }
}
.modal-dismiss {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 16px;
  height: 16px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  position: absolute;
  right: 15px;
  top: 18px;
}
.modal-dismiss:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.modal-dismiss:before {
  background-position: 0 0;
}
.modal-dismiss:before {
  background-image: url('/static/images/icons/delete_222_16.png?0482ce521de5');
}
.modal-dismiss:before {
  width: 16px;
  height: 16px;
}
.modal-dismiss:before {
  top: 50%;
  margin-top: -8px;
}
.modal-dismiss:before {
  left: 50%;
  margin-left: -8px;
}
.modal-buttons {
  margin-top: 18px;
  padding-right: 7.5px;
}
.modal-buttons:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .modal-buttons:first-child {
    margin-top: 0;
  }
}
.modal-button {
  margin-top: 18px;
  display: inline-block;
  white-space: collapse;
  margin-left: 15px;
}
.modal-dialog .content-form {
  text-align: left;
}
.modal-dialog .alert-success {
  position: relative;
  text-align: left;
  font-size: inherit;
  line-height: 24px;
  color: inherit;
  background-color: inherit;
  padding-top: 79px;
  text-align: center;
}
.modal-dialog .alert-success:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.modal-dialog .alert-success:before {
  background-position: 16px 16px;
}
.modal-dialog .alert-success:before {
  background-image: url('/static/images/icons/accept_fff_32.png?0482ce521de5');
}
.modal-dialog .alert-success:before {
  width: 64px;
  height: 64px;
}
.modal-dialog .alert-success:before {
  left: 50%;
  margin-left: -32px;
}
.modal-dialog .alert-success:before {
  background-color: #009966;
  border-radius: 50%;
}
.modal-dialog--compact .modal-body {
  padding-top: 12px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.modal-dialog--compact .modal-buttons {
  margin-top: 0;
  text-align: right;
  padding-right: 0;
}
@media (min-width: 768px) {
  .modal-dialog--compact .modal-buttons {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .modal-dialog--compact {
    width: 400px;
  }
}
.wiki-history {
  margin-top: 18px;
}
.wiki-history:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wiki-history:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .wiki-history {
    margin-top: 24px;
  }
}
.wiki-history .wiki-history-table {
  display: block;
  width: 100%;
}
.wiki-history .wiki-history-table thead,
.wiki-history .wiki-history-table tbody,
.wiki-history .wiki-history-table tr,
.wiki-history .wiki-history-table td {
  display: block;
}
.wiki-history .wiki-history-table tbody tr {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 62px;
  padding-bottom: 10px;
  padding-top: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .wiki-history .wiki-history-table tbody tr {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.wiki-history .wiki-history-table tr {
  box-shadow: inset 0 -1px #EBEBEB;
}
.wiki-history .wiki-history-table th {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 768px) {
  .wiki-history .wiki-history-table {
    display: table;
    margin-top: 18px;
    width: 100%;
    box-shadow: inset 0 1px #EBEBEB;
    box-shadow: none;
  }
  .wiki-history .wiki-history-table thead,
  .wiki-history .wiki-history-table tbody {
    display: table-row-group;
  }
  .wiki-history .wiki-history-table tr {
    display: table-row;
  }
  .wiki-history .wiki-history-table td,
  .wiki-history .wiki-history-table th {
    display: table-cell;
  }
  .wiki-history .wiki-history-table:first-child {
    margin-top: 0;
  }
  .wiki-history .wiki-history-table th {
    color: #999999;
    font-weight: normal;
    text-align: left;
  }
  .wiki-history .wiki-history-table td,
  .wiki-history .wiki-history-table th {
    box-shadow: inset 0 -1px #EBEBEB;
    padding: 6px 10px;
  }
  .wiki-history .wiki-history-table tr:nth-child(even) td {
    background-color: #F9F9F9;
  }
  .wiki-history .wiki-history-table tr:nth-child(even) td {
    background-color: transparent;
  }
  .wiki-history .wiki-history-table th {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
  .wiki-history .wiki-history-table tr td:first-child {
    padding-left: 15px;
  }
  .wiki-history .wiki-history-table td,
  .wiki-history .wiki-history-table th {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .wiki-history .wiki-history-table th {
    color: #999999;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wiki-history .wiki-history-table:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wiki-history .wiki-history-table {
    margin-top: 24px;
  }
}
.wiki-history .wiki-history-table thead tr {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .wiki-history .wiki-history-table thead tr {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.wiki-history .wiki-history-table th {
  font-weight: normal;
}
.wiki-history .wiki-history-table .wiki-history-entry.is-active {
  background-color: #F7FAFC;
}
.wiki-history .wiki-history-table .wiki-history-revision {
  position: absolute;
  margin-left: -47px;
}
.wiki-history .wiki-history-table .wiki-history-revision .avatar {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .wiki-history .wiki-history-table .wiki-history-revision {
    position: static;
    margin-left: 0;
  }
  .wiki-history .wiki-history-table .wiki-history-revision .avatar {
    width: 48px;
    height: 48px;
  }
}
.wiki-history .wiki-history-table .wiki-history-revision-number {
  background-color: #999999;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
.wiki-history .wiki-history-table .wiki-history-revision-number:hover,
.wiki-history .wiki-history-table .wiki-history-revision-number:focus {
  background-color: #ADADAD;
  color: #FFFFFF;
}
.wiki-history .wiki-history-table .wiki-history-revision-number:active,
.wiki-history .wiki-history-table .wiki-history-revision-number:focus:not(:hover) {
  background-color: #707070;
  color: #FFFFFF;
}
.wiki-history .wiki-history-table .wiki-history-revision-number[disabled]:hover,
.wiki-history .wiki-history-table .wiki-history-revision-number.disabled:hover {
  background-color: #999999;
}
.ajax-form-disable-hover .wiki-history .wiki-history-table .wiki-history-revision-number:hover,
.ajax-form-disable-hover .wiki-history .wiki-history-table .wiki-history-revision-number:focus {
  background-color: #999999;
}
.wiki-history .wiki-history-table .wiki-history-revision-number:hover {
  text-decoration: none;
}
.wiki-history .wiki-history-table .wiki-history-author p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wiki-history .wiki-history-table .wiki-history-author p {
    margin-top: 0;
  }
}
.wiki-history .wiki-history-table .wiki-history-date {
  color: #999999;
}
.wiki-history .wiki-history-table .wiki-history-author-avatar {
  display: none;
}
.wiki-history .wiki-history-table .wiki-history-submit {
  padding-bottom: 12px;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  display: block;
  text-align: right;
}
.wiki-history .wiki-history-table .wiki-history-submit .btn {
  margin-top: 18px;
}
.wiki-history .wiki-history-table .wiki-history-submit .btn:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wiki-history .wiki-history-table .wiki-history-submit .btn:first-child {
    margin-top: 0;
  }
}
.wiki-history .wiki-history-table .wiki-history-compare {
  position: absolute;
  top: 6px;
  right: 15px;
}
.wiki-history .wiki-history-table .wiki-history-compare-input {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .wiki-history .wiki-history-table {
    /* ------------ Resets --------------- */
    /* ------------ The rest --------------- */
    box-shadow: none;
  }
  .wiki-history .wiki-history-table td,
  .wiki-history .wiki-history-table th {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wiki-history .wiki-history-table .wiki-history-submit {
    padding-bottom: 18px;
    display: table-cell;
  }
  .wiki-history .wiki-history-table .wiki-history-submit .btn {
    margin-top: 18px;
  }
  .wiki-history .wiki-history-table .wiki-history-submit .btn:first-child {
    margin-top: 0;
  }
  .wiki-history .wiki-history-table .wiki-history-author-avatar {
    display: block;
  }
  .wiki-history .wiki-history-table .wiki-history-compare {
    position: static;
  }
  .wiki-history .wiki-history-table th {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: left;
  }
  .wiki-history .wiki-history-table th,
  .wiki-history .wiki-history-table td {
    white-space: nowrap;
  }
  .wiki-history .wiki-history-table .wiki-history-revision {
    padding-left: 15px;
    padding-right: 15px;
    width: 108px;
  }
  .wiki-history .wiki-history-table .wiki-history-revision-number {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .wiki-history .wiki-history-table .wiki-history-author {
    position: relative;
  }
  .wiki-history .wiki-history-table .wiki-history-author p {
    margin-left: 63px;
  }
  .wiki-history .wiki-history-table .wiki-history-author-avatar {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -24px;
  }
  .wiki-history .wiki-history-table .wiki-history-summary {
    width: 100%;
    white-space: normal;
  }
  .wiki-history .wiki-history-table .wiki-history-compare {
    text-align: right;
  }
  .wiki-history .wiki-history-table .wiki-history-submit {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wiki-history .wiki-history-table .wiki-history-submit {
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wiki-history .wiki-history-table .wiki-history-submit .btn:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .wiki-history .wiki-history-table .wiki-history-submit .btn {
    margin-top: 24px;
  }
}
@media (min-width: 1260px) {
  .wiki-history .wiki-history-table td,
  .wiki-history .wiki-history-table th {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wiki-history .wiki-history-table .wiki-history-author-avatar {
    left: 30px;
  }
}
.date-picker-button {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  text-align: left;
  padding-left: 31.5px;
}
.date-picker-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.date-picker-button:before {
  background-position: 0 0;
}
.date-picker-button:before {
  background-image: url('/static/images/icons/calendar_222_24.png?0482ce521de5');
}
.date-picker-button:before {
  width: 24px;
  height: 24px;
}
.date-picker-button:before {
  top: 50%;
  margin-top: -12px;
}
.no-js .date-picker-button {
  display: inline;
}
.js .date-picker-button {
  position: relative;
  text-align: right;
  padding-right: 17px;
}
.js .date-picker-button:before {
  background-position: 0 0;
}
.js .date-picker-button:before {
  background-image: url('/static/images/icons/calendar_b90000_24.png?0482ce521de5');
}
.js .date-picker-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.js .date-picker-button:after {
  background-position: 0 -16px;
}
.js .date-picker-button:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.js .date-picker-button:after {
  width: 16px;
  height: 16px;
}
.js .date-picker-button:after {
  top: 50%;
  margin-top: -8px;
}
.js .date-picker-button:after {
  margin-top: -7px;
  margin-right: -2px;
}
.js .date-picker-button.dropdown--open:after {
  background-position: 0 0;
}
.js .date-picker-button.dropdown--open:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.js .date-picker-button.disclose-active:after {
  background-position: 0 0;
}
.js .date-picker-button.disclose-active:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.date-picker-content {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.date-picker-content:before,
.date-picker-content:after {
  content: " ";
  display: table;
}
.date-picker-content:after {
  clear: both;
}
.date-picker-content:before,
.date-picker-content:after {
  content: " ";
  display: table;
}
.date-picker-content:after {
  clear: both;
}
@media (min-width: 768px) {
  .date-picker-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .date-picker-content {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .date-picker-content {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .date-picker-content {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .date-picker-content {
    position: absolute;
    z-index: 5000000;
  }
}
@media (min-width: 768px) {
  .date-picker-content {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .date-picker-content {
    min-width: 220px;
  }
}
@media (min-width: 1260px) {
  .date-picker-content {
    min-width: 270px;
  }
}
.date-picker-form .form-group-controls {
  margin-top: 6px;
}
.date-picker-form .form-group-controls:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .date-picker-form .form-group-controls:first-child {
    margin-top: 0;
  }
}
.date-picker-form .control-label {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .date-picker-form .form-group {
    margin-top: 18px;
  }
  .date-picker-form .form-group:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .date-picker-form .form-group:first-child {
    margin-top: 0;
  }
}
.date-range-picker-button {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  position: relative;
  text-align: left;
  padding-left: 31.5px;
  color: #B90000;
}
.date-range-picker-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.date-range-picker-button:before {
  background-position: 0 0;
}
.date-range-picker-button:before {
  background-image: url('/static/images/icons/calendar_222_24.png?0482ce521de5');
}
.date-range-picker-button:before {
  width: 24px;
  height: 24px;
}
.date-range-picker-button:before {
  top: 50%;
  margin-top: -12px;
}
.no-js .date-range-picker-button {
  display: inline;
}
.js .date-range-picker-button {
  position: relative;
  text-align: right;
  padding-right: 17px;
}
.js .date-range-picker-button:before {
  background-position: 0 0;
}
.js .date-range-picker-button:before {
  background-image: url('/static/images/icons/calendar_b90000_24.png?0482ce521de5');
}
.js .date-range-picker-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.js .date-range-picker-button:after {
  background-position: 0 -16px;
}
.js .date-range-picker-button:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.js .date-range-picker-button:after {
  width: 16px;
  height: 16px;
}
.js .date-range-picker-button:after {
  top: 50%;
  margin-top: -8px;
}
.js .date-range-picker-button:after {
  margin-top: -7px;
  margin-right: -2px;
}
.js .date-range-picker-button.dropdown--open:after {
  background-position: 0 0;
}
.js .date-range-picker-button.dropdown--open:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.js .date-range-picker-button.disclose-active:after {
  background-position: 0 0;
}
.js .date-range-picker-button.disclose-active:after {
  background-image: url('/static/images/icons/dropdown_arrow_16.png?0482ce521de5');
}
.js .date-range-picker-button {
  color: #B90000;
}
.js .date-range-picker-button:after {
  display: none;
}
.js .date-range-picker-button .date-range-picker-button-inner {
  position: relative;
  text-align: right;
  padding-right: 17px;
  display: block;
  font-weight: bold;
}
.js .date-range-picker-button .date-range-picker-button-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.js .date-range-picker-button .date-range-picker-button-inner:before {
  background-position: 0 -16px;
}
.js .date-range-picker-button .date-range-picker-button-inner:before {
  background-image: url('/static/images/icons/dropdown_arrow_b90000.png?0482ce521de5');
}
.js .date-range-picker-button .date-range-picker-button-inner:before {
  width: 16px;
  height: 16px;
}
.js .date-range-picker-button .date-range-picker-button-inner:before {
  top: 50%;
  margin-top: -8px;
}
.js .date-range-picker-button .date-range-picker-button-inner:before {
  margin-top: -7px;
  margin-right: -2px;
}
.js .date-range-picker-button .date-range-picker-button-inner.dropdown--open:before {
  background-position: 0 0;
}
.js .date-range-picker-button .date-range-picker-button-inner.dropdown--open:before {
  background-image: url('/static/images/icons/dropdown_arrow_b90000.png?0482ce521de5');
}
.js .date-range-picker-button.disclose-active .date-range-picker-button-inner:before {
  background-position: 0 0;
}
.js .date-range-picker-button.disclose-active .date-range-picker-button-inner:before {
  background-image: url('/static/images/icons/dropdown_arrow_b90000.png?0482ce521de5');
}
.date-range-picker-content {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 6px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.date-range-picker-content:before,
.date-range-picker-content:after {
  content: " ";
  display: table;
}
.date-range-picker-content:after {
  clear: both;
}
.date-range-picker-content:before,
.date-range-picker-content:after {
  content: " ";
  display: table;
}
.date-range-picker-content:after {
  clear: both;
}
@media (min-width: 768px) {
  .date-range-picker-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .date-range-picker-content {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .date-range-picker-content {
    padding: 6px 0;
    border: none;
    border-radius: 5px;
  }
}
@media (min-width: 768px) {
  .date-range-picker-content {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) {
  .date-range-picker-content {
    position: absolute;
    z-index: 5000000;
  }
}
@media (min-width: 768px) {
  .date-range-picker-content {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .date-range-picker-content {
    min-width: 220px;
  }
}
@media (min-width: 1260px) {
  .date-range-picker-content {
    min-width: 270px;
  }
}
.date-range-picker-presets {
  float: left;
  width: 50%;
}
.date-range-picker-presets a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: inherit;
  width: 100%;
  text-align: left;
  color: #222222;
}
.date-range-picker-presets a:hover,
.date-range-picker-presets a:focus {
  color: inherit;
}
@media (min-width: 768px) {
  .date-range-picker-presets a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.date-range-picker-presets a:hover,
.date-range-picker-presets a:focus {
  color: #222222;
}
@media (min-width: 768px) {
  .date-range-picker-presets a:hover,
  .date-range-picker-presets a:focus {
    background: #EBEBEB;
  }
}
@media (min-width: 768px) {
  .date-range-picker-presets a:hover,
  .date-range-picker-presets a:focus {
    text-decoration: none;
  }
}
.date-range-picker-presets--col-2 {
  margin-top: 0;
  float: right;
}
@media (min-width: 768px) {
  .date-range-picker-presets--col-2 {
    margin-top: 0;
  }
}
.date-range-picker-preset--selected a {
  color: #B90000;
}
.date-range-picker-preset--selected a:hover,
.date-range-picker-preset--selected a:focus {
  color: #B90000;
}
.date-range-picker-form {
  margin-top: 6px;
  display: inline-block;
  clear: left;
  width: 100%;
  border-top: 1px solid #EBEBEB;
}
.date-range-picker-form .form-group-controls {
  margin-top: 6px;
}
.date-range-picker-form .form-group-controls:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .date-range-picker-form .form-group-controls:first-child {
    margin-top: 0;
  }
}
.date-range-picker-form .control-label {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .date-range-picker-form .form-group {
    margin-top: 18px;
  }
  .date-range-picker-form .form-group:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .date-range-picker-form .form-group:first-child {
    margin-top: 0;
  }
}
.date-range-picker-form:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .date-range-picker-form:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .date-range-picker-presets-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .date-range-picker-presets a {
    padding-right: 7.5px;
  }
  .date-range-picker-presets--col-2 a {
    padding-left: 7.5px;
  }
}
.library-controls .secondary-nav-item .secondary-nav-item-link {
  position: relative;
  text-align: left;
  padding-left: 46px;
}
.library-controls .secondary-nav-item .secondary-nav-item-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.library-controls .secondary-nav-item .secondary-nav-item-link:before {
  background-position: 0 0;
}
.library-controls .secondary-nav-item .secondary-nav-item-link:before {
  background-image: url('/static/images/icons/library_nav.png?0482ce521de5');
}
.library-controls .secondary-nav-item .secondary-nav-item-link:before {
  width: 36px;
  height: 36px;
}
.library-controls .secondary-nav-item .secondary-nav-item-link:before {
  left: 5px;
  top: -5px;
}
.library-controls .secondary-nav-item--overview .secondary-nav-item-link:before {
  background-position: 0px 0;
}
.library-controls .secondary-nav-item--overview .secondary-nav-item-link:hover:before,
.library-controls .secondary-nav-item--overview .secondary-nav-item-link:focus:before,
.library-controls .secondary-nav-item--overview .secondary-nav-item-link.secondary-nav-item-link--active:before {
  background-position: 0px -36px;
}
.library-controls .secondary-nav-item--artists .secondary-nav-item-link:before {
  background-position: -36px 0;
}
.library-controls .secondary-nav-item--artists .secondary-nav-item-link:hover:before,
.library-controls .secondary-nav-item--artists .secondary-nav-item-link:focus:before,
.library-controls .secondary-nav-item--artists .secondary-nav-item-link.secondary-nav-item-link--active:before {
  background-position: -36px -36px;
}
.library-controls .secondary-nav-item--albums .secondary-nav-item-link:before {
  background-position: -72px 0;
}
.library-controls .secondary-nav-item--albums .secondary-nav-item-link:hover:before,
.library-controls .secondary-nav-item--albums .secondary-nav-item-link:focus:before,
.library-controls .secondary-nav-item--albums .secondary-nav-item-link.secondary-nav-item-link--active:before {
  background-position: -72px -36px;
}
.library-controls .secondary-nav-item--tracks .secondary-nav-item-link:before {
  background-position: -108px 0;
}
.library-controls .secondary-nav-item--tracks .secondary-nav-item-link:hover:before,
.library-controls .secondary-nav-item--tracks .secondary-nav-item-link:focus:before,
.library-controls .secondary-nav-item--tracks .secondary-nav-item-link.secondary-nav-item-link--active:before {
  background-position: -108px -36px;
}
.library-controls-datepicker {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #F9F9F9;
  border-width: 1px 0;
  border-color: #EBEBEB;
  border-style: solid;
  border-top: none;
}
@media (min-width: 768px) {
  .library-controls-datepicker {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.library-controls-datepicker .date-range-picker-content {
  padding-top: 0;
  border-top: none;
  border-bottom: none;
}
@media (min-width: 768px) {
  .library-controls-datepicker .date-range-picker-content {
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
  }
}
.library-controls-datepicker .date-range-picker-form {
  padding-top: 12px;
}
.js .date-range-picker-button {
  position: relative;
  text-align: left;
  padding-left: 32px;
}
.js .date-range-picker-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.js .date-range-picker-button:before {
  background-position: 0 0;
}
.js .date-range-picker-button:before {
  background-image: url('/static/images/icons/calendar_b90000_24.png?0482ce521de5');
}
.js .date-range-picker-button:before {
  width: 24px;
  height: 24px;
}
.js .date-range-picker-button:before {
  top: 50%;
  margin-top: -12px;
}
@media (min-width: 768px) {
  .library-controls {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    float: left;
  }
  .library-controls .secondary-nav {
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
    width: 100%;
  }
  .library-controls-datepicker {
    position: relative;
    min-height: 1px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    float: left;
    width: 100%;
    background: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 18px;
    text-align: right;
  }
  .library-controls-datepicker:first-child {
    margin-top: 0;
  }
  .js .date-range-picker-button {
    position: relative;
    text-align: right;
    padding-left: 0;
    padding-right: 32px;
  }
  .js .date-range-picker-button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .js .date-range-picker-button:before {
    background-position: -7px -2px;
  }
  .js .date-range-picker-button:before {
    background-image: url('/static/images/icons/library_controls.png?0482ce521de5');
  }
  .js .date-range-picker-button:before {
    width: 22px;
    height: 32px;
  }
  .js .date-range-picker-button:before {
    top: 50%;
    margin-top: -16px;
  }
  .date-range-picker-content {
    text-align: left;
    right: 10px;
    min-width: 270px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .library-controls {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .library-controls {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .library-controls .secondary-nav {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .library-controls .secondary-nav {
    float: left;
    width: 640px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .library-controls .secondary-nav {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .library-controls .secondary-nav {
    float: left;
    width: 800px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .library-controls-datepicker {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .library-controls-datepicker {
    float: left;
    width: 320px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .library-controls-datepicker {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .library-controls-datepicker {
    float: left;
    width: 400px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .library-controls-datepicker:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .library-controls-datepicker {
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .library-controls-datepicker {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .library-controls-datepicker {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .date-range-picker-content {
    right: 15px;
  }
}
.scrobble-chart,
.scrobble-table {
  margin-top: 18px;
}
.scrobble-chart:first-child,
.scrobble-table:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .scrobble-chart:first-child,
  .scrobble-table:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .scrobble-chart,
  .scrobble-table {
    margin-top: 24px;
  }
}
/* Full page image list
   ========================================================================== */
.image-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 768px) {
  .image-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .image-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.image-list-item {
  margin-top: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 25%;
}
@media (min-width: 768px) {
  .image-list-item {
    margin-top: 20px;
  }
}
@media (min-width: 1260px) {
  .image-list-item {
    margin-top: 30px;
  }
}
.image-list-item:nth-child(-n + 4) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .image-list-item:nth-child(-n + 4) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .image-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .image-list-item {
    float: left;
    width: 240px;
  }
}
@media (min-width: 1260px) {
  .image-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .image-list-item {
    float: left;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .image-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .image-list-item {
    float: left;
    width: 160px;
  }
}
@media (min-width: 1260px) {
  .image-list-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .image-list-item {
    float: left;
    width: 200px;
  }
}
.image-list-link {
  display: block;
  padding-top: 100%;
}
.image-list-image {
  display: block;
  width: 100%;
  margin-top: -100%;
}
/* Sidebar image list
   ========================================================================== */
.sidebar-image-list {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.sidebar-image-list:before,
.sidebar-image-list:after {
  content: " ";
  display: table;
}
.sidebar-image-list:after {
  clear: both;
}
.sidebar-image-list:before,
.sidebar-image-list:after {
  content: " ";
  display: table;
}
.sidebar-image-list:after {
  clear: both;
}
.sidebar-image-list-item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 25%;
  margin-bottom: 15px;
}
.sidebar-image-list-image {
  display: block;
  width: 100%;
  height: 100%;
}
.upload-video-cta {
  margin-top: 18px;
  position: relative;
  text-align: left;
  display: block;
  background-color: #F7FAFC;
  border: 2px solid #B2CBE0;
  padding: 15px;
  padding-left: 62px;
}
.upload-video-cta:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .upload-video-cta:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .upload-video-cta {
    margin-top: 24px;
  }
}
.upload-video-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.upload-video-cta:before {
  background-position: 0 0;
}
.upload-video-cta:before {
  background-image: url('/static/images/icons/cta_video_32.png?0482ce521de5');
}
.upload-video-cta:before {
  width: 32px;
  height: 32px;
}
.upload-video-cta:before {
  top: 50%;
  margin-top: -16px;
}
.upload-video-cta:before {
  margin-left: 15px;
}
.upload-video-cta:hover {
  background-color: #F0F5F9;
  border-color: #7FA9CC;
}
.upload-video-cta:hover:before {
  background-position: 0 -32px;
}
.show-empty-state-ctas .upload-video-cta {
  position: relative;
  text-align: left;
  padding: 30px;
  padding-left: 124px;
}
.show-empty-state-ctas .upload-video-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.show-empty-state-ctas .upload-video-cta:before {
  background-position: 0 0;
}
.show-empty-state-ctas .upload-video-cta:before {
  background-image: url('/static/images/icons/cta_video_64.png?0482ce521de5');
}
.show-empty-state-ctas .upload-video-cta:before {
  width: 64px;
  height: 64px;
}
.show-empty-state-ctas .upload-video-cta:before {
  top: 50%;
  margin-top: -32px;
}
.show-empty-state-ctas .upload-video-cta:before {
  margin-left: 30px;
}
.show-empty-state-ctas .upload-video-cta:hover:before {
  background-position: 0 -64px;
}
.show-empty-state-ctas .upload-video-cta .cta-link {
  display: block;
}
.tag-cta {
  margin-top: 18px;
  position: relative;
  text-align: left;
  display: block;
  background-color: #F7FAFC;
  border: 2px solid #B2CBE0;
  padding: 15px;
  padding-left: 62px;
}
.tag-cta:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .tag-cta:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .tag-cta {
    margin-top: 24px;
  }
}
.tag-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.tag-cta:before {
  background-position: 0 0;
}
.tag-cta:before {
  background-image: url('/static/images/icons/cta_tag_32.png?0482ce521de5');
}
.tag-cta:before {
  width: 32px;
  height: 32px;
}
.tag-cta:before {
  top: 50%;
  margin-top: -16px;
}
.tag-cta:before {
  margin-left: 15px;
}
.tag-cta:hover {
  background-color: #F0F5F9;
  border-color: #7FA9CC;
}
.tag-cta:hover:before {
  background-position: 0 -32px;
}
.show-empty-state-ctas .tag-cta {
  position: relative;
  text-align: left;
  padding: 30px;
  padding-left: 124px;
}
.show-empty-state-ctas .tag-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.show-empty-state-ctas .tag-cta:before {
  background-position: 0 0;
}
.show-empty-state-ctas .tag-cta:before {
  background-image: url('/static/images/icons/cta_tag_64.png?0482ce521de5');
}
.show-empty-state-ctas .tag-cta:before {
  width: 64px;
  height: 64px;
}
.show-empty-state-ctas .tag-cta:before {
  top: 50%;
  margin-top: -32px;
}
.show-empty-state-ctas .tag-cta:before {
  margin-left: 30px;
}
.show-empty-state-ctas .tag-cta:hover:before {
  background-position: 0 -64px;
}
.show-empty-state-ctas .tag-cta .cta-link {
  display: block;
}
.wiki-cta {
  margin-top: 18px;
  position: relative;
  text-align: left;
  display: block;
  background-color: #F7FAFC;
  border: 2px solid #B2CBE0;
  padding: 15px;
  padding-left: 62px;
}
.wiki-cta:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wiki-cta:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .wiki-cta {
    margin-top: 24px;
  }
}
.wiki-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.wiki-cta:before {
  background-position: 0 0;
}
.wiki-cta:before {
  background-image: url('/static/images/icons/cta_wiki_32.png?0482ce521de5');
}
.wiki-cta:before {
  width: 32px;
  height: 32px;
}
.wiki-cta:before {
  top: 50%;
  margin-top: -16px;
}
.wiki-cta:before {
  margin-left: 15px;
}
.wiki-cta:hover {
  background-color: #F0F5F9;
  border-color: #7FA9CC;
}
.wiki-cta:hover:before {
  background-position: 0 -32px;
}
.show-empty-state-ctas .wiki-cta {
  position: relative;
  text-align: left;
  padding: 30px;
  padding-left: 124px;
}
.show-empty-state-ctas .wiki-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.show-empty-state-ctas .wiki-cta:before {
  background-position: 0 0;
}
.show-empty-state-ctas .wiki-cta:before {
  background-image: url('/static/images/icons/cta_wiki_64.png?0482ce521de5');
}
.show-empty-state-ctas .wiki-cta:before {
  width: 64px;
  height: 64px;
}
.show-empty-state-ctas .wiki-cta:before {
  top: 50%;
  margin-top: -32px;
}
.show-empty-state-ctas .wiki-cta:before {
  margin-left: 30px;
}
.show-empty-state-ctas .wiki-cta:hover:before {
  background-position: 0 -64px;
}
.show-empty-state-ctas .wiki-cta .cta-link {
  display: block;
}
.upload-artwork-cta {
  margin-top: 18px;
  position: relative;
  text-align: left;
  display: block;
  background-color: #F7FAFC;
  border: 2px solid #B2CBE0;
  padding: 15px;
  padding-left: 62px;
}
.upload-artwork-cta:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .upload-artwork-cta:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .upload-artwork-cta {
    margin-top: 24px;
  }
}
.upload-artwork-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.upload-artwork-cta:before {
  background-position: 0 0;
}
.upload-artwork-cta:before {
  background-image: url('/static/images/icons/cta_artwork_32.png');
}
.upload-artwork-cta:before {
  width: 32px;
  height: 32px;
}
.upload-artwork-cta:before {
  top: 50%;
  margin-top: -16px;
}
.upload-artwork-cta:before {
  margin-left: 15px;
}
.upload-artwork-cta:hover {
  background-color: #F0F5F9;
  border-color: #7FA9CC;
}
.upload-artwork-cta:hover:before {
  background-position: 0 -32px;
}
.show-empty-state-ctas .upload-artwork-cta {
  position: relative;
  text-align: left;
  padding: 30px;
  padding-left: 124px;
}
.show-empty-state-ctas .upload-artwork-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.show-empty-state-ctas .upload-artwork-cta:before {
  background-position: 0 0;
}
.show-empty-state-ctas .upload-artwork-cta:before {
  background-image: url('/static/images/icons/cta_artwork_64.png?0482ce521de5');
}
.show-empty-state-ctas .upload-artwork-cta:before {
  width: 64px;
  height: 64px;
}
.show-empty-state-ctas .upload-artwork-cta:before {
  top: 50%;
  margin-top: -32px;
}
.show-empty-state-ctas .upload-artwork-cta:before {
  margin-left: 30px;
}
.show-empty-state-ctas .upload-artwork-cta:hover:before {
  background-position: 0 -64px;
}
.show-empty-state-ctas .upload-artwork-cta .cta-link {
  display: block;
}
.upload-image-cta {
  margin-top: 18px;
  position: relative;
  text-align: left;
  display: block;
  background-color: #F7FAFC;
  border: 2px solid #B2CBE0;
  padding: 15px;
  padding-left: 62px;
}
.upload-image-cta:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .upload-image-cta:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .upload-image-cta {
    margin-top: 24px;
  }
}
.upload-image-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.upload-image-cta:before {
  background-position: 0 0;
}
.upload-image-cta:before {
  background-image: url('/static/images/icons/cta_picture_32.png');
}
.upload-image-cta:before {
  width: 32px;
  height: 32px;
}
.upload-image-cta:before {
  top: 50%;
  margin-top: -16px;
}
.upload-image-cta:before {
  margin-left: 15px;
}
.upload-image-cta:hover {
  background-color: #F0F5F9;
  border-color: #7FA9CC;
}
.upload-image-cta:hover:before {
  background-position: 0 -32px;
}
.show-empty-state-ctas .upload-image-cta {
  position: relative;
  text-align: left;
  padding: 30px;
  padding-left: 124px;
}
.show-empty-state-ctas .upload-image-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.show-empty-state-ctas .upload-image-cta:before {
  background-position: 0 0;
}
.show-empty-state-ctas .upload-image-cta:before {
  background-image: url('/static/images/icons/cta_picture_64.png?0482ce521de5');
}
.show-empty-state-ctas .upload-image-cta:before {
  width: 64px;
  height: 64px;
}
.show-empty-state-ctas .upload-image-cta:before {
  top: 50%;
  margin-top: -32px;
}
.show-empty-state-ctas .upload-image-cta:before {
  margin-left: 30px;
}
.show-empty-state-ctas .upload-image-cta:hover:before {
  background-position: 0 -64px;
}
.show-empty-state-ctas .upload-image-cta .cta-link {
  display: block;
}
.subscribe-cta {
  margin-top: 18px;
  background-color: #FFFCCA;
  padding: 15px;
  text-align: center;
}
.subscribe-cta:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-cta:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .subscribe-cta {
    margin-top: 24px;
  }
}
.subscribe-cta a {
  margin-top: 12px;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #FFBB00;
  color: #FFFFFF;
  font-size: 18px;
  width: 100%;
}
.subscribe-cta a:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subscribe-cta a:first-child {
    margin-top: 0;
  }
}
.subscribe-cta a:hover,
.subscribe-cta a:focus {
  text-decoration: none;
}
.subscribe-cta a[disabled],
.subscribe-cta a.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.subscribe-cta a:hover,
.subscribe-cta a:focus {
  background-color: #FFC900;
  color: #FFFFFF;
}
.subscribe-cta a:active,
.subscribe-cta a:focus:not(:hover) {
  background-color: #ECAD00;
  color: #FFFFFF;
}
.subscribe-cta a[disabled]:hover,
.subscribe-cta a.disabled:hover {
  background-color: #FFBB00;
}
.ajax-form-disable-hover .subscribe-cta a:hover,
.ajax-form-disable-hover .subscribe-cta a:focus {
  background-color: #FFBB00;
}
.col-sidebar .suggest-correction-cta {
  display: none;
}
@media (min-width: 768px) {
  .col-sidebar .suggest-correction-cta {
    display: block;
  }
  .col-main .suggest-correction-cta {
    display: none;
  }
  .col-main .suggest-correction-cta:first-child + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + * {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .col-main .suggest-correction-cta:first-child + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + *,
  .col-main .suggest-correction-cta:first-child + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + .col-main .suggest-correction-cta + * {
    margin-top: 0;
  }
}
.suggest-correction-cta {
  position: relative;
  text-align: left;
  padding-left: 39px;
}
.suggest-correction-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.suggest-correction-cta:before {
  background-position: 0 0;
}
.suggest-correction-cta:before {
  background-image: url('/static/images/icons/edit_222_24.png?0482ce521de5');
}
.suggest-correction-cta:before {
  width: 24px;
  height: 24px;
}
.corrections_message {
  display: flex;
  flex-wrap: wrap;
}
.corrections_message p {
  flex-grow: 1;
}
.corrections_message .suggest-correction-cta {
  display: block;
}
.corrections-modal .form-submit {
  text-align: right;
}
.corrections-modal .modal-cancel {
  color: #005399;
  background: none;
  border: none;
  padding: 0;
  color: #999999;
}
.corrections-modal .modal-cancel:hover,
.corrections-modal .modal-cancel:focus {
  text-decoration: underline;
}
.correction-vote-buttons {
  margin-top: 12px;
}
.correction-vote-buttons:before,
.correction-vote-buttons:after {
  content: " ";
  display: table;
}
.correction-vote-buttons:after {
  clear: both;
}
.correction-vote-buttons:before,
.correction-vote-buttons:after {
  content: " ";
  display: table;
}
.correction-vote-buttons:after {
  clear: both;
}
.correction-vote-buttons:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .correction-vote-buttons:first-child {
    margin-top: 0;
  }
}
.correction-vote-yes-off {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #999999;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.correction-vote-yes-off:hover,
.correction-vote-yes-off:focus {
  text-decoration: none;
}
.correction-vote-yes-off[disabled],
.correction-vote-yes-off.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.correction-vote-yes-off:hover,
.correction-vote-yes-off:focus {
  background-color: #ADADAD;
  color: #FFFFFF;
}
.correction-vote-yes-off:active,
.correction-vote-yes-off:focus:not(:hover) {
  background-color: #707070;
  color: #FFFFFF;
}
.correction-vote-yes-off[disabled]:hover,
.correction-vote-yes-off.disabled:hover {
  background-color: #999999;
}
.ajax-form-disable-hover .correction-vote-yes-off:hover,
.ajax-form-disable-hover .correction-vote-yes-off:focus {
  background-color: #999999;
}
.correction-vote-yes-on {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #009966;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.correction-vote-yes-on:hover,
.correction-vote-yes-on:focus {
  text-decoration: none;
}
.correction-vote-yes-on[disabled],
.correction-vote-yes-on.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.correction-vote-yes-on:hover,
.correction-vote-yes-on:focus {
  background-color: #00AD7A;
  color: #FFFFFF;
}
.correction-vote-yes-on:active,
.correction-vote-yes-on:focus:not(:hover) {
  background-color: #00703D;
  color: #FFFFFF;
}
.correction-vote-yes-on[disabled]:hover,
.correction-vote-yes-on.disabled:hover {
  background-color: #009966;
}
.ajax-form-disable-hover .correction-vote-yes-on:hover,
.ajax-form-disable-hover .correction-vote-yes-on:focus {
  background-color: #009966;
}
.correction-vote-yes-on:hover {
  background-color: #009966;
}
.correction-vote-no-off {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #999999;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 5px;
}
.correction-vote-no-off:hover,
.correction-vote-no-off:focus {
  text-decoration: none;
}
.correction-vote-no-off[disabled],
.correction-vote-no-off.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.correction-vote-no-off:hover,
.correction-vote-no-off:focus {
  background-color: #ADADAD;
  color: #FFFFFF;
}
.correction-vote-no-off:active,
.correction-vote-no-off:focus:not(:hover) {
  background-color: #707070;
  color: #FFFFFF;
}
.correction-vote-no-off[disabled]:hover,
.correction-vote-no-off.disabled:hover {
  background-color: #999999;
}
.ajax-form-disable-hover .correction-vote-no-off:hover,
.ajax-form-disable-hover .correction-vote-no-off:focus {
  background-color: #999999;
}
.correction-vote-no-off:first-child {
  margin-left: 0;
}
.correction-vote-no-on {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  background-color: #B90000;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 5px;
}
.correction-vote-no-on:hover,
.correction-vote-no-on:focus {
  text-decoration: none;
}
.correction-vote-no-on[disabled],
.correction-vote-no-on.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: #FFFFFF !important;
}
.correction-vote-no-on:hover,
.correction-vote-no-on:focus {
  background-color: #D50000;
  color: #FFFFFF;
}
.correction-vote-no-on:active,
.correction-vote-no-on:focus:not(:hover) {
  background-color: #9D0000;
  color: #FFFFFF;
}
.correction-vote-no-on[disabled]:hover,
.correction-vote-no-on.disabled:hover {
  background-color: #B90000;
}
.ajax-form-disable-hover .correction-vote-no-on:hover,
.ajax-form-disable-hover .correction-vote-no-on:focus {
  background-color: #B90000;
}
.correction-vote-no-on:first-child {
  margin-left: 0;
}
.correction-vote-no-on:hover {
  background-color: #B90000;
}
.correction-vote-yes-on,
.correction-vote-no-on {
  display: none;
}
.correction-vote-buttons[data-ajax-form-state='yes-voted'] .correction-vote-yes-on {
  display: block;
}
.correction-vote-buttons[data-ajax-form-state='yes-voted'] .correction-vote-yes-off {
  display: none;
}
.correction-vote-buttons[data-ajax-form-state='no-voted'] .correction-vote-no-on {
  display: block;
}
.correction-vote-buttons[data-ajax-form-state='no-voted'] .correction-vote-no-off {
  display: none;
}
.suggest-correction-success-message {
  display: none;
}
.correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message {
  margin-top: 12px;
  margin-top: 18px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 9px 15px;
  border-radius: 5px;
  background: #E5F5EF;
  color: #009966;
  display: block;
}
.correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message:first-child {
    margin-top: 0;
  }
}
.correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message {
    margin-top: 24px;
  }
}
.correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message a {
  color: inherit;
  text-decoration: underline;
}
.correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message a:hover,
.correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message a:focus {
  color: inherit;
}
.correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message a:hover,
.correction-vote-buttons[data-ajax-form-success] + .suggest-correction-success-message a:focus {
  text-decoration: none;
}
.content-form input[type=text].location-picker-search,
.location-picker-search {
  margin-top: 12px;
}
.content-form input[type=text].location-picker-search:first-child,
.location-picker-search:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-form input[type=text].location-picker-search:first-child,
  .location-picker-search:first-child {
    margin-top: 0;
  }
}
.location-picker-map {
  margin-top: 12px;
  width: 100%;
  height: 264px;
}
.location-picker-map:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .location-picker-map:first-child {
    margin-top: 0;
  }
}
.location-picker-detect--processing {
  position: relative;
  text-align: left;
  padding-left: 21px;
}
.location-picker-detect--processing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.location-picker-detect--processing:before {
  background-position: 0 0;
}
.location-picker-detect--processing:before {
  background-image: url('/static/images/loading_222_16.gif?0482ce521de5');
}
.location-picker-detect--processing:before {
  width: 16px;
  height: 16px;
}
.location-picker-detect--processing:before {
  top: 50%;
  margin-top: -8px;
}
.location-picker-help {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  margin-top: 12px;
}
.location-picker-help:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .location-picker-help:first-child {
    margin-top: 0;
  }
}
.location-picker-help--hidden {
  display: none;
}
.pac-container {
  z-index: 5000001;
}
.location-picker-label-detect {
  display: none;
}
.location-picker-label-search {
  margin-top: 0;
}
@media (min-width: 768px) {
  .location-picker-label-search {
    margin-top: 0;
  }
}
.location-picker--with-autodetect .location-picker-label-detect {
  display: block;
}
.location-picker--with-autodetect .location-picker-label-search {
  display: none;
}
.features-footer-item {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.features-footer-cover-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.features-footer-cover-image:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.7) 100%);
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.features-footer-cover-image-image {
  display: block;
  width: 100%;
}
.features-footer-item {
  position: relative;
}
.features-footer-item a,
.features-footer-item button {
  position: relative;
  z-index: 1;
}
.features-footer-item.link-block--hover .link-block-target {
  text-decoration: underline;
}
.features-footer-item .link-block-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.features-footer-item .features-footer-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.features-footer {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .features-footer {
    margin-top: 0;
  }
}
.features-footer-items {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  left: 0;
  transition: left 0.5s;
  transform: translateZ(0);
}
.features-footer-items:before,
.features-footer-items:after {
  content: " ";
  display: table;
}
.features-footer-items:after {
  clear: both;
}
.features-footer-items:before,
.features-footer-items:after {
  content: " ";
  display: table;
}
.features-footer-items:after {
  clear: both;
}
.features-footer-disable-transition .features-footer-items {
  transition: none;
}
.features-footer-item {
  float: left;
  color: #FFFFFF;
  height: 230px;
  width: 100%;
}
.features-footer-item:nth-child(n+2) {
  position: absolute;
}
.features-footer-item:nth-child(2) {
  right: -100%;
}
.features-footer-item:nth-child(3) {
  right: -200%;
}
.features-footer-item:nth-child(4) {
  right: -300%;
}
.features-footer-item:nth-child(5) {
  right: -300%;
}
.features-footer-item:nth-child(6) {
  left: -300%;
}
.features-footer-item:nth-child(7) {
  left: -300%;
}
.features-footer-item:nth-child(8) {
  left: -200%;
}
.features-footer-item:nth-child(9) {
  left: -100%;
}
.features-footer-item a {
  color: inherit;
}
.features-footer-item a:hover,
.features-footer-item a:focus {
  color: inherit;
}
.features-footer-category {
  font-size: 12px;
  line-height: 18px;
  font-size: 10px;
  line-height: 21px;
  border-radius: 24px;
  padding: 1.5px 10px;
  background: #B90000;
}
.features-footer-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  display: block;
  font-weight: bold;
}
.features-footer-title:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .features-footer-title:first-child {
    margin-top: 0;
  }
}
.features-footer-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 36px;
}
.features-footer-previous {
  left: 0;
}
.features-footer-previous .arrow {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.features-footer-previous .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.features-footer-previous .arrow:before {
  background-position: 0 0;
}
.features-footer-previous .arrow:before {
  background-image: url('/static/images/icons/gallery_arrows_24.png?0482ce521de5');
}
.features-footer-previous .arrow:before {
  width: 24px;
  height: 24px;
}
.features-footer-previous .arrow:before {
  top: 50%;
  margin-top: -12px;
}
.features-footer-previous .arrow:before {
  left: 50%;
  margin-left: -12px;
}
.features-footer-next {
  right: 0;
}
.features-footer-next .arrow {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 24px;
  height: 24px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
.features-footer-next .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.features-footer-next .arrow:before {
  background-position: -24px 0;
}
.features-footer-next .arrow:before {
  background-image: url('/static/images/icons/gallery_arrows_24.png?0482ce521de5');
}
.features-footer-next .arrow:before {
  width: 24px;
  height: 24px;
}
.features-footer-next .arrow:before {
  top: 50%;
  margin-top: -12px;
}
.features-footer-next .arrow:before {
  left: 50%;
  margin-left: -12px;
}
.features-footer-previous,
.features-footer-next {
  position: absolute;
  top: 0;
}
.features-footer-previous .arrow,
.features-footer-next .arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 15px;
  border: 2px solid #FFFFFF;
}
.features-footer-previous .arrow,
.features-footer-next .arrow,
.features-footer-previous:focus.remove-focus .arrow,
.features-footer-next:focus.remove-focus .arrow {
  background-color: rgba(0, 0, 0, 0.2);
}
.features-footer-previous:hover .arrow,
.features-footer-next:hover .arrow,
.features-footer-previous:focus .arrow,
.features-footer-next:focus .arrow,
.features-footer-previous:hover.remove-focus .arrow,
.features-footer-next:hover.remove-focus .arrow {
  background-color: rgba(0, 0, 0, 0.4);
}
.features-footer-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.features-footer-dot {
  width: 6px;
  height: 6px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: bottom;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.features-footer-dot:first-child {
  margin-left: 0;
}
.features-footer-dot--active {
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .features-footer .container {
    position: relative;
  }
  .features-footer-items {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
  }
  .features-footer-item {
    width: 320px;
  }
  .features-footer-item:nth-child(-n+3) {
    position: relative;
  }
  .features-footer-item:nth-child(n+1) {
    left: auto;
    right: auto;
  }
  .features-footer-item:nth-child(4) {
    right: -320px;
  }
  .features-footer-item:nth-child(5) {
    right: -640px;
  }
  .features-footer-item:nth-child(6) {
    right: -960px;
  }
  .features-footer-item:nth-child(7) {
    left: -960px;
  }
  .features-footer-item:nth-child(8) {
    left: -640px;
  }
  .features-footer-item:nth-child(9) {
    left: -320px;
  }
  .features-footer-content {
    padding: 15px 10px;
  }
  .features-footer-previous .arrow {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 32px;
    height: 32px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
  }
  .features-footer-previous .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .features-footer-previous .arrow:before {
    background-position: 0 0;
  }
  .features-footer-previous .arrow:before {
    background-image: url('/static/images/icons/gallery_arrows.png?0482ce521de5');
  }
  .features-footer-previous .arrow:before {
    width: 32px;
    height: 32px;
  }
  .features-footer-previous .arrow:before {
    top: 50%;
    margin-top: -16px;
  }
  .features-footer-previous .arrow:before {
    left: 50%;
    margin-left: -16px;
  }
  .features-footer-next .arrow {
    position: relative;
    /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
    font: 0/0 a;
    text-shadow: none;
    /* Forcefully hide text for Opera which has a minimum font size setting */
    color: transparent;
    vertical-align: top;
    /* Set the box size of the image's containing element
     */
    display: inline-block;
    width: 32px;
    height: 32px;
    /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
    min-width: 0;
    text-align: left;
  }
  .features-footer-next .arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .features-footer-next .arrow:before {
    background-position: -32px 0;
  }
  .features-footer-next .arrow:before {
    background-image: url('/static/images/icons/gallery_arrows.png?0482ce521de5');
  }
  .features-footer-next .arrow:before {
    width: 32px;
    height: 32px;
  }
  .features-footer-next .arrow:before {
    top: 50%;
    margin-top: -16px;
  }
  .features-footer-next .arrow:before {
    left: 50%;
    margin-left: -16px;
  }
  .features-footer-previous .arrow {
    width: 64px;
    height: 64px;
    margin: 10px 10px 10px 20px;
  }
  .features-footer-next .arrow {
    width: 64px;
    height: 64px;
    margin: 10px 20px 10px 10px;
  }
  .features-footer-dots {
    display: none;
  }
}
@media (min-width: 1260px) {
  .features-footer-items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .features-footer-item {
    width: 400px;
  }
  .features-footer-item:nth-child(4) {
    right: -400px;
  }
  .features-footer-item:nth-child(5) {
    right: -800px;
  }
  .features-footer-item:nth-child(6) {
    right: -1200px;
  }
  .features-footer-item:nth-child(7) {
    left: -1200px;
  }
  .features-footer-item:nth-child(8) {
    left: -800px;
  }
  .features-footer-item:nth-child(9) {
    left: -400px;
  }
  .features-footer-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .features-footer-previous .arrow {
    margin-top: 15px;
    margin-left: 30px;
  }
  .features-footer-next .arrow {
    margin-top: 15px;
    margin-right: 30px;
  }
}
.lazy-features-footer.lazy-loading {
  height: 230px;
  background: #FFFFFF url('/static/images/loading_222_64.gif?0482ce521de5') 50% 50% no-repeat;
}
/* Shoutbox header
   ========================================================================== */
.shoutbox {
  position: relative;
}
.shoutbox-sort-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
.shoutbox-sort-menu {
  margin-top: 18px;
}
.shoutbox-sort-menu:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .shoutbox-sort-menu:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .shoutbox-sort-menu {
    margin-top: 24px;
  }
}
.shoutbox--subpage .shoutbox-sort-toggle {
  position: relative;
}
.shoutbox--subpage .shoutbox-sort-menu {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .shoutbox-sort-menu {
    margin-top: 6px;
    right: 0;
    top: 30px;
  }
  .shoutbox--subpage .shoutbox-controls-wrapper:before,
  .shoutbox--subpage .shoutbox-controls-wrapper:after {
    content: " ";
    display: table;
  }
  .shoutbox--subpage .shoutbox-controls-wrapper:after {
    clear: both;
  }
  .shoutbox--subpage .shoutbox-controls-wrapper:before,
  .shoutbox--subpage .shoutbox-controls-wrapper:after {
    content: " ";
    display: table;
  }
  .shoutbox--subpage .shoutbox-controls-wrapper:after {
    clear: both;
  }
  .shoutbox--subpage .shoutbox-controls {
    float: right;
  }
}
/* Shout list
   ========================================================================== */
.shout-list .shout-list {
  margin-top: 0;
}
@media (min-width: 768px) {
  .shout-list .shout-list {
    margin-top: 0;
  }
}
.shout-list-item {
  margin-top: 12px;
}
.shout-list-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .shout-list-item:first-child {
    margin-top: 0;
  }
}
.shout-list-item .shout-list-item {
  margin-left: 32px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .shout-list-item .shout-list-item {
    margin-left: 75px;
  }
}
@media (min-width: 1260px) {
  .shout-list-item .shout-list-item {
    margin-left: 85px;
  }
}
@media (min-width: 768px) {
  .shout-list-item .shout-list-item {
    margin-top: 0;
  }
}
.shout-list-item .shout-list-item .shout-container {
  padding-top: 12px;
  padding-left: 15px;
  margin-left: -15px;
}
.shout-list-item .shout-list-item .shout-container:before,
.shout-list-item .shout-list-item .shout-container:after {
  content: " ";
  display: table;
}
.shout-list-item .shout-list-item .shout-container:after {
  clear: both;
}
.shout-list-item .shout-list-item .shout-container:before,
.shout-list-item .shout-list-item .shout-container:after {
  content: " ";
  display: table;
}
.shout-list-item .shout-list-item .shout-container:after {
  clear: both;
}
/* Single Shout Thread
   ========================================================================== */
.single-shout-information {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
/* Shout
   ========================================================================== */
.shout {
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}
.shout-user-avatar {
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
}
.shout-user-avatar .avatar {
  width: 100%;
  height: 100%;
}
.shout-user-avatar-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.shout .shout-user-avatar {
  top: 6px;
}
.shout-container--active {
  background-color: #FFFCCA;
}
.shout-container--active .shout-body {
  font-size: 18px;
}
.shout--reported,
.shout--deleted {
  background: #F9F9F9;
  padding: 15px;
  margin-bottom: 12px;
  border-bottom: none;
}
.shout-user,
.shout-timestamp {
  margin-left: 42px;
}
.shout-user a {
  color: #222222;
}
a.shout-permalink:hover,
a.shout-permalink:focus {
  color: #222222;
  text-decoration: none;
}
.shout-user {
  color: inherit;
  font-size: 14px;
  line-height: 24px;
}
.shout-user:hover,
.shout-user:focus {
  color: inherit;
}
.link-block--hover .shout-user {
  text-decoration: underline;
}
.shout-timestamp {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.shout-body {
  margin-top: 6px;
  word-break: break-word;
}
.shout-body:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .shout-body:first-child {
    margin-top: 0;
  }
}
.shout-actions {
  margin-top: 6px;
}
.shout-actions:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .shout-actions:first-child {
    margin-top: 0;
  }
}
.shout-actions:before,
.shout-actions:after {
  content: " ";
  display: table;
}
.shout-actions:after {
  clear: both;
}
.shout-actions:before,
.shout-actions:after {
  content: " ";
  display: table;
}
.shout-actions:after {
  clear: both;
}
.shout-action {
  margin-left: 15px;
  font-size: 12px;
  line-height: 18px;
  float: left;
  color: #999999;
}
.shout-action:first-child {
  margin-left: 0;
}
.shout-action-more {
  text-align: right;
}
.shout-more-replies-before,
.shout-more-replies-after {
  margin-top: 12px;
  margin-left: 32px;
  display: inline-block;
}
@media (min-width: 768px) {
  .shout-more-replies-before,
  .shout-more-replies-after {
    margin-left: 75px;
  }
}
@media (min-width: 1260px) {
  .shout-more-replies-before,
  .shout-more-replies-after {
    margin-left: 85px;
  }
}
.shout-more-replies-before {
  position: relative;
  text-align: right;
  padding-right: 17px;
}
.shout-more-replies-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.shout-more-replies-before:before {
  background-position: 0 -16px;
}
.shout-more-replies-before:before {
  background-image: url('/static/images/icons/dropdown_arrow_005399.png?0482ce521de5');
}
.shout-more-replies-before:before {
  width: 16px;
  height: 16px;
}
.shout-more-replies-before:before {
  top: 50%;
  margin-top: -8px;
}
.shout-more-replies-before:before {
  margin-top: -7px;
  margin-right: -2px;
}
.shout-more-replies-before.dropdown--open:before {
  background-position: 0 0;
}
.shout-more-replies-before.dropdown--open:before {
  background-image: url('/static/images/icons/dropdown_arrow_005399.png?0482ce521de5');
}
.shout-more-replies-before:before {
  background-position: 0 0;
}
.shout-more-replies-before:before {
  background-image: url('/static/images/icons/dropdown_arrow_005399.png?0482ce521de5');
}
.shout-more-replies-after {
  position: relative;
  text-align: right;
  padding-right: 17px;
}
.shout-more-replies-after:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.shout-more-replies-after:before {
  background-position: 0 -16px;
}
.shout-more-replies-after:before {
  background-image: url('/static/images/icons/dropdown_arrow_005399.png?0482ce521de5');
}
.shout-more-replies-after:before {
  width: 16px;
  height: 16px;
}
.shout-more-replies-after:before {
  top: 50%;
  margin-top: -8px;
}
.shout-more-replies-after:before {
  margin-top: -7px;
  margin-right: -2px;
}
.shout-more-replies-after.dropdown--open:before {
  background-position: 0 0;
}
.shout-more-replies-after.dropdown--open:before {
  background-image: url('/static/images/icons/dropdown_arrow_005399.png?0482ce521de5');
}
.shout-more-replies-loading {
  position: relative;
  text-align: right;
}
.shout-more-replies-loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.shout-more-replies-loading:before {
  background-position: 0 0;
}
.shout-more-replies-loading:before {
  background-image: url('/static/images/loading_222_16.gif?0482ce521de5');
}
.shout-more-replies-loading:before {
  width: 16px;
  height: 16px;
}
.shout-more-replies-loading:before {
  top: 50%;
  margin-top: -8px;
}
.shout-reply {
  position: relative;
  text-align: left;
  color: #999999;
  padding-left: 26px;
}
.shout-reply:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.shout-reply:before {
  background-position: -10px 0;
}
.shout-reply:before {
  background-image: url('/static/images/icons/shout_reply_16.png?0482ce521de5');
}
.shout-reply:before {
  width: 36px;
  height: 36px;
}
.shout-reply:before {
  top: 50%;
  margin-top: -18px;
}
.shout-reply:before {
  background-position: -10px 0;
}
.shout-reply:hover,
.shout-reply:focus,
.shout-reply.shout-reply--open {
  color: #222222;
  text-decoration: none;
}
.shout-reply:hover:before,
.shout-reply:focus:before,
.shout-reply.shout-reply--open:before {
  background-position: -10px -36px;
}
.shout-reply.remove-focus {
  color: #999999;
}
.shout-reply.remove-focus:before {
  background-position: -10px 0;
}
.shout-reply.remove-focus:hover,
.shout-reply.remove-focus.shout-reply--open {
  color: #222222;
}
.shout-reply.remove-focus:hover:before,
.shout-reply.remove-focus.shout-reply--open:before {
  background-position: -10px -36px;
}
.shout-more-actions {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 36px;
  height: 36px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  width: 24px;
  height: 24px;
}
.shout-more-actions:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.shout-more-actions:before {
  background-position: 0 0;
}
.shout-more-actions:before {
  background-image: url('/static/images/icons/shout_more_16.png?0482ce521de5');
}
.shout-more-actions:before {
  width: 36px;
  height: 36px;
}
.shout-more-actions:before {
  top: 50%;
  margin-top: -18px;
}
.shout-more-actions:before {
  left: 50%;
  margin-left: -18px;
}
.shout-more-actions:hover:before,
.shout-more-actions:focus:before,
.shout-more-actions.disclose-active:before {
  background-position: 0 -36px;
}
.shout-more-actions-menu {
  margin-top: 12px;
}
.shout-more-actions-menu:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .shout-more-actions-menu:first-child {
    margin-top: 0;
  }
}
.shout-delete {
  position: relative;
  text-align: left;
  padding-left: 31px;
}
.shout-delete:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.shout-delete:before {
  background-position: -10px -46px;
}
.shout-delete:before {
  background-image: url('/static/images/icons/tracklist_delete.png?0482ce521de5');
}
.shout-delete:before {
  width: 16px;
  height: 16px;
}
.shout-delete:before {
  top: 50%;
  margin-top: -8px;
}
.shout-report {
  position: relative;
  text-align: left;
  padding-left: 31px;
}
.shout-report:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.shout-report:before {
  background-position: 0 0;
}
.shout-report:before {
  background-image: url('/static/images/icons/report_222_16.png?0482ce521de5');
}
.shout-report:before {
  width: 16px;
  height: 16px;
}
.shout-report:before {
  top: 50%;
  margin-top: -8px;
}
@media (min-width: 768px) {
  .shout {
    margin-left: 75px;
    min-height: 78px;
  }
  .shout-user-avatar {
    width: 60px;
    height: 60px;
  }
  .shout .shout-user-avatar {
    left: -75px;
  }
  .shout--reported,
  .shout--deleted {
    margin-left: 0;
    min-height: 0;
  }
  .shout-user,
  .shout-timestamp {
    margin-left: 0;
  }
  .shout-timestamp {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
  }
  .shout-more-actions-menu {
    margin-top: 6px;
    right: 0;
  }
  .shout-more-actions-menu:first-child {
    margin-top: 0;
  }
  .shout-delete,
  .shout-report {
    padding-left: 46px;
  }
  .shout-delete:before,
  .shout-report:before {
    left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .shout-more-actions-menu:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .shout {
    margin-left: 85px;
    min-height: 88px;
  }
  .shout-user-avatar {
    width: 70px;
    height: 70px;
  }
  .shout .shout-user-avatar {
    left: -85px;
  }
  .shout--reported,
  .shout--deleted {
    margin-left: 0;
    min-height: 0;
  }
}
/* Form
   ========================================================================== */
.shout-form .shout-user-avatar {
  display: none;
}
@media (min-width: 768px) {
  .shout-form {
    position: relative;
    padding-left: 75px;
  }
  .shout-form .shout-user-avatar {
    display: block;
  }
  .shout-form .form-row-help-text {
    position: absolute;
  }
  .shout-form .content-form .form-group--submit {
    margin-top: 12px;
    text-align: right;
  }
  .shout-form .content-form .form-group--submit:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .shout-form .content-form .form-group--submit:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .shout-form {
    padding-left: 85px;
  }
}
/* Reply form
   ========================================================================== */
.shout-reply-ui {
  margin-left: 32px;
}
@media (min-width: 768px) {
  .shout-reply-ui {
    margin-left: 75px;
  }
}
@media (min-width: 1260px) {
  .shout-reply-ui {
    margin-left: 85px;
  }
}
.shout-reply-ui--hidden {
  display: none;
}
/* Error messages
   ========================================================================== */
.shout-messages .alert {
  margin-top: 12px;
}
/* Lazy loading
   ========================================================================== */
.lazy-shoutbox {
  margin-top: 18px;
}
.lazy-shoutbox:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .lazy-shoutbox:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .lazy-shoutbox {
    margin-top: 24px;
  }
}
.lazy-shoutbox.lazy-loading {
  height: 64px;
  background: url('/static/images/loading_222_64.gif?0482ce521de5') 50% 50% no-repeat;
}
.lazy-load-error-message {
  margin-top: 18px;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 9px 15px;
  border-radius: 5px;
  background: #F8E5E5;
  color: #B90000;
}
.lazy-load-error-message:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .lazy-load-error-message:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .lazy-load-error-message {
    margin-top: 24px;
  }
}
.lazy-load-error-message a {
  color: inherit;
  text-decoration: underline;
}
.lazy-load-error-message a:hover,
.lazy-load-error-message a:focus {
  color: inherit;
}
.lazy-load-error-message a:hover,
.lazy-load-error-message a:focus {
  text-decoration: none;
}
html:not(.playbar-masthead-release-shim) .top-bar .semi-fluid-container {
  background: none;
}
html:not(.playbar-masthead-release-shim) .source-info {
  display: none;
}
html:not(.playbar-masthead-release-shim) .player-bar-progress {
  display: none;
}
html:not(.playbar-masthead-release-shim) .player-bar-error {
  display: none;
}
html:not(.playbar-masthead-release-shim) .player-bar-track {
  width: 160px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--previous {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 40px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--previous:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--previous:before {
  background-position: -40px 0;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--previous:before {
  background-image: url('/static/images/player_controls_old.png?0482ce521de5');
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--previous:before {
  width: 40px;
  height: 50px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--previous:before {
  top: 50%;
  margin-top: -25px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--previous:before {
  left: 50%;
  margin-left: -20px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--play {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 40px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--play:before {
  background-position: -80px 0;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--play:before {
  background-image: url('/static/images/player_controls_old.png?0482ce521de5');
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--play:before {
  width: 40px;
  height: 50px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--play:before {
  top: 50%;
  margin-top: -25px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--play:before {
  left: 50%;
  margin-left: -20px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--pause {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 40px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--pause:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--pause:before {
  background-position: -120px 0;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--pause:before {
  background-image: url('/static/images/player_controls_old.png?0482ce521de5');
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--pause:before {
  width: 40px;
  height: 50px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--pause:before {
  top: 50%;
  margin-top: -25px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--pause:before {
  left: 50%;
  margin-left: -20px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--next {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 40px;
  height: 50px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--next:before {
  background-position: -160px 0;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--next:before {
  background-image: url('/static/images/player_controls_old.png?0482ce521de5');
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--next:before {
  width: 40px;
  height: 50px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--next:before {
  top: 50%;
  margin-top: -25px;
}
html:not(.playbar-masthead-release-shim) .player-bar-btn--next:before {
  left: 50%;
  margin-left: -20px;
}
html:not(.playbar-masthead-release-shim) .video-player--in-place .container {
  background: none;
  height: 0;
}
html:not(.playbar-masthead-release-shim) .video-player--floating .container {
  width: auto;
}
.nag-bar--plybar-masthead-release-warning {
  background-color: #FFFCCA;
}
.playbar-masthead-release-shim .nag-bar--plybar-masthead-release-warning {
  display: none;
}
.header-scrobble-since,
.header-title-display-name {
  color: #999999;
}
@media (min-width: 768px) {
  .header-scrobble-since,
  .header-title-display-name {
    color: #999999;
  }
  .header-title-display-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    float: left;
    padding-right: 3px;
    max-width: 255px;
  }
  .header .user-follow {
    color: inherit;
    background: rgba(255, 255, 255, 0.1);
  }
  .header .user-follow:hover,
  .header .user-follow:focus {
    color: inherit;
  }
}
@media (min-width: 1260px) {
  .header-title-display-name {
    max-width: 385px;
  }
}
.already-joined {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #EBEBEB;
}
.login-form .form-submit {
  display: flex;
  align-items: center;
}
.login-form .form-submit button {
  white-space: nowrap;
}
.lfm-recaptcha-js:not(:empty) + .lfm-recaptcha-nojs {
  display: none;
}
.music-charts-row {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .music-charts-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .music-charts-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.music-charts-row:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .music-charts-row:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .music-charts-row {
    margin-top: 24px;
  }
}
.music-charts-col {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .music-charts-col {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .music-charts-col {
    float: left;
    width: 320px;
  }
}
@media (min-width: 1260px) {
  .music-charts-col {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .music-charts-col {
    float: left;
    width: 400px;
  }
}
.music-charts-col:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .music-charts-col:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .music-charts-col {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .music-charts-col:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .music-charts-col:nth-child(-n + 2) {
    margin-top: 0;
  }
}
.community-post-container {
  padding: 15px 0;
}
.features-post-byline {
  margin-top: 18px;
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}
.features-post-byline:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .features-post-byline:first-child {
    margin-top: 0;
  }
}
.features-post-byline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.features-post-byline li {
  padding-right: 0;
}
.features-post-byline li:nth-child(2):before {
  content: '\b7\a0';
}
.features-post-byline .features-post-publish-state {
  background: #B90000;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 5px;
  padding: 3px 5px;
}
.features-post-info .features-post-byline {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.features-post-info .features-post-byline li:nth-child(2) {
  padding-left: 4px;
}
.features-post-author a {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.features-post {
  margin-top: 18px;
}
.features-post:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .features-post:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .features-post {
    margin-top: 24px;
  }
}
.features-post .featured-image {
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
.features-post .featured-image img {
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 100%;
}
.features-post .featured-video,
.features-post .featured-video-meta {
  background: #222222;
}
@media (max-width: 767px) {
  .features-post .featured-video,
  .features-post .featured-video-meta {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.features-post .featured-video {
  /*  More info on the embedded video responsive design pattern: 
            https://jonsuh.com/blog/responsive-youtube-vimeo-embed-and-html5-video-with-css */
  height: 0;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 57.25%;
  position: relative;
}
.features-post .featured-video object {
  height: 100%;
  left: 0;
  min-height: 234px;
  min-width: 416px;
  position: absolute;
  top: 0;
  width: 100%;
}
.features-post .featured-video-meta {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #FFFFFF;
  margin-bottom: 15px;
  padding: 15px;
}
.features-post .featured-video-meta p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 0;
}
.features-post .featured-video-meta .features-post-byline {
  font-size: 12px;
  line-height: 18px;
}
.features-post .featured-video-meta .features-post-byline li:nth-child(2) {
  padding-left: 1px;
}
.features-feed .features-posts {
  padding-left: 0;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 768px) {
  .features-feed .features-posts {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .features-feed .features-posts {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.features-feed .features-post:before,
.features-feed .features-post:after {
  content: " ";
  display: table;
}
.features-feed .features-post:after {
  clear: both;
}
.features-feed .features-post:before,
.features-feed .features-post:after {
  content: " ";
  display: table;
}
.features-feed .features-post:after {
  clear: both;
}
@media (max-width: 767px) {
  .features-feed .features-post-category,
  .features-feed .features-post-excerpt {
    display: none !important;
  }
}
.features-feed .features-post-excerpt {
  margin-top: 18px;
}
.features-feed .features-post-excerpt:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .features-feed .features-post-excerpt:first-child {
    margin-top: 0;
  }
}
.features-feed .features-post-image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.features-feed .features-post-image img {
  width: 100%;
}
.features-feed .features-post-image:hover .features-post-play-button {
  background-position: -163px -32px;
}
.features-feed .features-post-play-button {
  background-image: url('/static/images/icons/features_play.png?0482ce521de5');
  background-position: -163px 0px;
  background-size: 200px 192px;
  left: 19px;
  height: 32px;
  position: absolute;
  text-indent: -9999px;
  top: 10.5px;
  width: 32px;
}
.features-feed .features-post-info h2 > a {
  color: #222222;
}
@media (max-width: 767px) {
  .features-feed .col-xs-3 {
    width: 85px;
  }
}
@media (min-width: 768px) {
  .features-feed .features-post-image {
    height: 165px;
  }
  .features-feed .features-post-image:hover .features-post-play-button {
    background-position: -98px -64px;
  }
  .features-feed .features-post-image img {
    height: 165px;
  }
  .features-feed .features-post-play-button {
    background-position: -98px 0px;
    left: 78px;
    height: 64px;
    top: 50.5px;
    width: 64px;
  }
  .features-feed .features-post-category {
    background: #B90000;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
  }
  .features-feed .features-post-excerpt {
    margin-bottom: 12px;
  }
}
@media (min-width: 1260px) {
  .features-feed .features-post-image {
    height: 205px;
  }
  .features-feed .features-post-image:hover .features-post-play-button {
    background-position: -1px -96px;
  }
  .features-feed .features-post-image img {
    height: 205px;
  }
  .features-feed .features-post-play-button {
    background-position: -1px 0px;
    left: 87px;
    height: 96px;
    top: 54.5px;
    width: 96px;
  }
}
.features-posts {
  margin-top: 18px;
}
.features-posts:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .features-posts:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .features-posts {
    margin-top: 24px;
  }
}
.features-promoted:before,
.features-promoted:after {
  content: " ";
  display: table;
}
.features-promoted:after {
  clear: both;
}
.features-promoted:before,
.features-promoted:after {
  content: " ";
  display: table;
}
.features-promoted:after {
  clear: both;
}
.features-promoted .features-posts {
  padding-left: 0;
  list-style: none;
}
.features-promoted .features-post {
  margin-top: 18px;
}
.features-promoted .features-post:before,
.features-promoted .features-post:after {
  content: " ";
  display: table;
}
.features-promoted .features-post:after {
  clear: both;
}
.features-promoted .features-post:before,
.features-promoted .features-post:after {
  content: " ";
  display: table;
}
.features-promoted .features-post:after {
  clear: both;
}
.features-promoted .features-post:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .features-promoted .features-post:first-child {
    margin-top: 0;
  }
}
.features-promoted .features-post a:hover,
.features-promoted .features-post a:focus {
  text-decoration: none;
}
.features-promoted .features-post a:hover .features-post-title,
.features-promoted .features-post a:focus .features-post-title {
  text-decoration: underline;
}
.features-promoted .features-post-image {
  float: left;
  height: 70px;
  margin-right: 15px;
}
.features-promoted .features-post-info {
  overflow: hidden;
}
.features-promoted .features-post-category {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #B90000;
  font-weight: bold;
}
.features-promoted .features-post-title {
  margin-top: 0;
  color: #222222;
}
@media (min-width: 768px) {
  .features-promoted .features-post-title {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .features-promoted .features-post-image {
    height: 60px;
  }
}
@media (min-width: 1260px) {
  .features-promoted .features-post-image {
    height: 70px;
  }
}
.features-associated-artists .associated-artists {
  padding-left: 0;
  list-style: none;
}
.features-associated-artists .associated-artist {
  margin-top: 0;
  margin-bottom: 18px;
}
.features-associated-artists .associated-artist:before,
.features-associated-artists .associated-artist:after {
  content: " ";
  display: table;
}
.features-associated-artists .associated-artist:after {
  clear: both;
}
.features-associated-artists .associated-artist:before,
.features-associated-artists .associated-artist:after {
  content: " ";
  display: table;
}
.features-associated-artists .associated-artist:after {
  clear: both;
}
.features-associated-artists .associated-artist a,
.features-associated-artists .associated-artist span {
  display: table;
}
.features-associated-artists .associated-artist a:hover,
.features-associated-artists .associated-artist a:focus {
  text-decoration: none;
}
.features-associated-artists .associated-artist a:hover .associated-artist-name,
.features-associated-artists .associated-artist a:focus .associated-artist-name {
  text-decoration: underline;
}
.features-associated-artists .associated-artist-image {
  border-radius: 50%;
  float: left;
  height: 70px;
  margin-right: 15px;
}
.features-associated-artists .associated-artist-name {
  display: table-cell;
  margin-bottom: 0;
  vertical-align: middle;
}
.feature-editor {
  position: relative;
}
.feature-editor .featured-image-preview {
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .feature-editor .form-buttons {
    position: absolute;
    bottom: 18px;
    right: 10px;
  }
}
.features-post-embed-wrap {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 */
  height: 0;
}
.features-post-embed-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes wnVisualFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.whats-new header div.header {
  height: 0;
}
.whats-new .wn-section {
  overflow: hidden;
  position: relative;
  height: 800px;
  background-color: #333333;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  line-height: 1.4;
  border-bottom: 5px solid #B90000;
}
.whats-new .wn-section h1,
.whats-new .wn-section h2,
.whats-new .wn-section h3,
.whats-new .wn-section h4 {
  color: #B90000;
}
.whats-new .wn-section h1 {
  font-size: 60px;
  margin: 0;
}
.whats-new .wn-section h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.whats-new .wn-section h3 {
  font-size: 24px;
  margin-bottom: 1em;
}
.whats-new .wn-section h4 {
  font-size: 24px;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.whats-new .wn-section p {
  font-size: 17px;
}
.whats-new .wn-section .wn-content {
  margin-right: 59%;
  position: relative;
}
.whats-new .wn-section .wn-content a {
  color: white;
  text-decoration: underline;
}
.whats-new .wn-section .container {
  background: transparent;
  position: static;
}
.whats-new .wn-section .wn-icon {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}
.whats-new .wn-section .last-fm-logo {
  position: relative;
  /* basically hides the text by making zero width, zero line height and with a non
       existant font family, also removes text shadow if any has been supplied */
  font: 0/0 a;
  text-shadow: none;
  /* Forcefully hide text for Opera which has a minimum font size setting */
  color: transparent;
  vertical-align: top;
  /* Set the box size of the image's containing element
     */
  display: inline-block;
  width: 200px;
  height: 72px;
  /* Warning IE8 doesn't combine border-box and min-width
       http://stackoverflow.com/questions/9508262/min-height-min-width-doesnt-respect-box-sizing-in-some-browsers */
  min-width: 0;
  text-align: left;
  display: block;
}
.whats-new .wn-section .last-fm-logo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section .last-fm-logo:before {
  background-position: 0 0;
}
.whats-new .wn-section .last-fm-logo:before {
  background-image: url('/static/images/whatsnew/lastfm-logo.png?6f9e1a7a67b9');
}
.whats-new .wn-section .last-fm-logo:before {
  width: 200px;
  height: 72px;
}
.whats-new .wn-section .visual {
  -webkit-animation: wnVisualFadeIn 1s ease;
  -webkit-transform: translateZ(0);
}
.whats-new .wn-section nav.secondary-nav {
  color: white;
  font-size: 16px;
  position: relative;
  border-bottom: none;
}
.whats-new .wn-section nav.secondary-nav:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}
.whats-new .wn-hello .container,
.whats-new .wn-track-desktop .container,
.whats-new .wn-getinvolved .container {
  margin-top: 66px;
}
@media (min-width: 768px) {
  .whats-new .wn-hello .container,
  .whats-new .wn-track-desktop .container,
  .whats-new .wn-getinvolved .container {
    margin-top: 100px;
  }
}
.whats-new .wn-hello {
  background-image: url('/static/images/whatsnew/1-hello-bg.jpg?6f9e1a7a67b9');
  height: 765px;
}
.whats-new .wn-hello h1 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .whats-new .wn-hello h1 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.whats-new .wn-hello p {
  text-align: left;
  font-size: 24px;
  margin-right: 0;
}
.whats-new .wn-hello .last-fm-logo {
  margin: 50px 0 0 auto;
}
.whats-new .wn-reimagined {
  background-image: url('/static/images/whatsnew/2-reimagined-bg.jpg?6f9e1a7a67b9');
}
.whats-new .wn-reimagined .wn-content {
  margin-top: 150px;
}
.whats-new .wn-reimagined .wn-icon {
  background-image: url('/static/images/whatsnew/2-reimagined-icon.png?0482ce521de5');
}
.whats-new .wn-reimagined .visual.computer {
  position: relative;
  text-align: left;
  position: absolute;
  top: 48%;
  left: 70%;
}
.whats-new .wn-reimagined .visual.computer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-reimagined .visual.computer:before {
  background-position: 0 0;
}
.whats-new .wn-reimagined .visual.computer:before {
  background-image: url('/static/images/whatsnew/2-reimagined-visual-computer.png?0482ce521de5');
}
.whats-new .wn-reimagined .visual.computer:before {
  width: 578px;
  height: 466px;
}
.whats-new .wn-reimagined .visual.computer:before {
  top: 50%;
  margin-top: -233px;
}
.whats-new .wn-reimagined .visual.computer:before {
  left: 50%;
  margin-left: -289px;
}
.whats-new .wn-reimagined .visual.tablet {
  position: relative;
  text-align: left;
  position: absolute;
  top: 55%;
  left: 88%;
}
.whats-new .wn-reimagined .visual.tablet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-reimagined .visual.tablet:before {
  background-position: 0 0;
}
.whats-new .wn-reimagined .visual.tablet:before {
  background-image: url('/static/images/whatsnew/2-reimagined-visual-tablet.png?0482ce521de5');
}
.whats-new .wn-reimagined .visual.tablet:before {
  width: 251px;
  height: 372px;
}
.whats-new .wn-reimagined .visual.tablet:before {
  top: 50%;
  margin-top: -186px;
}
.whats-new .wn-reimagined .visual.tablet:before {
  left: 50%;
  margin-left: -125.5px;
}
.whats-new .wn-reimagined .visual.phone {
  position: relative;
  text-align: left;
  position: absolute;
  top: 58%;
  left: 51%;
}
.whats-new .wn-reimagined .visual.phone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-reimagined .visual.phone:before {
  background-position: 0 0;
}
.whats-new .wn-reimagined .visual.phone:before {
  background-image: url('/static/images/whatsnew/2-reimagined-visual-phone.png?0482ce521de5');
}
.whats-new .wn-reimagined .visual.phone:before {
  width: 212px;
  height: 367px;
}
.whats-new .wn-reimagined .visual.phone:before {
  top: 50%;
  margin-top: -183.5px;
}
.whats-new .wn-reimagined .visual.phone:before {
  left: 50%;
  margin-left: -106px;
}
.whats-new .wn-newhome {
  background-image: url('/static/images/whatsnew/3-newhome-bg.jpg?0482ce521de5');
}
.whats-new .wn-newhome .wn-content {
  margin-top: 190px;
}
.whats-new .wn-newhome .wn-icon {
  background-image: url('/static/images/whatsnew/3-newhome-icon.png?0482ce521de5');
}
.whats-new .wn-newhome .visual {
  position: relative;
  text-align: left;
  position: absolute;
  height: 716px;
  bottom: 0;
  left: 70%;
}
.whats-new .wn-newhome .visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-newhome .visual:before {
  background-position: 0 0;
}
.whats-new .wn-newhome .visual:before {
  background-image: url('/static/images/whatsnew/3-newhome-visual.jpg?0482ce521de5');
}
.whats-new .wn-newhome .visual:before {
  width: 671px;
  height: 716px;
}
.whats-new .wn-newhome .visual:before {
  left: 50%;
  margin-left: -335.5px;
}
.whats-new .wn-neverstops {
  background-image: url('/static/images/whatsnew/4-neverstops-bg.jpg?0482ce521de5');
}
.whats-new .wn-neverstops .wn-content {
  margin-top: 253px;
}
.whats-new .wn-neverstops .wn-icon {
  background-image: url('/static/images/whatsnew/4-neverstops-icon.png?0482ce521de5');
}
.whats-new .wn-neverstops .visual.player {
  position: relative;
  text-align: left;
  position: absolute;
  top: 30%;
  left: 50%;
}
.whats-new .wn-neverstops .visual.player:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-neverstops .visual.player:before {
  background-position: 0 0;
}
.whats-new .wn-neverstops .visual.player:before {
  background-image: url('/static/images/whatsnew/4-neverstops-visual-player.png?0482ce521de5');
}
.whats-new .wn-neverstops .visual.player:before {
  width: 1260px;
  height: 408px;
}
.whats-new .wn-neverstops .visual.player:before {
  top: 50%;
  margin-top: -204px;
}
.whats-new .wn-neverstops .visual.player:before {
  left: 50%;
  margin-left: -630px;
}
.whats-new .wn-neverstops .visual.spotify {
  position: relative;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 60%;
}
.whats-new .wn-neverstops .visual.spotify:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-neverstops .visual.spotify:before {
  background-position: 0 0;
}
.whats-new .wn-neverstops .visual.spotify:before {
  background-image: url('/static/images/whatsnew/4-neverstops-visual-spotify.png?0482ce521de5');
}
.whats-new .wn-neverstops .visual.spotify:before {
  width: 284px;
  height: 87px;
}
.whats-new .wn-neverstops .visual.spotify:before {
  top: 50%;
  margin-top: -43.5px;
}
.whats-new .wn-neverstops .visual.spotify:before {
  left: 50%;
  margin-left: -142px;
}
.whats-new .wn-neverstops .visual.youtube {
  position: relative;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 86%;
}
.whats-new .wn-neverstops .visual.youtube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-neverstops .visual.youtube:before {
  background-position: 0 0;
}
.whats-new .wn-neverstops .visual.youtube:before {
  background-image: url('/static/images/whatsnew/4-neverstops-visual-youtube.png?6f9e1a7a67b9');
}
.whats-new .wn-neverstops .visual.youtube:before {
  width: 225px;
  height: 94px;
}
.whats-new .wn-neverstops .visual.youtube:before {
  top: 50%;
  margin-top: -47px;
}
.whats-new .wn-neverstops .visual.youtube:before {
  left: 50%;
  margin-left: -112.5px;
}
.whats-new .wn-listeninghistory {
  background-image: url('/static/images/whatsnew/5-listeninghistory-bg.jpg?6f9e1a7a67b9');
}
.whats-new .wn-listeninghistory .wn-content {
  margin-top: 140px;
}
.whats-new .wn-listeninghistory .wn-icon {
  background-image: url('/static/images/whatsnew/5-listeninghistory-icon.png?6f9e1a7a67b9');
}
.whats-new .wn-listeninghistory .visual.library1 {
  position: relative;
  text-align: left;
  position: absolute;
  height: 547px;
  bottom: 0;
  left: 69.5%;
}
.whats-new .wn-listeninghistory .visual.library1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-listeninghistory .visual.library1:before {
  background-position: 0 0;
}
.whats-new .wn-listeninghistory .visual.library1:before {
  background-image: url('/static/images/whatsnew/5-listeninghistory-visual-library1.jpg?6f9e1a7a67b9');
}
.whats-new .wn-listeninghistory .visual.library1:before {
  width: 656px;
  height: 547px;
}
.whats-new .wn-listeninghistory .visual.library1:before {
  top: 50%;
  margin-top: -273.5px;
}
.whats-new .wn-listeninghistory .visual.library1:before {
  left: 50%;
  margin-left: -328px;
}
.whats-new .wn-listeninghistory .visual.library2 {
  position: relative;
  text-align: left;
  position: absolute;
  height: 653px;
  bottom: 0;
  left: 76%;
}
.whats-new .wn-listeninghistory .visual.library2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-listeninghistory .visual.library2:before {
  background-position: 0 0;
}
.whats-new .wn-listeninghistory .visual.library2:before {
  background-image: url('/static/images/whatsnew/5-listeninghistory-visual-library2.png?6f9e1a7a67b9');
}
.whats-new .wn-listeninghistory .visual.library2:before {
  width: 533px;
  height: 653px;
}
.whats-new .wn-listeninghistory .visual.library2:before {
  top: 50%;
  margin-top: -326.5px;
}
.whats-new .wn-listeninghistory .visual.library2:before {
  left: 50%;
  margin-left: -266.5px;
}
.whats-new .wn-listeninghistory .visual.phone {
  position: relative;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 86.5%;
}
.whats-new .wn-listeninghistory .visual.phone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-listeninghistory .visual.phone:before {
  background-position: 0 0;
}
.whats-new .wn-listeninghistory .visual.phone:before {
  background-image: url('/static/images/whatsnew/5-listeninghistory-visual-phone.png?6f9e1a7a67b9');
}
.whats-new .wn-listeninghistory .visual.phone:before {
  width: 311px;
  height: 557px;
}
.whats-new .wn-listeninghistory .visual.phone:before {
  top: 50%;
  margin-top: -278.5px;
}
.whats-new .wn-listeninghistory .visual.phone:before {
  left: 50%;
  margin-left: -155.5px;
}
.whats-new .wn-visualise {
  background-image: url('/static/images/whatsnew/6-visualise-bg.jpg?6f9e1a7a67b9');
}
.whats-new .wn-visualise .wn-content {
  margin-top: 162px;
}
.whats-new .wn-visualise .wn-icon {
  background-image: url('/static/images/whatsnew/6-visualise-icon.png?6f9e1a7a67b9');
}
.whats-new .wn-visualise .visual {
  position: relative;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 71%;
}
.whats-new .wn-visualise .visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-visualise .visual:before {
  background-position: 0 0;
}
.whats-new .wn-visualise .visual:before {
  background-image: url('/static/images/whatsnew/6-visualise-visual.png?6f9e1a7a67b9');
}
.whats-new .wn-visualise .visual:before {
  width: 762px;
  height: 800px;
}
.whats-new .wn-visualise .visual:before {
  top: 50%;
  margin-top: -400px;
}
.whats-new .wn-visualise .visual:before {
  left: 50%;
  margin-left: -381px;
}
.whats-new .wn-paths {
  background-image: url('/static/images/whatsnew/7-paths-bg.jpg?6f9e1a7a67b9');
  border-bottom: none;
}
.whats-new .wn-paths .container {
  margin-top: 170px;
}
.whats-new .wn-paths h2 {
  color: white;
  font-size: 34px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}
.whats-new .wn-paths h2 a.profile-icon-link {
  border-radius: 5px;
  padding: 5px 10px 5px 40px;
  background: #B90000 url('/static/images/whatsnew/profile-icon.png?6f9e1a7a67b9') no-repeat 10px center;
  margin-left: 1em;
  color: white;
}
.whats-new .wn-paths .last-fm-logo {
  margin: 120px auto 0;
}
.whats-new .wn-getinvolved {
  background-image: url('/static/images/whatsnew/getinvolved/1-bg.jpg?6f9e1a7a67b9');
}
.whats-new .wn-getinvolved .wn-content {
  margin-top: 100px;
}
.whats-new .wn-getinvolved .wn-icon {
  background-image: url('/static/images/whatsnew/getinvolved/1-icon.png?6f9e1a7a67b9');
}
.whats-new .wn-getinvolved .visual.computer {
  position: relative;
  text-align: left;
  position: absolute;
  top: 57%;
  left: 70%;
}
.whats-new .wn-getinvolved .visual.computer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-getinvolved .visual.computer:before {
  background-position: 0 0;
}
.whats-new .wn-getinvolved .visual.computer:before {
  background-image: url('/static/images/whatsnew/getinvolved/1-visual-computer.png?6f9e1a7a67b9');
}
.whats-new .wn-getinvolved .visual.computer:before {
  width: 578px;
  height: 466px;
}
.whats-new .wn-getinvolved .visual.computer:before {
  top: 50%;
  margin-top: -233px;
}
.whats-new .wn-getinvolved .visual.computer:before {
  left: 50%;
  margin-left: -289px;
}
.whats-new .wn-getinvolved .visual.tablet {
  position: relative;
  text-align: left;
  position: absolute;
  top: 70%;
  left: 83%;
}
.whats-new .wn-getinvolved .visual.tablet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-getinvolved .visual.tablet:before {
  background-position: 0 0;
}
.whats-new .wn-getinvolved .visual.tablet:before {
  background-image: url('/static/images/whatsnew/getinvolved/1-visual-tablet.png?6f9e1a7a67b9');
}
.whats-new .wn-getinvolved .visual.tablet:before {
  width: 372px;
  height: 251px;
}
.whats-new .wn-getinvolved .visual.tablet:before {
  top: 50%;
  margin-top: -125.5px;
}
.whats-new .wn-getinvolved .visual.tablet:before {
  left: 50%;
  margin-left: -186px;
}
.whats-new .wn-getinvolved .visual.phone {
  position: relative;
  text-align: left;
  position: absolute;
  top: 65%;
  left: 51%;
}
.whats-new .wn-getinvolved .visual.phone:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-getinvolved .visual.phone:before {
  background-position: 0 0;
}
.whats-new .wn-getinvolved .visual.phone:before {
  background-image: url('/static/images/whatsnew/getinvolved/1-visual-phone.png?6f9e1a7a67b9');
}
.whats-new .wn-getinvolved .visual.phone:before {
  width: 212px;
  height: 367px;
}
.whats-new .wn-getinvolved .visual.phone:before {
  top: 50%;
  margin-top: -183.5px;
}
.whats-new .wn-getinvolved .visual.phone:before {
  left: 50%;
  margin-left: -106px;
}
.whats-new .wn-tracklisteninghistory {
  background-image: url('/static/images/whatsnew/getinvolved/2-bg.jpg?6f9e1a7a67b9');
}
.whats-new .wn-tracklisteninghistory .wn-content {
  margin-top: 175px;
}
.whats-new .wn-tracklisteninghistory .wn-icon {
  background-image: url('/static/images/whatsnew/getinvolved/2-icon.png?6f9e1a7a67b9');
}
.whats-new .wn-tracklisteninghistory .visual {
  position: relative;
  text-align: left;
  position: absolute;
  left: 70%;
  top: 50%;
}
.whats-new .wn-tracklisteninghistory .visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-tracklisteninghistory .visual:before {
  background-position: 0 0;
}
.whats-new .wn-tracklisteninghistory .visual:before {
  background-image: url('/static/images/whatsnew/getinvolved/2-visual.png?6f9e1a7a67b9');
}
.whats-new .wn-tracklisteninghistory .visual:before {
  width: 543px;
  height: 358px;
}
.whats-new .wn-tracklisteninghistory .visual:before {
  top: 50%;
  margin-top: -179px;
}
.whats-new .wn-tracklisteninghistory .visual:before {
  left: 50%;
  margin-left: -271.5px;
}
.whats-new .wn-tracklisteninghistory a.track-link {
  border-radius: 5px;
  padding: 10px 30px;
  background: #B90000;
  font-weight: bold;
  color: white;
}
.whats-new .wn-goexplore {
  background-image: url('/static/images/whatsnew/getinvolved/3-bg.jpg?6f9e1a7a67b9');
}
.whats-new .wn-goexplore .wn-content {
  margin-top: 100px;
}
.whats-new .wn-goexplore .wn-icon {
  background-image: url('/static/images/whatsnew/getinvolved/3-icon.png?6f9e1a7a67b9');
}
.whats-new .wn-goexplore .visual {
  position: relative;
  text-align: left;
  position: absolute;
  height: 691px;
  bottom: 0;
  left: 70%;
}
.whats-new .wn-goexplore .visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-goexplore .visual:before {
  background-position: 0 0;
}
.whats-new .wn-goexplore .visual:before {
  background-image: url('/static/images/whatsnew/getinvolved/3-visual.png?6f9e1a7a67b9');
}
.whats-new .wn-goexplore .visual:before {
  width: 683px;
  height: 691px;
}
.whats-new .wn-goexplore .visual:before {
  left: 50%;
  margin-left: -341.5px;
}
.whats-new .wn-begin {
  background-image: url('/static/images/whatsnew/getinvolved/4-bg.jpg?6f9e1a7a67b9');
  border-bottom: none;
}
.whats-new .wn-begin .container {
  margin-top: 170px;
}
.whats-new .wn-begin h2 {
  color: white;
  font-size: 34px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}
.whats-new .wn-begin h2 a.track-link {
  border-radius: 5px;
  padding: 8px 40px 8px 70px;
  background: #B90000 url('/static/images/whatsnew/getinvolved/4-trackmymusic-icon.png?6f9e1a7a67b9') no-repeat 25px center;
  margin-left: 1em;
  color: white;
}
.whats-new .wn-begin .last-fm-logo {
  margin: 120px auto 0;
}
.whats-new .wn-section-track {
  background-color: black;
  border-bottom: none;
  height: auto;
}
.whats-new .wn-section-track .track-section {
  min-height: 500px;
  margin: 40px auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.whats-new .wn-section-track .track-section.last {
  border-bottom: none;
}
.whats-new .wn-section-track .track-section.track-section-alt {
  min-height: 600px;
}
.whats-new .wn-section-track .track-section .visual.screenshot {
  position: absolute !important;
  left: 105%;
  top: 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.android {
  position: relative;
  text-align: left;
  top: -40px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.android:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.android:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.android:before {
  background-image: url('/static/images/whatsnew/trackmymusic/2-android-screenshot.jpg');
}
.whats-new .wn-section-track .track-section .visual.screenshot.android:before {
  width: 672px;
  height: 472px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.ios {
  position: relative;
  text-align: left;
  top: -30px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.ios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.ios:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.ios:before {
  background-image: url('/static/images/whatsnew/trackmymusic/3-ios-screenshot.jpg');
}
.whats-new .wn-section-track .track-section .visual.screenshot.ios:before {
  width: 672px;
  height: 445px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.chrome {
  position: relative;
  text-align: left;
}
.whats-new .wn-section-track .track-section .visual.screenshot.chrome:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.chrome:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.chrome:before {
  background-image: url('/static/images/whatsnew/trackmymusic/3-chrome-screenshot.jpg');
}
.whats-new .wn-section-track .track-section .visual.screenshot.chrome:before {
  width: 672px;
  height: 379px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify {
  position: relative;
  text-align: left;
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify:before {
  background-image: url('/static/images/whatsnew/trackmymusic/4-spotify-screenshot.jpg');
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify:before {
  width: 670px;
  height: 377px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify-mobile {
  position: relative;
  text-align: left;
  top: -40px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify-mobile:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify-mobile:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify-mobile:before {
  background-image: url('/static/images/whatsnew/trackmymusic/5-spotifymobile-screenshot.jpg');
}
.whats-new .wn-section-track .track-section .visual.screenshot.spotify-mobile:before {
  width: 672px;
  height: 472px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.rdio {
  position: relative;
  text-align: left;
}
.whats-new .wn-section-track .track-section .visual.screenshot.rdio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.rdio:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.rdio:before {
  background-image: url('/static/images/whatsnew/trackmymusic/6-rdio-screenshot.jpg');
}
.whats-new .wn-section-track .track-section .visual.screenshot.rdio:before {
  width: 670px;
  height: 377px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.deezer {
  position: relative;
  text-align: left;
}
.whats-new .wn-section-track .track-section .visual.screenshot.deezer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.deezer:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.deezer:before {
  background-image: url('/static/images/whatsnew/trackmymusic/7-deezer-screenshot.jpg');
}
.whats-new .wn-section-track .track-section .visual.screenshot.deezer:before {
  width: 670px;
  height: 377px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.eighttracks {
  position: relative;
  text-align: left;
}
.whats-new .wn-section-track .track-section .visual.screenshot.eighttracks:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.eighttracks:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.eighttracks:before {
  background-image: url('/static/images/whatsnew/trackmymusic/9-8tracks-screenshot.jpg');
}
.whats-new .wn-section-track .track-section .visual.screenshot.eighttracks:before {
  width: 670px;
  height: 377px;
}
.whats-new .wn-section-track .track-section .visual.screenshot.hypemachine {
  position: relative;
  text-align: left;
}
.whats-new .wn-section-track .track-section .visual.screenshot.hypemachine:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.hypemachine:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .visual.screenshot.hypemachine:before {
  background-image: url('/static/images/whatsnew/trackmymusic/10-hypemachine-screenshot.jpg');
}
.whats-new .wn-section-track .track-section .visual.screenshot.hypemachine:before {
  width: 670px;
  height: 377px;
}
.whats-new .wn-section-track .track-section .button-googleplay {
  position: relative;
  text-align: left;
  height: 59px;
  display: block;
}
.whats-new .wn-section-track .track-section .button-googleplay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-googleplay:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-googleplay:before {
  background-image: url('/static/images/whatsnew/trackmymusic/2-android-button.png');
}
.whats-new .wn-section-track .track-section .button-googleplay:before {
  width: 180px;
  height: 59px;
}
.whats-new .wn-section-track .track-section .button-ios {
  position: relative;
  text-align: left;
  height: 63px;
  display: block;
}
.whats-new .wn-section-track .track-section .button-ios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-ios:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-ios:before {
  background-image: url('/static/images/whatsnew/trackmymusic/3-ios-button.png');
}
.whats-new .wn-section-track .track-section .button-ios:before {
  width: 180px;
  height: 63px;
}
.whats-new .wn-section-track .track-section .button-chrome {
  position: relative;
  text-align: left;
  height: 63px;
  display: block;
}
.whats-new .wn-section-track .track-section .button-chrome:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-chrome:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-chrome:before {
  background-image: url('/static/images/whatsnew/trackmymusic/3-chrome-button.png');
}
.whats-new .wn-section-track .track-section .button-chrome:before {
  width: 180px;
  height: 63px;
}
.whats-new .wn-section-track .track-section .button-spotify {
  position: relative;
  text-align: left;
  height: 55px;
  display: block;
}
.whats-new .wn-section-track .track-section .button-spotify:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-spotify:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-spotify:before {
  background-image: url('/static/images/whatsnew/trackmymusic/4-spotify-logo.png');
}
.whats-new .wn-section-track .track-section .button-spotify:before {
  width: 180px;
  height: 55px;
}
.whats-new .wn-section-track .track-section .button-rdio {
  position: relative;
  text-align: left;
  height: 69px;
  display: block;
}
.whats-new .wn-section-track .track-section .button-rdio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-rdio:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-rdio:before {
  background-image: url('/static/images/whatsnew/trackmymusic/6-rdio-logo.png');
}
.whats-new .wn-section-track .track-section .button-rdio:before {
  width: 180px;
  height: 69px;
}
.whats-new .wn-section-track .track-section .button-deezer {
  position: relative;
  text-align: left;
  height: 39px;
  display: block;
}
.whats-new .wn-section-track .track-section .button-deezer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-deezer:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-deezer:before {
  background-image: url('/static/images/whatsnew/trackmymusic/7-deezer-logo.png');
}
.whats-new .wn-section-track .track-section .button-deezer:before {
  width: 180px;
  height: 39px;
}
.whats-new .wn-section-track .track-section .button-sonos {
  position: relative;
  text-align: left;
  height: 36px;
  display: block;
}
.whats-new .wn-section-track .track-section .button-sonos:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-sonos:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-sonos:before {
  background-image: url('/static/images/whatsnew/trackmymusic/8-sonos-logo.png');
}
.whats-new .wn-section-track .track-section .button-sonos:before {
  width: 180px;
  height: 36px;
}
.whats-new .wn-section-track .track-section .button-8tracks {
  position: relative;
  text-align: left;
  height: 54px;
  display: block;
}
.whats-new .wn-section-track .track-section .button-8tracks:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-8tracks:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-8tracks:before {
  background-image: url('/static/images/whatsnew/trackmymusic/9-8tracks-logo.png');
}
.whats-new .wn-section-track .track-section .button-8tracks:before {
  width: 180px;
  height: 54px;
}
.whats-new .wn-section-track .track-section .button-hypemachine {
  position: relative;
  text-align: left;
  height: 36px;
  display: block;
}
.whats-new .wn-section-track .track-section .button-hypemachine:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-hypemachine:before {
  background-position: 0 0;
}
.whats-new .wn-section-track .track-section .button-hypemachine:before {
  background-image: url('/static/images/whatsnew/trackmymusic/10-hypemachine-logo.png');
}
.whats-new .wn-section-track .track-section .button-hypemachine:before {
  width: 180px;
  height: 36px;
}
.whats-new .wn-track-desktop {
  background-image: url('/static/images/whatsnew/trackmymusic/1-desktop-bg.jpg');
  background-size: 100% auto;
  background-position: center top;
  height: auto;
  background-color: black;
}
.whats-new .wn-track-desktop .wn-icon {
  background-image: url('/static/images/whatsnew/trackmymusic/1-desktop-icon.png');
}
.whats-new .wn-track-desktop .container.track-section {
  margin-top: 0;
}
.whats-new .wn-track-desktop .wn-content {
  margin-top: 50px;
  position: relative;
}
.whats-new .wn-track-desktop a.download-link {
  border-radius: 5px;
  padding: 10px 30px;
  background: #B90000;
  font-weight: bold;
  color: white;
}
.whats-new .wn-track-desktop .visual.screenshot {
  position: relative;
  text-align: left;
}
.whats-new .wn-track-desktop .visual.screenshot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.whats-new .wn-track-desktop .visual.screenshot:before {
  background-position: 0 0;
}
.whats-new .wn-track-desktop .visual.screenshot:before {
  background-image: url('/static/images/whatsnew/trackmymusic/1-desktop-screenshot.jpg');
}
.whats-new .wn-track-desktop .visual.screenshot:before {
  width: 670px;
  height: 377px;
}
.whats-new .instructions-copy.wn-content {
  color: #999999;
  margin-bottom: 50px;
}
.whats-new .wn-begin2 {
  background-image: url('/static/images/whatsnew/trackmymusic/11-end-bg.jpg');
  border-top: 5px solid #B90000;
  border-bottom: none;
}
.whats-new .wn-begin2 .container {
  margin-top: 170px;
}
.whats-new .wn-begin2 h2 {
  color: white;
  font-size: 34px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}
.whats-new .wn-begin2 h2 a.track-link {
  border-radius: 5px;
  padding: 8px 40px 8px 70px;
  background: #B90000 url('/static/images/whatsnew/trackmymusic/11-end-profile-icon.png') no-repeat 25px center;
  margin-left: 1em;
  color: white;
}
.whats-new .wn-begin2 .last-fm-logo {
  margin: 70px auto 0;
}
@media (max-width: 1259px) {
  .whats-new .wn-section h2 {
    font-size: 34px;
  }
  .whats-new .wn-reimagined .visual {
    transform: scale(0.9);
  }
  .whats-new .wn-reimagined .visual.computer {
    left: 72%;
  }
  .whats-new .wn-reimagined .visual.tablet {
    top: 57%;
  }
  .whats-new .wn-reimagined .visual.phone {
    top: 59%;
  }
  .whats-new .wn-newhome .visual {
    left: 78%;
  }
  .whats-new .wn-neverstops .wn-content {
    margin-top: 270px;
  }
  .whats-new .wn-neverstops .visual.player {
    transform: scale(0.8);
  }
  .whats-new .wn-neverstops .visual.spotify {
    left: 75%;
    top: 42%;
  }
  .whats-new .wn-neverstops .visual.youtube {
    left: 75%;
    top: 58%;
  }
  .whats-new .wn-listeninghistory .visual.library1 {
    left: 75%;
  }
  .whats-new .wn-listeninghistory .visual.library2 {
    left: 82%;
  }
  .whats-new .wn-listeninghistory .visual.phone {
    left: 84%;
  }
  .whats-new .wn-visualise .visual {
    left: 78%;
  }
  .whats-new .wn-goexplore .wn-content {
    margin-top: 68px;
  }
  .whats-new .wn-goexplore .visual {
    left: 76%;
  }
  .whats-new .wn-section-track .track-section .visual.screenshot {
    transform: scale(0.9);
  }
}
@media (max-width: 767px) {
  .whats-new .wn-section {
    overflow: auto;
    height: auto;
  }
  .whats-new .wn-section h1 {
    font-size: 30px;
  }
  .whats-new .wn-section h2 {
    font-size: 26px;
    text-align: center;
  }
  .whats-new .wn-section h3 {
    font-size: 20px;
    margin-top: 0.5em;
  }
  .whats-new .wn-section p {
    font-size: 16px;
  }
  .whats-new .wn-section .wn-content {
    margin: 40px 10px;
  }
  .whats-new .wn-section .wn-icon {
    margin: 0 auto;
  }
  .whats-new .wn-section .container .visual {
    display: none;
  }
  .whats-new .wn-section nav.secondary-nav {
    font-size: 13px;
  }
  .whats-new .wn-hello {
    background-image: url('/static/images/whatsnew/1-hello-mobile-bg.jpg?6f9e1a7a67b9');
  }
  .whats-new .wn-hello .last-fm-logo {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100px;
    height: 36px;
  }
  .whats-new .wn-hello .last-fm-logo:before {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .whats-new .wn-reimagined {
    background-image: url('/static/images/whatsnew/2-reimagined-mobile-bg.jpg?0482ce521de5');
  }
  .whats-new .wn-reimagined .mobile-visual {
    position: relative;
    text-align: left;
    height: 215px;
    margin: 10px auto;
  }
  .whats-new .wn-reimagined .mobile-visual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .whats-new .wn-reimagined .mobile-visual:before {
    background-position: 0 0;
  }
  .whats-new .wn-reimagined .mobile-visual:before {
    background-image: url('/static/images/whatsnew/2-reimagined-mobile-visual.png?0482ce521de5');
  }
  .whats-new .wn-reimagined .mobile-visual:before {
    width: 303px;
    height: 215px;
  }
  .whats-new .wn-reimagined .mobile-visual:before {
    top: 50%;
    margin-top: -107.5px;
  }
  .whats-new .wn-reimagined .mobile-visual:before {
    left: 50%;
    margin-left: -151.5px;
  }
  .whats-new .wn-newhome {
    background-image: url('/static/images/whatsnew/3-newhome-mobile-bg.jpg?0482ce521de5');
  }
  .whats-new .wn-newhome .mobile-visual {
    position: relative;
    text-align: left;
    height: 287px;
    margin: 10px auto;
  }
  .whats-new .wn-newhome .mobile-visual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .whats-new .wn-newhome .mobile-visual:before {
    background-position: 0 0;
  }
  .whats-new .wn-newhome .mobile-visual:before {
    background-image: url('/static/images/whatsnew/3-newhome-mobile-visual.jpg?0482ce521de5');
  }
  .whats-new .wn-newhome .mobile-visual:before {
    width: 290px;
    height: 287px;
  }
  .whats-new .wn-newhome .mobile-visual:before {
    top: 50%;
    margin-top: -143.5px;
  }
  .whats-new .wn-newhome .mobile-visual:before {
    left: 50%;
    margin-left: -145px;
  }
  .whats-new .wn-neverstops {
    background-image: url('/static/images/whatsnew/4-neverstops-mobile-bg.jpg?0482ce521de5');
  }
  .whats-new .wn-neverstops .mobile-visual {
    position: relative;
    text-align: left;
    height: 288px;
    margin-top: -30px;
  }
  .whats-new .wn-neverstops .mobile-visual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .whats-new .wn-neverstops .mobile-visual:before {
    background-position: 0 0;
  }
  .whats-new .wn-neverstops .mobile-visual:before {
    background-image: url('/static/images/whatsnew/4-neverstops-mobile-visual.png?0482ce521de5');
  }
  .whats-new .wn-neverstops .mobile-visual:before {
    width: 320px;
    height: 288px;
  }
  .whats-new .wn-neverstops .mobile-visual:before {
    top: 50%;
    margin-top: -144px;
  }
  .whats-new .wn-neverstops .mobile-visual:before {
    left: 50%;
    margin-left: -160px;
  }
  .whats-new .wn-listeninghistory {
    background-image: url('/static/images/whatsnew/5-listeninghistory-mobile-bg.jpg?6f9e1a7a67b9');
  }
  .whats-new .wn-listeninghistory .mobile-visual {
    position: relative;
    text-align: left;
    height: 335px;
    margin: 10px auto;
  }
  .whats-new .wn-listeninghistory .mobile-visual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .whats-new .wn-listeninghistory .mobile-visual:before {
    background-position: 0 0;
  }
  .whats-new .wn-listeninghistory .mobile-visual:before {
    background-image: url('/static/images/whatsnew/5-listeninghistory-mobile-visual.png?6f9e1a7a67b9');
  }
  .whats-new .wn-listeninghistory .mobile-visual:before {
    width: 299px;
    height: 335px;
  }
  .whats-new .wn-listeninghistory .mobile-visual:before {
    top: 50%;
    margin-top: -167.5px;
  }
  .whats-new .wn-listeninghistory .mobile-visual:before {
    left: 50%;
    margin-left: -149.5px;
  }
  .whats-new .wn-visualise {
    background-image: url('/static/images/whatsnew/6-visualise-mobile-bg.jpg?6f9e1a7a67b9');
  }
  .whats-new .wn-visualise .mobile-visual {
    position: relative;
    text-align: left;
    height: 380px;
    margin: -30px auto -20px;
  }
  .whats-new .wn-visualise .mobile-visual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .whats-new .wn-visualise .mobile-visual:before {
    background-position: 0 0;
  }
  .whats-new .wn-visualise .mobile-visual:before {
    background-image: url('/static/images/whatsnew/6-visualise-mobile-visual.png?6f9e1a7a67b9');
  }
  .whats-new .wn-visualise .mobile-visual:before {
    width: 320px;
    height: 380px;
  }
  .whats-new .wn-visualise .mobile-visual:before {
    top: 50%;
    margin-top: -190px;
  }
  .whats-new .wn-visualise .mobile-visual:before {
    left: 50%;
    margin-left: -160px;
  }
  .whats-new .wn-paths {
    background-image: url('/static/images/whatsnew/7-paths-mobile-bg.jpg?6f9e1a7a67b9');
  }
  .whats-new .wn-paths h2 {
    font-size: 24px;
  }
  .whats-new .wn-paths h2 a.profile-icon-link {
    display: block;
    margin: 10px auto;
    width: 200px;
  }
  .whats-new .wn-paths .last-fm-logo {
    margin: 80px auto 200px;
  }
  .whats-new .wn-getinvolved {
    background-image: url('/static/images/whatsnew/getinvolved/1-mobile-bg.jpg?6f9e1a7a67b9');
  }
  .whats-new .wn-getinvolved .mobile-visual {
    position: relative;
    text-align: left;
    height: 213px;
    margin: 10px auto;
  }
  .whats-new .wn-getinvolved .mobile-visual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .whats-new .wn-getinvolved .mobile-visual:before {
    background-position: 0 0;
  }
  .whats-new .wn-getinvolved .mobile-visual:before {
    background-image: url('/static/images/whatsnew/getinvolved/1-mobile-visual.png?6f9e1a7a67b9');
  }
  .whats-new .wn-getinvolved .mobile-visual:before {
    width: 309px;
    height: 213px;
  }
  .whats-new .wn-getinvolved .mobile-visual:before {
    top: 50%;
    margin-top: -106.5px;
  }
  .whats-new .wn-getinvolved .mobile-visual:before {
    left: 50%;
    margin-left: -154.5px;
  }
  .whats-new .wn-tracklisteninghistory {
    background-image: url('/static/images/whatsnew/getinvolved/2-mobile-bg.jpg?6f9e1a7a67b9');
  }
  .whats-new .wn-tracklisteninghistory .mobile-visual {
    position: relative;
    text-align: left;
    height: 172px;
    margin: 20px auto;
  }
  .whats-new .wn-tracklisteninghistory .mobile-visual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .whats-new .wn-tracklisteninghistory .mobile-visual:before {
    background-position: 0 0;
  }
  .whats-new .wn-tracklisteninghistory .mobile-visual:before {
    background-image: url('/static/images/whatsnew/getinvolved/2-mobile-visual.png?6f9e1a7a67b9');
  }
  .whats-new .wn-tracklisteninghistory .mobile-visual:before {
    width: 260px;
    height: 172px;
  }
  .whats-new .wn-tracklisteninghistory .mobile-visual:before {
    top: 50%;
    margin-top: -86px;
  }
  .whats-new .wn-tracklisteninghistory .mobile-visual:before {
    left: 50%;
    margin-left: -130px;
  }
  .whats-new .wn-goexplore {
    background-image: url('/static/images/whatsnew/getinvolved/3-mobile-bg.jpg?6f9e1a7a67b9');
  }
  .whats-new .wn-goexplore .mobile-visual {
    position: relative;
    text-align: left;
    height: 327px;
    margin: 0px auto 15px;
  }
  .whats-new .wn-goexplore .mobile-visual:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .whats-new .wn-goexplore .mobile-visual:before {
    background-position: 0 0;
  }
  .whats-new .wn-goexplore .mobile-visual:before {
    background-image: url('/static/images/whatsnew/getinvolved/3-mobile-visual.png?6f9e1a7a67b9');
  }
  .whats-new .wn-goexplore .mobile-visual:before {
    width: 296px;
    height: 327px;
  }
  .whats-new .wn-goexplore .mobile-visual:before {
    top: 50%;
    margin-top: -163.5px;
  }
  .whats-new .wn-goexplore .mobile-visual:before {
    left: 50%;
    margin-left: -148px;
  }
  .whats-new .wn-begin {
    background-image: url('/static/images/whatsnew/getinvolved/4-mobile-bg.jpg?6f9e1a7a67b9');
    height: 647px;
  }
  .whats-new .wn-begin h2 {
    font-size: 22px;
  }
  .whats-new .wn-begin .container {
    margin-top: 80px;
  }
  .whats-new .wn-section-track .track-section .visual.screenshot {
    display: block;
    left: 0;
    height: 200px;
    width: 100%;
    top: 0 !important;
    position: relative !important;
    margin: 10px 0;
    transform: none;
  }
  .whats-new .wn-section-track .track-section .visual.screenshot:before {
    width: 100% !important;
    height: 200px !important;
    background-size: contain;
    background-position: center center !important;
  }
  .whats-new .wn-track-desktop {
    background-image: url('/static/images/whatsnew/trackmymusic/1-desktop-mobile-bg.jpg');
    background-position: center bottom;
    background-size: cover;
  }
  .whats-new .wn-begin2 {
    background-image: url('/static/images/whatsnew/trackmymusic/11-end-mobile-bg.jpg');
    height: 637px;
  }
}
.similar-tracks-and-artists-row {
  margin-top: 18px;
}
.similar-tracks-and-artists-row:before,
.similar-tracks-and-artists-row:after {
  content: " ";
  display: table;
}
.similar-tracks-and-artists-row:after {
  clear: both;
}
.similar-tracks-and-artists-row:before,
.similar-tracks-and-artists-row:after {
  content: " ";
  display: table;
}
.similar-tracks-and-artists-row:after {
  clear: both;
}
.similar-tracks-and-artists-row:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .similar-tracks-and-artists-row:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .similar-tracks-and-artists-row {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns .grid-items-section:nth-child(-n + 2) {
    margin-top: 0;
  }
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns .grid-items-item {
    width: 50%;
    height: 0;
    padding-top: 50%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns .grid-items-section:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns .grid-items-section {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns .grid-items-section {
    float: left;
    width: 320px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns .grid-items-section {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .similar-tracks-and-artists-row.similar-tracks-and-artists-row--columns .grid-items-section {
    float: left;
    width: 400px;
  }
}
.new-track-layout .header-info-primary .share-desktop {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 12px;
}
.new-track-layout .col-main {
  float: right;
}
@media (min-width: 768px) {
  .new-track-layout .content-top-lower {
    padding-bottom: 0;
  }
}
.new-track-layout .content-top-lower::after {
  border: none;
}
.new-track-layout .content-top::after {
  border-top: none;
}
.new-track-layout .col-sidebar .more-link {
  text-align: left;
}
.new-track-layout .secondary-nav {
  right: 240px;
}
.new-track-layout .track-metadata .album-details a {
  color: #005399;
}
.new-track-layout .track-metadata .album-details .metadata-display a {
  color: inherit;
}
.new-track-layout .metadata-item {
  float: none;
}
@media (min-width: 768px) {
  .new-track-layout .video-player--in-place .video-player-embed {
    float: right;
  }
}
@media (min-width: 768px) {
  .artist-albums-controls-wrapper {
    position: relative;
  }
  .artist-albums-controls-wrapper:before,
  .artist-albums-controls-wrapper:after {
    content: " ";
    display: table;
  }
  .artist-albums-controls-wrapper:after {
    clear: both;
  }
  .artist-albums-controls-wrapper:before,
  .artist-albums-controls-wrapper:after {
    content: " ";
    display: table;
  }
  .artist-albums-controls-wrapper:after {
    clear: both;
  }
  .artist-albums-controls {
    float: right;
  }
  .artist-albums-controls .dropdown-menu-clickable {
    margin-top: 6px;
    right: 0;
  }
}
.dashbody .header {
  color: #FFFFFF;
}
.dashbody .header-background {
  height: 100%;
}
.dashbody .header-background:before {
  background-size: contain;
  height: 200%;
}
.dashbody .header-inner-wrap {
  padding-top: 48px;
}
.dashbody .header-background {
  background-size: cover;
  background-image: url('/static/images/dashboard_header.jpg?0482ce521de5');
  background-position: center 100%;
}
.dashbody .header-info {
  padding-top: 12px;
  padding-bottom: 24px;
}
.dashboard-header-heading {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 30px;
  margin-top: 18px;
  margin-bottom: 0;
  margin-bottom: -6px;
  font-size: 20px;
  line-height: 30px;
}
.dashboard-header-heading small,
.dashboard-header-heading .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.dashboard-header-heading small,
.dashboard-header-heading .small {
  font-size: 65%;
}
.dashboard-header-heading:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .dashboard-header-heading:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .dashboard-header-heading {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .dashboard-header-heading {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .dashbody .header {
    height: 200px;
  }
  .dashbody .header-background:before {
    background-size: auto;
  }
  .dashbody .header-inner-wrap {
    padding-top: 42px;
  }
  .dashbody .header-info {
    padding-top: 0;
    padding-bottom: 0;
    padding-bottom: 24px;
  }
  .dashboard-header-intro {
    margin-top: 18px;
  }
  .dashboard-header-intro:first-child {
    margin-top: 0;
  }
  .dashboard-header-intro-2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .dashboard-header-intro:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .dashboard-header-intro-2 {
    margin-top: 0;
  }
}
.reported-images {
  display: flex;
  flex-wrap: wrap;
}
.reported-images .reported-image {
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
  margin-top: 18px;
  float: none!important;
  position: relative;
  height: 250px;
}
@media (min-width: 768px) {
  .reported-images .reported-image {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .reported-images .reported-image {
    float: left;
    width: 160px;
  }
}
@media (min-width: 1260px) {
  .reported-images .reported-image {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .reported-images .reported-image {
    float: left;
    width: 200px;
  }
}
.reported-images .reported-image:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .reported-images .reported-image:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .reported-images .reported-image {
    margin-top: 24px;
  }
}
.reported-images .reported-image .status--ignored,
.reported-images .reported-image .status--removed {
  display: none;
}
.reported-images .reported-image[data-ajax-form-state='ignored'] img,
.reported-images .reported-image[data-ajax-form-state='removed'] img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.reported-images .reported-image[data-ajax-form-state='ignored'] .status--no-action,
.reported-images .reported-image[data-ajax-form-state='removed'] .status--no-action {
  display: none;
}
.reported-images .reported-image[data-ajax-form-state='ignored'] [data-ajax-form-sets-state='ignored'] {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.reported-images .reported-image[data-ajax-form-state='ignored'] .status--ignored {
  display: inline;
}
.reported-images .reported-image[data-ajax-form-state='removed'] [data-ajax-form-sets-state='removed'] {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.reported-images .reported-image[data-ajax-form-state='removed'] .status--removed {
  display: inline;
}
.reported-images .actions {
  position: absolute;
  bottom: 0;
}
.reported-images .actions form {
  display: inline-block;
}
.reported-shouts-table {
  margin-top: 18px;
}
.reported-shouts-table:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .reported-shouts-table:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .reported-shouts-table {
    margin-top: 24px;
  }
}
.reported-shout-body {
  word-break: break-word;
}
.ignore-shout-reports [data-ajax-form-sets-state=''] {
  display: none;
}
.ignore-shout-reports[data-ajax-form-state='ignored'] [data-ajax-form-sets-state=''] {
  display: block;
}
.ignore-shout-reports[data-ajax-form-state='ignored'] [data-ajax-form-sets-state='ignored'] {
  display: none;
}
.images-index-controls:before,
.images-index-controls:after {
  content: " ";
  display: table;
}
.images-index-controls:after {
  clear: both;
}
.images-index-controls:before,
.images-index-controls:after {
  content: " ";
  display: table;
}
.images-index-controls:after {
  clear: both;
}
.images-index-controls-left {
  float: left;
}
.images-index-controls-right {
  text-align: right;
}
.images-index-controls-right .dropdown-menu-clickable {
  margin-top: 18px;
  text-align: left;
}
@media (min-width: 768px) {
  .images-index-controls {
    margin-left: -10px;
    margin-right: -10px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .images-index-controls-right .dropdown-wrap {
    position: relative;
  }
  .images-index-controls-right .dropdown-menu-clickable {
    margin-top: 6px;
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .images-index-controls {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .images-index-controls {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .images-index-controls-left,
  .images-index-controls-right {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) {
  .images-index-controls-left,
  .images-index-controls-right {
    float: left;
    width: 320px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) {
  .images-index-controls-left,
  .images-index-controls-right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1260px) and (min-width: 1260px) {
  .images-index-controls-left,
  .images-index-controls-right {
    float: left;
    width: 400px;
  }
}
.track-my-music-page .container,
.track-my-music-page .main-content {
  background: none;
}
.track-my-music-content {
  background-size: auto 500px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url('/static/images/whatsnew/trackmymusic/track_my_music_bg.jpg?6f9e1a7a67b9');
}
@media (min-width: 768px) {
  .track-my-music-content {
    background-size: auto;
  }
}
.track-my-music-content {
  color: #FFFFFF;
}
.track-my-music-content .system-requirements {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
.track-my-music-content .system-requirements a {
  color: inherit;
  text-decoration: underline;
}
.track-my-music-content .system-requirements a:hover,
.track-my-music-content .system-requirements a:focus {
  color: inherit;
}
.track-my-music-content .secondary-nav {
  margin: auto 0;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.track-my-music-content .secondary-nav:before,
.track-my-music-content .secondary-nav:after {
  content: " ";
  display: table;
}
.track-my-music-content .secondary-nav:after {
  clear: both;
}
.track-my-music-content .secondary-nav:before,
.track-my-music-content .secondary-nav:after {
  content: " ";
  display: table;
}
.track-my-music-content .secondary-nav:after {
  clear: both;
}
.track-my-music-content .secondary-nav .navlist-items {
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
.track-my-music-content hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.track-my-music-content .track-my-music-service-quick-links {
  margin-top: 48px;
  margin-bottom: 48px;
}
.track-my-music-content .track-my-music-service-quick-links:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-my-music-content .track-my-music-service-quick-links:first-child {
    margin-top: 0;
  }
}
.track-my-music-content .track-my-music-service-quick-links .service-quick-link {
  display: inline-block;
}
.track-my-music-content .track-my-music-description em {
  font-style: inherit;
  border-bottom: dotted 2px;
  cursor: help;
}
.track-my-music-content .extra-big-font {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) {
  .track-my-music-content .extra-big-font {
    font-size: 48px;
    line-height: 60px;
  }
}
.track-my-music-content .btn-light-on-dark {
  color: rgba(255, 255, 255, 0.85);
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.85);
}
.track-my-music-content .btn-light-on-dark:hover,
.track-my-music-content .btn-light-on-dark:focus {
  border-color: #ffffff;
  color: #ffffff;
}
.track-my-music-content .btn-light-on-dark:active {
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
.track-my-music-content .btn-pill {
  border-width: 1px;
  padding: 6px 1em;
  font-size: 14px;
  line-height: 18px;
  border-radius: 16px;
  margin: 5px 5px;
  text-align: center;
}
.track-my-music-content .btn-pill:hover,
.track-my-music-content .btn-pill:focus {
  text-decoration: initial;
}
.track-my-music-content .btn-pill.btn-lg {
  border-width: 1px;
  padding: 12px 1.2em;
  font-size: 18px;
  line-height: 24px;
  border-radius: 25px;
  margin-left: 0;
}
.track-my-music-content .track-my-music-help {
  background-size: auto 500px;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 365px;
  background-image: url('/static/images/whatsnew/trackmymusic/help_bg.jpg?6f9e1a7a67b9');
}
@media (min-width: 768px) {
  .track-my-music-content .track-my-music-help {
    background-size: auto;
  }
}
.track-my-music-content .primary-service {
  margin-top: 18px;
}
.track-my-music-content .primary-service:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-my-music-content .primary-service:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .track-my-music-content .primary-service {
    margin-top: 24px;
  }
}
.track-my-music-content .primary-service .primary-service-title {
  margin: 18px auto;
}
.track-my-music-content .primary-service .primary-service-link {
  display: inline-block;
  margin-top: 30px;
}
.track-my-music-content .primary-service-divider {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .track-my-music-content .primary-service-divider {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.track-my-music-content .secondary-service-item {
  margin-top: 18px;
}
.track-my-music-content .secondary-service-item:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-my-music-content .secondary-service-item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .track-my-music-content .secondary-service-item {
    margin-top: 24px;
  }
}
.track-my-music-content .secondary-service-item:nth-child(-n + 3) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-my-music-content .secondary-service-item:nth-child(-n + 3) {
    margin-top: 0;
  }
}
.track-my-music-content .secondary-service-item .secondary-service-item-buffered-element {
  margin-top: 30px;
}
.track-my-music-content .secondary-service-item .secondary-service-item-divider {
  margin-top: 30px;
  margin-bottom: 30px;
}
.track-my-music-content .track-my-music-help {
  margin-top: 18px;
}
.track-my-music-content .track-my-music-help:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-my-music-content .track-my-music-help:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .track-my-music-content .track-my-music-help {
    margin-top: 24px;
  }
}
.track-my-music-content .track-my-music-help h2 {
  padding-top: 48px;
  margin-bottom: 48px;
}
.track-my-music-content .track-my-music-help .btn {
  margin-top: 18px;
}
.track-my-music-content .track-my-music-help .btn:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-my-music-content .track-my-music-help .btn:first-child {
    margin-top: 0;
  }
}
.track-my-music-content .track-my-music-more-services {
  margin-top: 18px;
}
.track-my-music-content .track-my-music-more-services:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-my-music-content .track-my-music-more-services:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .track-my-music-content .track-my-music-more-services {
    margin-top: 24px;
  }
}
.track-my-music-content .track-my-music-more-services > * {
  margin-top: 48px;
}
.track-my-music-content .track-my-music-more-services > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .track-my-music-content .track-my-music-more-services > *:first-child {
    margin-top: 0;
  }
}
.track-my-music-content .primary-service {
  position: relative;
}
@media (min-width: 768px) {
  .track-my-music-content .primary-service {
    padding-right: 640px;
    margin-bottom: -10px;
  }
  .track-my-music-content .primary-service .primary-service-right-content {
    position: absolute;
    right: 0;
    top: -10px;
    text-align: center;
    width: 620px;
  }
  .track-my-music-content .primary-service.primary-service-desktop {
    min-height: 584px;
  }
  .track-my-music-content .primary-service.primary-service-android {
    min-height: 481px;
  }
  .track-my-music-content .primary-service.primary-service-ios {
    min-height: 446px;
  }
}
@media (min-width: 1260px) {
  .track-my-music-content .primary-service {
    padding-right: 800px;
  }
  .track-my-music-content .primary-service .primary-service-right-content {
    width: 770px;
  }
  .track-my-music-content .primary-service.primary-service-desktop {
    min-height: 624px;
  }
  .track-my-music-content .primary-service.primary-service-android {
    min-height: 525px;
  }
  .track-my-music-content .primary-service.primary-service-ios {
    min-height: 512px;
  }
}
.track-my-music-content img {
  max-width: 100%;
  height: auto;
}
.track-my-music-content .secondary-service-row {
  margin-left: -10px;
  margin-right: -10px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (min-width: 768px) {
  .track-my-music-content .secondary-service-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1260px) {
  .track-my-music-content .secondary-service-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.track-my-music-content .secondary-service-item {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .track-my-music-content .secondary-service-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .track-my-music-content .secondary-service-item {
    float: left;
    width: 320px;
  }
}
@media (min-width: 1260px) {
  .track-my-music-content .secondary-service-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .track-my-music-content .secondary-service-item {
    float: left;
    width: 400px;
  }
}
@media (min-width: 768px) {
  .track-my-music-content .secondary-service-item {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .track-my-music-content .secondary-service-item {
    float: left;
    width: 960px;
  }
}
@media (min-width: 1260px) {
  .track-my-music-content .secondary-service-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1260px) and (min-width: 1260px) {
  .track-my-music-content .secondary-service-item {
    float: left;
    width: 1200px;
  }
}
@media (min-width: 768px) {
  .track-my-music-content .secondary-service-row {
    display: flex;
  }
  .track-my-music-content .secondary-service-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .track-my-music-content .offset-section-anchor {
    position: absolute;
    visibility: hidden;
    margin-top: -60px;
  }
}
/********** GENERAL **********/
body.dashbody #content {
  overflow-x: hidden;
}
body.dashbody .clearme {
  display: block;
  position: relative;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.noselect,
.noselect * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-user-drag: none;
  user-drag: none;
}
/********** FONTS **********/
.kerve {
  -webkit-font-smoothing: antialiased !important;
}
.kerve a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out, border-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out, border-color 250ms ease-in-out;
}
body.dashbody .header .header-title {
  color: #FFF;
}
.kerve.widget .widget_title,
.kerve.widget h2 {
  margin: 0 auto 6px;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}
.kerve.widget .widget_title a,
.kerve.widget h2 a {
  color: #222222;
}
.kerve:not(h2),
.kerve:not(.widget_title) {
  font-weight: normal;
}
.kerve.widget .widget_title.no_intro,
.kerve.widget h2.no_intro {
  margin: 0 auto 20px;
}
.kerve.widget .widget_intro {
  display: block;
  position: relative;
  min-height: 28px;
  font-size: 12px;
  line-height: 14px;
  /*font-weight:bold;*/
}
.dashboard .kerve.widget .widget_title,
.dashboard .kerve.widget h2 {
  color: #b6c0bf;
}
.dashboard .kerve.widget .widget_title a,
.dashboard .kerve.widget h2 a {
  color: #b6c0bf;
}
@media (min-width: 768px) {
  .kerve.widget .widget_title,
  .kerve.widget h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 26px;
  }
}
/********** DASHBOARD **********/
body.dashbody {
  background: #000;
}
body.dashbody .container {
  background-color: transparent;
}
body.dashbody .content-top {
  display: none;
  padding: 0;
}
body.dashbody .header {
  border-bottom: 1px solid #000;
}
body.dashbody .header:after {
  content: '';
  display: block;
  position: relative;
  width: auto;
  height: 1px;
  top: 1px;
  background: #2f2f2f;
}
.dashboard {
  display: block;
  position: relative;
  min-height: 500px;
  padding: 0 0 100px;
  color: #b6c0bf;
}
.dashboard a {
  color: #DDD;
}
/********** WIDGETS **********/
.kerve.widget {
  display: block;
  position: relative;
}
.kerve.widget + .widget {
  margin-top: 75px;
}
@media (min-width: 768px) {
  .kerve.widget {
    margin-top: 0;
    padding: 9px 10px 10px;
    background: #FFF;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .kerve.widget:first-of-type {
    margin-top: -13px;
  }
  .kerve.widget + .widget {
    margin-top: 10px;
  }
}
@media (min-width: 1260px) {
  .kerve.widget {
    padding: 13px 14px 14px;
  }
  .kerve.widget:first-of-type {
    margin-top: -8px;
  }
  .kerve.widget + .widget {
    margin-top: 15px;
  }
}
/********** WIDGETS - DASHBOARD **********/
.dashboard .kerve.widget {
  width: auto;
  height: auto;
  margin: 75px 0 0;
  padding: 0 0 60px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.dashboard .kerve.widget.widget_spike {
  width: 100%;
  height: auto;
}
.dashboard .kerve.widget.widget_now2 {
  width: 100%;
  height: 112px;
}
.dashboard .kerve.widget.widget_genretoday {
  padding: 0;
}
.kerve.widget .widget_label {
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  bottom: 0;
  left: 0;
  margin: 10px auto -12px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  font-size: 12px;
  line-height: 14px;
  /*text-transform:uppercase;*/
  color: #222;
  vertical-align: top;
  overflow: hidden;
}
.kerve.widget .widget_label * {
  vertical-align: top;
}
.kerve.widget .widget_label span.label_grey {
  /*display:inline-block;
	padding-left:1px;
	color:#b6c0bf;*/
}
.kerve.widget .widget_label a {
  color: #222222;
}
.kerve.widget .widget_label a:hover {
  color: #B90000;
}
.kerve.widget .label_result {
  margin: 0 100px 0 0;
  padding: 10px 0 0;
  overflow: hidden;
  white-space: nowrap;
}
.kerve.widget .label_result.noresults {
  margin: 0;
}
.kerve.widget .label_scroll {
  display: block;
  position: relative;
}
.kerve.widget .label_scroll.animate {
  -webkit-animation: labelscroll 12s linear infinite;
  -moz-animation: labelscroll 12s linear infinite;
  -ms-animation: labelscroll 12s linear infinite;
  -o-animation: labelscroll 12s linear infinite;
  animation: labelscroll 12s linear infinite;
}
.kerve.widget .label_scroll.animate2 {
  -webkit-animation: labelscroll 12s linear;
  -moz-animation: labelscroll 12s linear;
  -ms-animation: labelscroll 12s linear;
  -o-animation: labelscroll 12s linear;
  animation: labelscroll 12s linear;
}
.kerve.widget .label_scrobbles {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}
.kerve.widget .label_play {
  display: inline-block;
  width: 28px;
  height: 36px;
  margin: -11px 0 0;
  background-image: url('/static/images/kerve/label_play_black.png?0482ce521de5');
  background-size: 28px 72px;
  background-position: 0 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.kerve.widget .label_play:hover {
  background-position: 0 -36px;
}
.dashbody .kerve.widget .label_play {
  background-image: url('/static/images/kerve/label_play.png?0482ce521de5');
}
.kerve.widget .label_genre {
  display: inline-block;
  padding: 3px 3px 2px;
  margin: -3px 3px 0 0;
  background: #B90000;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}
/* DASHBOARD */
.dashbody .kerve.widget .widget_label {
  position: absolute;
  height: 36px;
  margin: 0;
  padding: 0 0 13px;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  color: #f9f9f9;
}
.dashbody .kerve.widget .widget_label a {
  color: #f9f9f9;
}
.dashbody .kerve.widget .widget_label a:hover {
  color: #B90000;
}
.dashbody .kerve.widget .label_genre {
  color: #000;
}
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .kerve.widget .label_play {
    background-image: url('/static/images/kerve/label_play_black@2x.png?0482ce521de5');
  }
  .dashbody .kerve.widget .label_play {
    background-image: url('/static/images/kerve/label_play@2x.png?0482ce521de5');
  }
}
/* RESPONSIVE */
@media (min-width: 480px) {
  .dashboard .kerve.widget {
    margin: 85px 0 0;
  }
}
@media (min-width: 768px) {
  .kerve.widget .widget_label {
    border-bottom: none;
  }
  .dashbody .kerve.widget .widget_label {
    border-bottom: 1px solid #2f2f2f;
  }
  .dashboard .kerve.widget {
    float: left;
    width: 430px;
    height: 380px;
    margin: 96px 0 0;
    padding: 0;
  }
  .dashboard .kerve.widget.widget_left {
    margin-right: 80px;
  }
  .dashboard .kerve.widget.widget_spike {
    height: 460px;
  }
  .dashboard .kerve.widget.widget_world,
  .dashboard .kerve.widget.widget_loved {
    height: 400px;
  }
}
@media (min-width: 1260px) {
  .dashboard .kerve.widget {
    float: left;
    width: 535px;
    height: 380px;
    margin: 96px 0 0;
    padding: 0;
  }
  .dashboard .kerve.widget.widget_left {
    margin-right: 100px;
  }
}
/* KEYFRAMES */
@-webkit-keyframes labelscroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  70.001% {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes labelscroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  70.001% {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes labelscroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  70.001% {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes labelscroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  70.001% {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes labelscroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  70% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  70.001% {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/********** ARTIST WIDGET - LISTENING TRENDS **********/
.kerve .trendwrap {
  display: block;
  position: relative;
  width: auto;
}
.kerve .trendslider {
  display: block;
  position: relative;
  width: 100%;
  height: 210px;
  margin: 0 auto;
  overflow: hidden;
}
.kerve .trendslide {
  display: block;
  position: absolute;
  width: 100%;
  height: 201px;
  top: 0;
  left: 0;
}
.kerve .trendslide_inner {
  display: block;
  position: relative;
  width: 221px;
  height: 100%;
  margin: 0 auto;
}
.kerve .trendleft,
.kerve .trendright {
  display: block;
  position: absolute;
  width: 30px;
  height: 50px;
  top: 68px;
  left: -8px;
  background-image: url('/static/images/kerve/arrows.png?0482ce521de5');
  background-size: 60px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
}
.kerve .trendright {
  left: auto;
  right: -8px;
  background-position: -30px 0;
}
.kerve .trendleft span,
.kerve .trendright span {
  display: block;
  position: absolute;
  width: 30px;
  height: 50px;
  top: 0;
  left: 0;
  background-image: url('/static/images/kerve/arrows.png?0482ce521de5');
  background-size: 60px 100px;
  background-position: 0 -50px;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.kerve .trendright span {
  background-position: -30px -50px;
}
.kerve .trendleft:hover span,
.kerve .trendright:hover span {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.kerve .trendnav {
  display: block;
  position: relative;
  width: 100%;
  height: 28px;
  margin: 0 auto 26px;
  text-align: center;
}
.kerve a.btn_trendnav {
  display: block;
  position: relative;
  width: 32%;
  height: 28px;
  padding: 7px 0;
  margin: 0 auto;
  background: #ebebeb;
  background: #d6dad9;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.kerve a.btn_trendnav_day {
  position: absolute;
  top: 0;
  left: 0;
}
.kerve a.btn_trendnav_month {
  position: absolute;
  top: 0;
  right: 0;
}
.kerve a.btn_trendnav:hover {
  background: #b6c0bf;
}
.kerve a.btn_trendnav.current {
  background: #B90000;
  color: #FFF;
}
.kerve .trendstats {
  display: block;
  position: relative;
  width: 221px;
  height: 39px;
  margin: 11px auto 0;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
}
.kerve .trenduser,
.kerve .trendglobal {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #B90000;
}
.kerve .trendglobal {
  left: auto;
  right: 0;
  background: #b6c0bf;
  border-left: 1px solid #FFF;
}
.no_user.kerve .trenduser {
  display: none;
}
.no_user.kerve .trendglobal {
  width: 100%;
  border-left: none;
}
.kerve .trendstats span {
  display: inline-block;
  height: 18px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 18px;
}
.kerve .trendwavewrap {
  text-align: Center;
}
.kerve .trendwave {
  display: block;
  position: relative;
  width: 221px;
  height: 186px;
  margin: 0 auto 2px;
  overflow: hidden;
}
.kerve .trendwave_inner,
.kerve .trendwave_inner2 {
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
}
.no_user.kerve .trendwave_inner {
  display: none;
}
.kerve .trendwavewrap .bar {
  display: block;
  position: relative;
  width: 2px;
  height: 2px;
  min-height: 2px !important;
  top: 92px;
  margin-left: 1px;
  background: #b6c0bf;
  background: #cbd2d1;
  float: left;
  -webkit-transition: height 600ms cubic-bezier(0.68, 0, 0.265, 1), top 600ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transition: height 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55), top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: height 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55), top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: height 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55), top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: height 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55), top 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.kerve .trendwave_inner .bar {
  background: #B90000;
}
.kerve .trendwavewrap .bar:first-child {
  margin-left: 0px;
}
.kerve .trendwave_break {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 92px;
  left: 0;
  background: #FFF;
}
/*.kerve .trendwave_axis{
	display:block;
	position:relative;
	width:221px;
	height:13px;
	margin:5px auto 2px;
	border:1px solid #b6c0bf;
	border-bottom:none;
	border-top:none;
	text-transform:uppercase;
}
.kerve .trendwave_axis .axislabel{
	display:block;
	position:absolute;
	width:40px;
	top:0;
	left:0;
	height:12px;
	border-right:1px solid #b6c0bf;
	font-size:10px;
	line-height:13px;
	color:#b6c0bf;
}
.kerve .trendwave_axis .axislabel:last-child,
.kerve .trendwave_axis .axislabel:last-of-type{
	border:none;
}*/
.kerve .trendbarwrap {
  left: 105%;
}
.kerve .trendbarwrap .graph {
  display: block;
  position: relative;
  width: 221px;
  height: 156px;
  top: 0;
  left: 0;
  margin: 31px auto 0;
}
.kerve .trendbarwrap .graphinner {
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
}
.kerve .trendbarwrap .graph_user,
.kerve .trendbarwrap .graph_global {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  vertical-align: bottom;
  line-height: 156px;
}
.kerve .trendbarwrap .graph_user {
  left: 3px;
}
.no_user.kerve .trendbarwrap .graph_user {
  display: none;
}
.kerve .trendbarwrap .bar {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 2px;
  height: 1px;
  min-height: 1px !important;
  margin: -20px 4px 0 0;
  background: #B90000;
  font-size: 0;
  line-height: 0;
  -webkit-transition: height 600ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transition: height 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: height 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: height 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: height 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.no_user.kerve .trendbarwrap .bar {
  width: 5px;
  margin: -20px 1px 0 0;
}
.kerve .trendbarwrap .graph_global .bar {
  background: #b6c0bf;
  background: #cbd2d1;
}
.kerve .trendwrap .axis {
  display: block;
  position: absolute;
  width: 30px;
  min-height: 13px;
}
.kerve .trendwrap .axis .axislabel {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 1px;
  font-size: 10px;
  line-height: 12px;
}
.kerve .trendwrap .axis.axis_y2 .axistab {
  background: #b6c0bf;
}
.kerve .trendwrap .axis .axistab.axistab2 {
  top: 16.66%;
}
.kerve .trendwrap .axis .axistab.axistab3 {
  top: 33.33%;
}
.kerve .trendwrap .axis .axistab.axistab4 {
  top: 50%;
}
.kerve .trendwrap .axis .axistab.axistab5 {
  top: 66.66%;
}
.kerve .trendwrap .axis .axistab.axistab6 {
  top: 83.33%;
}
.kerve .trendwrap .axis_x {
  display: block;
  position: relative;
  width: 221px;
  height: 13px;
  margin: 4px auto 12px;
  /*border:1px solid #b6c0bf;
	border-top:none;
	border-bottom:none;*/
  border-top: 1px solid #b6c0bf;
  text-transform: capitalize;
}
.kerve .trendwrap .axis_x .axislabel {
  display: block;
  position: absolute;
  width: 20%;
  left: 0;
  top: 3px;
  margin: 0 -10%;
  text-align: center;
  color: #b6c0bf;
  /*border-right:1px solid #b6c0bf;*/
}
.kerve .trendwrap .axis_x .axislabel.x2 {
  left: 20%;
}
.kerve .trendwrap .axis_x .axislabel.x3 {
  left: 40%;
}
.kerve .trendwrap .axis_x .axislabel.x4 {
  left: 60%;
}
.kerve .trendwrap .axis_x .axislabel.x5 {
  left: 80%;
}
.kerve .trendwrap .axis_x .axislabel.x6 {
  left: 100%;
}
.kerve .trendwrap .axis_x .axismarker {
  display: block;
  position: absolute;
  width: 1px;
  height: 3px;
  top: -3px;
  left: 50%;
  background: #b6c0bf;
}
.kerve .trendwrap .axis_x .axislabel.x6 .axismarker {
  margin-left: -1px;
}
.kerve .trendwrap .axis_x .axislabel:last-child,
.kerve .trendwrap .axis_x .axislabel:last-of-type {
  border: none;
}
.kerve .trendwrap .axis_y1_label,
.kerve .trendwrap .axis_y2_label,
.kerve .trendwrap .axis_y1_label2,
.kerve .trendwrap .axis_y2_label2 {
  width: 80px;
  top: -32px;
  left: 0;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  text-align: left;
  color: #B90000;
}
.kerve .trendwrap .axis_y2_label,
.kerve .trendwrap .axis_y2_label2 {
  left: auto;
  right: 0;
  text-align: right;
  color: #b6c0bf;
}
.kerve .trendwrap .axis_y1_label2,
.kerve .trendwrap .axis_y2_label2 {
  font-weight: normal;
  top: -20px;
}
.no_user.kerve .trendwrap .axis_y1_label,
.no_user.kerve .trendwrap .axis_y1_label2 {
  display: none;
}
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .kerve .trendleft,
  .kerve .trendright,
  .kerve .trendleft span,
  .kerve .trendright span {
    background-image: url('/static/images/kerve/arrows@2x.png?0482ce521de5');
  }
}
/* RESPONSIVE */
@media (min-width: 375px) {
  .kerve .trendwavewrap .bar {
    width: 3px;
  }
  .kerve .trendslide_inner,
  .kerve .trendnav,
  .kerve .trendstats,
  .kerve .trendwave,
  .kerve .trendbarwrap .graph,
  .kerve .trendwrap .axis_x {
    width: 295px;
  }
  .kerve .trendbarwrap .graph_user {
    left: 4px;
  }
  .kerve .trendbarwrap .bar {
    width: 3px;
    margin: -20px 5px 0 0;
  }
  .no_user.kerve .trendbarwrap .bar {
    width: 6px;
    margin: -20px 2px 0 0;
  }
}
@media (min-width: 450px) {
  .kerve .trendwavewrap .bar {
    width: 4px;
  }
  .kerve .trendslide_inner,
  .kerve .trendnav,
  .kerve .trendstats,
  .kerve .trendwave,
  .kerve .trendbarwrap .graph,
  .kerve .trendwrap .axis_x {
    width: 369px;
  }
  .kerve .trendbarwrap .graph_user {
    left: 5px;
  }
  .kerve .trendbarwrap .bar {
    width: 4px;
    margin: -20px 6px 0 0;
  }
  .no_user.kerve .trendbarwrap .bar {
    width: 8px;
    margin: -20px 2px 0 0;
  }
}
@media (min-width: 530px) {
  .kerve .trendwavewrap .bar {
    width: 4px;
    margin-left: 2px;
  }
  .kerve .trendslide_inner,
  .kerve .trendnav,
  .kerve .trendstats,
  .kerve .trendwave,
  .kerve .trendbarwrap .graph,
  .kerve .trendwrap .axis_x {
    width: 442px;
  }
  .kerve .trendbarwrap .graph_user {
    left: 6px;
  }
  .kerve .trendbarwrap .bar {
    width: 4px;
    margin: -20px 8px 0 0;
  }
  .no_user.kerve .trendbarwrap .bar {
    width: 9px;
    margin: -20px 3px 0 0;
  }
}
@media (min-width: 620px) {
  .kerve .trendwavewrap .bar {
    width: 5px;
    margin-left: 2px;
  }
  .kerve .trendslide_inner,
  .kerve .trendnav,
  .kerve .trendstats,
  .kerve .trendwave,
  .kerve .trendbarwrap .graph,
  .kerve .trendwrap .axis_x {
    width: 516px;
  }
  .kerve .trendbarwrap .graph_user {
    left: 7px;
  }
  .kerve .trendbarwrap .bar {
    width: 5px;
    margin: -20px 9px 0 0;
  }
  .no_user.kerve .trendbarwrap .bar {
    width: 10px;
    margin: -20px 4px 0 0;
  }
}
@media (min-width: 768px) {
  .kerve .trendwavewrap .bar {
    width: 2px;
    margin-left: 1px;
  }
  .kerve .trendstats,
  .kerve .trendnav {
    width: 100%;
  }
  .kerve .trendslide_inner,
  .kerve .trendwave,
  .kerve .trendbarwrap .graph,
  .kerve .trendwrap .axis_x {
    width: 221px;
  }
  .kerve .trendbarwrap .graph_user {
    left: 3px;
  }
  .kerve .trendbarwrap .bar {
    width: 2px;
    margin: -20px 4px 0 0;
  }
  .no_user.kerve .trendbarwrap .bar {
    width: 5px;
    margin: -20px 1px 0 0;
  }
}
@media (min-width: 1260px) {
  .kerve .trendwavewrap .bar {
    width: 3px;
  }
  .kerve .trendnav {
    height: 32px;
  }
  .kerve a.btn_trendnav {
    height: 32px;
    padding: 9px 0;
  }
  .kerve .trendslide_inner,
  .kerve .trendwave,
  .kerve .trendbarwrap .graph,
  .kerve .trendwrap .axis_x {
    width: 295px;
  }
  .kerve .trendbarwrap .graph_user {
    left: 4px;
  }
  .kerve .trendbarwrap .bar {
    width: 3px;
    margin: -20px 5px 0 0;
  }
  .no_user.kerve .trendbarwrap .bar {
    width: 6px;
    margin: -20px 2px 0 0;
  }
  .kerve .trendstats {
    height: 43px;
    margin: 19px auto 0;
    font-size: 10px;
    line-height: 10px;
  }
  .kerve .trendstats span {
    height: 20px;
    margin-top: 5px;
    font-size: 18px;
    line-height: 20px;
  }
}
/********** ARTIST WIDGET - USERS LISTENING NOW **********/
.kerve .nowwrap {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
.kerve .nowslider {
  display: block;
  position: relative;
  width: auto;
  height: 90px;
  margin: 0 22px;
  overflow: hidden;
}
.kerve .nowslider .slide {
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  float: left;
}
.kerve .nowslider .slide_inner {
  display: block;
  position: relative;
  width: 100%;
  height: 290px;
  max-width: 340px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top;
}
.kerve .nowslider_imgwrap {
  display: inline-block;
  position: relative;
  width: 84px;
  height: 84px;
  top: 0;
  left: 0;
  margin: 0 10px 0 0;
  background: #ebebeb;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  vertical-align: top;
}
.kerve .nowslider_img {
  display: block;
  position: absolute;
  width: 74px;
  height: 74px;
  top: 5px;
  left: 5px;
  background-color: #ddd;
  background-image: url('/static/images/kerve/profile2.jpg?0482ce521de5');
  background-position: center center;
  background-size: cover;
  border: 2px solid #FFF;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  border-radius: 37px;
}
.kerve .nowslider_copywrap {
  display: inline-block;
  position: relative;
  max-width: 138px;
  margin: 5px 0 0 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
}
.kerve .nowslider_copywrap a {
  text-decoration: none;
}
.kerve .nowslider_copywrap a:hover {
  color: #B90000;
}
.kerve .nowslider_name {
  font-size: 16px;
  line-height: 18px;
  margin: 2px 0 8px;
  color: #b6c0bf;
}
.kerve .nowslider_artist {
  color: #222;
}
.kerve .nowslider_artist,
.kerve .nowslider_track {
  font-size: 12px;
  line-height: 14px;
}
.kerve .nowslider_track {
  color: #b6c0bf;
}
.kerve .nowslider_scrobbles {
  font-size: 10px;
  line-height: 12px;
  margin: 9px auto 0;
  text-transform: uppercase;
}
.kerve .nownav {
  display: none;
  position: relative;
  width: 100%;
  margin: 8px auto 6px;
  text-align: center;
}
.kerve .nowdot {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin: 3px;
  background: #FFF;
  border: 1px solid #B90000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
  transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.kerve .nowdot.current {
  background: #B90000;
}
.kerve .nowleft,
.kerve .nowright {
  display: block;
  position: absolute;
  width: 30px;
  height: 50px;
  top: 18px;
  left: -8px;
  background-image: url('/static/images/kerve/arrows.png?0482ce521de5');
  background-size: 60px 100px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
}
.kerve .nowright {
  left: auto;
  right: -8px;
  background-position: -30px 0;
}
.kerve .nowleft span,
.kerve .nowright span {
  display: block;
  position: absolute;
  width: 30px;
  height: 50px;
  top: 0;
  left: 0;
  background-image: url('/static/images/kerve/arrows.png?0482ce521de5');
  background-size: 60px 100px;
  background-position: 0 -50px;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.kerve .nowright span {
  background-position: -30px -50px;
}
.kerve .nowleft:hover span,
.kerve .nowright:hover span {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .kerve .nowleft,
  .kerve .nowright,
  .kerve .nowleft span,
  .kerve .nowright span {
    background-image: url('/static/images/kerve/arrows@2x.png?0482ce521de5');
  }
}
/* RESPONSIVE */
@media (min-width: 375px) and (max-width: 767px), (min-width: 1260px) {
  .kerve .nowslider {
    height: 100px;
    margin: 0 26px;
  }
  .kerve .nowslider_imgwrap {
    width: 94px;
    height: 94px;
    margin: 0 15px 0 0;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;
  }
  .kerve .nowslider_img {
    width: 84px;
    height: 84px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
  }
  .kerve .nowslider_copywrap {
    max-width: 187px;
  }
  .kerve .nowslider_name {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  .kerve .nowslider_artist,
  .kerve .nowslider_track {
    font-size: 14px;
    line-height: 16px;
  }
  .kerve .nowslider_scrobbles {
    font-size: 12px;
    line-height: 14px;
    margin: 11px auto 0;
  }
  .kerve .nowleft,
  .kerve .nowright {
    top: 22px;
  }
}
/********** WIDGET - TOP TEN VENN **********/
.kerve .vennwrap {
  display: block;
  position: relative;
  width: auto;
  height: 300px;
  margin: -25px -15px -15px;
  overflow: hidden;
}
.kerve .vennwrap2 {
  display: block;
  position: relative;
  width: 276px;
  height: 200px;
  margin: 50px auto;
}
.kerve .venn_title {
  display: none;
}
.kerve .venn_title .red {
  color: #B90000;
}
.kerve .venn_img {
  display: block;
  position: absolute;
  width: 274px;
  height: 198px;
  top: 1px;
  left: 1px;
  background-position: center 20%;
  background-size: cover;
  background-repeat: no-repeat;
}
.kerve .venn_mask {
  display: block;
  position: absolute;
  width: 276px;
  height: 200px;
  top: -1px;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url('/static/images/kerve/venn_mask.png?0482ce521de5');
  background-position: center center;
  background-size: cover;
}
.kerve .venn {
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.kerve .venn1 {
  left: 0;
  bottom: 0;
  border: 2px solid #B90000;
}
.kerve .venn2 {
  right: 0;
  bottom: 0;
  border: 2px solid #0066FF;
}
.kerve .venn_rotate {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -21px;
  left: 78px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform-origin: 20px 120px;
  -ms-transform-origin: 20px 120px;
  transform-origin: 20px 120px;
}
.kerve .venn_rotate.animate {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.kerve .venn1 .venn_rotate {
  -webkit-transform: rotate(332deg);
  -moz-transform: rotate(332deg);
  -ms-transform: rotate(332deg);
  transform: rotate(332deg);
}
.kerve .venn2 .venn_rotate {
  -webkit-transform: rotate(152deg);
  -moz-transform: rotate(152deg);
  -ms-transform: rotate(152deg);
  transform: rotate(152deg);
}
.kerve .venn .handlewrap {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.kerve .venn .handle_hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.kerve .venn .handle_hover.visible,
.kerve .venn .handle_hover.visible2 {
  top: -35px;
  left: -35px;
  width: 98px;
  height: 98px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  border-radius: 49px;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.kerve .venn1 .handle_hover {
  background: rgba(185, 0, 0, 0.25);
}
.kerve .venn2 .handle_hover {
  background: rgba(0, 102, 255, 0.25);
}
.kerve .venn .handle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
}
.kerve .venn1 .handle {
  border: 3px solid #B90000;
}
.kerve .venn2 .handle {
  border: 3px solid #0066FF;
}
.kerve .vennblock {
  display: block;
  position: absolute;
  width: 48px;
  height: 192px;
  top: 5px;
  left: 115px;
  /*background:rgba(255,0,0,0.4);*/
}
.kerve .vennblock.vennblock2 {
  width: 125px;
  height: 165px;
  top: 18px;
  left: 75px;
}
.kerve .vennname {
  display: block;
  position: absolute;
  width: 36%;
  height: 30px;
  top: auto;
  bottom: -30px;
  left: 0;
  padding: 11px 0 5px;
  border-bottom: 1px solid #B90000;
  border-right: 1px solid #B90000;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  text-align: left;
  color: #B90000;
}
.kerve .vennname2 {
  left: auto;
  right: 0;
  border-bottom: 1px solid #0066FF;
  border-left: 1px solid #0066FF;
  border-right: none;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: right;
  color: #0066FF;
}
/* DASHBOARD */
.dashbody .kerve .venn_mask {
  background-image: url('/static/images/kerve/venn_mask_dark.png?0482ce521de5');
}
.dashbody .kerve .venn .handle {
  background: #000;
}
.dashbody .kerve .venn1 .handle_hover {
  background: rgba(193, 25, 25, 0.35);
}
.dashbody .kerve .venn_mask {
  background-color: rgba(0, 0, 0, 0.5);
}
/* RESPONSIVE */
@media (min-width: 500px) {
  .kerve .vennwrap {
    margin: -25px -15px -40px;
  }
  .kerve .vennname {
    width: 97px;
    height: 19px;
    top: 81px;
    left: -97px;
    padding: 0 0 5px;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .kerve .vennname2 {
    left: auto;
    right: -97px;
    border-left: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (min-width: 570px) and (max-width: 767px) {
  .kerve .vennwrap {
    width: auto;
    height: 300px;
    margin: -15px auto;
  }
  .kerve .vennwrap2,
  .kerve .venn_mask {
    width: 304px;
    height: 220px;
  }
  .kerve .venn_img {
    width: 302px;
    height: 218px;
  }
  .kerve .venn {
    width: 220px;
    height: 220px;
  }
  .kerve .venn_rotate {
    left: 88px;
    -webkit-transform-origin: 20px 130px;
    -ms-transform-origin: 20px 130px;
    transform-origin: 20px 130px;
  }
  .kerve .vennblock {
    width: 52px;
    height: 216px;
    top: 2px;
    left: 125px;
  }
  .kerve .vennblock.vennblock2 {
    width: 138px;
    height: 170px;
    top: 25px;
    left: 83px;
  }
  .kerve .vennname {
    width: 116px;
    left: -116px;
    top: 88px;
    height: 21px;
    font-size: 16px;
    line-height: 16px;
  }
  .kerve .vennname2 {
    left: auto;
    right: -116px;
  }
}
@media (min-width: 768px) {
  .kerve .vennname {
    width: 36%;
    height: 30px;
    top: auto;
    bottom: -30px;
    left: 0;
    padding: 11px 0 5px;
    border-right: 1px solid #B90000;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .kerve .vennname2 {
    left: auto;
    right: 0;
    border-left: 1px solid #0066FF;
    border-right: none;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .dashbody .kerve .vennname {
    /*width:97px;
		height:19px;
		top:81px;
		left:-97px;*/
    padding: 0 0 5px;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .dashbody .kerve .vennname2 {
    /*left:auto;
		right:-97px;*/
    border-left: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) and (max-width: 1259px) {
  .kerve .vennwrap {
    width: auto;
    height: 280px;
    margin: -40px auto -15px;
  }
  .kerve .vennwrap2,
  .kerve .venn_mask {
    width: 248px;
    height: 180px;
  }
  .kerve .venn_img {
    width: 246px;
    height: 178px;
  }
  .kerve .venn {
    width: 180px;
    height: 180px;
  }
  .kerve .venn_rotate {
    left: 68px;
    -webkit-transform-origin: 20px 110px;
    -ms-transform-origin: 20px 110px;
    transform-origin: 20px 110px;
  }
  .kerve .vennblock {
    width: 48px;
    height: 172px;
    top: 4px;
    left: 100px;
  }
  .kerve .vennblock.vennblock2 {
    width: 116px;
    height: 140px;
    top: 20px;
    left: 66px;
  }
  .dashbody .kerve .vennwrap {
    margin: -40px auto -35px;
  }
  .dashbody .kerve .vennname {
    width: 116px;
    left: -116px;
    top: 88px;
    height: 21px;
    font-size: 16px;
    line-height: 16px;
  }
  .dashbody .kerve .vennname2 {
    left: auto;
    right: -116px;
  }
  .dashbody .kerve .vennblock {
    width: 48px;
    height: 192px;
    top: 5px;
    left: 115px;
  }
  .dashbody .kerve .vennblock.vennblock2 {
    width: 125px;
    height: 165px;
    top: 18px;
    left: 75px;
  }
}
@media (min-width: 768px) {
  .dashbody .kerve .vennwrap {
    width: auto;
    height: 300px;
    margin: -15px -15px;
  }
  .dashbody .kerve .vennwrap2,
  .dashbody .kerve .venn_mask {
    width: 276px;
    height: 200px;
  }
  .dashbody .kerve .venn_img {
    width: 274px;
    height: 198px;
  }
  .dashbody .kerve .venn {
    width: 200px;
    height: 200px;
  }
  .dashbody .kerve .venn_rotate {
    left: 78px;
    -webkit-transform-origin: 20px 120px;
    -ms-transform-origin: 20px 120px;
    transform-origin: 20px 120px;
  }
  .dashbody .kerve .vennname {
    width: 77px;
    left: -77px;
    top: 81px;
    height: 19px;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: -0.5px;
  }
  .dashbody .kerve .vennname2 {
    left: auto;
    right: -77px;
  }
}
@media (min-width: 1260px) {
  .kerve .vennwrap {
    margin: -35px auto -15px;
  }
  .dashbody .kerve .vennwrap {
    width: auto;
    height: 320px;
    margin: -20px auto;
  }
  .dashbody .kerve .vennwrap2,
  .dashbody .kerve .venn_mask {
    width: 304px;
    height: 220px;
  }
  .dashbody .kerve .venn_img {
    width: 302px;
    height: 218px;
  }
  .dashbody .kerve .venn {
    width: 220px;
    height: 220px;
  }
  .dashbody .kerve .venn_rotate {
    left: 88px;
    -webkit-transform-origin: 20px 130px;
    -ms-transform-origin: 20px 130px;
    transform-origin: 20px 130px;
  }
  .dashbody .kerve .vennname {
    width: 116px;
    left: -116px;
    top: 88px;
    height: 21px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .dashbody .kerve .vennname2 {
    left: auto;
    right: -116px;
  }
  .dashbody .kerve .vennblock {
    width: 52px;
    height: 216px;
    top: 2px;
    left: 125px;
  }
  .dashbody .kerve .vennblock.vennblock2 {
    width: 138px;
    height: 170px;
    top: 25px;
    left: 83px;
  }
}
/********** WIDGET - TODAY'S MOST LOVED **********/
/*.dashbody .kerve.widget.widget_loved .widget_label{
	text-align:center;
}*/
/*.dashbody .kerve.widget.widget_loved .label_result{
	margin:0;
}*/
.kerve .lovedwrap {
  display: block;
  position: relative;
  height: 256px;
}
.kerve .lovedwrap2 {
  display: block;
  position: relative;
  width: 256px;
  height: 256px;
  margin: 0 auto 20px;
}
.kerve .lovedcircle {
  display: block;
  position: absolute;
  width: 256px;
  height: 256px;
  top: 0;
  left: 0px;
}
.kerve #loved_halo {
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.kerve .loved_middle {
  display: block;
  position: absolute;
  width: 220px;
  height: 220px;
  top: 18px;
  left: 18px;
}
.kerve .loved_img,
.kerve .loved_img2,
.kerve .loved_heart {
  display: block;
  position: absolute;
  width: 220px;
  height: 220px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center 20%;
  -webkit-border-radius: 110px;
  -moz-border-radius: 110px;
  border-radius: 110px;
}
.kerve .loved_img,
.kerve .loved_img2 {
  width: 222px;
  height: 222px;
  top: -1px;
  left: -1px;
  border: 2px solid #FFF;
}
.kerve .loved_heart {
  background-color: transparent;
  background-image: url('/static/images/kerve/loved_heart.png?0482ce521de5');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 220px 220px;
}
/*.kerve .loved_scrobbles{
	display:block;
	position:absolute;
	width:150px;
	height:14px;
	bottom:-17px;
	padding:0 0 0 4px;
	border-left:1px solid #222;
	left:111px;
	font-size:14px;
	line-height:14px;
	color:#222;
}*/
.kerve .lovedleft,
.kerve .lovedright,
.kerve .lovedleft span,
.kerve .lovedright span {
  display: block;
  position: absolute;
  width: 30px;
  height: 50px;
  top: 98px;
  left: -27px;
  background-image: url('/static/images/kerve/arrows.png?0482ce521de5');
  background-size: 60px 100px;
  background-position: 0 0;
}
.kerve .lovedright {
  left: auto;
  right: -27px;
  background-position: -30px 0;
}
.kerve .lovedleft span,
.kerve .lovedright span {
  top: 0;
  left: 0;
  background-position: 0 -50px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.kerve .lovedright span {
  background-position: -30px -50px;
}
.kerve .lovedleft:hover span,
.kerve .lovedright:hover span {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* DASHBOARD */
.dashbody .kerve .lovedwrap2 {
  margin: 20px auto 0;
}
/*.dashbody .kerve .loved_scrobbles{
	border-left:1px solid #FFF;
	color:#FFF;
}*/
.dashbody .kerve .loved_img,
.dashbody .kerve .loved_img2 {
  border: 2px solid #000;
}
.dashbody .kerve .lovedleft,
.dashbody .kerve .lovedright,
.dashbody .kerve .lovedleft span,
.dashbody .kerve .lovedright span {
  background-image: url('/static/images/kerve/arrows_dark.png?0482ce521de5');
}
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .kerve .lovedleft,
  .kerve .lovedright,
  .kerve .lovedleft span,
  .kerve .lovedright span {
    background-image: url('/static/images/kerve/arrows@2x.png?0482ce521de5');
  }
  .kerve .loved_heart {
    background-image: url('/static/images/kerve/loved_heart@2x.png?0482ce521de5');
  }
  .dashbody .kerve .lovedleft,
  .dashbody .kerve .lovedright,
  .dashbody .kerve .lovedleft span,
  .dashbody .kerve .lovedright span {
    background-image: url('/static/images/kerve/arrows_dark@2x.png?0482ce521de5');
  }
}
/* RESPONSIVE */
@media (max-width: 374px) {
  .kerve .lovedcircle,
  .kerve .loved_middle {
    -webkit-transform: scale(0.88, 0.88);
    -moz-transform: scale(0.88, 0.88);
    -ms-transform: scale(0.88, 0.88);
    transform: scale(0.88, 0.88);
  }
}
@media (min-width: 375px) {
  .kerve .lovedleft {
    left: -45px;
  }
  .kerve .lovedright {
    right: -45px;
  }
}
@media (min-width: 460px) {
  .kerve .lovedleft {
    left: -65px;
  }
  .kerve .lovedright {
    right: -65px;
  }
}
@media (min-width: 768px) {
  .kerve .lovedleft {
    left: -19px;
  }
  .kerve .lovedright {
    right: -19px;
  }
  .dashbody .kerve .lovedleft {
    left: -65px;
  }
  .dashbody .kerve .lovedright {
    right: -65px;
  }
  .kerve .lovedcircle,
  .kerve .loved_middle {
    -webkit-transform: scale(0.88, 0.88);
    -moz-transform: scale(0.88, 0.88);
    -ms-transform: scale(0.88, 0.88);
    transform: scale(0.88, 0.88);
  }
  .dashbody .kerve .lovedcircle,
  .dashbody .kerve .loved_middle {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 1260px) {
  .kerve .lovedwrap2 {
    margin: 15px auto 20px;
  }
  .kerve .lovedleft {
    left: -50px;
  }
  .kerve .lovedright {
    right: -50px;
  }
  .dashbody .kerve .lovedleft {
    left: -65px;
  }
  .dashbody .kerve .lovedright {
    right: -65px;
  }
  .kerve .lovedcircle,
  .kerve .loved_middle {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/********** WIDGET - SCROBBLE WAVE **********/
.kerve .wavewrap {
  display: block;
  position: relative;
  width: 100%;
  height: 278px;
  margin: 0 0 -5px;
  overflow: hidden;
}
.kerve .wavewrap2 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kerve .wave {
  display: block;
  position: absolute;
  width: 744px;
  height: 238px;
  top: 20px;
  right: 0;
  -webkit-transform: translate(4px, 0px);
  -moz-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
}
.kerve .wave_fade {
  display: block;
  position: absolute;
  top: 50%;
  right: -4px;
  width: 744px;
  height: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.kerve .wave_mid {
  display: block;
  position: absolute;
  width: 744px;
  height: 1px;
  top: 50%;
  right: -4px;
  background: #FFF;
}
.kerve .wave_handle {
  display: block;
  position: absolute;
  width: 41px;
  height: 40px;
  top: 1px;
  left: 550px;
  margin: -20px;
  cursor: pointer;
  z-index: 5;
}
.kerve .wave_handle1,
.kerve .wave_handle2 {
  display: block;
  position: absolute;
  width: 10px;
  height: 40px;
  top: 0;
  left: 10px;
  background-image: url('/static/images/kerve/wave_arrows_white.png?0482ce521de5');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px 40px;
  -webkit-transition: left 200ms ease-in-out, right 200ms ease-in-out;
  -moz-transition: left 200ms ease-in-out, right 200ms ease-in-out;
  -o-transition: left 200ms ease-in-out, right 200ms ease-in-out;
  transition: left 200ms ease-in-out, right 200ms ease-in-out;
}
.kerve .wave_handle2 {
  left: auto;
  right: 10px;
  background-position: -10px 0;
}
.kerve .wave_handle.active .wave_handle1 {
  left: 4px;
}
.kerve .wave_handle.active .wave_handle2 {
  right: 4px;
}
.kerve .wave_result {
  display: none;
}
.kerve .wave_result2 {
  display: block;
}
.kerve .wave .track {
  display: block;
  position: relative;
  float: right;
  width: 3px;
  height: 170px;
  margin-left: 1px;
  background: #cbd2d1;
}
.kerve .wave .track.current {
  background: #B90000;
  z-index: 4;
  /*-webkit-transform: translateZ(4px);
	-moz-transform: translateZ(4px);
	-ms-transform: translateZ(4px);
	transform: translateZ(4px);*/
}
.kerve .wave .track.old {
  background: #c67575;
  -webkit-transition: background 500ms ease-in-out;
  -moz-transition: background 500ms ease-in-out;
  -o-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
}
.kerve .wave .track.small {
  -webkit-transform: scale(1, 0.01);
  -moz-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}
.kerve .wave .track.animate {
  -webkit-animation: fadein 1.3s;
  -moz-animation: fadein 1.3s;
  -ms-animation: fadein 1.3s;
  -o-animation: fadein 1.3s;
  animation: fadein 1.3s;
}
/* DASHBOARD */
.dashbody .kerve .wavewrap {
  margin: 0px 0 -20px;
}
.dashbody .kerve .wave_fade {
  background: rgba(0, 0, 0, 0.2);
}
.dashbody .kerve .wave_mid {
  background: #000;
}
.dashbody .kerve .wave .track {
  background: #B90000;
}
.dashbody .kerve .wave .track.current {
  background: #FFF;
}
.dashbody .kerve .wave .track.old {
  background: #d45e5e;
}
.dashbody .kerve .wave_handle1,
.dashbody .kerve .wave_handle2 {
  background-image: url('/static/images/kerve/wave_arrows.png?0482ce521de5');
}
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .kerve .wave_handle1,
  .kerve .wave_handle2 {
    background-image: url('/static/images/kerve/wave_arrows_white@2x.png?0482ce521de5');
  }
  .dashbody .kerve .wave_handle1,
  .dashbody .kerve .wave_handle2 {
    background-image: url('/static/images/kerve/wave_arrows@2x.png?0482ce521de5');
  }
}
/* KEYFRAME ANIMATIONS */
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: scale(1, 0.1);
    -moz-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  50% {
    -webkit-transform: scale(1, 1.17);
    -moz-transform: scale(1, 1.17);
    -ms-transform: scale(1, 1.17);
    transform: scale(1, 1.17);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes fadein {
  0% {
    -webkit-transform: scale(1, 0.1);
    -moz-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  50% {
    -webkit-transform: scale(1, 1.17);
    -moz-transform: scale(1, 1.17);
    -ms-transform: scale(1, 1.17);
    transform: scale(1, 1.17);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes fadein {
  0% {
    -webkit-transform: scale(1, 0.1);
    -moz-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  50% {
    -webkit-transform: scale(1, 1.17);
    -moz-transform: scale(1, 1.17);
    -ms-transform: scale(1, 1.17);
    transform: scale(1, 1.17);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes fadein {
  0% {
    -webkit-transform: scale(1, 0.1);
    -moz-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  50% {
    -webkit-transform: scale(1, 1.17);
    -moz-transform: scale(1, 1.17);
    -ms-transform: scale(1, 1.17);
    transform: scale(1, 1.17);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: scale(1, 0.1);
    -moz-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  50% {
    -webkit-transform: scale(1, 1.17);
    -moz-transform: scale(1, 1.17);
    -ms-transform: scale(1, 1.17);
    transform: scale(1, 1.17);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/********** WIDGET - SPIKE ARTIST **********/
.kerve.widget.widget_spike {
  padding-bottom: 15px;
}
.kerve.widget.widget_spike.ohidden {
  overflow: hidden;
}
.dashboard .kerve.widget.widget_spike {
  padding-bottom: 60px;
}
.kerve .spike_intro {
  display: block;
  position: relative;
  height: 30px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
}
.kerve .spike_intro .spike_intro_copy2 {
  display: none;
}
.kerve .spike_intro.spikehide .spike_intro_copy {
  display: none;
}
.kerve .spike_intro.spikehide .spike_intro_copy2 {
  display: block;
}
.kerve .spikewrap {
  display: block;
  position: relative;
  width: 100%;
  height: 280px;
  margin: 15px auto 0;
}
.kerve .spikeartist {
  display: block;
  position: absolute;
  width: 262px !important;
  height: 262px !important;
  top: 10px !important;
  left: 50% !important;
  margin: 0 0 0 -131px;
  background: #DDD;
  border: 1px solid #b6c0bf;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.kerve .spikeartist.animated {
  /*-webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.2, 1.550); 
	-moz-transition: all 400ms cubic-bezier(0.680, -0.550, 0.2, 1.550); 
	-o-transition: all 400ms cubic-bezier(0.680, -0.550, 0.2, 1.550); 
	transition: all 400ms cubic-bezier(0.680, -0.550, 0.2, 1.550);*/
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.kerve .spikewrap .bubble {
  display: block;
  position: absolute;
  background: #DDD;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border: 1px solid #b6c0bf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.kerve .spikewrap .bubble.spikeartist {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.kerve .spikewrap .bubble_img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center 20%;
}
.kerve .spikewrap .spikeartist .bubble_img {
  width: 94.6%;
  height: 94.6%;
  top: 2.7%;
  left: 2.7%;
}
.kerve .spikewrap .bubble_number,
.kerve .spikewrap .bubble_name {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 9px;
  left: 29%;
  padding-top: 3px;
  margin: -11px -11px -11px -22px;
  background: #FFF;
  border: 2px solid #b6c0bf;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased !important;
}
.kerve .spikewrap .bubble_name {
  left: 50%;
  width: auto;
  min-width: 100%;
  margin: -11px 0 -11px 0;
  padding: 3px 5px 0 23px;
  padding: 3px 5px 0 5px;
  border: 2px solid #B90000;
  color: #B90000;
  white-space: nowrap;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.kerve .spikewrap .spikeartist .bubble_number,
.kerve .spikewrap .spikeartist .bubble_name {
  display: none;
}
.kerve .spikewrap .bubble.done,
.kerve .spikewrap .bubble.done .bubble_number,
.kerve .spikewrap .bubble.done .bubble_name {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.kerve .spikewrap .bubble.done:hover {
  z-index: 5;
  border: 1px solid #B90000;
  /*-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);*/
}
.kerve .spikewrap .bubble.done:hover .bubble_number {
  /*border:2px solid #B90000;
	background:#B90000;
	color:#222;*/
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.kerve .spikewrap .bubble.done:hover .bubble_name {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.kerve .spikewrap .bubble.show {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-animation: bubbleshow 0.5s;
  -moz-animation: bubbleshow 0.5s;
  -ms-animation: bubbleshow 0.5s;
  -o-animation: bubbleshow 0.5s;
  animation: bubbleshow 0.5s;
}
.kerve .spikewrap .bubble.hide {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.kerve .spike_details {
  display: block;
  position: relative;
  height: 47px;
  margin: 10px auto 15px;
  text-align: center;
}
.kerve .spike_name {
  display: block;
  position: relative;
  margin: 0 auto 5px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}
.kerve .spike_name a {
  color: #222222;
}
.kerve .spike_name a:hover {
  color: #B90000;
}
.kerve a.spike_back,
.kerve a.spike_reset {
  display: none;
  padding: 1px 10px 0px;
  border: 1px solid #B90000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #B90000;
}
.kerve a.spike_back:hover,
.kerve a.spike_reset:hover {
  color: #FFF !important;
  border-color: #B90000 !important;
  background: #B90000;
}
.kerve .spike_back_arrow,
.kerve .spike_back_arrow span {
  display: inline-block;
  position: relative;
  width: 5px;
  height: 21px;
  margin: -2px 5px -6px 0;
  background-image: url('/static/images/kerve/spike_back.png?0482ce521de5');
  background-size: 5px 63px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.kerve .spike_back_arrow span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background-position: 0 -42px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.kerve a.spike_back:hover .spike_back_arrow span {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* DASHBOARD */
.dashbody .kerve .spikeartist {
  background: #1e1e1e;
  border: 1px solid #666;
}
.dashbody .kerve .spikewrap .bubble {
  border: 1px solid #666;
  background: #1e1e1e;
}
.dashbody .kerve .spikewrap .bubble_number {
  background: #000;
  border: 2px solid #666;
}
.dashbody .kerve .spikewrap .bubble_name {
  background: #B90000;
  color: #FFF;
}
.dashbody .kerve .spike_details {
  margin: 10px auto -5px;
}
.dashbody .kerve .spike_name a {
  color: #b6c0bf;
}
.dashbody .kerve a.spike_back:hover {
  color: #FFF;
  border-color: #FFF;
}
.dashbody .kerve .spike_back_arrow span {
  background-position: 0 -42px;
}
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .kerve .spike_back_arrow,
  .kerve .spike_back_arrow span {
    background-image: url('/static/images/kerve/spike_back@2x.png?0482ce521de5');
  }
}
/* RESPONSIVE */
@media (max-width: 700px) {
  .kerve .spikeartist {
    width: 222px !important;
    height: 222px !important;
    top: 20px !important;
    margin: 0 0 0 -111px;
  }
  .kerve .spike_details {
    margin: 10px auto 10px;
  }
  .dashbody .kerve .spike_details {
    margin: 10px auto -10px;
  }
}
@media (max-width: 600px) {
  .kerve .spikeartist {
    width: 202px !important;
    height: 202px !important;
    top: 30px !important;
    margin: 0 0 0 -101px;
  }
  .kerve .spike_details {
    margin: 16px auto 10px;
  }
  .dashbody .kerve .spike_details {
    margin: 16px auto -10px;
  }
}
@media (max-width: 480px) {
  .kerve .spikeartist {
    width: 182px !important;
    height: 182px !important;
    top: 40px !important;
    margin: 0 0 0 -91px;
  }
}
@media (max-width: 380px) {
  .kerve .spikeartist {
    width: 162px !important;
    height: 162px !important;
    top: 50px !important;
    margin: 0 0 0 -81px;
  }
}
@media (min-width: 768px) {
  .kerve .spikeartist {
    width: 162px !important;
    height: 162px !important;
    top: 50px !important;
    margin: 0 0 0 -81px;
  }
  .dashbody .kerve.widget.widget_spike .widget_title,
  .dashbody .kerve.widget.widget_spike .kerve.widget h2 {
    text-align: center;
  }
  .dashbody .kerve .spikeartist {
    width: 262px !important;
    height: 262px !important;
    top: 10px !important;
    margin: 0 0 0 -131px;
  }
  .dashbody .kerve .spike_intro {
    margin: 2px auto 0;
    text-align: center;
  }
  .dashbody .kerve .spikewrap {
    margin: 6px auto 0;
  }
  .dashbody .kerve .spike_details {
    margin: 10px auto 0;
  }
}
/* ANIMATION KEYFRAMES */
@-webkit-keyframes bubbleshow {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes bubbleshow {
  0% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  50% {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes bubbleshow {
  0% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  50% {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes bubbleshow {
  0% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  50% {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bubbleshow {
  0% {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  50% {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  100% {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/********** WIDGET - ALL TIME SCROBBLES **********/
.kerve .alltimewrap {
  width: 290px;
  margin: 20px auto 0;
}
.kerve .alltime_count {
  font-size: 26px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.kerve .alltimewrap .rolling_col {
  display: block;
  position: relative;
  width: 20px;
  height: 40px;
  top: 0;
  left: 0;
  margin: 0 1px 0 0;
  float: left;
  text-align: center;
  color: #777;
}
.kerve .alltimewrap .rolling_col.done {
  color: #222;
}
.kerve .alltimewrap .rolling_no {
  display: block;
  position: relative;
  width: 20px;
  height: 40px;
  background: #EEEEEE;
}
.kerve .alltimewrap .rolling_col.red0,
.kerve .alltimewrap .rolling_col.red1 {
  -webkit-transition: -webkit-transform 800ms ease-in-out;
  -moz-transition: -moz-transform 800ms ease-in-out;
  -ms-transition: -ms-transform 800ms ease-in-out;
  -o-transition: -o-transform 800ms ease-in-out;
  transition: transform 800ms ease-in-out;
  -webkit-animation: red2 1s;
  -moz-animation: red2 1s;
  -ms-animation: red2 1s;
  -o-animation: red2 1s;
  animation: red2 1s;
}
.kerve .alltimewrap .alltime_comma {
  display: block;
  position: relative;
  width: 11px;
  height: 40px;
  margin: 0 0 0 1px;
  float: left;
  color: #222;
  text-align: center;
}
.kerve .alltime_genrewrap {
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 14px;
}
.kerve .alltime_genre,
.kerve .alltime_genre a {
  font-weight: bold;
  color: #B90000;
}
.kerve .alltime_genre a:hover {
  color: #222;
}
/* DASHBOARD */
.dashbody .kerve .alltimewrap .rolling_col {
  color: #666;
}
.dashbody .kerve .alltimewrap .rolling_col.done {
  color: #FFF;
}
.dashbody .kerve .alltimewrap .rolling_no {
  background: #1e1e1e;
}
.dashbody .kerve .alltime_genrewrap {
  margin: 20px 0 0;
}
.dashbody .kerve .alltimewrap .rolling_col.done,
.dashbody .kerve .alltimewrap .alltime_comma {
  color: #FFF;
}
.dashbody .kerve .alltimewrap .rolling_col.red0,
.dashbody .kerve .alltimewrap .rolling_col.red1 {
  -webkit-animation: red 1s;
  -moz-animation: red 1s;
  -ms-animation: red 1s;
  -o-animation: red 1s;
  animation: red 1s;
}
.dashbody .kerve .alltime_genre a:hover {
  color: #FFF;
}
/* RESPONSIVE */
@media (min-width: 375px) {
  .kerve .alltimewrap {
    width: 338px;
  }
  .kerve .alltime_count {
    font-size: 28px;
  }
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_no {
    width: 23px;
  }
  .kerve .alltime_count,
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_col.done,
  .kerve .alltimewrap .rolling_no {
    line-height: 50px;
    height: 50px;
  }
  .kerve .alltimewrap .alltime_comma {
    width: 14px;
  }
  .kerve .alltime_genrewrap {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 460px) {
  .kerve .alltimewrap {
    width: 430px;
  }
  .kerve .alltime_count {
    font-size: 40px;
    line-height: 80px;
    height: 80px;
  }
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_no {
    width: 31px;
  }
  .kerve .alltime_count,
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_col.done,
  .kerve .alltimewrap .rolling_no {
    line-height: 60px;
    height: 60px;
  }
  .kerve .alltime_genrewrap {
    font-size: 19px;
    line-height: 19px;
  }
}
@media (min-width: 570px) and (max-width: 767px) {
  .kerve .alltimewrap {
    width: 537px;
  }
  .kerve .alltime_count {
    font-size: 48px;
    line-height: 80px;
    height: 80px;
  }
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_no {
    width: 40px;
  }
  .kerve .alltime_count,
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_col.done,
  .kerve .alltimewrap .rolling_no {
    line-height: 80px;
    height: 80px;
  }
  .kerve .alltime_genrewrap {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (min-width: 768px) {
  .kerve .alltimewrap {
    width: 273px;
  }
  .kerve .alltime_count {
    font-size: 25px;
    line-height: 50px;
    height: 50px;
  }
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_no {
    width: 18px;
  }
  .kerve .alltimewrap .alltime_comma {
    width: 12px;
  }
  .kerve .alltime_count,
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_col.done,
  .kerve .alltimewrap .rolling_no {
    line-height: 50px;
    height: 50px;
  }
  .kerve .alltime_genrewrap {
    font-size: 14px;
    line-height: 14px;
  }
  .dashbody .kerve .alltimewrap {
    width: 429px;
  }
  .dashbody .kerve .alltime_count {
    font-size: 40px;
    line-height: 80px;
    height: 80px;
  }
  .dashbody .kerve .alltimewrap .rolling_col,
  .dashbody .kerve .alltimewrap .rolling_no {
    width: 31px;
  }
  .dashbody .kerve .alltimewrap .alltime_comma {
    width: 14px;
  }
  .dashbody .kerve .alltime_count,
  .dashbody .kerve .alltimewrap .rolling_col,
  .dashbody .kerve .alltimewrap .rolling_col.done,
  .dashbody .kerve .alltimewrap .rolling_no {
    line-height: 80px;
    height: 80px;
  }
  .dashbody .kerve .alltimewrap {
    margin: 77px auto 0;
  }
  .dashbody .kerve .alltime_genrewrap {
    margin: 20px 0 0;
  }
  .dashbody .kerve .alltime_count,
  .dashbody .kerve .alltimewrap .rolling_col,
  .dashbody .kerve .alltimewrap .rolling_col.done,
  .dashbody .kerve .alltimewrap .rolling_no {
    line-height: 80px;
    height: 80px;
  }
  .dashbody .kerve .alltime_genrewrap {
    font-size: 17px;
    line-height: 17px;
  }
}
@media (min-width: 1260px) {
  .kerve .alltimewrap {
    width: 338px;
  }
  .kerve .alltime_count {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
  }
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_no {
    width: 23px;
  }
  .kerve .alltime_count,
  .kerve .alltimewrap .rolling_col,
  .kerve .alltimewrap .rolling_col.done,
  .kerve .alltimewrap .rolling_no {
    line-height: 60px;
    height: 60px;
  }
  .dashbody .kerve .alltimewrap {
    width: 533px;
  }
  .dashbody .kerve .alltime_count {
    font-size: 48px;
    line-height: 90px;
    height: 90px;
  }
  .dashbody .kerve .alltimewrap .rolling_col,
  .dashbody .kerve .alltimewrap .rolling_no {
    width: 39px;
  }
  .dashbody .kerve .alltime_count,
  .dashbody .kerve .alltimewrap .rolling_col,
  .dashbody .kerve .alltimewrap .rolling_col.done,
  .dashbody .kerve .alltimewrap .rolling_no {
    line-height: 90px;
    height: 90px;
  }
  .dashbody .kerve .alltime_genrewrap {
    font-size: 19px;
    line-height: 19px;
  }
}
/* KEYFRAME ANIMATIONS */
@-webkit-keyframes red {
  0% {
    color: #FFF;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #FFF;
  }
}
@-moz-keyframes red {
  0% {
    color: #FFF;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #FFF;
  }
}
@-ms-keyframes red {
  0% {
    color: #FFF;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #FFF;
  }
}
@-o-keyframes red {
  0% {
    color: #FFF;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #FFF;
  }
}
@keyframes red {
  0% {
    color: #FFF;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #FFF;
  }
}
@-webkit-keyframes red2 {
  0% {
    color: #222;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #222;
  }
}
@-moz-keyframes red2 {
  0% {
    color: #222;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #222;
  }
}
@-ms-keyframes red2 {
  0% {
    color: #222;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #222;
  }
}
@-o-keyframes red2 {
  0% {
    color: #222;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #222;
  }
}
@keyframes red2 {
  0% {
    color: #222;
  }
  60% {
    color: #B90000;
  }
  100% {
    color: #222;
  }
}
/********** WIDGET - THE GENRE TODAY **********/
.kerve .genretodaywrap {
  margin: 16px 0 0;
}
.kerve .genretodayitem {
  display: block;
  position: relative;
  height: 50px;
  margin: 0 0 1px;
  padding: 0 0 0 51px;
  vertical-align: top;
}
.kerve .genretodayitem * {
  vertical-align: top;
}
.kerve .genretoday_img {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #b6c0bf;
  background-position: center center;
  background-size: cover;
}
.kerve .genretoday_count {
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 11px;
  left: 12px;
  padding-top: 5px;
  border: 1px solid #FFF;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #FFF;
}
.kerve .genretodaybar_wrap {
  display: block;
  position: relative;
  width: auto;
  height: 60px;
}
.kerve .genretodaybar {
  display: block;
  position: absolute;
  width: 0px;
  height: 50px;
  top: 0;
  left: 0;
  padding-left: 10px;
  background: #b6c0bf;
  background: #EEEEEE;
  overflow: hidden;
  white-space: nowrap;
}
/*.kerve .genretodayitem:hover .genretodaybar{
	background:#cccccc;
}*/
.kerve .genretodaybar_scroll {
  display: block;
  position: relative;
  min-width: 350px;
  top: 0;
  left: 0;
}
.kerve .genretodaybar_scroll.animate {
  -webkit-animation: spikescroll 12s linear infinite;
  -moz-animation: spikescroll 12s linear infinite;
  -ms-animation: spikescroll 12s linear infinite;
  -o-animation: spikescroll 12s linear infinite;
  animation: spikescroll 12s linear infinite;
}
.kerve .genretodaybar_scroll.animate2 {
  -webkit-animation: spikescroll 12s linear 1;
  -moz-animation: spikescroll 12s linear 1;
  -ms-animation: spikescroll 12s linear 1;
  -o-animation: spikescroll 12s linear 1;
  animation: spikescroll 12s linear 1;
}
.kerve .genretodayitem0 .genretodaybar {
  border-right: 4px solid #B90000;
}
.kerve .genretodayitem1 .genretodaybar {
  border-right: 4px solid #931533;
}
.kerve .genretodayitem2 .genretodaybar {
  border-right: 4px solid #5C3380;
}
.kerve .genretodayitem3 .genretodaybar {
  border-right: 4px solid #2651CB;
}
.kerve .genretodayitem4 .genretodaybar {
  border-right: 4px solid #0066FF;
}
.kerve .genretoday_track {
  margin: 11px 0 0;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  font-weight: bold;
}
.kerve .genretoday_artist {
  font-size: 12px;
  line-height: 16px;
  color: #777;
  color: #222;
}
.kerve .genretoday_track a,
.kerve .genretoday_artist a {
  color: #222222;
}
.kerve .genretoday_track a:hover,
.kerve .genretoday_artist a:hover {
  color: #B90000;
}
.kerve .genretodaywrap a.label_play {
  margin: -10px 0 0;
}
/* DASHBOARD */
.dashbody .kerve .genretoday_img {
  background-color: #444;
}
.dashbody .kerve .genretodaybar {
  background: #1e1e1e;
}
.dashbody .kerve .genretoday_track {
  color: #FFF;
}
.dashbody .kerve .genretoday_artist {
  color: #b6c0bf;
  color: #FFF;
}
.dashbody .kerve .genretoday_track a,
.dashbody .kerve .genretoday_artist a {
  color: #f9f9f9;
}
.dashbody .kerve .genretoday_track a:hover,
.dashbody .kerve .genretoday_artist a:hover {
  color: #B90000;
}
/*.dashbody .kerve .genretodayitem:hover .genretodaybar{
	background:#292929;
}*/
/* RESPONSIVE */
@media (min-width: 460px) {
  .dashbody .kerve .genretodayitem {
    height: 60px;
    padding: 0 0 0 61px;
  }
  .dashbody .kerve .genretoday_img {
    width: 60px;
    height: 60px;
  }
  .dashbody .kerve .genretoday_count {
    top: 16px;
    left: 17px;
  }
  .dashbody .kerve .genretodaybar_wrap {
    height: 60px;
  }
  .dashbody .kerve .genretodaybar {
    height: 60px;
    border-right-width: 5px;
  }
  .dashbody .kerve .genretoday_track {
    margin: 14px 0 0;
  }
  .dashbody .kerve .genretoday_artist {
    margin: 3px 0 2px;
  }
}
/* KEYFRAMES */
@-webkit-keyframes spikescroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
  }
  30.001% {
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
  }
  60% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes spikescroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30.001% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes spikescroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30.001% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes spikescroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30.001% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes spikescroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30.001% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  60% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/********** WIDGET - AROUND THE WORLD **********/
.kerve .worldwrap {
  display: block;
  position: relative;
  margin: 0 -15px 20px;
  overflow: hidden;
}
.kerve .worldwrap2 {
  display: block;
  position: relative;
  width: auto;
  margin: 0 15px;
}
.kerve .worldwrap3 {
  display: block;
  position: relative;
  width: auto;
  max-width: 535px;
  height: auto;
  margin: 0 auto;
}
.kerve .world_bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #CCC;
  overflow: hidden;
}
.kerve .world_bg .country {
  display: block;
  position: absolute;
}
.kerve .world_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.kerve .world_img_white_normal {
  display: block;
}
.kerve .world_img_black_normal,
.kerve .world_img_white_normal,
.kerve .world_img_black_retina {
  display: none;
}
.kerve .world_x {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 16%;
  left: 0;
  background: #444;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.kerve .world_y {
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 8%;
  background: #444;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.kerve .world_handle {
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  top: 16%;
  left: 8%;
  margin: -19px 0 0 -19px;
  background-image: url('/static/images/kerve/world_handle_white.png?0482ce521de5');
  background-size: 41px 41px;
  background-position: center center;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  cursor: pointer;
  z-index: 5;
}
/* DASHBOARD */
.dashbody .kerve .worldwrap {
  margin: 20px -15px 0;
}
.dashbody .kerve .world_img_black_normal {
  display: block;
}
.dashbody .kerve .world_bg {
  background: #666;
}
.dashbody .kerve .world_img_white_normal,
.dashbody .kerve .world_img_black_normal,
.dashbody .kerve .world_img_white_retina {
  display: none;
}
.dashbody .kerve .world_img_black_retina {
  display: block;
}
.dashbody .kerve .world_x {
  background: #a2a2a2;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
.dashbody .kerve .world_y {
  background: #a2a2a2;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
}
.dashbody .kerve .world_handle {
  background-image: url('/static/images/kerve/world_handle.png?0482ce521de5');
}
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .kerve .world_handle {
    background-image: url('/static/images/kerve/world_handle_white@2x.png?0482ce521de5');
  }
  .dashbody .kerve .world_handle {
    background-image: url('/static/images/kerve/world_handle@2x.png?0482ce521de5');
  }
  /*.kerve .world_img_white_normal,
	.kerve .world_img_black_normal,
	.kerve .world_img_black_retina{
		display:none;
	}
	.kerve .world_img_white_retina{
		display:block;
	}
	.dashbody .kerve .world_img_white_normal,
	.dashbody .kerve .world_img_black_normal,
	.dashbody .kerve .world_img_white_retina{
		display:none;
	}
	.dashbody .kerve .world_img_black_retina{
		display:block;
	}*/
}
/* RESPONSIVE */
@media (min-width: 768px) {
  .kerve .worldwrap {
    margin: 0 -15px -10px;
  }
  .dashbody .kerve .worldwrap {
    margin: 18px -15px -15px;
  }
  .kerve .worldwrap2 {
    margin: 15px;
  }
}
@media (min-width: 1260px) {
  .dashbody .kerve .worldwrap {
    margin: 0px -15px -15px;
  }
}
/********** WIDGET - USERS LISTENING NOW **********/
.kerve .now2wrap {
  margin: 20px auto 0;
}
.kerve .now2slider {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  vertical-align: top;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.kerve .now2slider * {
  vertical-align: top;
}
.kerve .now2slider_inner {
  display: block;
  position: absolute;
  width: 400%;
  min-width: 3000px;
  height: 62px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.kerve .now2slider_inner.animate {
  -webkit-animation: nowslider 15s linear infinite;
  -moz-animation: nowslider 15s linear infinite;
  -ms-animation: nowslider 15s linear infinite;
  -o-animation: nowslider 15s linear infinite;
  animation: nowslider 15s linear infinite;
}
/*.kerve .now2slider_inner.animate.pause{
	-webkit-animation-play-state: paused !important;
	-moz-animation-play-state: paused !important;
	-ms-animation-play-state: paused !important;
	-o-animation-play-state: paused !important;
	animation-play-state: paused !important;
}*/
.kerve .now2slider .slide {
  display: block;
  position: relative;
  width: 268px;
  height: 62px;
  float: left;
  margin: 0 30px 0 0;
  padding: 11px 1px 14px 62px;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
}
.kerve .now2slider .now2slider_img {
  display: block;
  position: absolute;
  top: 4px;
  left: 1px;
  width: 51px;
  height: 51px;
  border: 1px solid #2f2f2f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url('/static/images/kerve/profile.jpg?0482ce521de5');
  background-size: cover;
  background-position: center center;
}
.kerve .now2slider_name {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #F9F9F9;
}
.kerve .now2slider_artist {
  display: block;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  /*text-transform:uppercase;*/
  color: #F9F9F9;
  padding-top: 3px;
  overflow: hidden;
}
.kerve .now2slider_name a,
.kerve .now2slider_artist a {
  color: #F9F9F9;
}
.kerve .now2slider_artist span,
.kerve .now2slider_artist span a {
  color: #b6c0bf;
  color: #F9F9F9;
}
.kerve .now2slider_name a:hover,
.kerve .now2slider_artist a:hover,
.kerve .now2slider_artist span a:hover {
  text-decoration: none;
  color: #B90000;
}
.kerve .now2slider_add {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: -9px;
  background: url('/static/images/kerve/now2_add.png?0482ce521de5');
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.kerve .now2slider .label_play {
  /*position:absolute;
	top:32px;
	right:-3px;*/
  margin: -9px 0 0;
}
@-webkit-keyframes nowslider {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1500px);
    -moz-transform: translateX(-1500px);
    -ms-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@-moz-keyframes nowslider {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1500px);
    -moz-transform: translateX(-1500px);
    -ms-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@-ms-keyframes nowslider {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1500px);
    -moz-transform: translateX(-1500px);
    -ms-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@-o-keyframes nowslider {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1500px);
    -moz-transform: translateX(-1500px);
    -ms-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
@keyframes nowslider {
  0% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-1500px);
    -moz-transform: translateX(-1500px);
    -ms-transform: translateX(-1500px);
    transform: translateX(-1500px);
  }
}
body:not(.dashbody) .kerve.widget {
  margin-top: 18px;
}
body:not(.dashbody) .kerve.widget:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  body:not(.dashbody) .kerve.widget:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body:not(.dashbody) .kerve.widget {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  body:not(.dashbody) .kerve.widget + .kerve.widget {
    margin-top: 18px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  body:not(.dashbody) .kerve.widget + .kerve.widget {
    margin-top: 24px;
  }
}
.kerve .widget_title + * {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .kerve .widget_title + * {
    margin-top: 24px;
  }
}
body.dashbody .main-content {
  background-color: #000;
}
body.dashbody .header:after {
  content: normal;
}
body.dashbody .header {
  border: none;
}
.dashboard .kerve.widget:first-child {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .dashboard .kerve.widget:nth-child(-n+2) {
    margin-top: 18px;
  }
}
