/**** BUNDLE: setup.css does not exist ****/

/* START: base.css */
/** base.css **/

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

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

* {   box-sizing: border-box; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


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

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #697071; }
a:focus { outline: thin dotted; }

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


/* =============================================================================
   Typography
   ========================================================================== */

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

b, strong { font-weight: bold; }

u { text-decoration: underline; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

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

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 0.6rem; }

sub, sup { font-size: 0.5rem; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


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

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; padding: 0;}


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

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

form label
{
  padding-right: 7px;
}

form label.required
{
  font-weight: bold;
}

form label.required:after
{
  margin-right: -7px;
  width: 7px;
  display: inline-block;
  content: '*';
  color: #aa0000;
}

form label.inline
{
  display: inline-block;
  width: 120px;
}

legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input[type="text"], input[type="search"] textarea {  -webkit-appearance: none; -webkit-border-radius: 0;}

button, input { line-height: normal; *overflow: visible; }


table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

button::-moz-focus-inner,[type="button"]::-moz-focus-inner {
    padding:0;
    border:0;
}

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; -webkit-border-radius: 0;  }
input[type="search"] { -webkit-appearance: none; -webkit-border-radius: 0;  }

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

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

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

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
   Author: Dorian Fraser Moore <dorian.code@theusefularts.org>
   ========================================================================== */

/* END: base.css */

/* START: columns.css */
/** columns.css **/

.column,
.column1, .column1_1,
.column1_2, .column2_2,
.column1_3, .column2_3, .column3_3,
.column1_4, .column2_4, .column3_4, .column4_4,
.column1_5, .column2_5, .column3_5, .column4_5, .column5_5,
.column1_6, .column2_6, .column3_6, .column4_6, .column5_6, .column6_6,
.column1_8, .column2_8, .column3_8, .column4_8, .column5_8, .column6_8, .column7_8, .column8_8,
.column1_10, .column2_10, .column3_10, .column4_10, .column5_10, .column6_10, .column7_10, .column8_10, .column9_10, .column10_10,
.column1_12, .column2_12, .column3_12, .column4_12, .column5_12, .column6_12, .column7_12, .column8_12, .column9_12, .column10_12, .column11_12, .column12_12 {
  position: relative;
  box-sizing: border-box;
  float: left;
  max-width: 100%;
  padding: 0 8px 12px 8px;
  zoom: 1;
}

.row
{
  position: relative;
  zoom: 1;
  margin-left: -8px;
  margin-right: -8px;
  padding: 0;
  clear: both;
}

.column1_12
{
  width: 8.3333%;
  min-width: 50px;
}

.column1_10
{
  width: 10%;
}

.column1_8
{
  width: 12.5%;
}

.column1_6,
.column2_12
{
  width: 16.666%;
}

.column1_5,
.column2_10
{
  width: 20%;
}

.column1_4,
.column2_8,
.column3_12
{
  width: 25%;
}

.column3_10
{
  width: 30%;
}

.column1_3,
.column2_6,
.column4_12
{
  width: 33.3333%;
}

.column3_8
{
  width: 37.5%;
}

.column2_5,
.column4_10
{
  width: 40%;
}

.column5_12
{
  width: 41.6666%;
}

.column1_2,
.column2_4,
.column3_6,
.column4_8,
.colunn5_10,
.column6_12
{
  width: 50%;
}

.column7_12
{
  width: 58.3333%;
}

.column3_5,
.column6_10
{
  width: 60%;
}

.column5_8
{
  width: 62.5%;
}

.column2_3,
.column4_6,
.column8_12
{
  width: 66.6666%;
}

.column7_10
{
  width: 70%;
}

.column3_4,
.column6_8,
.column9_12
{
  width: 75%;
}

.column4_5,
.column8_10
{
  width: 80%;
}

.column5_6,
.column10_12
{
  width: 83.3333%;
}

.column7_8
{
  width: 87.5%;
}

.column9_10
{
  width: 90%;
}

.column11_12
{
  width: 91.66666%;
}

.column1,
.column1_1,
.column2_2,
.column4_4,
.column6_6,
.column8_8,
.column10_10,
.column12_12
{
  width: 100%;
}

.masonry-column
{
  padding: 0px;
  height: 0px;
}

.pull_right
{
  float: right;
}

.pull_up
{
  margin-top: -9px;
}

#sidebar
{
  margin-bottom: 9px;
}

#sidebar .current_issue
{
  float: right;
}

#sidebar .section_context
{
  float: left;
}

@media (max-width: 400px) {

  .column2_8,
  .column3_8,
  .column7_12,
  .column3_5,
  .column6_10,
  .column5_8
  {
    width: 50%;
  }

  #sidebar
  {
    width: 100%;
    margin: 0 auto 9px auto;
  }

  .home .row_1,
  .home .row_2,
  .home .column4_8
  {
      width: 100%;
  }

}

@media (max-width: 700px) {

  .column2_3,
  .column4_6,
  .column8_12,
  .column7_10,
  .column3_4,
  .column6_8,
  .column9_12,
  .column4_5,
  .column8_10,
  .column5_6,
  .column10_12
  .column7_8,
  .column9_10,
  .column11_12
  .column1,
  .column1_1,
  .column2_2,
  .column4_4,
  .column6_6,
  .column8_8,
  .column10_10,
  .column12_12
  {
    width: 100%;
  }

}

