/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:hover {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
  padding-bottom: 12.36263736%;
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
  padding-bottom: 83.33333333%;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
.constrained {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 16px;
}
header h1,
header h2 {
  text-align: center;
}
header h1 {
  font-size: 32px;
  margin-bottom: 0px;
}
header h2 {
  font-size: 22px;
}
main.app {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  main.app {
    display: block;
  }
}
input#show-filters {
  display: none;
}
input#show-filters + label {
  display: none;
  font-size: 14px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 2px 8px;
  margin: 8px 0;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
  color: #7e838b;
  transition: all .3s linear;
}
@media (max-width: 768px) {
  input#show-filters + label {
    display: block;
  }
}
input#show-filters + label::before {
  content: "Show ";
}
input#show-filters:checked + label {
  border-color: #7e838b;
  color: #424648;
}
input#show-filters:checked + label::before {
  content: "Hide ";
}
.filters {
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .filters {
    display: none;
  }
  input#show-filters:checked + label + .filters {
    display: block;
  }
}
.filters h2 {
  margin: 0;
  font-size: 15px;
  text-align: center;
  color: #7e838b;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #e0e0e0;
}
.filters ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 16px;
}
.filters li {
  display: block;
  line-height: 1;
}
.filters input[type=checkbox] {
  display: none;
}
.filters input[type=checkbox] + label {
  padding: 4px;
  margin: 2px 0;
  display: block;
  cursor: pointer;
  transition: all .3s linear;
  border-radius: 2px;
}
.filters input[type=checkbox] + label::before {
  content: "○";
  margin-right: 8px;
  font-weight: bold;
  font-size: 16px;
}
.filters input[type=checkbox] + label .count {
  float: right;
}
.filters input[type=checkbox]:checked + label {
  background: #bcc5ca;
}
.filters input[type=checkbox]:checked + label::before {
  content: "✓";
}
.listings {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  .listings {
    display: block;
  }
}
@media (min-width: 768px) {
  .listings {
    padding-left: 40px;
  }
}
.listings .no-results {
  display: none;
  padding: 20px;
  font-size: 20px;
  text-align: center;
  color: #7e838b;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.listings.empty .no-results {
  display: block;
}
.album {
  padding: 0 16px 24px;
  transform-origin: 0 0;
  transform: translate(0px, 0px);
  opacity: 1;
  clear: both;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
.boot .album {
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
@media (min-width: 1200px) {
  .boot .album {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 768px) {
  .boot .album {
    display: block;
  }
}
.album.animated {
  transition: all 0.4s ease-in-out, opacity 0.3s linear 0.2s;
}
.album.faded {
  opacity: .01;
}
.album.hidden {
  display: none;
}
@media (max-width: 768px) {
  .album .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.album .details {
  padding: 8px;
}
.boot .album .details {
  display: none;
}
@media (max-width: 768px) {
  .boot .album .details {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: block;
  }
  .boot .album .details.secondary {
    display: none;
  }
}
.album .expand-album {
  display: none;
  text-transform: uppercase;
  margin: 16px 0;
  text-align: center;
  cursor: pointer;
  color: #424648;
  padding: 2px;
  border: 1px solid #7e838b;
}
@media (max-width: 768px) {
  .album .expand-album {
    display: block;
  }
}
@media (max-width: 768px) {
  .album.expanded .expand-album {
    display: none;
  }
  .album.expanded .details.secondary {
    display: block;
  }
}
.album .title {
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1;
}
.album .author {
  color: #424648;
  font-size: 14px;
  margin: 0 0 8px;
}
.album .local.badge {
  float: right;
  margin-left: 10px;
  font-size: 13px;
  background: #798f71;
  color: white;
  text-transform: uppercase;
  padding: 8px 4px;
  border-radius: 4px;
  max-width: 60px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .album .local.badge {
    float: none;
    margin: 0 0 8px;
    padding: 2px 0;
    max-width: 100%;
    width: 100%;
  }
}
.album .cover {
  width: 100%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  min-width: 0px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.album .cover:hover {
  transform-origin: 50% 50%;
  transform: scale(1.1);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .album .cover {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-right: 8px;
    max-height: 300px;
  }
}
.album .review-link {
  display: block;
  text-align: right;
}
.album .review-link::after {
  content: " >";
}
.modal {
  display: none;
  font-size: 16px;
}
@media (min-width: 768px) {
  .show-modal .modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.modal .backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all .2s linear;
  opacity: 1;
}
.transition-modal .modal .backdrop {
  opacity: .01;
}
.modal .frame {
  position: absolute;
  width: 600px;
  max-width: 90%;
  top: 20px;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translateX(-50%);
  overflow-y: auto;
  z-index: 999;
  transition: all 0.5s ease-out, opacity 0.3s linear;
  opacity: 1;
  background: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 32px;
  border: 1px solid #e0e0e0;
  max-height: 90vh;
  max-height: 90%;
}
.transition-modal .modal .frame {
  opacity: .01;
  transform: translateX(-50%) translateY(-20%);
}
.modal .close-modal {
  text-transform: uppercase;
  cursor: pointer;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 0 0 20px 40px;
  font-size: 40px;
  font-weight: bold;
  color: #424648;
  float: right;
}
.modal h1 {
  margin: 0;
}
.modal h2 {
  margin: 0;
}
.modal h2.album-name {
  font-style: italic;
}
.modal h2.band {
  font-size: 20px;
}
.modal .cover {
  float: right;
  clear: right;
  margin-left: 40px;
  margin-bottom: 20px;
  max-height: 300px;
}
.modal .player {
  position: relative;
  clear: both;
}
.modal .player iframe {
  transition: opacity .3s linear;
}
.modal .player.loading::after {
  content: "Loading player...";
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 25px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-transform: uppercase;
  color: #7e838b;
}
.modal .player.loading iframe {
  cursor: progress !important;
  pointer-events: none;
  opacity: .1;
}
.modal a.read-more {
  text-align: right;
  display: block;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.modal .stepper {
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.modal .stepper .sequence {
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  color: #424648;
}
.credits {
  font-size: 14px;
  padding-left: 20px;
  list-style-type: none;
}
