body {
  margin-top: 130px;
  background-color: #f4f4f4;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  font-family: brandon-grotesque, sans-serif;
  color: white;
  font-size: 50px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
h2 {
  margin: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: white;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  margin: 20px 0px;
  font-family: brandon-grotesque, sans-serif;
  color: white;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  position: static;
  bottom: 0%;
  display: block;
  min-height: 0px;
  margin-bottom: 30px;
  float: none;
  clear: none;
  font-family: freight-text-pro, sans-serif;
  color: #4c4c4c;
  font-size: 19px;
  line-height: 30px;
  text-align: left;
}
.header {
  height: 100px;
  min-height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
  background-color: white;
}
.header.desktop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
}
.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  width: 100%;
  height: 50px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-top: 1px solid #666;
  background-color: black;
  font-family: brandon-grotesque, sans-serif;
  color: white;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-link {
  opacity: 0.5;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  text-decoration: none;
  list-style-type: none;
}
.footer-link:hover {
  opacity: 1;
  color: white;
  text-decoration: none;
}
.main-content {
  position: static;
  z-index: 1;
  display: block;
  overflow-x: visible;
  overflow-y: visible;
  height: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  clear: none;
}
.main-content.interior-page {
  position: static;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
.main-content.index {
  position: static;
  clear: none;
}
.wall-post {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px;
  float: left;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 10px 1px;
  font-family: freight-text-pro, sans-serif;
  font-size: 17px;
  text-align: center;
}
.wall-post.live {
  max-width: 225px;
  background-color: #379d80;
  <!--
  background-image: url('../images/3-30-2008-EGO-OCPAC_edit.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  -->
  color: white;
}
.wall-post.blog {
  min-width: 225px;
  margin-top: 0px;
  margin-right: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #8a4fab;
}
.wall-post.video {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0px;
  float: left;
}
.wall-post.score {
  display: inline-block;
  min-height: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0px;
}
.wall-post.score  img {
  border-bottom: 2px solid #f4f4f4;
}
.wall-post.audio {
  width: 300px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.wall-post.review {
  max-width: 290px;
  margin-bottom: 20px;
  background-color: black;
  color: white;
  font-size: 17px;
}
.date-stamp {
  font-family: brandon-grotesque, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.date-stamp.white {
  color: white;
}
.button {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 10px;
  border: 1px solid #333;
  font-family: brandon-grotesque, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.button.review {
  width: 90px;
  border-color: white;
}
.button.review.url {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: auto;
}
.button.white {
  border-color: white;
  color: white;
}
.button.teal {
  border-color: white;
  background-color: #37a080;
  color: white;
}
.button-link {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.button-link.review {
  color: white;
}
.button-link.white {
  color: white;
}
.info {
  position: static;
  top: 30px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  color: white;
  text-align: center;
}
.info.white {
  padding-bottom: 0px;
  color: white;
  text-align: center;
}
.type {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 20px;
}
.wall-post-title {
  padding-top: 0px;
  text-align: center;
}
.thumb {
  position: static;
  display: inline;
  height: 225px;
  float: none;
  clear: both;
  background-color: transparent;
}
.thumb.score {
  height: 250px;
  background-image: url('../images/score.png');
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 5px 0px;
}
.nav-desktop {
  padding-top: 40px;
  text-align: left;
}
.nav-link {
  display: inline;
  width: auto;
  min-width: 500px;
  margin-right: 17px;
  float: none;
  -webkit-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
  font-family: brandon-grotesque, sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  border-bottom: 3px solid black;
  color: black;
  text-decoration: none;
}
.nav-link.right {
  margin-right: 45px;
}
.nav-link.selected {
  border-bottom: 3px solid black;
  color: black;
}
.nav-logo {
  position: absolute;
  display: inline;
  height: 50px;
  padding-top: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: black;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-logo:hover {
  border-bottom-style: none;
  text-decoration: none;
}
.column-1 {
  display: inline-block;
  width: 380px;
  height: 30px;
  float: left;
}
.column-2 {
  display: inline-block;
  width: 300px;
  height: 30px;
  float: right;
  text-align: justify;
}
.footer-column-1 {
  padding-top: 15px;
  text-align: left;
}
.social-media {
  padding-right: 30px;
  text-align: right;
}
.social-media-icon {
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.social-media-icon:hover {
  opacity: 1;
}
.video {
  padding-bottom: 0px;
}
.quote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: white;
  font-size: 17px;
}
.john_king {
  font-family: brandon-grotesque, sans-serif;
  color: black;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.img {
  position: static;
  display: block;
  padding-top: 0px;
  padding-bottom: 20px;
  float: none;
  clear: both;
}
.review {
  color: white;
}
.interior-page {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}
.section {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.section.white {
  min-height: 310px;
  width: 100%;
  padding-top: 20px;
  clear: right;
  background-color: white;
}
.download-boxes-wrapper {
  height: 310px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}
.section.audio {
  height: 240px;
  background-color: white;
}
.section.share {
  margin-top: 40px;
  padding-bottom: 20px;
  background-color: #37a080;
}
.section.disqus {
  display: block;
  min-height: 450px;
  margin-bottom: auto;
  background-color: white;
}
.section.blog-header {
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #37a080;
}
.section.blog-post-excerpt {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section.blog-post-excerpt:hover {
  background-color: rgba(0, 0, 0, 0.00);
}
.section.blog-post-excerpt.odd {
  background-color: white;
}
.section.blog-post-excerpt.last {
  margin-bottom: 40px;
}
.section.teal {
  min-height: 125px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #37a080;
}
.section.tracks-index {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: white;
}
  .section.credits {
    min-height: 250px ;
    margin-left: -8px !important;
    background-color: #f4f4f4;
    margin-bottom: 0;
  }
  .section.search {
  height: 90px;
  min-height: 80px;
  background-color: #d8d8d8;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.section.search:hover {
  background-color: #37a080;
}
.section.filters {
  width: 100%;
  height: 70px;
  padding-top: 0px;
  background-color: #ededed;
}
.box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 95%;
  height: 225px;
  padding-top: 100px;
  background-color: #f4f4f4;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.box:hover {
  background-color: #379f80;
}
.album {
  display: inline-block;
  margin-bottom: 20px;
  float: left;
  clear: none;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 6px 0px;
}
.album-info {
  min-height: 100px;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: white;
  font-family: freight-text-pro, sans-serif;
  color: #4c4c4c;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  list-style-type: none;
}
.reviews {
  position: static;
  margin-top: 110px;
  background-color: black;
}
.review-block {
  position: static;
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(102, 102, 102, 0.49);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.review-block:hover {
  border-color: #379d80;
  color: black;
}
.review-quote {
  min-height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: freight-text-pro, sans-serif;
  color: white;
  font-style: normal;
  font-weight: 300;
}
.review-details {
  position: static;
  margin-bottom: 15px;
  font-family: brandon-grotesque, sans-serif;
  color: white;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  list-style-type: none;
}
.review-work-name {
  font-family: freight-text-pro, sans-serif;
  color: #379f80;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  text-transform: none;
}
.live-page {
  background-color: #379e80;
  background-image: url('../images/3-30-2008-EGO-OCPAC_edit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.recordings {
  margin-top: 130px;
}
.filters {
  display: inline-block;
  text-align: center;
}
.white {
  color: white;
  text-align: center;
}
.blog {
  margin-top: 100px;
}
.header-blog {
  background-color: #37a080;
  text-align: center;
}
.blog-header-img {
  overflow-x: visible;
  overflow-y: visible;
  height: 300px;
  background-image: url('../images/10mysteries_hermes_optimized.jpg');
  background-position: 3% 12%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.article {
  padding-bottom: 0px;
}
.share-bar {
  background-color: white;
}
.intro-text {
  color: #02af76;
  font-size: 30px;
  line-height: 35px;
  text-align: left;
}
.date {
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  color: #37a080;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.short-link {
  background-color: #cfe2db;
}
.share-button {
  position: static;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 75px;
  padding-top: 25px;
  border-left: 1px solid #37a080;
  font-family: brandon-grotesque, sans-serif;
  color: black;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.share-button:hover {
  background-color: black;
  color: white;
}
.share-button.buy {
  min-height: 55px;
  padding-top: 20px;
}
.full-width {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.overlay {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: rgba(0, 0, 0, 0.34);
}
.blog-details {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.small {
  font-family: brandon-grotesque, sans-serif;
  font-size: 11px;
}
.center {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.blog-post-thumbnail {
  max-width: 150px;
  border-radius: 200px;
}
.blog-index-title {
  color: black;
  font-size: 35px;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}
.blog-post-info {
  padding-left: 0px;
}
.blog-article-excerpt {
  position: static;
  display: block;
  max-width: 730px;
  margin-right: 20px;
  float: left;
  clear: none;
}
.blog-column-1 {
  display: inline-block;
  width: 150px;
  height: 150px;
  padding-right: 20px;
}
.blog-column-2 {
  display: inline-block;
  max-width: 730px;
  margin-left: 0px;
  padding-left: 30px;
  float: none;
}
.image-wrapper {
  width: 18%;
  padding-right: 10px;
  float: left;
  text-align: center;
}
.article-text-wrapper {
  width: 80%;
  padding-left: 20px;
  float: left;
}
.article-info-wrapper {
  margin-top: 13px;
}
.article-info-text {
  display: inline-block;
}
.round-thumbnail {
  border-radius: 200px;
}
.recordings-detail {
  margin-top: 100px;
  background-color: white;
}
.recordings-header {
  height: 125px;
  min-height: 0px;
}
.work-year {
  font-family: brandon-grotesque, sans-serif;
  color: white;
  font-size: 17px;
  line-height: 25px;
  text-decoration: underline;
}
.work-info-column {
  height: 100%;
  padding-top: 20px;
  padding-left: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom-style: none;
}
.work-info-column.last {
  border-right-style: none;
}
.work-info-column.first {
  padding-left: 10px;
}
.work-info-column.buy {
  height: 55px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.work-label {
  font-family: brandon-grotesque, sans-serif;
  color: #216654;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.work-label.gray {
  color: #999;
  font-size: 14px;
}
.work-info-text {
  font-family: freight-text-pro, sans-serif;
  color: white;
  font-size: 18px;
}
.work-artwork {
  width: 50%;
  height: 100%;
  padding: 25px 20px 50px 20px;
  float: left;
  text-align: right;
}
.work-details {
  width: 50%;
  min-height: 700px;
  margin-right: 0px;
  padding: 20px 20px 20px;
  float: left;
  border-left: 1px solid white;
  background-color: #ededed;
}
.work-artwork-image {
  padding-bottom: 0px;
}
.work-details-wrapper {
  max-width: 450px;
}
.work-details-wrapper.artwork {
  position: static;
  display: inline-block;
  min-height: 450px;
  min-width: 450px;
  text-align: right;
  padding-bottom: 20px;
}
.right {
  text-align: right;
}
.full-height {
  min-height: 575px;
  background-color: #cfe2db;
}
.work-purchase-link {
  min-height: 55px;
  margin-top: 20px;
  border-bottom: 3px none #37a080;
  background-color: white;
  text-transform: uppercase;
}
.buy-label {
  height: 55px;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
}
.buy-button {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  border-left: 1px solid #37a080;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #00b07b;
  font-size: 20px;
  text-decoration: none;
}
.buy-button:hover {
  background-color: #37a080;
  color: white;
}
.work-label.gray {
  font-size: 12px;
}
.recordings-h2 {
  text-align: left;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
}
.slideshow {
  position: relative;
  max-width: 450px;
  height: auto;
  clear: both;
  background-color: white;
}
.slideshow-wrapper {
  position: relative;
  display: inline-block;
  text-align: right;
}
.works-index-temp {
  background-color: black;
  background-image: url('../images/KOSMOS_sketches_1367_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.temp-message {
  padding-top: 171px;
  font-family: brandon-grotesque, sans-serif;
  line-height: 55px;
  font-weight: 700;
}
.accent-color.teal {
  font-family: brandon-grotesque, sans-serif;
  color: #00b07b;
}
.works {
  margin-top: 100px;
  background-color: white;
}
.search-bar {
  min-height: 50px;
  background-color: white;
  background-image: url('../images/icon_search.png');
  background-position: 98% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: freight-text-pro, sans-serif;
  font-size: 25px;
}
.search-bar:focus {
  color: #00b07b;
}
.search-results {
  display: inline-block;
  width: 10%;
  min-height: 70px;
  padding-top: 20px;
  padding-left: 0px;
  float: left;
  border-left: 1px solid #d8d8d8;
  background-color: #d1e4dc;
  text-align: center;
}
.results-number {
  display: block;
  float: none;
  clear: left;
  font-family: brandon-grotesque, sans-serif;
  color: #379f80;
  font-size: 30px;
  font-weight: 400;
}
.results-label {
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #379f80;
  font-weight: 700;
}
.filter-by {
  display: inline-block;
  min-height: 70px;
  min-width: 10%;
  padding-top: 15px;
  float: left;
  clear: none;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  background-color: #ededed;
  text-align: center;
}
.filter-by-label {
  display: inline-block;
  margin-top: 10px;
  float: none;
  clear: none;
  font-family: brandon-grotesque, sans-serif;
  color: #9b9b9e;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.loader {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-left: 10px;
  float: none;
  background-color: #00b07b;
}
.search-results-dropdown-menus {
  display: inline-block;
  width: 70%;
  height: 70px;
  margin-left: 15px;
  padding-top: 15px;
  float: left;
  clear: none;
  border-right: 1px solid #d8d8d8;
  text-align: left;
  text-transform: uppercase;
}
.clear-all-filters {
  display: inline-block;
  width: 8%;
  min-height: 70px;
  padding-top: 25px;
  float: right;
  text-align: center;
  text-transform: uppercase;
}
.button-clear-all {
  padding: 5px 10px;
  border-radius: 15px;
  background-color: white;
  font-family: brandon-grotesque, sans-serif;
  color: #9b9b9e;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.button-clear-all:hover {
  background-color: #379f80;
  color: white;
}
.filter-dropdown {
  display: inline-block;
  width: 200px;
  margin-right: 0px;
  margin-left: 16px;
  float: left;
  clear: none;
}
.wrapper-dropdown {
  width: 30%;
  margin-right: 10px;
  float: left;
  font-family: brandon-grotesque, sans-serif;
  color: #379f80;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  body {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  p {
    text-align: left;
  }
  .header.desktop {
    margin-bottom: 0px;
  }
  .footer {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 20px;
    clear: none;
  }
  .footer.fixed-bottom {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .footer-link:hover {
    text-decoration: none;
  }
  .main-content {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .main-content.interior-page {
    position: static;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .main-content.index {
    position: static;
    margin-right: 20px;
    margin-left: 20px;
    clear: none;
  }
  .wall-post {
  }
  .wall-post.blog {
    padding-top: 20px;
    float: left;
  }
  .wall-post.video {
    margin-bottom: 20px;
    float: right;
  }
  .wall-post.score {
    margin-bottom: 20px;
  }
  .wall-post.audio {
  }
  .wall-post.review {
    min-width: 225px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: black;
    color: white;
    text-align: right;
  }
  .date-stamp {
    text-align: center;
  }
  .button {
    display: inline-block;
  }
  .button.review {
    position: static;
    width: 90px;
    border-color: white;
    color: white;
    text-align: center;
  }
  .button-link.review {
    color: white;
  }
  .info {
    position: static;
    top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .type {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
  }
  .nav-link {
    font-size: 14px;
  }
  .nav-logo.tablet {
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
  }
  .header-tablet {
    height: 150px;
    margin-bottom: 20px;
    background-color: white;
  }
  .row-1 {
    height: 100px;
    text-align: center;
  }
  .row-2 {
    height: 50px;
    background-color: #e5e5e5;
    text-align: center;
  }
  .navbar-tablet {
    height: 50px;
    border-bottom: 1px solid white;
  }
  .navbar-column {
    position: static;
    left: 0px;
    top: 0px;
    display: block;
    height: 50px;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 1px solid white;
    font-family: brandon-grotesque, sans-serif;
    color: #666;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .navbar-column:hover {
    background-color: black;
    font-family: brandon-grotesque, sans-serif;
    color: white;
    font-weight: 700;
  }
  .navbar-column.last {
    border-right-style: none;
  }
  .navbar-column.selected {
    background-color: black;
    color: white;
  }
  .nav-link-tablet {
    color: #666;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .nav-link-tablet.selected {
    color: white;
  }
  .quote {
    display: inline-block;
    width: auto;
    margin-bottom: auto;
    font-size: 17px;
  }
  .homepage {
    margin-right: auto;
    margin-left: auto;
  }
  .section.white {
    min-height: 280px;
    width: 100%;
    margin-bottom: -20px;
    padding-left: 20px;
  }
 .download-boxes-wrapper {
  height: 260px;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  background-color: white;
}
  .section.disqus {
    min-height: 300px;
    margin-bottom: -20px;
  }
  .section.blog-header {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .section.teal {
    margin-top: -20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.tracks-index.extra-bottom-spacing {
    margin-bottom: -20px;
  }
  .section.credits {
    min-height: 200px ;
    text-align: left;
    margin-bottom: -20px;
  }
    .section.search {
    margin-top: -20px;
  }
  .box {
    font-size: 18px;
  }
  .album-info {
    min-height: 100px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 16px;
  }
  .reviews {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .review-work-name {
    direction: ltr;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .live-page {
    background-position: 12% 0%;
  }
  .recordings {
    margin-top: auto;
  }
  .blog {
    margin-top: 0px;
    padding-top: 0px;
  }
  .header-blog {
    margin-top: -20px !important;
  }
  .blog-header-img {
    background-size: 900px;
  }
  .blog-post-thumbnail {
    position: static;
    margin-right: 20px;
  }
  .blog-article-excerpt {
    position: static;
    display: inline-block;
    overflow-x: visible;
    overflow-y: visible;
    max-width: 550px;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    clear: none;
  }
  .blog-column-2 {
    max-width: 555px;
    padding-left: 40px;
  }
  .image-wrapper {
    width: 22%;
  }
  .article-text-wrapper {
    width: 75%;
  }
  .recordings-detail {
    margin-top: 0px;
  }
  .recordings-header {
    margin-right: auto;
    margin-left: auto;
  }
  .work-info-column.first {
    padding-left: 0px;
  }
  .work-info-text {
    font-size: 18px;
  }
  .work-artwork {
    height: 100%;
    float: left;
    clear: none;
  }
  .work-details {
    margin-bottom: 0px;
    min-height: 650px;
  }
  .work-details-wrapper.artwork {
    min-width: 350px;
  }
  .full-height {
    min-height: 510px;
    background-color: #cfe2db;
    margin-bottom: -20px;
  }
  .buy-label {
    padding-left: 10px;
  }
  .temp-message {
    margin-top: 140px;
    margin-bottom: 60px;
    padding-top: 0px;
  }
  .works {
    margin-top: 0;
  }
  .search-results {
    width: 12%;
    text-align: center;
  }
  .search-results-dropdown-menus {
    width: 75%;
  }
  .clear-all-filters {
    width: 10%;
  }
  .wrapper-dropdown {
    width: 31%;
  }
}


@media (max-width: 767px) {
  p {
    display: block;
    text-align: left;
  }
  .footer {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 100px;
    padding-bottom: 0px;
    border-top-width: 1px;
    border-top-color: #666;
  }
  .footer.fixed-bottom {
    position: static;
  }
  .footer.more-top-margin {
    margin-top: 60px;
  }
  .footer-link {
    padding-left: 0px;
  }
  .main-content {
    margin-right: auto;
    margin-left: auto;
  }
  .main-content.interior-page {
    position: static;
    margin: 20px 20px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .section.credits {
    margin-bottom: -20px;
  }
  .wall-post {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .wall-post.live {
    max-width: 300px;
    margin-right: 15px;
  }
  .wall-post.blog {
    position: relative;
    display: inline-block;
    width: 300px;
    margin-right: 20px;
    float: left;
    clear: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .wall-post.video {
    width: 300px;
    min-height: 0px;
    min-width: 0px;
    margin-right: 15px;
    padding-right: 0px;
    padding-bottom: 20px;
    float: left;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .wall-post.score {
    width: 300px;
    min-height: 0px;
    min-width: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .wall-post.audio {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .wall-post.review {
    max-width: 300px;
    min-width: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .button.review {
    text-align: center;
  }
  .info {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
  .info.white {
    max-width: 260px;
  }
  .wall-post-title {
    width: 280px;
  }
  .thumb.score {
    height: 225px;
  }
  .nav-logo.tablet {
    font-size: 35px;
  }
  .header-tablet {
    height: 200px;
    margin-bottom: 19px;
    background-color: white;
  }
  .row-2 {
    height: 100px;
    margin-bottom: 15px;
    padding-bottom: 0px;
  }
  .navbar-column {
    border-bottom: 1px solid white;
  }
  .navbar-column:hover {
    color: white;
  }
  .nav-link-tablet {
    color: #666;
    text-decoration: none;
  }
  .footer-column-1 {
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #666;
    text-align: center;
  }
  .social-media {
    text-align: center;
  }
  .quote {
    display: block;
  }
  .section.white {
    width: 100%;
    margin-bottom: -20px;
    padding-right: 5px;
    padding-left: 20px;
  }
.download-boxes-wrapper {
  height: 265px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
}
  .section.disqus {
    margin-bottom: -40px;
  }
  .section.teal {
    min-height: 150px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.tracks-index {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.tracks-index.extra-bottom-spacing {
    margin-bottom: -20px !important;
  }
  .box {
    font-size: 18px;
  }
  .album-info {
    min-height: 90px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .reviews {
    margin-top: 0px;
  }
  .review-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    -webkit-transition: none 0ms ease;
    -o-transition: none 0ms ease;
    transition: none 0ms ease;
  }
  .live-page {
    margin-top: auto;
    background-position: 25% 0%;
  }
  .white {
    margin-bottom: auto;
    text-align: center;
  }
  .header-blog {
    margin-top: auto;
    padding-top: 0px;
  }
  .blog-header-img {
    margin-top: -20px;
    padding-top: 0px;
    background-size: cover;
  }
  .article {
    padding-right: 30px;
    padding-left: 19px;
  }
  .full-width {
    border-bottom: 1px solid #37a080;
  }
  .biography {
    text-align: left;
  }

  .center {
    margin-bottom: 0px;
  }
  .blog-post-thumbnail {
    display: block;
    max-height: 150px;
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
    clear: none;
  }
  .blog-index-title {
    font-size: 30px;
    text-align: center;
  }
  .blog-post-info {
    text-align: left;
  }
  .blog-article-excerpt {
    max-width: 360px;
    text-align: left;
  }
  .blog-column-1 {
    display: block;
    text-align: center;
  }
  .blog-column-2 {
    padding-left: 0px;
  }
  .blog-post-excerpt {
    text-align: center;
  }
  .image-wrapper {
    width: 25%;
  }
  .article-text-wrapper {
    width: 70%;
    text-align: left;
  }
  .work-info-column {
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
  }
  .work-info-column.first {
    height: 100px;
    padding-left: 20px;
  }
  .work-artwork {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    float: none;
    text-align: center;
  }
  .work-details {
    min-height: 380px;
    width: 100%;
    border-top: 1px solid white;
  }
  .work-details-wrapper {
    display: block;
    max-width: 538px;
    margin-right: auto;
    margin-left: auto;
  }
  .buy-label {
    padding-left: 10px;
    text-align: center;
  }
  .buy-button {
    border-top: 1px solid #37a080;
    border-left-style: none;
  }
  .recordings-h2 {
    text-align: center;
    font-size: 23px !important;
    line-height: 30px;
  }
  .works-index-temp {
    background-size: 1024px;
  }
  .temp-message {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0px;
    font-size: 40px;
    line-height: 50px;
  }
    .search-results {
    width: 15%;
  }
  .search-results.mobile {
    width: 100%;
    min-height: 50px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .results-number {
    display: inline;
    font-size: 20px;
    font-weight: 700;
  }
  .results-label.mobile {
    color: #379f80;
    font-size: 20px;
    font-weight: 700;
  }
  .search-results-dropdown-menus {
    width: 83%;
  }
  .clear-all-filters {
    width: 12%;
  }
  .button-clear-all {
    font-size: 10px;
  }
  .wrapper-dropdown {
    width: 30%;
    font-size: 12px;
  }
  .filters-mobile-wrapper {
    display: inline-block;
    width: 100%;
    padding-right: 20px;
    padding-left: 10px;
    background-color: #ededed;
  }
  .button-show-filters {
    margin-top: -5px;
    padding: 3px 10px;
    float: right;
    border: 1px solid #379f80;
    border-radius: 15px;
    font-family: brandon-grotesque, sans-serif;
    color: #379f80;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }
    .button-show-filters:hover {
    background-color: #379f80;
    color: white;
  }

}
@media (max-width: 479px) {
  body {
    margin-top: 120px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 25px;
    text-align: center;
  }
  p {
    margin-right: auto;
    text-align: left;
  }
  .footer {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-top: 0px;
    float: none;
    clear: none;
  }
  .footer.fixed-bottom {
    position: static;
    margin-top: 40px;
  }
  .footer-link {
    text-align: center;
  }
  .main-content {
    position: static;
    display: inline-block;
    height: auto;
    max-width: 300px;
    margin-right: 15px;
    margin-left: 15px;
    float: none;
    clear: none;
  }
  .main-content.interior-page {
    display: block;
    width: auto;
    max-width: 0px;
    min-width: 300px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 10px;
  }
  .main-content.index {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .wall-post.live {
    width: 100%;
    max-width: 300px;
    min-height: 225px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    float: left;
  }
  .wall-post.audio {
    margin-bottom: 15px;
    padding-bottom: 20px;
    float: left;
  }
  .wall-post.blog {
    margin-bottom: 15px;
    padding-bottom: 20px;
    float: left;
  }
  .wall-post.video {
    width: 100%;
    min-width: 0px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    float: left;
  }
  .wall-post.score {
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    float: left;
  }
  .wall-post.review {
    min-width: 300px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-align: center;
    float: left;
  }
  .button-link.review {
    display: inline-block;
  }
  .info {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .wall-post-title {
    width: 300px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .thumb.score {
    width: 100%;
    height: 225px;
    background-repeat: no-repeat;
  }
  .nav-logo {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-left: 50px;
    float: none;
    clear: none;
    font-size: 32px;
    text-align: center;
  }
  .nav-link-mobile {
    border-bottom: 1px solid white;
    background-color: #e5e5e5;
    font-family: brandon-grotesque, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    list-style-type: none;
  }
  .nav-link-mobile:hover {
    background-color: black;
    color: white;
  }
  .nav-link-mobile.w--current {
    background-color: black;
    color: white;
  }
  .nav-link-mobile.last {
    border-bottom-style: none;
  }
  .nav-link-mobile.selected {
    background-color: black;
    color: white;
  }
  .nav-mobile {
    height: 100px;
    padding-top: 40px;
    background-color: white;
    text-align: center;
  }
  .menu-button-icon {
    width: 50px;
    height: 50px;
    min-width: 0px;
    margin-top: -15px;
    margin-right: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url('../images/icon_menu.png');
    background-position: 50% 50%;
    background-size: 23px;
    background-repeat: no-repeat;
  }
  .menu-button-icon.w--open {
    background-color: white;
  }
  .social-media {
    border-bottom-style: none;
  }
  .quote {
    text-align: center;
  }
  .interior-page {
    margin-right: auto;
    margin-left: auto;
  }
  .section.white {
    height: 180px;
    width: 100%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 20px;
    display: inline-table;
  }
  .download-boxes-wrapper {
  height: 180px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  background-color: white;
}
  .section.disqus {
    margin-bottom: 0px;
  }
  .section.blog-post-excerpt {
    padding: 20px 15px 10px;
  }
  .section.teal {
    min-height: 280px;
    margin-top: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.tracks-index {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .section.tracks-index.extra-bottom-spacing {
    margin-bottom: 0px !important;
  }
  .section.filters {
    height: 140px;
  }
  .download-boxes {
    display: block;
  }
  .box {
    height: 140px;
    padding-top: 60px;
    font-size: 15px;
  }
  .reviews {
    margin-top: 90px;
  }
  .live-page {
    margin-top: 120px;
    background-position: -258px 50%;
  }
  .recordings {
    margin-top: 120px;
  }
  .blog {
    margin-top: 120px;
  }
  .blog-header-img {
    height: 300px;
    margin-top: -20px;
  }
  .article {
    height: 100%;
  }
  .overlay {
    min-height: 200px;
  }
  .blog-details {
    position: static;
    left: 0px;
    top: -20px;
    right: 0px;
    bottom: auto;
    display: block;
    margin-top: 0px;
    padding-top: 40px;
  }
  .center {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .blog-post-thumbnail {
    display: block;
    width: 225px;
    height: 225px;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-index-title {
    margin-bottom: 0px;
    font-size: 30px;
    text-align: center;
  }
  .blog-article-excerpt {
    text-align: center;
  }
  .blog-column-1 {
    position: static;
    display: block;
    float: none;
    text-align: center;
  }
  .blog-post-excerpt {
    text-align: center;
  }
  .image-wrapper {
    width: 45%;
    height: 45%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 0px;
    float: none;
  }
  .article-text-wrapper {
    width: 100%;
    padding-left: 0px;
  }
  .article-info-text {
    text-align: center;
  }
  .round-thumbnail {
    text-align: center;
  }
  .article-info-wrapper-detail {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .work-info-column {
    height: 100px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .work-info-column.first {
    height: 125px;
    padding-top: 20px;
    text-align: center;
  }
  .work-artwork {
    padding: 0px;
  }
  .work-details {
    height: auto;
    margin-bottom: 0px;
    text-align: left;
  }
  .work-details.left {
    text-align: left;
  }
  .work-details.p {
    text-align: justify;
  }
  .work-details-wrapper.artwork {
    min-height: 0px;
    min-width: 300px;
  }
  .work-purchase-link {
    margin-top: 0px;
  }
  .recordings-h2 {
    text-align: center;
  }
  .works-index-temp {
    margin-top: auto;
    background-position: 50% 0px;
    background-size: 600px;
    text-align: center;
  }
  .temp-message {
    margin: 150px auto 40px;
    padding-top: 40px;
    font-size: 28px;
    line-height: 40px;
  }
    .works {
    margin-top: 120px;
  }
  .search-bar {
    background-position: 96% 50%;
    background-size: 20px;
    font-size: 20px;
  }
  .search-results {
    width: 100%;
    margin-left: 0px;
  }
  .search-results.mobile {
    min-height: 50px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .results-number {
    display: inline-block;
    padding-right: 5px;
    float: left;
    clear: left;
    font-size: 20px;
    font-weight: 700;
  }
  .results-number.mobile {
    display: block;
    float: left;
    clear: none;
  }
  .results-label {
    display: inline;
    float: left;
    font-size: 15px;
  }
  .results-label.mobile {
    display: block;
    float: left;
    clear: none;
    color: #379f80;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }
  .search-results-dropdown-menus {
    width: 100%;
    margin-left: 0px;
    padding-left: 20px;
    border-bottom: 1px solid #d8d8d8;
    border-right-style: none;
    background-color: #ededed;
    text-align: center;
  }
  .search-results-dropdown-menus.mobile {
    border-bottom: 1px solid #d8d8d8;
    border-right-style: none;
  }
  .filter-clear-all.mobile {
    text-align: center;
  }
  .clear-all-filters {
    width: 100%;
    min-height: 50px;
    padding-top: 13px;
    float: none;
    border-bottom: 2px solid #d8d8d8;
    background-color: #ededed;
    text-transform: uppercase;
  }
  .button-clear-all {
    display: inline;
    font-size: 11px;
  }
  .wrapper-dropdown {
    width: 30%;
    font-size: 11px;
  }
  .form-wrapper {
    width: 100%;
  }
  .filters-mobile {
    margin-left: 0px;
  }
  .filters-mobile-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-show-filters {
    display: inline-block;
    margin-top: -5px;
    padding: 3px 10px;
    float: right;
    clear: right;
    border: 1px solid #379f80;
    border-radius: 15px;
    background-color: transparent;
    font-family: brandon-grotesque, sans-serif;
    color: #379f80;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .button-show-filters:hover {
    background-color: #379f80;
    color: white;
  }
}