@media (min-width: 400px) and (max-width: 700px) {

  #sidebar
  {
    width: 100%;
    margin: 0 auto 9px auto;
  }

  #sidebar .column1, #sidebar .column1_1
  {
    width: 100%;
  }

  #sidebar .section_navigation
  {
    display: none;
  }

  #sidebar img
  {
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

}

/* END: columns.css */

/* START: elements.css */
/** elements.css **/

body {
  max-width: 954px;
  width: 100%;
  padding: 0 6px;
  margin: 55px auto 0px auto;
  font-family: arial, helvetica, sans-serif;
  line-height: 154%;
  font-size: 0.9rem;
}

a:link,
a:visited
{
    color: #697071;
    text-decoration: none;
}

a:hover
{
    color: #ED1C24;
    text-decoration: underline;
}

p
{
  padding: 0;
  margin: 0 0 0.95rem 0;
  max-width: 100%;
  font-size: 0.95rem;
}

h1,
h2,
h3,
h4,
h5
{
  font-size: 1.05rem;
  font-weight: normal;
}

h3
{
  color: #ED1C24;
}

h5
{
  margin: 9px 0px;
}

h1 a:link,
h1 a:visited
{
  color: inherit;
}

ul
{
  list-style: disc;
  font-size: 0.9rem;
}

ul,
ol
{
  padding-left: 40px;
  font-size: 0.9rem;
}

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

figure
{
  max-width: 100%;
  line-height: 0;
  float: left;
  clear: both;
  margin-bottom: 12px;
}

iframe,
.mejs-container
{
    width: 100% !important;
    max-width: 100%;
}

p iframe,
p figure,
p img
{
  margin-top: 9px;
}

figure img,
figure a img
{
  height: auto !important;
  max-width: 100% !important;
  margin-bottom: 0px;
}

figure figcaption
{
  max-width: 100%;
  position: relative;
  clear: both;
  color: #939598;
  margin-top: 0.3rem;
  line-height: 1.3;
  font-size: 0.8rem;
}

figure figcaption p
{
  line-height: 1.5;
  font-size: 0.8rem;
}


figure.frame img
{
  margin: 0 auto;
}

.inline
{
    display: inline-block;
    margin-bottom: 1.15rem;
    margin-right: 9px;
    margin-bottom: 1.15rem;
    float: none;
}

.inline figcaption
{
  text-align: left;
  color: #939598;
  margin-top: 0.3rem;
  margin-bottom: 1.25rem;
}

.align_right
{
  float: right;
  margin-right: 0px;
  margin-left: 9px;
}

.align_center
{
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.align_center .file
{
    display: block;
    text-align: center;
}

.align_left
{
  margin-left: 0px;
}

.pullquote,
.pullquote.align_left
{
  display: inline-block;
  padding: 18px 18px 18px 0px;
  float: left;
  max-width: 200px;
}

.pullquote q
{
  clear: both;
  display: inline;
  float: left;
  font-size: 1.15rem;
  padding: 0px;
  margin: 0px;
  line-height: 24px;
}

.pullquote cite
{
  clear: both;
  font-size: 0.7rem;
  line-height: 13px;

}

.pullquote.align_right
{
  float: right;
  padding: 18px 0px 18px 0px;
  text-align: right;
}

.pullquote.align_center
{
  float: none;
  display: block;
  max-width: none;
  text-align: center;
  margin: 0px auto 0px auto;
}

.pullquote.align_center q
{
  display: block;
  float: none;
  clear: both;
}

.pullquote.align_center cite
{
  display: block;
}



a.more
{
    padding-right: 14px;
    margin-right: 2px;
    background-image: url('/img/continuation.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.backgroundsize a.more
{
  background-image: url('/img/continuation-x2.png');
  -moz-background-size: 12px 12px;
  background-size: 12px 12px;
}

a.more:before
{
    white-space: nowrap;
}

.subscriptions .actions a,
a.buy
{
  color: #538a9b;
}

a.continuation
{
    width: 1px;
    padding-right: 13px;
}

form .pre
{
    display: block;
    overflow: hidden;
}

input[type="text"],
input[type="password"],
input.text,
form .pre,
textarea,
.textarea
{
    font-family: courier, monospace;
    font-size: 0.7rem;
    line-height: 110%;
    border: 1px solid #939598;
    padding: 3px;
    width: 100%;
}

form select
{
  max-width: 100%;
}

form .pre
{
  color: #cbcccb;
  border-color: #cbcccb;
}

a.button,
input.button,
button.button
  {
    -webkit-appearance: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 10px;
    border: 0px;
    background-color: #939598;
    color: #ffffff;
    border: 0px;
    font-size: 0.9rem;
    height: 15px;
    padding: 9px;
    position: relative;
    float: none;
}

form .small
{
    font-size: 0.7rem;
}

a.button:hover,
input.button:hover
{
  background-color: #697071;
}

input[type="radio"]
{
  margin-left: 2px;
}

.strike
{
  text-decoration: line-through;
}


form p.message
{
    font-weight: bold;
}

form span.message
{
    font-weight: bold;
}

h1.error,
h2.error,
p.error,
form .error
{
    display: block;
    padding: 3px 0px 3px 0px;
    line-height: 19px;
    color: #ED1C24 !important;
    /* background-image: url('/img/alert.error.png'); */
    background-repeat: no-repeat;
}

h1.warn,
h2.warn,
p.warn,
form .warn
{
  display: block;
  padding: 3px 0px 3px 25px;
  line-height: 19px;
  color: #F57E20 !important;
  background-image: url('/img/alert.warn.png');
  background-repeat: no-repeat;

}

.error > a,
.warn > a
{
    text-decoration: underline;
    color: #000000 !important;
}

.subscriptions .column6 h2 a:link
{
  font-style: italic;
}

.subscriptions .column6 h2 a:hover
{
  text-decoration: underline;
}

form .alert
{
    color: #990099;
}

form .affirmaton,
form .confirmation,
form .success
{
    color: #009900;
}

form .buttons
{
  text-align: right;
}

form p.buttons
{
    margin-top: 9px;
}

form .submit-processing
{
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #efeeed;
  margin-bottom: -3px;
}

form .submit-processing img
{
  position: relative;
  display: block;
  margin: 8px auto 0px auto;
}

/** general styles **/

p.left
{
  text-align: left;
}

p.right
{
  text-align: right;
}

p.justify
{
  text-align: justify;
}

.small
{
  font-weight: normal;
  color: #999999;
  font-size: 0.8rem;
}

/* END: elements.css */

/* START: masthead.css */
/** masthead and navigation **/

header.masthead
{
    top: 0;
    left: 0;
    right: 0;
    padding: 0 6px;
    background-color: #ffffff;
    position: fixed;
    z-index: 10000;
    /* border-bottom: 1px solid #999999; */
    width: auto !important;
}

.masthead h1.masthead
{
    float: left;
    padding: 0;
    margin: 0;
    width: 132px;
    height: 25px;
    margin: 9px 0 9px 0;
}

.masthead h1.masthead a
{
    display: block;
    font-size: 44px;
    width: 132px;
    height: 26px;
    text-indent: -1000000px;
    background-image: url('/img/wire.png');
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 0 0;
}

.backgroundsize .masthead h1.masthead a
{
    background-image: url('/img/wire-x2.png');
    -moz-background-size: 132px 26px;
    background-size: 132px 26px;
}

.masthead nav.functions
{
    float: left;
    margin-top: 9px;
    margin-bottom: 9px;
    width: 50%;
}

.masthead nav.user
{
    float: right;
    clear: right;
    text-align: right;
    line-height: 20px;
    padding: 9px 0 9px 0;
    width: 50%;
}

.masthead nav.user a
{
    background: none;
    padding: 0;
    margin: 0;
    color: #999999;
}

.masthead nav.user .edit
{
        display: none;
}

.masthead .menu-button
{
    background-image: url('/img/menu-icon.png');
    background-repeat: no-repeat;
    background-position: right 0;
    padding-right: 32px;
    height: 26px;
    line-height: 26px;
    float: right;
    clear: right;
    margin-top: 9px;
    font-size: 0.8rem;
    color: #000000;
}

.masthead .menu
{
    clear: both;
    position: relative;
    display: none;
    border-bottom: 3px solid #939598;
}

.masthead nav.primary
{
    position: relative;
    display: block;
    border-top: 1px solid #939598;
}

.masthead nav.support
{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    text-align: left;
    margin-top: -1px;
    border-top: 1px solid #939598;
    border-bottom: 1px solid #939598;
    text-align: center;
    pointer-events: none;
}


.masthead nav.primary a,
.masthead nav.primary .a
{
    box-sizing: border-box;
    padding: 5px 0;
    display: block;
    float: left;
    width: 48%;
    clear: both;
    border-bottom: 1px solid #939598;
    color: #000000;
    font-size: 0.8rem;
}

.masthead nav.primary a.current
{
    font-weight: bold;
}

.masthead nav.primary>a.sub:after
{
    display: inline-block;
    float: right;
    font-family: verdana;
    position: relative;
    text-align: right;
    content: '→';
    font-size: 25px;
    line-height: 0.75;
    font-weight: bold;
}

.masthead nav.primary nav.sub
{
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 48%;
    z-index: 2;
    background-color: #ffffff;
}

.masthead nav.primary nav.sub a
{
    width: 100%;
}

.masthead nav.support nav.sub
{
    border-top: 1px dotted #939598;
}

.masthead nav.support a,
.masthead nav.support .a
{
    display: inline-block;
    text-align: center;
    padding: 0 9px;
    background-color: #ffffff;
    color: #000000;
    line-height: 28px;
    font-size: 0.8rem;
    white-space: nowrap;
    pointer-events: all;
}

.masthead nav.support a.current
{
    font-weight: bold;
}

.masthead nav.support a.sub:after
{
    display: inline-block;
    float: right;
    font-family: verdana;
    position: relative;
    text-align: right;
    content: '↓';
    font-size: 16px;
    width: 0px;
    line-height: 1.8;
    font-weight: bold;
}

.masthead nav.support

.masthead nav a:hover
{
    background-color: #939598;
}




.masthead .search input.text
{
    position: relative;
    border: 1px solid #939598;
    padding: 2px;
    margin: 0;
    width: 100px;
    height: 15px;
    z-index: 2;
}

.masthead .search input.button
{
    position: relative;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    display: inline-block;
    background-color: #939598;
    color: #ffffff;
    font-size: 0.7rem;
    height: 16px;
    padding: 3px;
    margin: 0;
    width: 20px;
    z-index: 1;
}

.masthead .search input.text
{
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 16px;
}

#main
{
    margin-top: 55px;
}

/* END: masthead.css */

/* START: main.css */
header.block h1 .platforms{margin-bottom:12px}.main{min-height:60vh}a.platform{display:inline-block;width:33px;height:32px;margin-right:4px;margin-bottom:6px;overflow:hidden;background-image:url(/img/platforms.png);background-repeat:no-repeat;text-indent:-100000px}.backgroundsize a.platform{background-image:url(/img/platforms-x2.png);background-size:640px 32px}.platform-twitter{background-position:-64px 0}.platform-vimeo{background-position:-128px 0}.platform-tumblr{background-position:-192px 0}.platform-soundcloud{background-position:-256px 0}.platform-youtube{background-position:-320px 0}.platform-feeds,.platform-rss{background-position:-384px 0}.platform-instagram{background-position:-448px 0}.platform-mixcloud{background-position:-512px 0}.platform-wire,.platform-wire_app{background-position:-576px 0}#sidebar{padding-bottom:0;margin-right:0}.section_context article header h1,.section_context article header h2,.section_context article header h3,.section_context article header h4,.section_context article header time{display:block;font-size:.85rem;margin:0;padding:0}.addthis_toolbox{display:block;height:16px;margin-bottom:12px}article.block_top,header.block_top,li.block_top,section .block_top:first-child{padding-top:9px}.block_top h1.article{padding-bottom:9px}.block_top>.block_top{margin-top:-1px}ul.block_top{padding-top:9px}section header{margin-bottom:9px}section header h1{padding:0;margin:0;background:0 0;font-size:.9rem;line-height:1.3;color:#ed1c24}article{position:relative;line-height:1.5;text-overflow:ellipsis;background-color:#fff}.article__header,article header{margin-bottom:9px}.article__header a,article header a{text-decoration:none}.article__header h1,article header h1{padding:0;margin:0;background:0 0;font-size:1.05rem;color:#ed1c24}.article__header h2,.article__header h3,.article__header h4,.article__header time,article header h2,article header h3,article header h4,article header time{color:#939598;font-weight:400;background:0 0;padding:0;margin:0;font-size:.85rem}.article__header h2,.article__header time,article header h2,article header time{color:#a97c50}. article h1 a:link,article h1 a:visited{color:inherit;text-decoration:inherit}article header .byline article div header .byline{color:#a97c50}article time{color:#939598}article .body{padding-top:0;overflow:hidden}article p{margin-bottom:.95rem}article footer{border-top:0}.article p,.news_entry p,.page p,.shop_product p{max-width:38em}form p.comment_body{padding-right:0;max-width:100%}article p.byline{margin-top:9px;font-size:.85rem;margin-bottom:0;color:#939598;text-align:right}article p.keywords{color:#939598;font-size:.85rem;line-height:1.5;text-align:right;margin:0}article.block_bottom{padding-bottom:9px}article .portal_block{margin-bottom:13px}article.block header{margin-bottom:5px}article.block header h1{font-size:.9rem}article.block img{margin-bottom:5px}article.block p{margin-bottom:5px}article.block{margin-bottom:9px}article .standfirst{font-weight:700}article .standfirst b,article .standfirst strong{font-weight:400}.home section.listings{margin-bottom:12px}.view-issues h1,.view-issues h2{color:#a97c50}h1 a,h2 a{color:inherit;text-decoration:none}nav header h1{margin-top:0;padding:9px 0 9px 0;font-size:.9rem}aside .event header{padding:0 0 9px 0}aside article header h1{padding:0}aside article header h2{color:#939598}aside{line-height:1.3}aside img{height:auto!important}.feature header h2,.feature header h3,.feature header h4,.feature p{font-size:.85rem}.feature.column1_4 header h1,.feature.column2_8 header h1{font-size:.95rem}.list_item header h2,.list_item header h3,.list_item header h4,.list_item p{font-size:.85rem}nav ul{list-style:none;padding:0;margin:0 0 12px 0;font-size:.9rem;line-height:1.6}nav ul.long{max-height:404px;margin-left:-5px;padding-left:5px;overflow-y:auto;overflow-x:hidden}aside nav ul{margin-bottom:9px;line-height:1.3;font-size:.85rem}aside nav ul li{margin-bottom:5px}nav ul.short{max-height:180px}td.current a,ul li.current>a{color:#000;font-weight:400}nav ul ul{margin:0 0 4px 5px;border-left:1px solid #e5e5e5;padding:0 0 0 5px}ul li.highlight a{color:#000}td.current a.remove:after,ul li.current a.remove:after{font-size:.5rem;content:' ✕'}.block_top{border-top:1px solid #939598}.block_bottom{border-bottom:1px solid #939598;margin-bottom:12px}.column1_1:last-child .block_bottom{margin-bottom:0;border-bottom:0}.section_bottom{border-bottom:3px solid #cbcccb;padding-bottom:0}.section_top>header,header.block,header.section_top{background-color:#cbcccb;color:#000;margin-bottom:18px}header.no_section{margin-top:9px}.section_top>header h1,header.block h1,header.section_top h1{color:#555;padding:9px;font-size:.85rem}header.section_top{margin-bottom:-1px}header.block{margin-bottom:12px}nav.block{padding-bottom:3px}.feature img,.list_item img{margin-bottom:12px}.feature .details p:last-child,.list_item .details p:last-child{margin-bottom:0}article .abstract p:last-child,article .details p:last-child{margin-bottom:0}article.row1 .callout,article.row2 .callout{height:auto}.callout.Image a{display:block}.callout.Image img{display:block;padding-bottom:0!important;margin:0 auto}.Article header h4{color:#939598}.contributor-bylines p{color:#939598}.Issue header h1,.Issue.column2 header{padding-bottom:9px}section.issues .Issue header h1{padding-bottom:0}.Issue header{margin-bottom:0}section.issues .Issue header{padding-bottom:5px}.cover-mounts header{margin-bottom:12px;padding-bottom:0}.cover-mounts header h1{margin-bottom:0}.current_issue{margin-bottom:-12px}.current_issue header h1,.current_issue header h2,.current_issue header h3{line-height:1.3;padding-bottom:0}.current_issue .abstract,.current_issue header{margin-bottom:12px}.current_issue p.buy a.more{margin-right:0}.current_issue figure{margin-bottom:0}.current_issue figure img{height:auto!important}.current_issue .column3,.current_issue .column5{margin-bottom:0}.current_issue .column5>p:last-child{margin-bottom:0}.twocolumn{float:left;width:560px;max-width:100%;margin-bottom:10px;margin-top:9px;-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}aside .issues{margin-bottom:12px}.Release aside .issues{margin-bottom:0}aside .issue{padding-bottom:9px}aside .issue header{margin:9px 0 5px 0;padding:0;float:left}aside .issue header h1{border:0;margin-bottom:0;font-size:.85rem}aside .issue header h2{color:#b08f70;padding:0;margin:0;font-size:.85rem}aside .issue p{font-size:.85rem;margin-bottom:5px}aside .issue p.buy{padding-top:9px;margin-top:0;line-height:1.3;float:right;text-align:right}aside .issues .issue .onthecover{width:120px;margin-right:12px;float:left}aside .issues .issue .features{width:120px;float:left}aside .issues .block_top{border-top:0}.issues_calendar ul{margin-right:-15px}.issues_calendar li{display:inline-block;padding-right:0;width:3em}aside article.event,aside article.event header{margin-bottom:0}.home_events p.more{font-size:.85rem}article.Event header h4,article.event header h4{color:#000}section.events article.Event p{font-size:.9rem;line-height:1.5}.Event .addthis_toolbox{margin-top:18px}.Event ul{padding:0}.Event ul header{margin:0}.Event p.artists{margin:0}.event-tour-dates{list-style:none;margin-top:0}.event-related{margin-bottom:0;padding-bottom:0}.event-related .block_bottom{display:none}.Blog_Entry div,.Blog_Entry iframe,.Blog_Entry img{display:block;clear:both;margin:10px 0 10px 0}.Blog_Entry p{clear:both}article .comment{color:#8a8b8a}article.comment header{margin-top:0;text-align:right;color:#000;margin-bottom:0}article .comment .byline{text-align:right;margin-bottom:9px}article aside.comments{position:absolute;bottom:0;right:0}article aside.comments .addthis_toolbox{margin-top:9px;margin-bottom:3px}article aside.comments p{margin:0}article aside.comments a.leave{line-height:1.5}article aside.comments article{color:#999;margin:3px 0 3px 0}article aside.comments article.author_response{color:#000}article .comments{margin-top:9px}article .comments article.comment h1,article .comments article.comment time{font-size:.85rem;display:inline;color:#999}form.comment .pre,form.comment input.text,form.comment label{max-width:100%;width:100%;margin-right:0;float:none}form.comment label{padding-bottom:5px;line-height:.8}form.comment .comment_body textarea{width:100%;max-width:100%;min-height:200px;margin-bottom:0}form.comment .website{margin-right:0}form.comment .field_help,form.comment .optional{font-size:.6rem;line-height:1.2;color:#999}form.comment .field_help{padding-top:2px;display:block}form.comment input.button{width:auto;float:none;display:inline-block}form.comment .buttons{clear:both;padding-top:9px}body.index .masthead{height:182px}.people .index{list-style:none;margin:3px 0 0 0;padding:0;-moz-column-width:32%;-moz-column-count:3;-moz-column-gap:1%;-webkit-column-width:32%;-webkit-column-count:3;-webkit-column-gap:1%;-webkit-column-width:32%;-moz-column-width:32%;column-width:32%;-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1%;-moz-column-gap:1%;column-gap:1%}.people .index li{vertical-align:top;line-height:1.4;-webkit-margin-before:0;-webkit-margin-after:0}.people .index li a{display:inline-block;padding-bottom:9px}.item-social-element:after{content:'|'}.item-social-element:last-child:after{content:''}.shop #sidebar{padding-bottom:0}.shop .products .shop_product{position:relative;overflow:hidden}.shop.list_item .product_links,.shop.list_item header h1{font-size:.85rem}ul.variants{list-style:none;margin-left:0;padding-left:0}article.shop_product .frame img{margin:0}.shop_product a.button{width:122px;text-align:right;margin-top:3px;margin-left:0;padding:9px;clear:both}.shop_product ul.variants li{margin-bottom:13px;border-bottom:1px solid #939598;padding-bottom:9px;clear:both}.shop_product ul.variants li .stock{white-space:nowrap}.product .details .price,.product .details .quantity,.shop_product ul.variants li span.button{float:right;margin-left:10px}.buy_button--unavailable,.shop_product--unavailable{text-decoration:line-through}.price.was{text-decoration:line-through;color:#939598}.low-stock,.price.sale{color:#ed1c24;font-weight:700}.shop input.quantity{margin-top:-3px;text-align:center}article.subscription p{font-size:.9rem;padding-right:10px}article.subscription header h1{font-size:1.5rem;font-weight:700;line-height:1.05;margin-top:0;margin-bottom:12px;padding:0}article.subscription.column4 p{font-size:.85rem}.shop.feature .subscription{background-color:#deddde;padding:12px;margin-right:0;border-top:0;width:auto;float:none}.shop.feature .subscription h2{margin-bottom:3px}.actions,.subscription .purchase{font-size:1.5rem;line-height:1.5;color:#000;margin-bottom:12px}#sidebar .shop.feature{border-top:0;padding-top:0}.shop .error_description{font-weight:700}.shop .error_description blockquote{font-size:1.2rem}#sidebar .shop.feature>header h1{background-color:#cbcccb;color:#555;margin-bottom:12px;padding:9px 0 9px 9px}.actions,.shop.feature article.subscription .purchase{padding-bottom:12px;margin-bottom:-4px}.shop article.subscription .purchase h2{font-weight:400;font-size:1rem;font-weight:700;color:#000;line-height:1.5;margin:0}.actions a,.shop article.subscription .purchase a.buy{font-size:1.5rem;font-size:1.5rem;font-weight:700}.actions a .regular,.shop article.subscription .purchase a.buy .regular{font-weight:400;font-size:1rem}.shop article.subscription .body h2{margin-bottom:5px;font-size:1.1rem;color:#000;font-weight:700}.shop article.subscription .body h3{color:#000;font-size:.9rem;font-weight:700;margin-bottom:2px}.shop article.subscription .purchase .small{display:block;position:relative;font-size:.85rem;text-transform:none;color:#939598;line-height:1.5;margin-bottom:12px;font-weight:400}.shop article.subscription .purchase p{text-align:left;margin-top:2px;margin-bottom:0;font-size:.9rem}.shop article.subscription .print{padding-bottom:12px;margin-bottom:12px}.shop article.subscription .digital{line-height:1.8;margin-bottom:12px}.shop article.subscription .digital p{line-height:1.5;margin:7px 0 7px 0}.shop article.subscription .digital p.small{font-size:.85rem;margin-top:-3px}.shop article.subscription .digital a.buy{font-size:.95rem}.shop article.subscription .print .small{margin-top:8px}.shop article.subscription .purchase a.title{color:#000}.shop article.subscription .institutional-subscriptions p{margin:3px 0 12px 0;line-height:1.3}.shop article.subscription.full .offer{border-bottom:1px solid #939598;margin-bottom:12px}.shop article.subscription.full .offer img{float:left;margin-right:10px}.shop article.subscription.full .offer .column2{width:160px}.shop article.subscription.full .offer h2{text-align:left;font-size:1.05rem;font-weight:700;color:#000;margin:0;padding:0;line-height:1.5}.shop article.subscription.column4 .offer h2{margin-bottom:3px}.shop article.subscription.full .offer p{margin-bottom:18px;font-size:.9rem;line-height:1.5}.shop article.subscription table.buy{margin:0 0 12px 0}.shop article.subscription table.buy td,.shop article.subscription table.buy th,.shop article.subscription ul.buy li{color:#939598;font-size:.85rem;border:1px solid #ddd;padding:2px;font-weight:400;white-space:nowrap}.shop article.subscription table.buy a.buy{font-size:.9rem}.shop aside.totals{position:relative;text-align:right;font-size:.9rem;line-height:2.1}.shop h1.error{font-weight:700}.shop h1{color:#538a9b}.shop h2{color:#697071}input.attention{border:1px solid #ed1c24}.shop #main button.button,.shop #main input.button{margin-top:7px;font-size:.9rem;font-weight:700;top:auto;margin-bottom:12px;background-color:#62a3b7;margin-left:1px}.shop #main .submit-processing{margin-top:7px;margin-bottom:6px}.shop input.image{position:relative;display:inline-block;text-align:center;margin-bottom:-19px;margin-left:5px}.shop p.paypal a{color:#000;font-weight:700}.shop .totals header{text-align:left}.shop .totals table{float:right;margin-bottom:5px}.shop .totals table th{font-weight:400;padding:3px 10px 3px 0}.shop .totals table td{font-weight:700;padding:3px 0 3px 3px;border-bottom:1px solid #ccc}.shop .totals select{width:100%;max-width:160px}.shop .commit .messages{color:#538a9b;color:#539b53;float:left;max-width:80%;padding-top:10px;font-size:180%}.shop .commit .messages p{line-height:1.3}.shop .commit .buttons{padding-top:12px;float:right}.shop .commit .button{background-color:#539b53}.shop .basket .error{font-weight:700;font-size:.9rem}.shop .basket .warn{font-weight:700;font-size:.9rem}.shop .basket .product input.quantity{width:15px;margin-left:0}.shop .basket .codes .block_top{padding-top:9px}.shop .basket header h1{font-size:1rem;line-height:1.5;color:#538a9b}.shop .basket .product .column2{margin-bottom:3px}.basket img,.checkout img{height:auto!important}.shop .basket .codes input.text{width:132px}.shop .basket textarea.text{width:292px;max-width:452px;height:50px}.shop .basket .delivery_details input.text,.shop .basket .delivery_details select{width:100%;max-width:280px}.shop .basket .buttons{margin-bottom:12px}.shop .basket .paypal-checkout{background-image:url(/img/paypal_mc_vs_dc_ae.png);background-repeat:no-repeat;background-position:0 0;margin-top:-5px;padding-top:12px;padding-left:190px;padding-bottom:8px;margin-bottom:3px}.checkout input.button{margin-top:10px}.shop .checkout_message{text-align:left;font-weight:700}.shop .checkout-process header h1{padding:9px}.shop .checkout-button{margin-left:3px;background-color:#538a9b;font-weight:700}.shop .checkout-button:after{content:' ➤'}.shop .checkout-button:hover{background-color:#697071}.shop .checkout-process ol{list-style:none;margin-left:0;padding-left:0}.shop .checkout-process ol li{padding:5px;margin-bottom:5px;color:#999}.shop .checkout-process ol li.current{color:#000}.shop .checkout-process ol li.incomplete{color:#ccc}.shop article.product img{padding-bottom:0;margin-bottom:0}.shop .receipt{border:1px solid #999;padding:20px;margin-bottom:12px}.shop .receipt .order_details{float:left;margin-right:20px}.shop .receipt .delivery_details{float:right;min-width:40%}.shop .receipt .label{display:inline-block;font-weight:700;white-space:nowrap;width:120px}.shop .receipt table{width:100%;font-size:.9rem;line-height:1.5}.shop .receipt h2{margin-bottom:4px}.shop .receipt table th{text-align:left;white-space:nowrap;padding-right:10px}.shop .receipt table th.last{padding-right:0}.shop .receipt table tfoot th{text-align:right}.shop .receipt table .primary{width:80%;padding-right:10px}.shop .receipt table td.primary{padding-bottom:15px}.shop .receipt table .grand_total td{border-top:1px solid #ccc;border-bottom:3px solid #ccc}.shop .receipt .order_contents{margin-top:5px;border-top:1px solid #ccc;padding-top:5px}.shop .receipt table .products_total td,.shop .receipt table .products_total th{border-top:1px solid #ccc;padding-top:15px}.shop .receipt .currency{width:10px}.shop .receipt .price{width:100px;text-align:right}.subscriptions h1,.user h1{color:#538a9b}.subscriptions .error,.subscriptions .error a{color:#ed1c24!important}.subscriptions p.message{font-weight:400}.subscriptions .abstract p,.subscriptions .gate h2,.subscriptions .offer h2,.user .abstract p,.user h2{font-size:1.05rem;line-height:1.5;font-weight:700;color:#000;margin:12px 0 3px 0;padding:0}.subscriptions form .prompt-button{min-height:33px;line-height:3}.subscriptions form .prompt-button .button{float:right}.subscriptions form fieldset.expand{padding-top:12px}.subscriptions form fieldset p{margin-bottom:4px}.subscriptions form .half{width:140px;float:left}.subscriptions form .left{margin-right:20px}.subscriptions form p .error,.subscriptions form p .help{padding:0;line-height:2}.subscriptions form label{clear:both;display:block}.subscriptions form #togglepassword label{display:inline;margin-left:5px}.subscriptions form input.password{width:45%;margin-right:12px;max-width:45%;clear:both}.subscriptions form p.password input.toggle{margin-top:1px;padding:3px 9px}.subscriptions form .half input{width:132px}.subscriptions article div header,.user article div header{margin-bottom:0}.subscriptions .column6 form fieldset h2{margin-top:18px;margin-bottom:18px}.subscriptions .Subscriber header:first-child h1{color:#000}.subscriptions .Release img{height:auto!important}.subscriptions .gate .Release header h1{font-size:1rem;line-height:2;font-weight:400}.subscriptions .gate .Release{position:relative}.subscriptions .gate .Release .right{min-height:147px;position:relative}.choice header{margin-bottom:12px}.help header{margin-bottom:0}.choice form fieldset{max-width:300px}.subscriptions .choice,.subscriptions .gate,.user .choice,.user .gate{padding-top:9px}.subscriptions .choice header h1,.subscriptions .gate header h1,.user .choice header h1,.user .gate header h1{font-size:1.5rem;font-weight:700;line-height:1.8}.subscriptions section.help ul,.user section.help ul{list-style:none;padding:0;margin-top:5px}.user .page .abstract{font-weight:700}.vcard h1{margin-top:0}.vcard .tel .value{white-space:nowrap}.vcard .type{display:inline-block;color:#909090;min-width:35px;margin-right:4px}.vcard .url a,.vcard a.url{color:#000;text-decoration:underline}form.contact label{display:block}form.contact div.details{border:1px solid #909090;padding:0 5px 0 5px;margin-bottom:9px}form.contact .column3 .clearfix{height:1px}form.contact div.details h1{font-size:.9rem;line-height:1.5;padding:0;margin:0}form.contact .checkbox label{display:inline;margin-left:5px}form.contact .checkbox{display:block}form.contact .column3 p{font-size:.9rem;line-height:1.5}ul.archive{list-style:none;margin:0 0 0 -5px;padding:0 0 0 5px}ul.archive li{margin-bottom:5px}ul.archive li.year ul{list-style:none;width:100%;border:0;margin:3px;padding:0;white-space:nowrap}ul.archive li.year ul li{display:inline-block;margin:0 1px 0 0;padding:0}ul.archive h2{font-weight:400;padding:0;margin:0;font-size:1rem}ul.archive h2.current{font-weight:700}ul.archive a:link,ul.archive a:visited{text-decoration:none}ul.archive a.current{font-weight:700;text-decoration:underline}ul.full_archive li.year,ul.full_archive li.year ul li.month,ul.full_archive li.year ul li.month li{display:block;white-space:normal}ul.full_archive li.year ul{margin-left:5px}ul.full_archive li.year ul li.month li{margin-bottom:4px;padding-right:10px}table.calendar{margin:0;font-size:.85rem}table.calendar th div.drop{position:relative;padding:0;margin:0;height:15px}table.calendar th div.drop ul{position:absolute;top:0;left:0}table.calendar th ul{top:1px;position:absolute}table.calendar th ul li{font-weight:400;display:none;background-color:#fff;margin:-3px;padding:3px;white-space:nowrap;overflow:hidden}table.calendar th ul li.current{display:block;background:0 0}table.calendar th ul li.current,table.calendar th ul li.current a{font-weight:400;background:0 0;padding:0;margin:0}table.calendar th ul:hover{z-index:1000;position:absolute;background:#fff}table.calendar th ul:hover li{display:block}table.calendar th ul:hover li.current{padding:2px 2px 2px 2px;margin:-2px -2px -2px -2px;background-color:#e5e5e5;color:#939598}table.calendar td,table.calendar th{width:23px;text-align:left}table.calendar h1{margin:0;padding:0}table.calendar td{color:#999}table.calendar td a{color:#ed1c24}table.calendar td.current a{color:#fff;background-color:#000;padding:3px;margin:-3px}table.calendar td.today a,table.calendar td.today span{padding:2px 2px 2px 2px;margin:-3px -3px -3px -3px;border:1px solid #ccc}.pages{text-align:center;margin-bottom:5px}.block_top .pages{padding-top:9px}.pages a,.pages span{padding:9px;margin:0 5px 5px 0;display:block;float:left;background-color:#939598;color:#fff;text-decoration:none}.pages a:hover{background-color:#697071}.pages .current{padding:9px;background-color:#000;font-weight:400;color:#fff}.pages .letters{position:relative;z-index:10;margin-bottom:9px;text-align:center;border-top:1px solid #939598;border-bottom:1px solid #939598;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}.pages .letters li,.pages .letters span{min-width:20px;margin-top:5px;display:inline-block;padding-right:0}.pages .letters li.current{margin:0;background:0 0;padding:5px 0}.pages .letters a,.pages .letters span{background:0 0;color:#000;margin:0;padding:3px}.pages .letters .current a{color:#939598}.expandable ul{margin-bottom:10px;-moz-column-width:120px;-moz-column-count:4;-moz-column-gap:20px;-webkit-column-width:120px;-webkit-column-count:4;-webkit-column-gap:20px}.slideshow .frames{position:relative;overflow:hidden;max-width:100%;width:100%}.gallery .frame,.slideshow .frames .frame{max-width:100%;position:relative;vertical-align:center;width:100%}.slideshow nav.pager{position:relative;z-index:1000;margin-top:5px}.slideshow .frames a.flip{position:absolute;top:0;bottom:0;height:100%;width:25px;display:none;z-index:10000}.slideshow .frames:hover a.flip{display:block}.slideshow .frames a.next{right:0}.frame .mejs-video,.frame img,.frame video{position:relative;display:block;margin:0 auto;max-width:100%;max-height:100%}.slideshow a.flip .button,.slideshow nav.pager a{display:inline-block;padding:9px;background-color:#939598;margin:0 5px 5px 0;color:#fff;font-size:.85rem}.slideshow a.flip .button{position:absolute;top:50%}.slideshow a.flip:hover .button,.slideshow nav a:hover{background-color:#697071;text-decoration:none}.slideshow nav.pager a.current{font-weight:400;color:#fff;background:#000}.slideshow .frame figure{float:none;margin:0 auto}.slideshow figure figcaption{text-align:left}.audio_player{margin-bottom:12px}.audio_player header.block{margin:0}.audio_player header.block h1{padding:9px;margin:0}.audio_player table.playlist{width:100%;margin-top:0;font-size:.9rem;line-height:1.5;color:#939598}.audio_player table.playlist tr.odd{background-color:#cbcccb}.audio_player table.playlist tr.even{background-color:#dbdcdb}.audio_player table.playlist td{padding:3px 4px}.audio_player table.playlist td:first-child{padding-left:6px}.audio_player table.playlist td:last-child{padding-right:6px}.audio_player table.playlist td.number{width:5%;max-width:8%;text-align:right}.audio_player table.playlist td.duration{text-align:right}.audio_player table.playlist a{color:#000}.audio_player table.playlist tr.current{background-color:#000}.audio_player table.playlist tr.current a{color:#fff}.audio_player .mejs-container{background:#939598}.audio_player .mejs-container .mejs-controls,.video_player .mejs-container .mejs-controls{background:#939598}.audio_player .mejs-controls .mejs-time-rail .mejs-time-total,.video_player .mejs-controls .mejs-time-rail .mejs-time-total{background:#7b7c7b}.audio_player .mejs-controls .mejs-time-rail .mejs-time-loaded,.video_player .mejs-controls .mejs-time-rail .mejs-time-loaded{background:rgba(30,30,30,.8)}.audio_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.video_player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:rgba(30,30,30,.8)}.audio_player .mejs-overlay-loading,.video_player .mejs-overlay-loading{background:rgba(30,30,30,.8)}#video .video_gallery{z-index:10;margin-bottom:9px}#video .navright{margin-top:-42px}#video .column2 .placeholder{display:block;width:140px;height:79px;overflow:hidden;margin-bottom:3px}#video article.current header,#video article.current img{opacity:.5}.video a.placeholder{height:0;padding-bottom:56%;overflow:hidden;display:block;margin-bottom:6px}.video a.placeholder img{display:block}.video h1{font-size:.95rem}.search .result .match,.search .term{font-weight:700}.search label{margin-right:3px}.search input.button:hover{background-color:#697071}.search .submit-processing{position:relative;padding:2px 5px 2px 4px;top:0;margin-top:-4px}.search .submit-processing img{margin-top:2px}section.search input.text{width:80%;font-size:1.2rem;height:25px}.tapper_item a.block_top{display:block}.tapper_item header{margin-top:9px;margin-bottom:0}.tapper_item header h1{font-size:.9rem}.Release .contents figure{margin-bottom:0}.release--download{text-align:center}.release--download header h1{font-weight:700;font-size:1.3rem;margin:1rem 0}.release--download header h2{color:#000;font-size:1.1rem}.release--download .mailchimp--signup{min-width:300px;max-width:50%;margin:0 auto;margin-bottom:20px}.mailchimp--signup #mc_embed_signup input{border-radius:0}.mailchimp--signup #mc_embed_signup .mc-field-group{width:100%}.mailchimp--signup #mc_embed_signup .button{margin-right:0;margin-left:5px}.mailchimp--signup #mc_embed_signup div#mce-responses{margin:0}.mailchimp--signup #mc_embed_signup div#mce-responses,.mailchimp--signup #mc_embed_signup div.response{padding:0;width:100%}ol.tracklisting{list-style:none;padding:0;margin:9px 0}ol.tracklisting a:hover{color:#000}.Release_Track,ol.tracklisting li{display:block;float:left;margin-bottom:17px}.Release_Track a.cover,ol.tracklisting a.cover{display:block;width:140px;height:0;padding-bottom:100%;max-width:100%;background-color:#dbdddb;overflow:hidden}ol.tracklisting figure .Release_Track figure{margin-bottom:2px}.tracklisting header h1,.tracklisting header h2,.tracklisting header h3,.tracklisting header h4,.tracklisting header h5,header.tracklisting h1,header.tracklisting h2,header.tracklisting h3,header.tracklisting h4,header.tracklisting h5{font-size:.9rem;line-height:1.4;margin:0;padding:0;font-weight:400;color:#000}header.tracklisting h1,header.tracklisting h2,header.tracklisting h3,header.tracklisting h4,header.tracklisting h5{font-size:.9rem;line-height:1.4}.tracklisting .placeholder{text-align:center;line-height:140px;height:140px;color:#000}.artist_name{font-weight:700!important}.track_title{font-weight:700!important}.release_title{font-weight:400!important;font-style:normal!important}.label_name{font-weight:400!important;font-style:normal!important}.downloads header h2,.player header h2{font-weight:700;color:#000;font-size:1.05rem;margin:12px 0 0 0}.download{position:relative;min-height:60px;margin:2px 2px 9px 0}.download .file{position:relative;display:block;min-height:54px;width:100%;margin:0;padding:2px 1px;border:0 solid #000;background-color:#dbdddb;background-image:url(/img/download.png);background-repeat:no-repeat;background-position:8px 6px;color:#999;font-size:.9rem;text-decoration:none}.backgroundsize .download .file{background-image:url(/img/download-x2.png);background-size:40px 47px}a.download_small{background-image:url(/img/download-small.png);background-repeat:no-repeat;background-position:0 center;padding-left:17px;height:18px;display:inline-block;line-height:18px}.backgroundsize a.download_small{background-image:url(/img/download-small-x2.png);background-size:14px 16px}.download .file .title{font-weight:700}.download .file .details{display:block;position:relative;width:400px;top:5px;left:55px;padding-bottom:5px}.download .details p{width:200px;max-width:200px;margin-top:9px}.download .file:hover{background-color:#cbcccb;border:0 solid #000}.download a:hover{text-decoration:none}.download .file .details{color:#999;font-size:.9rem;line-height:1.3}.download .file .details .title{color:#000;line-height:1;font-size:1.05rem}article form.mailinglist .button{margin-top:6px;width:41px}article form.mailinglist .submit-processing{margin-top:5px}article form.mailinglist .column2{padding-top:0;line-height:1.5}article form.mailinglist input.text{top:-2px;position:relative}aside form.mailinglist{box-sizing:border-box;position:relative;display:block;width:100%;max-width:100%;background-color:#cbcccb;color:#555;padding:12px;margin:0 0 12px 0;font-size:.85rem;line-height:140%}aside form.mailinglist header{position:relative;float:left;margin-bottom:9px;z-index:2;background-color:#cbcccb;max-width:40%}aside form.mailinglist header h1,aside form.mailinglist header h2{font-size:.85rem;color:#555;padding:0;margin:0}aside form.mailinglist .secondary{float:right;text-align:right;color:#777;z-index:0;margin-bottom:9px;max-width:60%}aside form.mailinglist .secondary a{white-space:normal}aside form.mailinglist .fields{clear:both;position:relative}aside form.mailinglist .fields input.text{border:0;padding:3px;margin:0;left:0;width:85%;height:26px;font-size:.9rem}aside form.mailinglist .fields input.button{float:right;width:20px;height:20px;position:absolute;right:0;padding:3px 5px 3px 5px!important;border:6px solid #cbcccb;background-color:#939598!important;font-weight:400!important;font-size:.7rem!important;margin:-5px -6px -5px -5px!important}aside form.mailinglist .submit-processing{float:right;padding:2px 6px 1px 6px!important;border:6px solid #cbcccb;font-weight:400!important;font-size:.7rem!important;margin:-5px -6px -5px -5px!important}.page-lead{padding-bottom:0;overflow:hidden;position:relative}.page-lead .sizer{position:relative}.video-sizer{width:100%;height:0;padding-bottom:57%}.media-lead .media-container{position:absolute;top:0;left:8px;bottom:0;right:8px}.media-container .gallery{position:relative;max-height:100%;width:100%;height:100%;overflow:hidden}.media-container .gallery .frame{max-height:100%;width:100%;height:100%;max-height:100%;overflow:hidden;margin:0}.media-container .frame iframe{position:relative;max-height:100%;height:100%;width:100%;max-width:100%}.app-store-links{text-align:center}.app-store-link{display:inline-block;overflow:hidden;text-indent:-10000px;background-repeat:no-repeat;background-position:center center;background-size:contain;width:210px;height:75px;vertical-align:middle}.apple-app-store{background-image:url(/img/apple-app-store-badge.svg);height:50px}.google-play-store{background-image:url(/img/google-play-store-badge.png)}
/* END: main.css */

/* START: adverts.css */
/** adverts **/

.advert_container
{
    margin: 0;
    position: relative;
}

.advert
{
    position: relative;
    display: block;
    margin: 0px;
    overflow: hidden;
    width: 100%;
}

.advert img
{
    margin: 0px;
}

.mpu
{
    background-color: #fefefe;
    margin: 0px auto;
    max-width: 300px;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.advert iframe,
.advert iframe iframe,
.advert iframe body,
.advert iframe img
{
    position: relative;
    transform: scale(1);
    transform-origin: 0 0;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    -ms-transform: scale(1);
    -ms-transform-origin: 0 0;
    -ms-zoom: 1;
}

.mpu div
{
  margin-bottom: 12px;
}

.rectangle
{
    width: 180px;
    height: 150px;
}

.skyscraper
{
    width: 120px;
    height: 600px;
}

.wide_skyscraper
{
    width: 160px;
    height: 600px;
}

.small_banner
{
    width: 468px;
    height: 60px;
}

.banner, .leaderboard
{
  max-width: 728px;
  max-height: 90px;
  display: block;
  width: 100%;
  margin: 0px auto 12px auto;
}

.billboard
{
    width: 970px;
    height: 250px;
}

.half_page,
.filmstrip
{
    width: 300px;
    /* height: 600px; */
}

.portrait
{
    width: 300px;
    height: 1050px;
}


.button_2
{
    width: 120px;
    height: 60px;
}

.live_column
{
    width: 140px;
    /* height: 440px; */
}

.advert-foot
{
    margin-top: -12px;
    max-width: 100%;
    max-height: 200px;
}

/* END: adverts.css */

/* START: footer.css */
.body-footer
{
    margin-top: -12px;
    border-top: 1px solid #939598;
    background-color: #ffffff;
    padding-top: 9px;
    padding-bottom: 40px;
}


.body-footer h1
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.2;
    white-space: normal;
}

.body-footer .column1_12
{
    min-width: 80px;
}


.body-footer h1 a:link,
.body-footer h1 a:visited
{
    font-weight: bold;
}

.body-footer h1.current a:link,
.body-footer h1.current a:visited
{
    color: #000000;
}

.body-footer ul
{
    margin: 1px 5px;
}

.body-footer a
{
  white-space: nowrap;
}

a.back-to-top:link,
a.back-to-top:visited {
    font-weight: bold;
    color: #000;
}

/* END: footer.css */

/* START: critterSlideshow.css */
/** slideshow styles **/

.critter-slideshow-container {
    min-height: 300px;
    max-height: 95vh;
    /* overflow: hidden; */
    max-width: 1600px;
    margin: 0 auto 12px auto;
    position: relative;
}

.critter-slideshow-sizer {
    padding-bottom: 75%;
}


.critter-slideshow-container .critter-slideshow
{
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
}

/** slide styles **/

.critter-slideshow .critter-slideshow-slide
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: none;
    transition: opacity 1s;
    overflow: hidden;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.critter-slideshow-slide .critter-slideshow-media-container {
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 50%;
    height: 100%;
    width: 100%;
    max-height: 100%;
    flex-shrink: 2;
    background-image: url('/img/processing-wheel-24px-trans.gif');
    background-repeat: no-repeat;
    background-position: center center;
}


.critter-slideshow-media-container .critter-slideshow-media-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.critter-slideshow-media-container img, .critter-slideshow-media-container video, .critter-slideshow-media-container .mejs-video {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    min-width: 1px;
    min-height: 1px;
    width: auto;
    margin: auto;
    right: auto;
    left: auto;
    bottom: 0;
}


.critter-slideshow-slide figcaption {
    position: relative;
    text-align: center;
    padding: 5px 0 0 0;
    max-width: 700px;
    margin: 0 auto;
    color: #697071;
    font-size: 0.9rem;
}
.critter-slideshow-slide figcaption p {
    margin: 0 0 5px 0;
    font-size: 0.9rem;
}

.critter-slideshow-slide .sizer {
    position: relative;
}

.critter-slideshow-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}


/** slide switch styles **/

.critter-slideshow .critter-next-slide,
.critter-slideshow .previous-slide
{
    opacity: 0;
    pointer-events: none;
}

.critter-slideshow .critter-current-slide
{
    opacity: 1;
    transition: opacity 1s;
}

/** slideshow navigation styles **/

.critter-slideshow-navigation-container
{
    position: absolute;
    list-style: none;
    z-index: 2;
    bottom: -20px;
    width: 100%;
    text-align: center;
}

.critter-slideshow-navigation
{
    max-width: 960px;
    margin: 0 auto ;
    font-size: 2.2rem;
    line-height: 2rem;
}


.critter-slideshow-pager {
    display: inline;
    color: #ccc;
}

.critter-slideshow-pager ul {
    position: absolute;
    top: 12px;
    list-style: none;
    display: inline;
    text-align: center;
    left: 40px;
    right: 40px;
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.critter-slideshow-pager li
{
    display: inline-block;
    padding: 0 3px;
}

.critter-slideshow-button {
    color: inherit;
}

.critter-slideshow-button:hover {
    color: #ED1C24;
    text-decoration: none;
}

.critter-slideshow-pager .critter-current-slide {
    color: #ED1C24;
}

/*
.critter-slideshow-marker:before {
    content: '•';
    font-size: 30px;
}

.critter-slideshow-pager .critter-slideshow-label {
    display: none;
}
*/


.critter-slideshow-navigation .critter-slideshow-flip-container
{
    position: absolute;
    bottom: 0;
    width: 100%;
}


.critter-slideshow-navigation .previous
{
    float: left;
}

.critter-slideshow-navigation .next
{
    float: right;
}

/* END: critterSlideshow.css */

/**** BUNDLE: mobile.css does not exist ****/

/* START: 480px.css */
/** 480px.css **/

@media (max-width: 480px)
{
    body,
    header.masthead {
        min-width: 320px;
    }

    .mob-column,
    .mob-column1,
    .mob-column1_2, .mob-column2_2,
    .mob-column1_3, .mob-column2_3, .mob-column3_3,
    .mob-column1_4, .mob-column2_4, .mob-column3_4, .mob-column4_4,
    .mob-column1_5, .mob-column2_5, .mob-column3_5, .mob-column4_5, .mob-column5_5,
    .mob-column1_6, .mob-column2_6, .mob-column3_6, .mob-column4_6, .mob-column5_6, .mob-column6_6,
    .mob-column1_8, .mob-column2_8, .mob-column3_8, .mob-column4_8, .mob-column5_8, .mob-column6_8, .mob-column7_8, .mob-column8_8,
    .mob-column1_10, .mob-column2_10, .mob-column3_10, .mob-column4_10, .mob-column5_10, .mob-column6_10, .mob-column7_10, .mob-column8_10, .mob-column9_10, .mob-column10_10,
    .mob-column1_12, .mob-column2_12, .mob-column3_12, .mob-column4_12, .mob-column5_12, .mob-column6_12, .mob-column7_12, .mob-column8_12, .mob-column9_12, .mob-column10_12, .mob-column11_12, .mob-column12_12 {
      position: relative;
      box-sizing: border-box;
      float: left;
      max-width: 100%;
      padding: 0 8px 12px 8px;
      zoom: 1;
    }

    .mob-row
    {
      position: relative;
      zoom: 1;
      margin-left: -8px;
      margin-right: -8px;
      padding: 0;
      clear: both;
    }

    .mob-column1_12
    {
      width: 8.3333%;
      min-width: 50px;
    }

    .mob-column1_10
    {
      width: 10%;
    }

    .mob-column1_8
    {
      width: 12.5%;
    }

    .mob-column1_6,
    .mob-column2_12
    {
      width: 16.666%;
    }

    .mob-column1_5,
    .mob-column2_10
    {
      width: 20%;
    }

    .mob-column1_4,
    .mob-column2_8,
    .mob-column3_12
    {
      width: 25%;
    }

    .mob-column3_10
    {
      width: 30%;
    }

    .mob-column1_3,
    .mob-column2_6,
    .mob-column4_12
    {
      width: 33.3333%;
    }

    .mob-column3_8
    {
      width: 37.5%;
    }

    .mob-column2_5,
    .mob-column4_10
    {
      width: 40%;
    }

    .mob-column5_12
    {
      width: 41.6666%;
    }

    .mob-column1_2,
    .mob-column2_4,
    .mob-column3_6,
    .mob-column4_8,
    .colunn5_10,
    .mob-column6_12
    {
      width: 50%;
    }

    .mob-column7_12
    {
      width: 58.3333%;
    }

    .mob-column3_5,
    .mob-column6_10
    {
      width: 60%;
    }

    .mob-column5_8
    {
      width: 62.5%;
    }

    .mob-column2_3,
    .mob-column4_6,
    .mob-column8_12
    {
      width: 66.6666%;
    }

    .mob-column7_10
    {
      width: 70%;
    }

    .mob-column3_4,
    .mob-column6_8,
    .mob-column9_12
    {
      width: 75%;
    }

    .mob-column4_5,
    .mob-column8_10
    {
      width: 80%;
    }

    .mob-column5_6,
    .mob-column10_12
    {
      width: 83.3333%;
    }

    .mob-column7_8
    {
      width: 87.5%;
    }

    .mob-column9_10
    {
      width: 90%;
    }

    .mob-column11_12
    {
      width: 91.66666%;
    }

    .mob-column1,
    .mob-column2_2,
    .mob-column4_4,
    .mob-column6_6,
    .mob-column8_8,
    .mob-column10_10,
    .mob-column12_12
    {
      width: 100%;
    }

    .not-mobile
    {
        display: none;
    }

    .people .index
    {
    	list-style: none;
    	margin: 3px 0 0 0;
    	padding: 0;
    	-moz-column-width: 49%;
    	-moz-column-count: 2;
    	-moz-column-gap: 1%;
    	-webkit-column-width: 49%;
    	-webkit-column-count: 2;
    	-webkit-column-gap:  1%;
    	column-width: 49%;
    	column-count: 2;
    	column-gap:  1%;
    }
}

@media (min-width: 481px) {
  /* Style adjustments for viewports 480px and over go here */

  form label.inline
  {
    text-align: right;
  }

  .row1 article,
  .row2 article
  {
    max-height: 320px;
    height: 280px;
    overflow: hidden;
    position: relative;
  }

  .shop article.Subscription header.main
  {
    margin-bottom: 18px;
  }

  .shop .basket textarea.text
  {
    width: 482px;
  }

  .actions a,
  .shop article.Subscription .purchase a.buy
  {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .shop article.Subscription .print a.buy,
  .shop article.Subscription .digital a.buy
  {
    background-position: right 11px;
  }

  .shop article.Subscription ul.buy li,
  .shop article.Subscription table.buy th,
  .shop article.Subscription table.buy td
  {
      font-size: 0.8rem;
      padding: 2px 9px;
  }

  .shop article.Subscription table.buy a.buy
  {
    font-size: 1.5rem;
  }

  .shop article.Subscription .more-options
  {
    margin-top: -12px;
    margin-bottom: 17px;
  }

  .subscriptions form .half
  {
    width: 220px;
    float: left;
  }
  .subscriptions form .left
  {
    margin-right: 20px;
  }


  .subscriptions form .half input
  {
     width: 212px;
  }

  .banner,
  .leaderboard
  {
    display: block;
  }

}

/* END: 480px.css */

/* START: 768px.css */
/** 768px.css **/

@media (max-width: 700px) {
  article .related
  {
    width: 100%;
  }

    .calendar .filters
    {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
    }

    .calendar .filters .unit
    {
        float: left;
        width: 33.33%;
        padding: 0 8px;
    }

    .news_entry p,
    .article p,
    .shop_product p,
    .page p  {
        padding-right: 0px;
    }

}

@media (min-width: 700px) {

    .calendar .events
    {
        float: right;
    }

    .calendar .filters
    {
     float: left;
    }

    article aside.related,
    article .contents aside.related
    {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-top: 9px;
        margin-bottom: 0px;
    }

}

@media (max-width: 768px) {
    .tab-column,
    .tab-column1,
    .tab-column1_2, .tab-column2_2,
    .tab-column1_3, .tab-column2_3, .tab-column3_3,
    .tab-column1_4, .tab-column2_4, .tab-column3_4, .tab-column4_4,
    .tab-column1_5, .tab-column2_5, .tab-column3_5, .tab-column4_5, .tab-column5_5,
    .tab-column1_6, .tab-column2_6, .tab-column3_6, .tab-column4_6, .tab-column5_6, .tab-column6_6,
    .tab-column1_8, .tab-column2_8, .tab-column3_8, .tab-column4_8, .tab-column5_8, .tab-column6_8, .tab-column7_8, .tab-column8_8,
    .tab-column1_10, .tab-column2_10, .tab-column3_10, .tab-column4_10, .tab-column5_10, .tab-column6_10, .tab-column7_10, .tab-column8_10, .tab-column9_10, .tab-column10_10,
    .tab-column1_12, .tab-column2_12, .tab-column3_12, .tab-column4_12, .tab-column5_12, .tab-column6_12, .tab-column7_12, .tab-column8_12, .tab-column9_12, .tab-column10_12, .tab-column11_12, .tab-column12_12 {
      position: relative;
      box-sizing: border-box;
      float: left;
      max-width: 100%;
      padding: 0 8px 12px 8px;
      zoom: 1;
    }

    .tab-row
    {
      position: relative;
      zoom: 1;
      margin-left: -8px;
      margin-right: -8px;
      padding: 0;
      clear: both;
    }

    .tab-column1_12
    {
      width: 8.3333%;
      min-width: 50px;
    }

    .tab-column1_10
    {
      width: 10%;
    }

    .tab-column1_8
    {
      width: 12.5%;
    }

    .tab-column1_6,
    .tab-column2_12
    {
      width: 16.666%;
    }

    .tab-column1_5,
    .tab-column2_10
    {
      width: 20%;
    }

    .tab-column1_4,
    .tab-column2_8,
    .tab-column3_12
    {
      width: 25%;
    }

    .tab-column3_10
    {
      width: 30%;
    }

    .tab-column1_3,
    .tab-column2_6,
    .tab-column4_12
    {
      width: 33.3333%;
    }

    .tab-column3_8
    {
      width: 37.5%;
    }

    .tab-column2_5,
    .tab-column4_10
    {
      width: 40%;
    }

    .tab-column5_12
    {
      width: 41.6666%;
    }

    .tab-column1_2,
    .tab-column2_4,
    .tab-column3_6,
    .tab-column4_8,
    .colunn5_10,
    .tab-column6_12
    {
      width: 50%;
    }

    .tab-column7_12
    {
      width: 58.3333%;
    }

    .tab-column3_5,
    .tab-column6_10
    {
      width: 60%;
    }

    .tab-column5_8
    {
      width: 62.5%;
    }

    .tab-column2_3,
    .tab-column4_6,
    .tab-column8_12
    {
      width: 66.6666%;
    }

    .tab-column7_10
    {
      width: 70%;
    }

    .tab-column3_4,
    .tab-column6_8,
    .tab-column9_12
    {
      width: 75%;
    }

    .tab-column4_5,
    .tab-column8_10
    {
      width: 80%;
    }

    .tab-column5_6,
    .tab-column10_12
    {
      width: 83.3333%;
    }

    .tab-column7_8
    {
      width: 87.5%;
    }

    .tab-column9_10
    {
      width: 90%;
    }

    .tab-column11_12
    {
      width: 91.66666%;
    }

    .tab-column1,
    .tab-column2_2,
    .tab-column4_4,
    .tab-column6_6,
    .tab-column8_8,
    .tab-column10_10,
    .tab-column12_12
    {
      width: 100%;
    }

    .not-tablet
    {
        display: none;
    }
}


@media (min-width: 768px) and (max-width: 900px) {
  /* Style adjustments for viewports 768px and over go here */


}

/* END: 768px.css */

/* START: 900px.css */
/** 900px.css **/

@media (min-width: 940px) {
  /* Style adjustments for viewports 768px and over go here */

  body
  {
    margin-top: 0px;
  }

  header.masthead
  {
    position: relative;
    border-bottom: 0;
    padding: 0;
    background-color: none;
    background: none;
  }

  header.masthead h1.masthead
  {
    z-index: 10;
    margin: 20px 0 40px 0;
  }

  .masthead .menu
  {
    border-bottom: 0;
    display: block !important;
  }

  .masthead nav.primary
  {
    border: 0;
    min-height: 72px;
    margin-bottom: 4px;
  }

  .masthead nav.primary a,
  .masthead nav.primary .a
 {
    display: inline-block;
    float: left;
    width: auto !important;
    border: 0;
    font-size: 0.8rem;
  }

  .masthead nav.primary a.sub:after
  {
    content: '';
  }

  .masthead nav.primary a.current
  {
    font-weight: normal;
  }


  .masthead nav.support
  {
    width: auto;
    text-align: right;
    white-space: nowrap;
    border: 0;
  }

  .masthead nav.support a
  {
    font-size: 0.8rem;
  }


  .masthead nav.support a:first-child,
  .masthead nav.support a:last-child
  {
    text-align: left;
    width: auto;
  }

  .masthead nav
  {
    max-width: 100%;
    clear: both;
  }

  .masthead nav.primary,
  .masthead nav.sub
  {
    position: relative;
    white-space: nowrap;
    width: auto;
  }

  .masthead nav.primary
  {
    float: left;
    margin-bottom: 0;
  }

  .masthead nav.primary nav.sub
  {
    position: relative;
    width: auto;
  }


  .masthead nav.support
  {
    text-align: right;
    top: -4px;
    margin: 0 -5px 5px 0;
  }

  .masthead nav.support nav.sub
  {
    position: relative;
    left: none;
    right: 0;
  }

  .masthead nav a,
  .masthead span.a,
  .masthead nav.primary nav.sub a,
  .masthead nav.primary span.a
  {
    padding: 9px;
    display: inline-block !important;
    margin-right: 5px;
    background-color: #939598;
    color: #ffffff;
    line-height: 15px;
  }


  .masthead nav.support a
  {
    width: auto;
    clear: none;
    line-height: 15px;
  }



  .masthead nav.primary a,
  .masthead nav.support a,
  .masthead nav.primary span.a,
  .masthead nav.support span.a
  {
    background-color: #939598;
    float: left;
    clear: none;
    padding: 9px;
    color: #ffffff;
    margin: 0 5px 5px 0;
    text-decoration: none;
  }


  .masthead nav.support a
  {
      float: none;
      margin: 0 0 5px 5px;
  }

  .masthead nav a:hover
  {
    background-color: #697071;
  }

  .masthead nav a.current
  {
    background: #000000 !important;
  }

  .masthead form
  {
    margin-top: 4px;
    font-size: 0.8rem;
    text-align: right;
  }

  .masthead form
  {
    margin-top: 4px;
    font-size: 0.8rem;
    text-align: right;
  }

  .masthead nav.support
  {
    position: absolute;
    right: 5px;
    text-align: right;
    width: auto;
    top: 0;
  }

  .masthead nav.support nav.sub
  {
      border-top: 0px;
  }

  .masthead nav.support a.sub:after
  {
      content: '';
  }

  .masthead nav.functions
  {
    position: absolute;
    right: 0;
    top: -73px;
    width: 200px;
  }

  .masthead nav.user
  {
    position: absolute;
    right: 0;
    top: -28px;
    padding-top: 0;
  }

  .masthead .search input.button
  {
    top: 0px;
  }


  .masthead .menu-button
  {
    display: none;
  }

   .masthead .menu
   {
      clear: none;
      top: 0;
      display: block;
      visibility: visible;
   }
  .banner,
  .leaderboard
  {
    display: block;
    width: 728px;
    height: 90px;
    margin: 0 auto -12px auto;
  }


  #main
  {
    margin-top: 0;
  }

  article .contents
  {
      position: relative;
  }

  article.last
  {
      margin-bottom: -3px;
  }

  article aside.related,
  article .contents aside.related
  {
      position: absolute;
      bottom: 0;
      right: 0;
      margin-top: 9px;
      margin-bottom: 0px;
  }

  .not-desktop
  {
      display: none;
  }

}

/* END: 900px.css */

/* START: mce-contents.css */


figure {
    margin: 0;
}

.mce-content-body {
    margin: 0;
    padding: 8px;
}

.critter-inline {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.critter-inline-file {
    position: relative;
}

.critter-inline-file .critter-inline-file-sizer {
    position: relative;
    width: 100%;
    height: 0px;

}

.critter-inline-file .critter-inline-file-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/processing-wheel-17px-trans.gif');
    box-sizing: border-box;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 0;
    overflow: hidden;
}

.critter-inline-file,
.critter-inline-file iframe,
.critter-inline-file video,
.critter-inline-file audio,
.critter-inline-file img,
.critter-inline-file > * {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
}

.critter-inline-file-wrapper iframe,
.critter-inline-file-wrapper video,
.critter-inline-file-wrapper audio,
.critter-inline-file-wrapper img,
.critter-inline-file-wrapper > * {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.critter-inline-file-wrapper iframe,
.critter-inline-file-wrapper video,
.critter-inline-file-wrapper audio {
    height: 100%;
}


.critter-inline.align-justify .critter-inline-file-wrapper > * {
    width: 100%;
}


.align-left {
    float: left;
    margin-right: 15px;
    clear: left;
}

.align-right {
    float: right;
    margin-left: 15px;
    clear: right;
}

.align-center {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.align-justify {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

.pull-left {
    float: left;
    clear: left;
}

.pull-right {
    float: right;
    clear: right;
}

/* END: mce-contents.css */

/* START: mediaelementplayer.css */
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
    border: 0;
    clip: rect( 1px, 1px, 1px, 1px );
    -webkit-clip-path: inset( 50% );
            clip-path: inset( 50% );
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.mejs__container {
    background: #000;
    box-sizing: border-box;
    font-family: 'Helvetica', Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

.mejs__container * {
    box-sizing: border-box;
}

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%;
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs__container:focus {
    outline: none;
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important;
}

/* Start: LAYERS */
.mejs__background {
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}

.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    background: url('mejs-controls.svg') no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px;
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px;
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: mejs__loading-spinner 1s linear infinite;
            animation: mejs__loading-spinner 1s linear infinite;
    background: transparent url('mejs-controls.svg') -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
}

@-webkit-keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes mejs__loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
}

.mejs__button > button {
    background: transparent url('mejs-controls.svg');
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px;
}

/* :focus for accessibility */
.mejs__button > button:focus {
    outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs__play > button {
    background-position: 0 0;
}

.mejs__pause > button {
    background-position: -20px 0;
}

.mejs__replay > button {
    background-position: -160px 0;
}

/* End: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs__time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
}

.mejs__time-total {
    background: rgba(255, 255, 255, 0.3);
    margin: 5px 0 0;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
            animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    background-size: 15px 15px;
    width: 100%;
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, 0.3);
}

.mejs__time-current,
.mejs__time-handle-content {
    background: rgba(255, 255, 255, 0.9);
}

.mejs__time-hovered {
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, 0.2);
}

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
    left: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: 0.15s ease-in all;
    transition: 0.15s ease-in all;
    width: 100%;
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.mejs__time-hovered {
    -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
    transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 11;
}

.mejs__time-handle-content {
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    width: 10px;
}

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.mejs__time-float {
    background: #eee;
    border: solid 1px #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36px;
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}

.mejs__time-float-corner {
    border: solid 5px #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px;
}

.mejs__long-video .mejs__time-float-current {
    width: 60px;
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
}

/* End: Progress Bar */

/* Start: Fullscreen */
.mejs__fullscreen-button > button {
    background-position: -80px 0;
}

.mejs__unfullscreen > button {
    background-position: -100px 0;
}

/* End: Fullscreen */

/* Start: Mute/Volume */
.mejs__mute > button {
    background-position: -60px 0;
}

.mejs__unmute > button {
    background-position: -40px 0;
}

.mejs__volume-button {
    position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
    background: rgba(255, 255, 255, 0.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
}

.mejs__volume-current {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

.mejs__volume-handle {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16px;
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px;
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px;
}

.mejs__horizontal-volume-current {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mejs__horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
    position: relative;
}

.mejs__captions-button > button {
    background-position: -140px 0;
}

.mejs__chapters-button > button {
    background-position: -180px 0;
}

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px;
}

.mejs__chapters-button > .mejs__chapters-selector {
    margin-right: -55px;
    width: 110px;
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0;
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%;
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: rgba(33, 248, 248, 1);
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs__captions-position-hover {
    bottom: 35px;
}

.mejs__captions-text,
.mejs__captions-text * {
    background: rgba(20, 20, 20, 0.5);
    box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none;
}

/* End: Track (Captions and Chapters) */

/* Start: Error */
.mejs__overlay-error {
    position: relative;
}
.mejs__overlay-error > img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: 0.8em;
}

.mejs__cannotplay {
    position: relative;
}

.mejs__cannotplay p,
.mejs__cannotplay a {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
}
/* End: Error */
/* END: mediaelementplayer.css */

/* START: critter-mediaelementplayer.css */
.mejs__overlay-button,
.mejs__overlay-loading-bg-img,
.mejs__button > button {
    background-image: url("/img/mejs-controls.svg");
}

/* END: critter-mediaelementplayer.css */

/* START: helpers.css */
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; \: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


article.preview, div.status-preview { z-index: 2; border: 2px dotted #009900; padding: 5px; margin: -6px; }
span.status-preview { outline: none; font-weight: bold; color: #009900; }


/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */


.clear { clear: both; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

/*
@media print {
/*  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
/*  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
/*  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */  tr, img { page-break-inside: avoid; }
/*  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

*/

/* END: helpers.css */

