@font-face {
  font-family: 'fontRegular';
  src: url('../fonts/sourcesanspro-regular-webfont-webfont.eot');
  src: url('../fonts/sourcesanspro-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont-webfont.woff') format('woff'), url('../fonts/sourcesanspro-regular-webfont-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-regular-webfont-webfont.svg#source_sans_proregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontOstrich';
  src: url('../fonts/ostrich-black-webfont.eot');
  src: url('../fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ostrich-black-webfont.woff2') format('woff2'), url('../fonts/ostrich-black-webfont.woff') format('woff'), url('../fonts/ostrich-black-webfont.ttf') format('truetype'), url('../fonts/ostrich-black-webfont.svg#ostrich_sansblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*.widthpxtopercent(@pixels) {
  @return #{(($pixels*100)/992)}em;
}*/
.button {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  border: 0;
  padding: 0 5px !important;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 2px;
  text-decoration: none;
  clear: both;
  float: left;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
body {
  /*background: url("../images/mombo/main-bg.gif") repeat-y scroll center top transparent;*/
  margin: 0;
}
img {
  height: auto;
  width: 100%;
}
table {
  width: 100%;
}
table tr td,
table tr th {
  padding: 0.625em;
}
.size-960 .line {
  margin: 0 auto;
  max-width: 73em;
  padding: 0 1.625em;
}
.size-1200 .line {
  margin: 0 auto;
  max-width: px(1200);
  padding: 0 px(104);
}
.size-1200 > footer .copy,
.size-1200 .line {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1em px(104);
}
.size-1200:after {
  position: fixed;
  bottom: 0;
  left: 0;
  /*right: 0;*/
  content: "1200";
  background-color: black;
  color: white;
  height: 100px;
  width: 100px;
  line-height: 90px;
  text-align: center;
  display: none;
  border: 5px solid white;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .size-1200:after {
    content: "tablet";
  }
}
@media only screen and (max-width: 568px) {
  .size-1200:after {
    content: "mobile";
  }
}
@media only screen and (max-width: 375px) {
  .size-1200:after {
    content: "mobile-mini";
  }
}
.size-960.align-content-left .line,
.size-1200.align-content-left .line,
.size-1400.align-content-left .line {
  margin-left: 0;
}
.line:after,
nav:after,
.center:after,
.box:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.padding {
  display: list-item;
  list-style: none outside none;
  padding: 0 20px;
}
.no-padding {
  padding: 0 !important;
}
.l-4.padding {
  padding: 10px 12px;
}
/*.margin {margin:0 -0.625em;}*/
.margin {
  margin: 0 px(85);
}
.line {
  clear: left;
}
.line .line {
  padding: 0;
}
.hide-l {
  display: none;
}
.box {
  /*background:none repeat scroll 0 0 #fff;*/
  display: block;
  padding: 10px;
  /*padding:1.25em;*/
  width: 100%;
}
.box-shadow {
  box-shadow: 0 0 4px -2px #999999;
  background: none repeat scroll 0 0 #fdfdfd;
  clear: left;
  padding: 0 30px 60px 30px !important;
}
section .box {
  padding: 10px;
}
section .box > .inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-top {
  margin-top: 0.8em;
}
.s-1,
.s-2,
.s-five,
.s-3,
.s-4,
.s-5,
.s-6,
.s-7,
.s-8,
.s-9,
.s-10,
.s-11,
.s-12,
.l-1,
.l-2,
.l-five,
.l-3,
.l-4,
.l-5,
.l-6,
.l-7,
.l-8,
.l-9,
.l-10,
.l-11,
.l-12 {
  float: left;
  position: relative;
}
.s-1 {
  width: 8.3333%;
}
.s-2 {
  width: 16.6666%;
}
.s-five {
  width: 16.6666%;
}
.s-3 {
  width: 25%;
}
.s-4 {
  width: 33.3333%;
}
.s-5 {
  width: 41.6666%;
}
.s-6 {
  width: 50%;
}
.s-7 {
  width: 58.3333%;
}
.s-8 {
  width: 66.6666%;
}
.s-9 {
  width: 75%;
}
.s-10 {
  width: 83.3333%;
}
.s-11 {
  width: 90%;
}
.s-12 {
  width: 100%;
}
.margin > .s-1,
.margin > .s-2,
.margin > .s-five,
.margin > .s-3,
.margin > .s-4,
.margin > .s-5,
.margin > .s-6,
.margin > .s-7,
.margin > .s-8,
.margin > .s-9,
.margin > .s-10,
.margin > .s-11,
.margin > .s-12,
.margin > .l-1,
.margin > .l-2,
.margin > .l-five,
.margin > .l-3,
.margin > .l-4,
.margin > .l-5,
.margin > .l-6,
.margin > .l-7,
.margin > .l-8,
.margin > .l-9,
.margin > .l-10,
.margin > .l-11,
.margin > .l-12 {
  padding: 0 0.625em;
}
.margin > .s-1 {
  width: 8.3333%;
}
.margin > .s-2 {
  width: 16.6666%;
}
.margin > .s-five {
  width: 20%;
}
.margin > .s-3 {
  width: 25%;
}
.margin > .s-4 {
  width: 33.3333%;
}
.margin > .s-5 {
  width: 41.6666%;
}
.margin > .s-6 {
  width: 50%;
}
.margin > .s-7 {
  width: 58.3333%;
}
.margin > .s-8 {
  width: 66.6666%;
}
.margin > .s-9 {
  width: 75%;
}
.margin > .s-10 {
  width: 83.3333%;
}
.margin > .s-11 {
  width: 90%;
}
.margin > .s-12 {
  width: 100%;
}
.l-1 {
  width: 8.3333%;
}
.l-2 {
  width: 16.6666%;
}
.l-five {
  width: 20%;
}
.l-3 {
  width: 25%;
}
.l-4 {
  width: 33.3333%;
}
.l-5 {
  width: 41.6666%;
}
.l-6 {
  width: 50%;
}
.l-7 {
  width: 58.3333%;
}
.l-8 {
  width: 66.6666%;
}
.l-9 {
  width: 75%;
}
.l-10 {
  width: 83.3333%;
}
.l-11 {
  width: 90%;
}
.l-12 {
  clear: left;
  width: 100%;
}
.margin > .l-1 {
  width: 8.3333%;
}
.margin > .l-2 {
  width: 16.6666%;
}
.margin > .l-five {
  width: 20%;
}
.margin > .l-3 {
  width: 25%;
}
.margin > .l-4 {
  width: 33.3333%;
}
.margin > .l-5 {
  width: 41.6666%;
}
.margin > .l-6 {
  width: 50%;
}
.margin > .l-7 {
  width: 58.3333%;
}
.margin > .l-8 {
  width: 66.6666%;
}
.margin > .l-9 {
  width: 75%;
}
.margin > .l-10 {
  width: 83.3333%;
}
.margin > .l-11 {
  width: 90%;
}
.margin > .l-12 {
  width: 100%;
}
.right {
  float: right;
}
.nav-text {
  display: none;
}
@media only screen and (max-width: 767px) {
  .size-960,
  .size-1200,
  .size-1400 {
    max-width: 100%;
  }
  .hide-l {
    display: block;
  }
  .hide-m,
  .hide-s {
    display: none;
  }
  .padding {
    padding: 6px 0;
  }
  hr,
  body.single-cope-catalog article.primary-hero hr {
    margin: 0.6em -0.625em !important;
    height: 4px !important;
  }
  h4,
  h4 a {
    margin: 0 0 8px 0;
  }
  #rightHandColumn .s-6.l-12 {
    clear: none;
  }
  nav {
    display: block;
    cursor: pointer;
    line-height: 3em;
  }
  nav .nav-text {
    color: #fff;
    display: block;
    font-size: 1.2em;
    line-height: 3em;
    margin-right: 0.625em;
    max-width: 100%;
    text-align: right;
    vertical-align: middle;
  }
  nav .nav-text:after {
    content: "\f008";
    font-family: "mfg";
    font-size: 1.1em;
    margin-left: 0.5em;
    text-align: right;
    color: #333333;
  }
  .l-1 {
    width: 8.3333%;
  }
  .l-2 {
    width: 16.6666%;
  }
  .l-five {
    width: 20%;
  }
  .l-3 {
    width: 25%;
  }
  .l-4 {
    width: 33.3333%;
  }
  .l-5 {
    width: 41.6666%;
  }
  .l-6 {
    width: 50%;
  }
  .l-7 {
    width: 58.3333%;
  }
  .l-8 {
    width: 66.6666%;
  }
  .l-9 {
    width: 75%;
  }
  .l-10 {
    width: 83.3333%;
  }
  .l-11 {
    width: 90%;
  }
  .l-12 {
    width: 100%;
  }
  .margin > .l-1 {
    width: 8.3333%;
  }
  .margin > .l-2 {
    width: 16.6666%;
  }
  .margin > .l-five {
    width: 20%;
  }
  .margin > .l-3 {
    width: 25%;
  }
  .margin > .l-4 {
    width: 33.3333%;
  }
  .margin > .l-5 {
    width: 41.6666%;
  }
  .margin > .l-6 {
    width: 50%;
  }
  .margin > .l-7 {
    width: 58.3333%;
  }
  .margin > .l-8 {
    width: 66.6666%;
  }
  .margin > .l-9 {
    width: 75%;
  }
  .margin > .l-10 {
    width: 83.3333%;
  }
  .margin > .l-11 {
    width: 90%;
  }
  .margin > .l-12 {
    width: 100%;
  }
  .s-1 {
    width: 8.3333%;
  }
  .s-2 {
    width: 16.6666%;
  }
  .s-five {
    width: 20%;
  }
  .s-3 {
    width: 25%;
  }
  .s-4 {
    width: 33.3333%;
  }
  .s-5 {
    width: 41.6666%;
  }
  .s-6 {
    width: 50%;
  }
  .s-7 {
    width: 58.3333%;
  }
  .s-8 {
    width: 66.6666%;
  }
  .s-9 {
    width: 75%;
  }
  .s-10 {
    width: 83.3333%;
  }
  .s-11 {
    width: 90%;
  }
  .s-12 {
    width: 100%;
    float: none;
  }
  .margin > .s-1 {
    width: 8.3333%;
  }
  .margin > .s-2 {
    width: 16.6666%;
  }
  .margin > .s-five {
    width: 20%;
  }
  .margin > .s-3 {
    width: 25%;
  }
  .margin > .s-4 {
    width: 33.3333%;
  }
  .margin > .s-5 {
    width: 41.6666%;
  }
  .margin > .s-6 {
    width: 50%;
  }
  .margin > .s-7 {
    width: 58.3333%;
  }
  .margin > .s-8 {
    width: 66.6666%;
  }
  .margin > .s-9 {
    width: 75%;
  }
  .margin > .s-10 {
    width: 83.3333%;
  }
  .margin > .s-11 {
    width: 90%;
  }
  .margin > .s-12 {
    width: 100%;
  }
  /*article .s-12,article .l-12 {clear: both;}*/
}
@media only screen and (max-width: 568px) {
  .size-960,
  .size-1200,
  .size-1400 {
    max-width: 100%;
  }
  .hide-l {
    display: block;
  }
  .hide-m,
  .hide-s {
    display: none;
  }
  .padding {
    padding: 6px 0;
  }
  hr,
  body.single-cope-catalog article.primary-hero hr {
    margin: 0.6em -0.625em !important;
    height: 4px !important;
  }
  h4,
  h4 a {
    margin: 0 0 8px 0;
  }
  #rightHandColumn .s-6.l-12 {
    clear: none;
  }
  nav {
    display: block;
    cursor: pointer;
    line-height: 3em;
  }
  nav .nav-text {
    color: #fff;
    display: block;
    font-size: 1.2em;
    line-height: 3em;
    margin-right: 0.625em;
    max-width: 100%;
    text-align: right;
    vertical-align: middle;
  }
  nav .nav-text:after {
    content: "\f008";
    font-family: "mfg";
    font-size: 1.1em;
    margin-left: 0.5em;
    text-align: right;
    color: #333333;
  }
  .l-1 {
    width: 8.3333%;
  }
  .l-2 {
    width: 16.6666%;
  }
  .l-five {
    width: 20%;
  }
  .l-3 {
    width: 25%;
  }
  .l-4 {
    width: 33.3333%;
  }
  .l-5 {
    width: 41.6666%;
  }
  .l-6 {
    width: 50%;
  }
  .l-7 {
    width: 58.3333%;
  }
  .l-8 {
    width: 66.6666%;
  }
  .l-9 {
    width: 75%;
  }
  .l-10 {
    width: 83.3333%;
  }
  .l-11 {
    width: 90%;
  }
  .l-12 {
    width: 100%;
  }
  .margin > .l-1 {
    width: 8.3333%;
  }
  .margin > .l-2 {
    width: 16.6666%;
  }
  .margin > .l-five {
    width: 20%;
  }
  .margin > .l-3 {
    width: 25%;
  }
  .margin > .l-4 {
    width: 33.3333%;
  }
  .margin > .l-5 {
    width: 41.6666%;
  }
  .margin > .l-6 {
    width: 50%;
  }
  .margin > .l-7 {
    width: 58.3333%;
  }
  .margin > .l-8 {
    width: 66.6666%;
  }
  .margin > .l-9 {
    width: 75%;
  }
  .margin > .l-10 {
    width: 83.3333%;
  }
  .margin > .l-11 {
    width: 90%;
  }
  .margin > .l-12 {
    width: 100%;
  }
  .s-1 {
    width: 8.3333%;
  }
  .s-2 {
    width: 16.6666%;
  }
  .s-five {
    width: 20%;
  }
  .s-3 {
    width: 25%;
  }
  .s-4 {
    width: 33.3333%;
  }
  .s-5 {
    width: 41.6666%;
  }
  .s-6 {
    width: 50%;
  }
  .s-7 {
    width: 58.3333%;
  }
  .s-8 {
    width: 66.6666%;
  }
  .s-9 {
    width: 75%;
  }
  .s-10 {
    width: 83.3333%;
  }
  .s-11 {
    width: 90%;
  }
  .s-12 {
    width: 100% !important;
    float: none;
  }
  .margin > .s-1 {
    width: 8.3333%;
  }
  .margin > .s-2 {
    width: 16.6666%;
  }
  .margin > .s-five {
    width: 20%;
  }
  .margin > .s-3 {
    width: 25%;
  }
  .margin > .s-4 {
    width: 33.3333%;
  }
  .margin > .s-5 {
    width: 41.6666%;
  }
  .margin > .s-6 {
    width: 50%;
  }
  .margin > .s-7 {
    width: 58.3333%;
  }
  .margin > .s-8 {
    width: 66.6666%;
  }
  .margin > .s-9 {
    width: 75%;
  }
  .margin > .s-10 {
    width: 83.3333%;
  }
  .margin > .s-11 {
    width: 90%;
  }
  .margin > .s-12 {
    width: 100%;
  }
  .media-container {
    background-color: rgba(0,0,0,0.1);
    float: left;
    padding: 0 !important;
}
.video-template-default .full {
    padding: 0;
}
.video-template-default .media-container .list-item figure .icon {
    margin-top: 10px !important;
}
  /*article .s-12,article .l-12 {clear: both;}*/
}
@media only screen and (min-width: 767px) and (max-width: 987px) {
  .m-1 {
    width: 8.3333% !important;
    float: left;
  }
  .m-2 {
    width: 16.6666% !important;
    float: left;
  }
  .m-five {
    width: 20% !important;
    float: left;
  }
  .m-3 {
    width: 25% !important;
    float: left;
  }
  .m-4 {
    width: 33.3333% !important;
    float: left;
  }
  .m-5 {
    width: 41.6666% !important;
    float: left;
  }
  .m-6 {
    width: 50% !important;
    float: left;
  }
  .m-7 {
    width: 58.3333% !important;
    float: left;
  }
  .m-8 {
    width: 66.6666% !important;
    float: left;
  }
  .m-9 {
    width: 75% !important;
    float: left;
  }
  .m-10 {
    width: 83.3333% !important;
    float: left;
  }
  .m-11 {
    width: 90% !important;
    float: left;
  }
  .m-12 {
    width: 100% !important;
    float: none;
  }
}
.center {
  clear: both;
  float: none;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .hide-in-s {
    display: none !important;
  }
}
.video-container {
  clear: left;
  display: inline-block;
  height: 0;
  list-style: outside none none;
  margin-bottom: 1em;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body {
  background: #a8a699;
  font-family: fontRegular;
  font-size: medium;
  overflow: hidden;
}
body:before {
  background-color: transparent;
  box-shadow: none;
  content: "";
  display: none;
  /* CHECK WHY THIS IS NEEDED*/
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 29.4118%;
  z-index: 0;
}
*,
*:focus,
*:visited {
  outline: 0 none !important;
}
p {
  color: #000;
  margin-bottom: 20px;
}
p.heading {
  font-size: 1.14em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  line-height: 1em;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
h2 {
  font-size: 2em;
}
h3 {
  margin-bottom: 15px;
}
ul,
ol {
  margin: 0;
}
html {
  margin-top: 0;
}
section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
hr,
body.single-cope-catalog article.primary-hero hr {
  display: inline-block;
  width: 98%;
  border: 0;
  background-image: url("../images/dot.png");
  background-position: center;
  background-repeat: repeat-x;
  background-color: transparent;
  background-size: 10px 5px;
  height: 5px;
  margin: 10px 10px;
  clear: both;
}
table {
  border-width: 0;
}
table tr td {
  border-width: 0;
  padding: 0 20px 20px 0;
}
p {
  word-wrap: break-word;
}
p br {
  height: 0;
  display: block;
}
p .alignleft {
  padding: 0 20px 20px 0;
}
p .alignleft.add-playlist-icon,
p .alignleft.add-video-icon {
  padding: 0;
  margin: 0 20px 20px 0;
}
.hide,
.hidden-lg {
  display: none;
}
.visible-lg {
  display: block;
}
.heading {
  color: #dbd9cc;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.more-link {
  color: #000000;
  display: block;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
.more-link:focus,
.more-link:visited {
  color: #7a5327;
}
.more-link:before {
  content: '\25BC';
  font-family: Arial;
  margin: 0px 5px 0 0;
  position: relative;
}
.less .more-link:before {
  content: '\25B2';
  margin: 7px 5px 0 0 !important;
}
.less-link {
  color: #7a5327;
  display: block;
  font-weight: bold;
  font-size: 1.14em;
  text-align: right;
  text-transform: uppercase;
}
.less-link:before {
  content: '\25B2';
  font-family: Arial;
  margin: 7px 5px 0 0;
  position: relative;
}
.arrow-link {
  color: #7a5327;
  display: block;
  font-weight: bold;
  font-size: 1.14em;
  line-height: 1em;
  margin-left: 40px;
  text-transform: uppercase;
}
.arrow-link:before {
  content: '\25BA';
  float: left;
  font-family: Arial;
  margin-left: -20px;
}
.arrow-link.side {
  margin: 0 0 20px 20px;
}
.arrow-link.side:before {
  float: none;
}
.arrow-link.centered {
  display: block;
  text-align: center;
  margin: 0;
}
.arrow-link.centered:before {
  float: none;
}
.gray-heading {
    background: transparent;
    color: #000;
    display: block;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 18px;
    padding-left: 20px !important;
    font-size: 23px;
    margin-top: 8px;
    width: 100%;
    text-transform: uppercase;
}
.gray-heading > .arrow-link {
  color: #a9a69d;
  float: right;
  font-size: 0.8em;
  margin: 18px 20px 0 0;
}
.gray-heading > .arrow-link:hover {
  color: #ffffff;
}
.full {
  padding: 0 10px;
}
.full .gray-heading {
  margin-bottom: 5px;
}
.two-col-list {
  list-style-type: none;
  margin: 15px 0 20px 20px;
  font-weight: bold;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.two-col-list .track-number,
.two-col-list .title {
  margin-right: 10px;
}
.two-col-list .track-number,
.two-col-list .duration {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block;
  }
  .arrow-link.side {
    text-align: center;
  }
  .sidebar {
    margin-right: 0px;
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .hidden-sx {
    display: none;
  }
  .visible-sx {
    display: block;
  }
}
.youtubefollow {
  margin-top: 2px !important;
}
.tFollow iframe {
  margin-bottom: 0;
}
.sidebar .fb_iframe_widget span iframe[style] {
  background: #DEE9F9 !important;
  height: 396px !important;
}
b,
strong {
  font-weight: normal;
  text-shadow: 1px 0 0;
}
p img,
p img.alignleft {
  margin: 0;
  width: auto;
  margin: 10px 20px 10px 0;
  padding: 0;
}
.top-header-navigation {
  width: 100%;
  height: 40px;
}
.top-header-navigation ul {
  margin: 0;
  padding: 0;
  height: 40px;
  float: right;
}
.top-header-navigation ul li {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
  list-style-type: none;
}
header.global-header {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
header.global-header .top-header {
  content: "";
  clear: both;
  display: table;
  background-color: #282520;
  height: 70px;
  width: 100%;
  padding: 0 30px;
}
header.global-header .top-header .site-title {
  float: left;
  line-height: 70px;
  max-width: 345px;
}
header.global-header .top-header .site-title .logo .hide-s {
  display: none;
}
header.global-header .top-header .site-title .logo .hide-l {
  display: block;
  margin-top: 15px;
}
header.global-header .top-header .main-navigation {
  float: right;
  margin: 0;
}
header.global-header .top-header .main-navigation ul {
  border: none;
}
header.global-header .top-header .main-navigation .nav-menu > li:first-child {
  border-top: none;
}
header.global-header .top-header .main-navigation .menu-global-container {
  float: right;
}
header.global-header .top-header .main-navigation .menu-global-container .nav-menu {
  float: right;
  text-transform: uppercase;
}
header.global-header .top-header .main-navigation .menu-global-container .nav-menu li {
  float: left;
  font-size: 1.25em;
  line-height: 69px;
}
header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.current-menu-item:after {
  content: "";
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #e8aa30;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 40%;
}
header.global-header .top-header .main-navigation .menu-global-container .nav-menu a {
  color: #e8aa30;
  font-weight: bold;
  display: block;
  padding: 0 15px;
}
header.global-header .top-header .main-navigation .menu-global-container .nav-menu li:last-child a {
  padding-right: 0;
}
header.global-header .top-header .main-navigation .menu-global-container .nav-menu .current_page_item a {
  color: #ffffff;
}
header.global-header .store-assets {
  position: absolute;
  right: 30px;
  top: 90px;
  background: rgba(255, 255, 255, 0.5);
  padding: 6px 10px;
}
header.global-header .store-assets .umg-cope-cart-bt-trigger {
  margin-right: 20px;
}
header.global-header .store-assets .umg-cope-currency-switcher-wrapper {
  display: inline-block;
  float: right;
  margin: 0 10px 0 20px;
  min-width: 30px;
  position: relative;
  width: 20px;
}
header.global-header .store-assets .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
header.global-header .store-assets .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher span {
  float: left ;
  margin-right: 10px;
}
header.global-header .store-assets .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a {
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
  display: block;
  height: 0;
  float: right;
  overflow: hidden;
  clear: both;
  margin: 0;
}
header.global-header .store-assets .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a.umg-cope-currency-selected {
  height: auto;
}
header.global-header .store-assets .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher i.fa.fa-spinner {
  color: white;
  position: absolute !important;
  top: 7px !important;
  left: -18px;
  z-index: 999 !important;
}
header.global-header .store-assets .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher:hover a {
  height: auto;
}
header.global-header .search-form {
  position: absolute;
  right: 30px;
  top: 30px;
}
header.global-header .search-form .submit-container {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #e8aa30;
  right: 0;
  top: 0;
}
header.global-header .search-form .submit-container:after {
  content: "";
  display: block;
  margin: 4px 0 0 4px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-image: url("../images/magnifying-glass.svg");
  background-size: 24px 24px;
  background-position: center center;
  vertical-align: middle;
}
header.global-header .search-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
header.global-header .search-form input[type="search"] {
     font-family: 'Work Sans', helvetica, arial, sans-serif !important;
    border: none;
    font-size: 14px;
    opacity: 1;
    font-weight: normal !important;
    letter-spacing: 0px !important;
    padding: 9.7px;
    background: rgba(0,0,0,0.15);
    color: #fff !important;
    width: 307px;
}

header.global-header .search-form input[type="search"]::placeholder {
    color: #fff !important;
    font-family: 'Work Sans', helvetica, arial, sans-serif !important;
    
}

header.global-header .search-form input[type="submit"] {
  clip: auto;
  overflow: visible;
  height: 100%;
  width: 100%;
  font-size: 0;
  background: none;
}
header.global-header .register {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 38px;
  width: auto;
  background-color: #ffffff;
  opacity: 0.5;
  padding: 8px;
  font-size: 1em;
  color: #a0a0a0;
  overflow: hidden;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
header.global-header .register.action {
  box-shadow: 0 0 2px 2px gold;
  margin: 0 auto;
  opacity: 1;
  -webkit-animation: pulse 1.5s linear infinite;
  -moz-animation: pulse 1.5s linear infinite;
}
header.global-header .header-banner {
  height: 765px;
  padding-top: 320px;
  position: relative;
}
header.global-header .header-banner .bannerimg {
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: grayscale(100%) sepia(30%);
  filter: grayscale(100%) sepia(30%);
}
header.global-header .header-banner .bannerimg.storeProd {
  background-size: contain !important;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-color: white;
}
header.global-header .header-banner .maskimg {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 0;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(10, 10, 0, 0.5);
}
header.global-header .header-banner .featured-artist {
  margin: 0 auto;
  max-width: 1403px;
}
header.global-header .header-banner .featured-artist .featured-heading-container {
  text-align: center;
}
header.global-header .header-banner .featured-artist .featured-heading-container.logo {
  margin-bottom: 30px;
}
header.global-header .header-banner .featured-artist .featured-heading-container.logo img {
  max-width: 200px;
}
header.global-header .header-banner .featured-artist .featured-heading-container.title {
  margin-bottom: 50px;
}
header.global-header .header-banner .featured-artist .featured-heading-container.title h3 {
  font-family: fontOstrich;
}
header.global-header .header-banner .featured-artist .featured-heading-container.sub {
  margin-bottom: 30px;
}
header.global-header .header-banner .featured-artist .featured-heading-container.sub h4 {
  display: inline-block;
}
header.global-header .header-banner .featured-artist .featured-heading-container.artist {
  color: #e8aa30;
  font-size: 1.5em;
}
header.global-header .header-banner .featured-artist span {
  display: block;
}
header.global-header .header-banner .featured-artist h3 {
  font-size: 3.08em;
  display: inline;
  letter-spacing: 5px;
  padding: 28px 65px;
  color: #fff;
  border: solid 4px #fff;
  text-transform: uppercase;
}
header.global-header .header-banner .featured-artist h4 {
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2em;
}
header.global-header .header-banner .featured-artist h4:before {
  content: "";
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
header.global-header .header-banner .featured-artist h4:after {
  content: '';
  display: block;
  background: #aea681;
  height: 2px;
  max-width: 200px;
  width: 80%;
  margin: 0px auto;
}
header.global-header .header-banner .featured-artist ul {
  width: 900px;
  max-width: 100%;
}
header.global-header .header-banner .featured-artist ul li {
  font-weight: bold;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header.global-header .header-banner .featured-artist ul li a {
  color: #e8aa30;
}
header.global-header .header-banner .featured-artist ul li a .icon {
  border-radius: 50%;
  border: solid 3px #ffffff;
  background-color: #e8aa30;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
header.global-header .header-banner .featured-artist ul li a .icon.artist {
  background-image: url("../images/artist.svg");
  background-size: 30px;
}
header.global-header .header-banner .featured-artist ul li a .icon.video {
  background-image: url("../images/camera.svg");
  background-size: 46px;
}
header.global-header .header-banner .featured-artist ul li a .icon.playlist {
  background-image: url("../images/play.svg");
  background-size: 29px;
}
header.global-header .header-banner .featured-artist ul li a .icon.story {
  background-image: url("../images/note.svg");
  background-size: 28px;
}
header.global-header .header-banner .featured-artist ul li:hover,
header.global-header .header-banner .featured-artist ul li.active {
  opacity: 1;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}
header.global-header .header-banner .featured-artist ul li:hover .img-container,
header.global-header .header-banner .featured-artist ul li.active .img-container {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
header.global-header .header-banner .featured-artist ul li .img-container {
  border-radius: 50%;
  -webkit-filter: grayscale(100%) sepia(30%);
  filter: grayscale(100%) sepia(30%);
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: solid 3px #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
header.global-header .header-banner .single-header ul {
  text-align: center;
}
header.global-header .header-banner .single-header .single-thumb img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
header.global-header .header-banner .single-header .artist-name {
  color: #ffffff;
  font-size: 2.5em;
  text-transform: uppercase;
}
header.global-header .hamburger,
header.global-header .main-navigation.mobile {
  display: none;
}
header.global-header .timeline_wrapper {
  position: relative;
}
header.global-header .timeline_wrapper .header-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  height: auto !important;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
}
header.global-header .timeline_wrapper .header-banner .titleOverlay {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: table;
  width: 100%;
}
header.global-header .timeline_wrapper .header-banner .titleOverlay .featured-artist {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-homepage .header-banner {
  padding-top: 259px;
}
.after a {
  color: #ffffff;
}
.after:after {
  border-bottom: 11px solid #e8aa30;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 40%;
  position: absolute;
  width: 0;
}
.single-cope-catalog header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-382 a,
.single-story header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-145 a,
.single-video header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-143 a,
.single-artist header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-133 a,
.single-playlist header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-144 a {
  color: #ffffff;
}
.single-cope-catalog header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-382:after,
.single-story header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-145:after,
.single-video header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-143:after,
.single-artist header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-133:after,
.single-playlist header.global-header .top-header .main-navigation .menu-global-container .nav-menu li.menu-item-144:after {
  border-bottom: 11px solid #e8aa30;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 40%;
  position: absolute;
  width: 0;
}
.featured-artists-thumbnails li {
  margin: 0 1%;
  max-width: 18%;
  width: 18%;
}
.featured-artists-thumbnails.centered {
  text-align: center;
  margin: 0 auto;
  display: table;
  overflow: hidden;
}
.featured-artists-thumbnails.listing {
  max-width: 700px;
}
.featured-artists-thumbnails.listing li {
  width: 23%;
  max-width: 23%;
}
body.single-playlist header.global-header .header-banner,
body.search-results header.global-header .header-banner,
body.page-template-listing header.global-header .header-banner,
body.single-story header.global-header .header-banner,
body.single-cope-catalog header.global-header .header-banner,
body.page-template-release header.global-header .header-banner,
body.page-template-store header.global-header .header-banner,
body.single-video header.global-header .header-banner {
  height: 440px;
  padding-top: 215px;
  overflow: hidden;
}
body.single-playlist header.global-header .header-banner .bannerimg,
body.search-results header.global-header .header-banner .bannerimg,
body.page-template-listing header.global-header .header-banner .bannerimg,
body.single-story header.global-header .header-banner .bannerimg,
body.single-cope-catalog header.global-header .header-banner .bannerimg,
body.page-template-release header.global-header .header-banner .bannerimg,
body.page-template-store header.global-header .header-banner .bannerimg,
body.single-video header.global-header .header-banner .bannerimg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin: 0 auto 0 auto;
  height: 440px;
}
body.single-playlist header.global-header .header-banner .bannerimg .maskimg,
body.search-results header.global-header .header-banner .bannerimg .maskimg,
body.page-template-listing header.global-header .header-banner .bannerimg .maskimg,
body.single-story header.global-header .header-banner .bannerimg .maskimg,
body.single-cope-catalog header.global-header .header-banner .bannerimg .maskimg,
body.page-template-release header.global-header .header-banner .bannerimg .maskimg,
body.page-template-store header.global-header .header-banner .bannerimg .maskimg,
body.single-video header.global-header .header-banner .bannerimg .maskimg {
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  body.single-playlist header.global-header .header-banner,
  body.search-results header.global-header .header-banner,
  body.page-template-listing header.global-header .header-banner,
  body.single-story header.global-header .header-banner,
  body.single-cope-catalog header.global-header .header-banner,
  body.page-template-release header.global-header .header-banner,
  body.page-template-store header.global-header .header-banner,
  body.single-video header.global-header .header-banner {
    overflow: visible;
  }
}
@media only screen and (max-width: 568px) {
  body.single-playlist header.global-header .header-banner,
  body.search-results header.global-header .header-banner,
  body.page-template-listing header.global-header .header-banner,
  body.single-story header.global-header .header-banner,
  body.single-cope-catalog header.global-header .header-banner,
  body.page-template-release header.global-header .header-banner,
  body.page-template-store header.global-header .header-banner,
  body.single-video header.global-header .header-banner {
    padding-top: 50px;
  }
}
body.single-playlist.page-template-listing header.global-header .header-banner,
body.search-results.page-template-listing header.global-header .header-banner,
body.page-template-listing.page-template-listing header.global-header .header-banner,
body.single-story.page-template-listing header.global-header .header-banner,
body.single-cope-catalog.page-template-listing header.global-header .header-banner,
body.page-template-release.page-template-listing header.global-header .header-banner,
body.page-template-store.page-template-listing header.global-header .header-banner,
body.single-video.page-template-listing header.global-header .header-banner {
  padding-top: 115px;
}
body.single header.global-header .header-banner .featured-artist ul li {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  float: none;
}
body.single header.global-header .header-banner .featured-artist ul li img {
  border-radius: 50%;
  filter: none;
  -webkit-filter: grayscale(0%);
  height: 200px;
  overflow: hidden;
  width: 200px;
}
body.single header.global-header .header-banner .featured-artist h1,
body.single header.global-header .header-banner .featured-artist h4 {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2em;
  font-size: 50px;
  margin-top: 20px;
}

body.single header.global-header .header-banner .featured-artist h1:after, body.single header.global-header .header-banner .featured-artist h4:after {
    height: 0px !important;
}

body.single header.global-header .header-banner .featured-artist h1:before,
body.single header.global-header .header-banner .featured-artist h4:before {
  display: none;
}
body.single header.global-header .header-banner .featured-artist h1:after,
body.single header.global-header .header-banner .featured-artist h4:after {
  content: '';
  display: block;
  background: #aea681;
  height: 2px;
  max-width: 200px;
  width: 80%;
  margin: 0px auto;
}
body.page-template-listing header.global-header .header-banner .featured-artist ul.featured-artists-thumbnails {
  max-width: 700px;
}
body.page-template-release .header-banner .featured-artist h4 {
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2em;
  font-size: 36px;
  margin-top: 20px;
  font-family: 'fontOstrich';
}
body.page-template-release .header-banner .featured-artist h4:before {
  display: none;
}
body.page-template-release .header-banner .featured-artist h4:after {
  content: '';
  display: block;
  background: #aea681;
  height: 2px;
  max-width: 200px;
  width: 80%;
  margin: 0px auto;
}
.form_reg_overlay {
  opacity: 0.8;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  background-color: #000000;
  z-index: 9999998;
}
.form_reg_content {
  border: 1px solid #e8aa30 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  color: #000000;
  box-sizing: border-box;
  font-size: 1em;
  width: 100%;
  max-width: 700px;
  position: fixed;
  right: 0;
  left: 0;
  top: 30px;
  bottom: 100px;
  padding: 15px;
  margin: 0 auto;
  z-index: 9999999;
  display: none;
}
.form_reg_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 20px;
}
.form_reg_content .close {
  color: #666;
  text-align: center;
  line-height: 29px;
  width: 29px;
  height: 29px;
  background-color: #e8aa30;
  position: absolute;
  top: 0 !important;
  right: 0 !important;
  text-shadow: 0 1px white;
  cursor: pointer;
  font-size: 20px;
}
body.error404 header.global-header .header-banner {
  height: 100px;
  padding-top: 68px;
}
body.error404 header.global-header .header-banner .bannerimg,
body.error404 header.global-header .header-banner .featured-artist {
  display: none;
}
@media only screen and (max-width:960px) {
  header.global-header .top-header .site-title {
    max-width: 45px;
  }
  header.global-header .top-header .site-title .logo {
    height: 45px;
  }
  header.global-header .top-header .site-title .logo .hide-s {
    display: block;
    margin-top: 15px;
  }
  header.global-header .top-header .site-title .logo .hide-l {
    display: none;
  }
  header.global-header .top-header .main-navigation .menu-global-container .nav-menu li {
    font-size: 1.05em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 950px) {
  header.global-header .header-banner .featured-artist ul.featured-artists-thumbnails {
    width: 100%;
  }
}
@media only screen and (max-width:1120px) and (min-width: 960px) {
  header.global-header .top-header .site-title {
    max-width: 250px;
  }
  header.global-header .top-header .main-navigation .menu-global-container .nav-menu a {
    padding: 0 10px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  header.global-header {
    margin-bottom: 30px;
  }
  .home header.global-header {
    margin-bottom: 30px;
    height: 910px;
}
  header.global-header .top-header {
    padding: 0;
    height: 50px;
  }
  header.global-header .top-header .site-title {
    max-width: 345px;
  }
  header.global-header .top-header .site-title .logo .hide-s {
    display: none;
  }
  header.global-header .top-header .site-title .logo .hide-l {
    display: block;
    margin-top: 15px;
  }
  header.global-header .site-title {
    display: block;
    float: left;
    line-height: 50px;
    margin-left: 15px;
    width: 210px;
  }
  header.global-header .menu-global-container {
    width: 100%;
  }
  header.global-header .store-assets {
    position: static !important;
    right: auto !important;
    top: auto !important;
    padding: 5px 10px 10px 10px !important;
    text-align: center !important;
    min-height: 35px !important;
  }
  header.global-header .search-form {
    background-color: #222;
    position: static !important;
    right: auto !important;
    top: auto !important;
  }
  header.global-header .search-form .submit-container {
    float: right;
    position: static;
    right: auto;
    top: auto;
  }
  header.global-header .search-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #7a766a inset;
  }
  header.global-header .search-form input[type="search"], header.global-header .search-form input[type="search"]::placeholder {
    color: #fff !important;
    opacity: 1;
    width: 80%;
    background-color: rgb(34, 34, 34) !important;
  }
  body.single header.global-header .header-banner .featured-artist h1, body.single header.global-header .header-banner .featured-artist h4 {
    font-family: 'Moderat-Medium', helvetica, sans-serif;
    font-size: 2.4em;
    padding-top: 6%;
}

.home header.global-header .search-form input[type="search"], .page header.global-header .search-form input[type="search"] {
    border: none;
    font-size: 13.5px !important;
    opacity: 1;
    padding: 10px !important;
    background: transparent !important;
    color: #fff !important;
    width: 80% !important;
}
  header.global-header .search-form input[type="submit"] {
    height: 38px;
    width: 38px;
  }
  header.global-header .register {
    left: 0 !important;
    right: 0 !important;
    position: static !important;
    width: 100% !important;
    display: inline-block;
    opacity: 1 !important;
    color: #595751;
    background-color: #9b998a;
    text-align: center !important;
  }
  header.global-header .header-banner {
    height: 250px !important;
    padding-top: 55px;
  }
  header.global-header .header-banner .featured-artists-thumbnails {
    width: auto;
  }
  header.global-header .header-banner .featured-artists-thumbnails li {
    margin-right: 0px;
    float: none;
    text-align: center;
    width: 100%;
    display: inline;
  }
  header.global-header .header-banner .featured-artist h3 {
   top: 83px;
    padding: 14px 32px !important;
    font-size: 30px !important;
    position: relative;
  }
  header.global-header .header-banner .featured-artist h4 {
    margin-bottom: 0;
  }
  header.global-header .header-banner .featured-artist ul.featured-artists-thumbnails {
    width: auto;
  }
  header.global-header .header-banner .featured-artist ul.featured-artists-thumbnails li {
    float: none;
    text-align: center;
    margin: 0 !important;
    width: auto;
  }
  header.global-header .header-banner .featured-artist ul.featured-artists-thumbnails li .icon {
    display: none;
  }
  header.global-header .header-banner .featured-artist ul.featured-artists-thumbnails li .img-container {
    display: none;
  }
  header.global-header .header-banner .featured-artist .featured-heading-container.logo img {
    max-width: 150px;
  }
  header.global-header .header-banner .featured-artist .featured-heading-container.sub {
    margin-bottom: 20px;
  }
  header.global-header .main-navigation {
    display: none;
  }
  header.global-header .top-header {
    padding: 0;
  }
  header.global-header .top-header .main-navigation.mobile {
    width: 100%;
    background-color: #635e54;
    display: block;
    margin-top: 10px;
  }
  header.global-header .top-header .main-navigation.mobile .nav-menu {
    display: none;
    width: 100%;
    background: #ffffff;
  }
  header.global-header .top-header .main-navigation.mobile .nav-menu li {
    float: none;
    font-size: 1.2em;
    line-height: 2.4em;
    border-bottom: 1px solid #ffffff;
    margin-right: 0px;
    width: 100%;
  }
  header.global-header .top-header .main-navigation.mobile .nav-menu li:last-child {
    border-bottom: none;
    padding-left: 0;
  }
  header.global-header .top-header .main-navigation.mobile .nav-menu li.current-menu-item:after {
    display: none;
  }
  header.global-header .top-header .main-navigation.mobile .nav-menu li a {
    color: #000;
  }
  header.global-header .top-header .main-navigation.mobile .nav-menu li.current-menu-item a {
    color: #827b70;
  }
  header.global-header .top-header .hamburger {
    background: transparent;
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
    margin: 19px 15px 4px 0;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
  }
  header.global-header .top-header .hamburger:focus {
    outline: none;
    background-color: transparent;
  }
  header.global-header .top-header .hamburger span {
    display: block;
    position: absolute;
    top: 9px;
    left: 0px;
    right: 0px;
    height: 4px;
    background: #ffffff;
  }
  header.global-header .top-header .hamburger span::before,
  header.global-header .top-header .hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    content: "";
  }
  header.global-header .top-header .hamburger span::before {
    top: -9px;
  }
  header.global-header .top-header .hamburger span::after {
    bottom: -9px;
  }
  header.global-header .top-header .hamburger--rot span {
    transition: transform 0.3s;
  }
  header.global-header .top-header .hamburger--rot.active span {
    transform: rotate(90deg);
  }
  .form_reg_content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
  }
  .vip .text {
    font-size: 15px !important;
    }
}
@media only screen and (max-width: 568px) {
  header.global-header .header-banner .featured-artist h4 {
    margin-bottom: 0;
  }
  header.global-header .header-banner .featured-artist .featured-heading-container.logo img {
    max-width: 150px;
  }
  header.global-header .header-banner .featured-artist .featured-heading-container.sub {
    margin-bottom: 20px;
  }
  body.page-template-listing header.global-header .header-banner .featured-artist ul.featured-artists-thumbnails {
    max-width: 320px;
  }
}
@media screen and (min-width: 46.25em) {
  body {
    font-size: medium;
  }
  .main-navigation {
    font-size: medium;
  }
}
@media screen and (min-width: 55em) {
  body {
    font-size: medium;
  }
}
@media screen and (min-width: 59.6875em) {
  body {
    font-size: medium;
  }
  .main-navigation {
    font-size: medium;
  }
}
@media screen and (min-width: 77.5em) {
  input[type="search"] {
    padding: 0;
  }
}
.social-media-container {
  content: "";
  clear: both;
  display: table;
  height: 25px;
  margin: 0 auto 20px auto;
  max-width: 1560px;
  padding-right: 10px;
  width: 100%;
}
.social-media-container .social-media {
  float: right;
}
.social-media-container .share-list {
  float: left;
  margin-left: 30px;
}
.social-media-container .share-list ul {
  list-style-type: none;
}
.social-media-container .share-list ul li {
  line-height: 1em;
  float: left;
  margin: 3px 10px 0 0;
}
.social-media-container .share-list ul li:last-child {
  margin-right: 0px;
}
.social-media-container .share-list ul li img.icon-youtube,
.social-media-container .share-list ul li img.icon-spotify {
  height: 20px;
  width: auto;
}
.social-media-container .share-list ul li span.icon-youtube:before,
.social-media-container .share-list ul li span.icon-spotify:before,
.social-media-container .share-list ul li span.icon-facebook:before,
.social-media-container .share-list ul li span.icon-twitter:before,
.social-media-container .share-list ul li span.icon-google-plus:before,
.social-media-container .share-list ul li span.icon-instagram:before {
  content: "";
  display: block;
  float: left;
  background-position: center center;
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}
.social-media-container .share-list ul li span.icon-facebook:before {
  background-image: url("../images/facebook.svg");
}
.social-media-container .share-list ul li span.icon-youtube:before {
  background-image: url("../images/youtube.svg");
}
.social-media-container .share-list ul li span.icon-spotify:before {
  background-image: url("../images/spotify.svg");
}
.social-media-container .share-list ul li span.icon-twitter:before {
  background-image: url("../images/twitter.svg");
}
.social-media-container .share-list ul li span.icon-google-plus:before {
  background-image: url("../images/google-plus.svg");
}
.social-media-container .left {
  float: left;
}
.social-media-container .left .youtubeShare {
  float: left;
  margin-left: 20px;
}
.social-media-container .left .youtubeShare iframe {
  margin: 0;
  float: left;
}
.social-media-container .left .spotifyFollow {
  float: left;
  margin-left: 20px;
}
.social-media-container .left .spotifyFollow iframe {
  margin: 0;
  float: left;
}
.hero.side a.arrow-link {
    color: #e7aa30 !important;
}
.hero.side p {
    color: #999 !important;
    font-size: 1.0em !important;
    line-height: 1.35em;
    margin-bottom: 3px;
}
.hero.side h3 {
    color: #fff !important;
    }
@media only screen and (min-width: 1128px) and (max-width:1440px) {
  .social-media-container {
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
    max-width: 1200px;
    padding-right: 50px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:960px) {
  .social-media-container {
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
    padding-right: 30px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .social-media-container {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 950px) {
  .social-media-container .left .youtubeShare {
    margin-bottom: 10px;
  }
  .social-media-container .left .spotifyFollow {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .social-media-container {
    padding-right: 20px;
  }
  .home .social-media-container {
    display: none;
  }
}
@media only screen and (max-width: 568px) {
  .social-media-container .left .youtubeShare {
    margin-bottom: 10px;
  }
  .social-media-container .left .spotifyFollow {
    margin-bottom: 10px;
  }
}
.sidebar {
  float: right;
  margin-right: 0px;
  position: relative;
  padding-right: 10px;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.sidebar-thumbnail img {
  margin-right: 5px;
  width: 68px;
}
.sidebar .shortcodeReader {
  margin-bottom: 20px;
}
.sidebar .hero figure:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sidebar .hero-float .hero-bg {
  margin-bottom: 20px;
}
.sidebar .hero-float .artist-icon,
.sidebar .hero-float .story-icon,
.sidebar .hero-float .video-icon,
.sidebar .hero-float .playlist-icon {
  position: relative;
}
.sidebar .hero-float .artist-icon:before,
.sidebar .hero-float .story-icon:before,
.sidebar .hero-float .video-icon:before,
.sidebar .hero-float .playlist-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#sidebar .hero-float {
    width: 100% !important;
    background: #000;
    padding: 0 !important;
}
.hero-float h3 {
    margin-bottom: 20px !important;
    color: #979797 !important;
}
.hero-float a.arrow-link {
    color: #fff;
    padding-bottom: 7px;
}
.sidebar .hero-float .summary {
  margin-top: 0;
  color: #ffffff;
}
.sidebar .thumbnail-list2 {
  padding-bottom: 0;
}
.sidebar .arrow-link.box {
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: left;
  color: #e7aa30;
}
.sidebar .promo {
  margin-bottom: 20px;
}
.sidebar .promo p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.sidebar .promo a {
  margin: 0;
}
.sidebar .promo img {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 568px) {
  .side {
    padding: 0 10px;
  }
  .sidebar {
    padding-left: 10px;
  }
}
footer#colophon.site-footer {
  box-shadow: none;
  float: left;
  margin: 0 !important;
  padding: 0;
  background-color: transparent;
  width: 100%;
  clear: both;
}
footer#colophon.site-footer .footernote {
  position: relative;
  background-color: #333333;
  padding: 20px 0;
  color: #f1f1f1;
  font-size: 13px;
  z-index: 999;
  text-transform: uppercase;
}
footer#colophon.site-footer .footernote:before {
  background-color: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5000px;
  right: -5000px;
  content: "";
  z-index: -1;
}
footer#colophon.site-footer .footernote a {
  color: #ffffff;
}
footer#colophon.site-footer .footernote a:hover {
  color: #cccccc;
}
@media only screen and (max-width: 767px) {
  footer#colophon.site-footer {
    float: left;
    margin: auto;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  footer#colophon.site-footer section {
    padding: 0;
  }
}
.vip {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #e8aa30;
  color: #ffffff;
  line-height: 50px;
  display: inline-block;
  z-index: 999999999;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.vip:hover {
  cursor: pointer;
}
.vip .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vip i {
    position: absolute;
    top: 14px;
    right: 15px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    text-shadow: 0 1px white;
    background-color: transparent;
    border: transparent;
    padding: 0px 2px 2px 2px;
}
.vip.on {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.vip.die {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.site-content {
  display: block;
  float: left;
  margin-left: 0px;
  padding-right: 40px;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
@media only screen and (max-width: 767px) {
  .site-content {
    padding: 0 10px;
  }
}
h3.large {
  display: block;
  min-height: 46px;
}
h3.small {
  display: none;
}
h4.primary.center {
  color: #e8aa30;
  font-size: 24px;
}
.primary-content > section.box {
  padding-top: 0;
}
.primary-content .custom a {
  color: #7a5327;
}
.primary-content .custom a:hover {
  color: #333;
}
.primary-content .custom .inner {
  content: "";
  clear: both;
  display: table;
  padding: 20px 20px 0 20px;
  background-color: #9b998a;
  display: inline-block !important;
}
.primary-hero {
    -webkit-box-shadow: 0px 0px 17px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 17px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 17px -6px rgba(0, 0, 0, 0.75);
    padding: 5% 5%;
    background: #fff;
}
.primary-hero .hero-inner {
  padding: 0 0px;
}
.primary-hero .hero-main {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
.primary-hero .hero-main .more-link {
  position: relative;
}
.primary-hero .hero-main .details li {
  font-size: 1.2em;
}
.primary-hero .hero-main .details li .title {
  color: #474540;
  font-weight: bold;
}
.primary-hero .summary {
  margin-bottom: 20px;
}
.primary-hero .summary .more-link {
  display: none;
}
.primary-hero .full-width-btn {
  list-style-type: none;
  margin-bottom: 0;
  padding: 13px 0;
  text-align: center;
  font-weight: bold;
  background: #e8aa30;
  color: #ffffff;
}
.primary-hero .full-width-btn li {
  display: inline;
  margin-right: 10px;
}
.primary-hero .full-width-btn li:after {
  content: "|";
  margin-left: 10px;
}
.primary-hero .full-width-btn li:last-child:after {
  display: none;
}
.primary-hero .full-width-btn li a {
  color: #ffffff;
}
.primary-hero .full-width-btn .title {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #e5e5e5;
  margin-right: 13px;
}
.primary-hero .full-width-btn .title:after {
  display: none;
}
.full-content p {
  font-size: 1.14em;
}
.full-content ul {
  margin-left: 19px;
  margin-bottom: 20px;
}
.full-content ul > ul {
  margin: 0;
}
.full-content ul li {
  font-size: 1.18em;
}
.post-thumbnail {
  margin-bottom: 20px;
}
.hero-main {
  overflow: hidden;
  overflow-x: visible;
  display: inline-block;
}
.hero-main h3 {
  font-size: 2.19em;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #e8aa30;
  font-weight: bold;
}

.media-container p.gray-heading {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.hero-main h4 {
  text-transform: uppercase;
}
.hero-main p {
  font-weight: bold;
  font-size: 1.14em;
}
.hero-main .content-short .full-page-link {
  position: absolute;
  right: 0;
  margin: -45px 160px 0 0;
}
.hero-main .content-full {
  display: none;
}
.hero-main .read-more-less-list {
  float: right;
  list-style-type: none;
  margin-top: 10px;
}
.hero-main .read-more-less-list li {
  float: left;
  margin-right: 20px;
}
.hero-main .read-more-less-list li a {
  line-height: 1em;
}
.moreless {
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
.moreless .mlButtons {
  background: #ffffff;
  bottom: 0;
  box-shadow: 0 -47px 37px 14px #ffffff;
  float: left;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 999999;
}
.moreless .mlButtons a {
  float: right;
  margin-left: 20px;
  font-size: 18px;
  line-height: normal;
}
.moreless.less .mlButtons {
  box-shadow: none;
}
.moreless .extraContent {
  display: none;
  width: 100% !important;
}
.moreless .part > p {
  font-size: 1.3em;
  line-height: 1.5em;
}
.moreless .part > ul li {
  font-size: 1.18em;
  max-width: 80%;
  margin-left: 5%;
}
.hero {
  padding: 10px 0 20px 0;
}
.hero p,
.hero h3 {
  margin: 0 20px;
}
.hero h3 {
  color: #474540;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero figure {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.hero figure span {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  display: inline-block;
  float: left;
}
.hero img {
  padding: 0;
  width: 100%;
}
.hero .heading {
  font-size: 1.14em;
  text-transform: uppercase;
}
.hero .summary {
  margin-bottom: 20px;
  font-size: 1.14em;
  line-height: normal;
  min-height: 70px;
}
.hero .summary .more-link {
  display: none;
}
.hero.side {
  background: #9b998a;
  margin-bottom: 30px;
}
main .hero h3 {
  min-height: 40px;
}
.hero-float {
  float: left;
  /*margin-right: 3%;*/
  /*width: 48%;*/
}
.hero-float.hero-last {
  margin-right: 0;
}
.hero-float .hero-bg {
  background-color: #9b998a;
  margin-bottom: 30px;
}
.content-container {
  padding: 0 10px;
}
.thumbnail-list {
  content: "";
  clear: both;
  display: table;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0 0 20px 0;
}
.thumbnail-list li {
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
  float: left;
}
.thumbnail-list.centered {
  text-align: center;
  margin: 0 auto;
  display: table;
  overflow: hidden;
}
.thumbnail-list.centered li {
  margin-left: auto;
  margin-right: 15px;
  width: 80px;
}
.thumbnail-list.side {
  margin: 0 0 15px 0;
  padding: 0;
}
.thumbnail-list.side li {
  box-shadow: none;
  width: 21%;
  margin-right: 10px;
}
.thumbnail-list2 {
  content: "";
  clear: both;
  display: table;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.thumbnail-list2 li {
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.thumbnail-list2 li a {
  float: left;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.thumbnail-list2 .box {
  padding: 6.66666667px;
}
.thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  display: inline-block;
  float: left;
}
#latest-news .padding {
  padding: 20px;
}
#latest-news .inner {
  background-color: #9b998a;
  float: left;
  position: relative;
  clear: left;
  width: 100%;
  content: "";
  clear: both;
  display: table;
}
#latest-news .inner h3 {
  text-transform: uppercase;
  font-size: 2.19em;
  margin: 0;
}
#latest-news .inner img {
  box-shadow: 0 0 15px -1px #000000;
}
#latest-news .inner .wrapper {
  content: "";
  clear: both;
  display: table;
  float: left;
  position: relative;
  clear: left;
  width: 100%;
  box-shadow: 0 0 15px -6px #000000 inset;
  overflow: hidden;
}
#latest-news .inner .list-container {
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  padding: 20px 10px 20px 20px;
}
#latest-news .inner .list-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#latest-news .inner .list-container li {
  background: url("../images/dot-gray.png") top left repeat-x transparent;
  background-size: 10px 5px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: normal;
}
#latest-news .inner .list-container li p {
  line-height: normal;
  margin: 10px 0 0 20px;
}
#latest-news .inner .list-container li a {
  font-weight: normal;
  margin-left: 20px;
}
.discover-more-wrapper {
  overflow: hidden;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 30px;
}
.discover-more-wrapper .holder {
  display: block;
  position: relative;
  box-shadow: 0 0 20px 2px #000 inset;
  overflow: hidden;
}
.discover-more-wrapper .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 80px;
  -webkit-filter: grayscale(100%) blur(1px) sepia(80%);
  filter: grayscale(100%) blur(1px) sepia(80%);
  box-shadow: 0 0 1000px 10px #000 inset;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.discover-more-wrapper .discover-more {
  width: 100%;
}
.discover-more-wrapper .discover-more h3 {
  color: #ffffff;
  padding: 80px 80px 0 80px;
  font-weight: bold;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
}
.discover-more-wrapper .discover-more p {
  width: 100%;
  padding: 20px 80px 40px 80px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.discover-more-wrapper .link {
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #35302b;
    padding: 10px;
    font-family: 'Moderat-Medium', helvetica, sans-serif !important;
    color: #e8aa30;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4em;
    font-size: 24px;
}
.media-container {
  background-color: #a8a699;
  float: left;
  padding: 10px;
}
.media-container .list-item .arrow-link {
    margin-left: 20px !important;
    color: #e7aa30 !important;
    font-size: 14px !important;
    padding-bottom: 6px !important;
}
.media-container:last-child {
  margin-right: 0;
}
.media-container .list-item {
  content: "";
  clear: both;
  display: table;
  width: 100%;
  background-color: #9b998a;
  margin-bottom: 20px;
}
.media-container .list-item figure {
  position: relative;
  width: 16.6666%;
  float: left;
  padding-top: 10px;
}
.media-container .list-item figure .icon {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.media-container .list-item figure .icon.video {
  background-image: url("../images/camera.svg");
  background-size: 40px;
  height: 40px;
  width: 40px;
  margin-top: 0px;
}
.media-container .list-item figure .icon.story {
  background-image: url("../images/note.svg");
  background-size: 25px;
  height: 40px;
  width: 40px;
  margin-top: 0px;
}
.media-container .list-item figure .icon.artist {
  background-image: url("../images/artist.svg");
  background-size: 25px;
  height: 40px;
  width: 40px;
  margin-top: 0px;
}
.media-container .list-item figure .icon.playlist {
  background-image: url("../images/play.svg");
  background-size: 22px;
  height: 40px;
  width: 40px;
  margin-top: 0px;
}
.media-container .list-item article {
  position: relative;
  width: 83.3333%;
  float: left;
  padding: 7.6666667px 0;
  text-align: left;
  min-height: 60px;
}
.media-container .list-item article span {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.media-container .list-item.first {
  float: left;
  position: relative;
  clear: left;
  width: 100%;
}
.media-container .list-item.first figure {
  float: left;
  width: 33.3333%;
  padding: 0;
  position: relative;
}
.media-container .list-item.first figure img {
  float: left;
  position: relative;
  clear: left;
  width: 100%;
}
.media-container .list-item.first article {
  float: left;
  position: relative;
  width: 66.6666%;
  text-align: left;
  padding: 5px 20px;
}
.media-container .list-item.first article a {
  content: "";
  clear: both;
  display: table;
}
.media-container .list-item h3 {
  font-size: 1.22em;
  line-height: 1.2em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.media-container .list-item .heading {
  font-size: 1.065em;
  line-height: 1.2em;
}
.media-container .list-item .arrow-link {
  margin-left: 20px;
}
.media-container .first figure {
  width: 100%;
}
.media-container .first figure:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-container.album:nth-child(2n),
.media-container.video:nth-child(2n) {
  clear: both;
}
.media-container.album .list-item,
.media-container.video .list-item {
  margin-bottom: 0;
}
.media-container.album .first figure,
.media-container.video .first figure {
  width: 100%;
  height: 180px;
}
.media-container.album .first figure img,
.media-container.video .first figure img {
  display: none;
}
.media-container.album .first article,
.media-container.video .first article {
  padding: 20px;
  width: 100%;
}
.media-container.album .first article:first-child,
.media-container.video .first article:first-child {
  padding: 10px 20px;
}
.media-container.album .first article:first-child p,
.media-container.video .first article:first-child p {
  font-size: 20px;
}
.media-container.album .first article:first-child h3,
.media-container.video .first article:first-child h3 {
  font-size: 20px;
  margin-top: 5px;
  color: #333333;
}
.media-container.album .first article:last-child span,
.media-container.video .first article:last-child span {
  min-height: 100px;
  padding: 10px 0;
  font-size: 20px;
  line-height: normal;
  color: #ffffff;
  display: inline-block;
}
.media-container.related article {
  padding: 20px;
  width: 100%;
}
.media-container.related article h4 {
  color: #999;
    font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.media-container.related article h3 {
  min-height: 50px;
}
.media-container.related figure {
  width: 100%;
  height: 180px;
}
.media-container.related figure:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-container.related figure:after {
  left: 0;
}
.media-container.listing .first {
  margin-bottom: 0;
}
.media-container.listing .first article {
  float: left;
  position: relative;
  width: 66.6666%;
  padding-bottom: 20px;
  padding-top: 10px;
}
.media-container.listing .first figure:after {
  display: none;
}
.media-container.listing:nth-child(odd) {
  clear: both;
  float: left;
}
.media-container.listing figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.media-container.listing figure img {
  display: none;
}
.media-container.listing p {
  margin-bottom: 20px;
  font-size: 1.14em;
  line-height: normal;
}
.previous-artists {
  margin-top: 30px;
}
.previous-artists .grey-heading {
  margin-bottom: 0;
}
.previous-artists li {
  list-style-type: none;
}
.four-col-list {
  overflow: hidden;
  margin-bottom: 20px;
}
.four-col-list li {
  float: left;
  list-style-type: none;
  padding: 0;
  padding: 5px;
}
.four-col-list li .box {
  padding: 10px 20px 20px 20px;
    background: #e7aa30;
}
main .hero .box h3 {
    color: #000;
}
@media only screen and (max-width: 767px) {
  .four-col-list {
    margin: 0;
    padding: 20px;
  }
  .four-col-list .hero {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .four-col-list .hero h3 {
    margin-bottom: 5px;
  }
}
.artist-icon,
.story-icon,
.video-icon,
.playlist-icon {
  position: relative;
}
.artist-icon:after,
.story-icon:after,
.video-icon:after,
.playlist-icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #ee2d33;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  height: 50px;
  width: 50px;
  background-size: auto;
}
.video-icon:after {
  background-image: url("../images/camera.svg");
  background-size: 40px;
}
.artist-icon:after {
  background-image: url("../images/artist.svg");
}
.story-icon:after {
  background-image: url("../images/note.svg");
}
.playlist-icon:after {
  background-image: url("../images/play.svg");
}
.four-col-list .artist-icon,
#picked-content .artist-icon,
.four-col-list .story-icon,
#picked-content .story-icon,
.four-col-list .video-icon,
#picked-content .video-icon,
.four-col-list .playlist-icon,
#picked-content .playlist-icon {
  height: 220px;
  width: 100%;
  position: relative;
}
.four-col-list .artist-icon:before,
#picked-content .artist-icon:before,
.four-col-list .story-icon:before,
#picked-content .story-icon:before,
.four-col-list .video-icon:before,
#picked-content .video-icon:before,
.four-col-list .playlist-icon:before,
#picked-content .playlist-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.full-artist-profile {
  background: #000000;
  color: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 1.14em;
  line-height: 2.9em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.full-artist-profile:hover {
  color: #ffffff;
}
.pager {
  text-align: center;
  padding: 0 10px;
  display: inline-block;
}
.pager hr {
  margin: 0;
  width: 100%;
  display: inline-block;
}
.pager .navigation {
  padding: 7px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.pager .navigation ul {
  margin: 0;
}
.pager .navigation ul li {
  display: inline;
  margin: 0 2px ;
}
.pager .navigation ul li a,
.pager .navigation ul li a:hover,
.pager .navigation ul li.active a,
.pager .navigation ul li.disabled {
  color: #ffffff;
  text-decoration: none;
  background-color: #e8aa30;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
.pager .navigation ul li a:hover,
.pager .navigation ul li.active a {
  background-color: #7a5327;
}
.pager .navigation ul li.next {
  margin-left: 40px;
}
.pager .navigation ul li.prev {
  margin-right: 40px;
}
.page-content {
  margin: 0 0 20px 0;
  padding: 20px;
  background-color: #9b998a;
}
.page-content .search-field {
  opacity: 0.5;
}
p > .video-container {
  float: none;
}
.add-playlist-icon {
  position: relative;
  display: inline-block;
  width: 100%;
}
.add-playlist-icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #e8aa30;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  height: 50px;
  width: 50px;
  background-size: auto;
}
.add-playlist-icon:after {
  background-image: url("../images/play.svg");
}
.add-playlist-icon.alignleft {
  width: auto;
}
.add-video-icon {
  position: relative;
  width: 100%;
  display: inline-block;
}
.add-video-icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #e8aa30;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  height: 50px;
  width: 50px;
  background-size: auto;
}
.add-video-icon:after {
  background-image: url("../images/camera.svg");
  background-size: 40px;
}
.add-video-icon.alignleft {
  width: auto;
}
.wp-caption.alignleft {
  width: 100% !important;
}
.wp-caption.alignleft a {
  width: 20%;
  float: left;
}
.wp-caption.alignleft .wp-caption-text {
  width: 80%;
  float: left;
  padding: 0 20px 20px 20px;
}
.alignleft-play-icon,
.alignleft-video-icon {
  content: "";
  clear: both;
  display: table;
  display: block;
  min-height: 170px;
  padding-left: 170px;
  position: relative;
}
.alignleft-play-icon a,
.alignleft-video-icon a,
.alignleft-play-icon img,
.alignleft-video-icon img {
  left: 0;
  margin: 0 20px 0 0;
  position: absolute;
  top: 4px;
  width: 150px;
}
.alignleft-play-icon a:after,
.alignleft-video-icon a:after,
.alignleft-play-icon img:after,
.alignleft-video-icon img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #e8aa30;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  height: 50px;
  width: 50px;
  top: 104px;
  left: 0;
}
.alignleft-play-icon a:after {
  background-image: url("../images/play.svg");
}
.alignleft-video-icon a:after {
  background-image: url("../images/camera.svg");
}
.heading-grey-background {
  background: transparent;
  display: block;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
.add-play-icon-to-full-width-image {
  display: block;
  position: relative;
}
.add-play-icon-to-full-width-image:before {
  left: 0;
  margin: -40px auto 0 auto;
  background-image: url("../images/play.svg");
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #e8aa30;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  background-size: 65px 65px;
}
.add-description-to-full-width-image {
  display: block;
  background: transparent;
  padding: 20px 20px 20px 20px;
  font-weight: bold;
  margin-top: -20px;
}
svg.replaced-svg {
  width: 30px;
  height: 30px;
  opacity: 0.7;
}
svg.replaced-svg text {
  font-size: 18px;
}
.spotifyEmbedPlayer {
  background-color: #000000;
}
.spotifyEmbedPlayer figure {
  max-width: 50%;
}
.spotifyEmbedPlayer figcaption {
  display: none;
}
.spotifyEmbedPlayer br {
  display: none;
}
body.page-template-store article,
body.page-template-default article {
  padding: 0;
  margin: 0;
  background-color: #9b998a;
}
body.page-template-store article .entry-footer,
body.page-template-default article .entry-footer,
body.page-template-store article .entry-header,
body.page-template-default article .entry-header {
  padding: 20px;
  background-color: transparent;
}
body.page-template-store article .entry-footer,
body.page-template-default article .entry-footer {
  display: none;
}
body.page-template-store article .entry-content,
body.page-template-default article .entry-content {
  padding: 20px;
}
.﻿primary-content.custom .inner {
  display: inline-block !important;
}
@media only screen and (min-width: 1128px) and (max-width:1440px) {
  .site {
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
    padding: 0 40px;
    max-width: 1200px;
  }
}
@media only screen and (max-width:960px) {
  .site {
    padding: 0 20px;
  }
  .thumbnail-list.centered li,
  .thumbnail-list.side li {
    margin-right: 12px;
    width: 65px;
  }
  .thumbnail-list.centered li:last-child,
  .thumbnail-list.side li:last-child {
    display: none;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .site {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 950px) {
  .thumbnail-list {
    padding: 20px 10px;
  }
  .thumbnail-list.centered li {
    width: 55px;
    margin-right: 10px;
  }
  .thumbnail-list.side li {
    width: 55px;
    margin-right: 10px;
  }
  .media-container.album .first article:last-child span,
  .media-container.video .first article:last-child span {
    min-height: 150px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 987px) {
  .hero h3 {
    font-size: 1.1em;
  }
  #latest-news .inner .list-container li a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .site {
    padding: 0 10px;
  }
  .desktop {
    display: none;
  }
  .primary-content {
    width: 100%;
  }
  .thumbnail-list.side {
    text-align: center;
    margin: 0 auto 20px auto;
    display: table;
    overflow: hidden;
  }
  .thumbnail-list.side li {
    width: 70px;
  }
  .hero.side {
    margin: 0 0 0px 0 !important;
  }
  .hero figure {
    display: none;
  }
  .primary-hero .hero-inner {
    margin: 0;
  }
  .previous-artists {
    padding: 0;
  }
  .four-col-list {
    margin: 0;
    padding: 0;
  }
  .four-col-list .hero {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .four-col-list .hero h3 {
    margin-bottom: 5px;
  }
  #latest-news .inner .list-container {
    background: #000;
    padding: 0;
  }
  section#picked-content {
    display: block !important;
}
#latest-news .inner {
    padding: 0px 15px !important;
}
.hero-float article a.arrow-link {
    font-size: 18px;
}
.hero-float a.arrow-link {
    font-size: 15px;
}
.media-container .list-item h3.large {
    display: none !important;
}

.discover-more-wrapper .discover-more h3 {
    color: #ffffff;
    padding: 30px 10px 0 10px;
    font-weight: bold;
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
}
.discover-more-wrapper .discover-more p {
    width: 100%;
    padding: 20px 20px 20px 20px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.media-container .list-item article {
    min-height: 0;
    padding-bottom: 4px;
    padding-top: 7px;
}
.media-container .list-item .heading {
    font-size: 0.9em;
    }
    
.hero.side article {
    background: #212121;
    padding: 14px 13px;
}
.media-container .list-item figure {
    padding-top: 0px;
}
.media-container .list-item h3 {
    font-size: 1.1em;
    margin-bottom: 3px !important;
    }
header.global-header .store-assets {
    display: none !important;
    }
#picked-content .hero-float {
    display: block;
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
}
  #latest-news .inner .list-container li a {
    font-size: 1em;
  }
  .alignleft-play-icon,
  .alignleft-video-icon {
    padding-left: 0;
  }
  .alignleft-play-icon img,
  .alignleft-video-icon img {
    display: block;
    position: static;
    width: 100%;
    float: left;
    left: auto;
    margin: 0;
    padding: 0;
  }
  .alignleft-play-icon img:after,
  .alignleft-video-icon img:after {
    margin: -59px 0 0 0;
    top: auto;
  }
  .alignleft-play-icon a,
  .alignleft-video-icon a {
    display: block;
    margin: 0 20px 0 0 ;
    position: relative;
    width: 50%;
    float: left;
    left: auto;
  }
  .alignleft-play-icon a:after,
  .alignleft-video-icon a:after {
    margin: -59px 0 0 0;
    top: auto;
  }
  .media-container .list-item article {
    float: left;
    position: relative;
    width: 83.3333%;
  }
  #main .media-container .list-item article {
    float: left;
    position: relative;
    width: 100%;
    padding-left: 10px;
}

#main .media-container .list-item .arrow-link {
    font-size: 20px !important;
    padding-top: 6px;
    padding-bottom: 9px !important;
}
}
@media only screen and (max-width: 568px) {
  h3.large {
    display: none;
  }
  h3.small {
    display: block;
  }
  .hero-main .content-short .full-page-link {
    margin: -18px 30px 0 0;
  }
  .media-container.related article h3 {
    min-height: 50px;
    font-size: 24px;
}
  .hero-main .read-more-less-list li {
    float: none;
    margin-bottom: 5px;
  }
  .albumWrapper .image {
    width: 100%;
  }
  .albumWrapper .playlist-icon:after {
    display: none !important;
  }
  .albumWrapper .albumIframe {
    position: relative !important;
    width: 100% !important;
  }
  .albumWrapper .albumIframe iframe {
    max-height: 80px !important;
    margin: 0 !important;
  }
  .discover-more-wrapper {
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 00px;
}
  .artist-icon:after,
  .story-icon:after,
  .video-icon:after,
  .playlist-icon:after {
    height: 40px !important;
    width: 40px !important;
    background-size: 25px 25px !important;
  }
  .story-icon:after {
    background-size: 20px 20px !important;
  }
  .alignleft-play-icon a,
  .alignleft-video-icon a {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .primary-hero .full-width-btn li {
    display: block;
  }
  .primary-hero .full-width-btn li:after {
    display: none;
  }
}
body.single .primary-hero,
body.page-template-playlists .primary-hero {
  box-shadow: none;
  padding-top: 0;
}
body.single .site-main,
body.page-template-playlists .site-main {
  padding-top: 0;
}
body.single .site-main > section,
body.page-template-playlists .site-main > section {
  padding-top: 0;
}
body.single .site-main .backto,
body.page-template-playlists .site-main .backto {
  padding-left: 24px;
  color: #7a5327;
  position: absolute;
  top: -30px;
  left: -14px;
  font-weight: bold;
  line-height: normal;
  padding-left: -20px;
}
body.single .site-main .backto:before,
body.page-template-playlists .site-main .backto:before {
  position: absolute;
  left: 0;
  top: 0;
  border-width: 8px 8px 8px 8px;
  border-color: transparent #7a5327 transparent transparent;
  border-style: solid;
  content: "";
}
body.page-template-release .site-main {
  padding-top: 0;
}
body.page-template-release .site-main > section {
  padding-top: 0;
}
body.page-template-release .site-main .backto {
  padding-left: 24px;
  color: #7a5327;
  position: absolute;
  top: -30px;
  left: -14px;
  font-weight: bold;
  line-height: normal;
  padding-left: -20px;
}
body.page-template-release .site-main .backto:before {
  position: absolute;
  left: 0;
  top: 0;
  border-width: 8px 8px 8px 8px;
  border-color: transparent #7a5327 transparent transparent;
  border-style: solid;
  content: "";
}
body.single.single-playlist .featured-playlist,
body.single.single-video .featured-playlist,
body.page-template-playlists .featured-playlist,
body.page-template-release .featured-playlist {
  padding: 20px 0 0 0;
}
body.single.single-playlist .featured-playlist .albumWrapper,
body.single.single-video .featured-playlist .albumWrapper,
body.page-template-playlists .featured-playlist .albumWrapper,
body.page-template-release .featured-playlist .albumWrapper {
  background-color: #181818;
  box-shadow: 0 0 1px 1px #000 inset;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
body.single.single-playlist .featured-playlist .albumWrapper .playlist-icon:after,
body.single.single-video .featured-playlist .albumWrapper .playlist-icon:after,
body.page-template-playlists .featured-playlist .albumWrapper .playlist-icon:after,
body.page-template-release .featured-playlist .albumWrapper .playlist-icon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #e8aa30;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  background-size: 65px 65px;
  background-size: 30px;
}
body.single.single-playlist .featured-playlist .albumWrapper .album-tracklist-container,
body.single.single-video .featured-playlist .albumWrapper .album-tracklist-container,
body.page-template-playlists .featured-playlist .albumWrapper .album-tracklist-container,
body.page-template-release .featured-playlist .albumWrapper .album-tracklist-container {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
  padding: 8px 0 0 0;
}
body.single.single-playlist .featured-playlist .albumWrapper .album-tracklist-container.description,
body.single.single-video .featured-playlist .albumWrapper .album-tracklist-container.description,
body.page-template-playlists .featured-playlist .albumWrapper .album-tracklist-container.description,
body.page-template-release .featured-playlist .albumWrapper .album-tracklist-container.description {
  padding: 10px 0 0 20px;
  background-color: #9b998a;
}
body.single.single-playlist .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist,
body.single.single-video .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist,
body.page-template-playlists .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist,
body.page-template-release .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist {
  color: #ffffff;
  list-style-type: none;
  margin: 0;
}
body.single.single-playlist .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li,
body.single.single-video .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li,
body.page-template-playlists .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li,
body.page-template-release .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li {
  font-size: 0.875em;
  border-bottom: solid 1px #282828;
  padding: 5px 0 5px 10px;
}
body.single.single-playlist .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .track-number,
body.single.single-video .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .track-number,
body.page-template-playlists .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .track-number,
body.page-template-release .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .track-number {
  color: #a0a0a0;
  margin-right: 10px;
}
body.single.single-playlist .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .title,
body.single.single-video .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .title,
body.page-template-playlists .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .title,
body.page-template-release .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .title {
  margin-right: 10px;
}
body.single.single-playlist .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .duration,
body.single.single-video .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .duration,
body.page-template-playlists .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .duration,
body.page-template-release .featured-playlist .albumWrapper .album-tracklist-container .album-tracklist li .duration {
  color: #a0a0a0;
}
body.single.single-playlist .featured-playlist .albumIframe,
body.single.single-video .featured-playlist .albumIframe,
body.page-template-playlists .featured-playlist .albumIframe,
body.page-template-release .featured-playlist .albumIframe {
  height: 100%;
  background-color: #181818;
}
body.single.single-playlist .featured-playlist .albumIframe iframe,
body.single.single-video .featured-playlist .albumIframe iframe,
body.page-template-playlists .featured-playlist .albumIframe iframe,
body.page-template-release .featured-playlist .albumIframe iframe {
  display: inline-block;
  height: 100%;
}
body.single.single-playlist .featured-playlist h4,
body.single.single-video .featured-playlist h4,
body.page-template-playlists .featured-playlist h4,
body.page-template-release .featured-playlist h4 {
  color: #ffffff;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
}
body.single.single-playlist .featured-playlist h2,
body.single.single-video .featured-playlist h2,
body.page-template-playlists .featured-playlist h2,
body.page-template-release .featured-playlist h2 {
  padding: 0 20px;
  color: #474540;
  font-size: 32px;
  text-transform: uppercase;
}
.timeline_wrapper {
  background-color: #000000;
  min-height: 530px;
}
.timeline_wrapper .timeline {
  font-family: "Noto Sans", sans-serif !important;
}
.timeline_wrapper .timeline .item .read_more {
  background-color: #e8aa30;
  color: #ffffff;
  right: auto;
  left: 10px;
  font-size: 12px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-family: "Noto Sans", sans-serif !important;
}
.timeline_wrapper .timeline a.t_line_node {
  color: #e8aa30 !important;
}
.timeline_wrapper .timeline a.t_line_node:after {
  background: #e8aa30 none repeat scroll 0 0 !important;
}
.timeline_wrapper .timeline a.t_line_node:hover {
  background: none transparent !important;
}
.timeline_wrapper .timeline .t_node_desc span {
  background-color: #e8aa30 !important;
}
.timeline_wrapper .timeline .t_node_desc span:after {
  background-color: #e8aa30 transparent transparent transparent !important;
  border-top-color: #e8aa30 !important;
}
.timeline_wrapper .timeline .item_open h2,
.timeline_wrapper .timeline .item h2 {
  text-align: left !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #e8aa30;
  text-transform: uppercase;
  margin: 8px 10px 8px 10px !important;
  font-family: "Noto Sans", sans-serif !important;
}
.timeline_wrapper .timeline .item_open span,
.timeline_wrapper .timeline .item span {
  font-family: "Noto Sans", sans-serif !important;
  text-align: left !important;
  font-size: 14px !important;
  line-height: normal;
  margin: 0 10px !important;
}
.timeline_wrapper .timeline .item_open .timeline_open_content {
  padding: 0 !important;
}
.timeline_wrapper .timeline .item_open .con_borderImage {
  border: 0;
}
.timeline_wrapper .content-blocks {
  overflow: hidden;
  height: 0;
}
.timeline_wrapper .content-blocks.active {
  height: auto;
  overflow: visible;
}
.timeline_wrapper select {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  height: 70px;
  float: left;
  position: relative;
  clear: left;
  width: 100%;
}
.timeline_wrapper .timelineTooltipTop {
  display: none;
  background-color: #e8aa30;
  color: #ffffff;
  position: absolute;
  top: 70px;
  right: 50%;
  margin: 0;
  padding: 5px;
  height: auto;
  max-width: 250px;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  z-index: 9999999;
}
.timeline_wrapper .timelineTooltipTop:after {
  content: "";
  border: 20px solid;
  border-color: transparent transparent #e8aa30 transparent;
  position: absolute;
  left: 50%;
  top: -35px;
  margin-left: -20px;
}
.timeline_wrapper .timelineTooltipBot {
  display: none;
  background-color: #e8aa30;
  color: #ffffff;
  position: absolute;
  bottom: 70px;
  left: 50%;
  margin: 0;
  padding: 5px;
  height: auto;
  max-width: 250px;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  z-index: 9999999;
}
.timeline_wrapper .timelineTooltipBot:after {
  content: "";
  border: 20px solid;
  border-color: #e8aa30 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -20px;
}
.timeline_wrapper .image_roll_glass,
.timeline_wrapper .image_roll_zoom {
  display: none !important;
}
a.timeline_rollover_bottom.con_borderImage {
  cursor: none;
}
.years-wrapper {
  content: "";
  clear: both;
}
.years-wrapper .years {
  height: 70px;
  background: url("../images/timeline-bg.png") left -10px repeat-x #e1ded4;
  list-style-type: none;
  float: left;
  position: relative;
  clear: left;
  width: 100%;
  margin: 0;
}
.years-wrapper .years li {
  text-align: center;
  color: #5a5854;
  float: left;
  font-weight: bold;
  height: 70px;
  padding-top: 35px;
  width: 3.84%;
}
.years-wrapper .years li.four-digits {
  color: black;
}
.years-wrapper .years li.active,
.years-wrapper .years li:not(.off):hover {
  background: url("../images/a-z-bg-active.png") top center no-repeat rgba(0, 0, 0, 0);
  background-size: contain;
}
.years-wrapper .years li.active:hover {
  cursor: auto;
}
.years-wrapper .years li:not(.off):hover {
  cursor: pointer;
}
.years-wrapper .years li.off {
  color: #a9a69d;
}
@media only screen and (max-width: 767px) {
  .years-selector {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
  }
  .years-selector select {
    padding: 10px;
    width: 100%;
  }
  .timeline_wrapper .timelineTooltipTop,
  .timeline_wrapper .timelineTooltipBot {
    right: auto;
    left: 50%;
    margin: 0 0 0 -125px;
  }
}
.a-z-artist-listing {
  padding-top: 0 !important;
}
.a-z-artist-listing .representer {
  position: absolute;
  top: -70px;
  right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #978c77;
  font-size: 50px;
}
.a-z-artist-listing h2 {
  color: #000000;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  font-size: 32px;
}
.a-z-artist-listing h3 {
  color: #000;
  margin-top: 7px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
}
.a-z-artist-listing select.a_z_selector {
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
}
.a-z-artist-listing .A-Z-listing {
  background-color: #f2f2f2;
  position: relative;
  min-height: 400px;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='1'] {
  min-height: 270px;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='1'] .content-blocks {
  min-height: 260px;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='1'] .content-blocks ul {
  min-height: 250px;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='1'] .content-blocks ul li {
  width: 180px;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='1'] .content-blocks ul li.select {
  background-color: #a8a699;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='1'] .content-blocks ul li.select * {
  color: #ebe8de;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='2'] {
  min-height: 400px;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='2'] .content-blocks {
  min-height: 400px;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='2'] .content-blocks ul {
  min-height: 380px;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='2'] .content-blocks ul li {
  width: 150px;
}
.a-z-artist-listing .A-Z-listing[data-maxrow='2'] .content-blocks ul li a figure:before,
.a-z-artist-listing .A-Z-listing[data-maxrow='2'] .content-blocks ul li a figure {
  border-radius: 100px;
}
.a-z-artist-listing .A-Z-listing .content-blocks {
  display: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.a-z-artist-listing .A-Z-listing .content-blocks.active {
  display: inline-block;
}
.a-z-artist-listing .A-Z-listing .content-blocks ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  width: 200%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.a-z-artist-listing .A-Z-listing .content-blocks ul li {
  padding: 10px 20px;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.a-z-artist-listing .A-Z-listing .content-blocks ul li a {
  color: #b7b4aa;
}
.a-z-artist-listing .A-Z-listing .content-blocks ul li a figure {
  width: 100%;
  position: relative;
}
.a-z-artist-listing .A-Z-listing .content-blocks ul li a figure:before {
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.a-z-artist-listing .A-Z-listing .content-blocks ul li a .name {
  width: 100%;
  display: inline-block;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  clear: both;
  float: left;
}
.a-z-artist-listing .A-Z-listing .content-blocks .pips {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 10px;
}
.a-z-artist-listing .A-Z-listing .content-blocks .pips .pip {
  color: #7a5327;
  padding: 0 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
}
.a-z-artist-listing .A-Z-listing .content-blocks .pips .pip:hover {
  color: #e8aa30;
}
.a-z-artist-listing .A-Z-listing .content-blocks .pips .pip.activePip {
  color: #e8aa30;
  cursor: auto;
}
.a-z-artist-listing .A-Z-listing .prev,
.a-z-artist-listing .A-Z-listing .next {
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 50%;
  width: 0;
  height: 0;
  line-height: 0;
  text-align: center;
  margin-top: -15px;
  cursor: pointer;
  z-index: 9999;
}
.a-z-artist-listing .A-Z-listing .prev:after,
.a-z-artist-listing .A-Z-listing .next:after {
  border-bottom: 14px solid transparent;
  border-right: 14px solid #e8aa30;
  border-top: 14px solid transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.a-z-artist-listing .A-Z-listing .prev.next,
.a-z-artist-listing .A-Z-listing .next.next {
  left: auto;
  right: 10px;
}
.a-z-artist-listing .A-Z-listing .prev.next:after,
.a-z-artist-listing .A-Z-listing .next.next:after {
  border-right: 0 solid transparent;
  border-left: 14px solid #e8aa30;
  left: auto;
  right: 0;
}
.a-z-artist-listing .A-Z-listing .prev:hover.prev:after,
.a-z-artist-listing .A-Z-listing .next:hover.prev:after {
  border-right: 14px solid #7a5327;
}
.a-z-artist-listing .A-Z-listing .prev:hover.next:after,
.a-z-artist-listing .A-Z-listing .next:hover.next:after {
  border-left: 14px solid #7a5327;
}
.a-z-artist-listing .A-Z-listing .prev.off,
.a-z-artist-listing .A-Z-listing .next.off {
  cursor: auto;
}
.a-z-artist-listing .A-Z-listing .prev.off.prev:after,
.a-z-artist-listing .A-Z-listing .next.off.prev:after {
  border-right: 14px solid #a9a69d;
}
.a-z-artist-listing .A-Z-listing .prev.off.next:after,
.a-z-artist-listing .A-Z-listing .next.off.next:after {
  border-left: 14px solid #a9a69d;
}
.a-z-artist-listing .letters-wrapper {
  text-transform: uppercase;
  background: url("../images/a-z-bg.png") left -10px repeat-x #e2dfd5;
  background-size: 9px 50px;
  box-shadow: 0 0 8px -5px inset;
}
.a-z-artist-listing .letters-wrapper ul {
  list-style: none;
  width: 100%;
  margin: 0;
}
.a-z-artist-listing .letters-wrapper ul li {
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  float: left;
  width: 3.8%;
  text-align: center;
  padding-top: 30px;
  color: #5a5854;
}
.a-z-artist-listing .letters-wrapper ul li:not(.off) {
  position: relative;
}
.a-z-artist-listing .letters-wrapper ul li:not(.off):hover:before,
.a-z-artist-listing .letters-wrapper ul li:not(.off).active:before {
  background: url("../images/a-z-bg-active.png") top center no-repeat transparent;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
}
.a-z-artist-listing .letters-wrapper ul li.off {
  color: #a9a69d;
  cursor: auto;
}
.a-z-artist-listing .hide-l {
  display: none;
}
.a-z-artist-listing .hide-s {
  display: block;
}
@media only screen and (max-width: 568px) {
  .a-z-artist-listing .hide-l {
    display: block;
  }
  .a-z-artist-listing .hide-s {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .a-z-artist-listing .A-Z-listing .content-blocks ul li {
    display: grid;
    margin: 0 auto;
  }
}
.ui-helper-hidden {
  display: none;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #dbd9cc;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* tooltip styling */
.ui-tooltip {
  display: none;
  font-size: 13px;
  line-height: normal;
  width: 200px;
  padding: 6.66666667px 10px;
  color: #ffffff;
  background-color: #464540;
  border: 1px solid black;
  text-align: center;
  position: absolute;
  z-index: 9999;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.9;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.a-z-artist-listing .ui-widget {
  position: relative;
  display: inline-block;
  width: 100%;
}
#tags {
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: #dbd9cc;
}
#search_a_z_button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 50px;
  width: 50px;
  text-align: center;
  overflow: hidden;
  background-color: #e8aa30;
}
#search_a_z_button:after,
#search_a_z_button:before {
  border: 3px solid #ffffff;
  content: "";
  position: absolute;
}
#search_a_z_button:before {
  height: 12px;
  left: 29px;
  top: 27px;
  transform: rotate(130deg);
  width: 0;
  z-index: 99;
}
#search_a_z_button:after {
  border-radius: 100px;
  height: 20px;
  left: 9px;
  top: 12px;
  width: 20px;
}
#search_a_z_button:hover:after,
#search_a_z_button:hover:before {
  box-shadow: 0 0 40px 0 #7a5327;
}
.facebookfeedTitle {
  background-color: #9b998a;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 10px 0 0 0;
  width: 100%;
}
.facebookfeedTitle h3 {
  color: #474540;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 20px 20px 20px;
  text-transform: uppercase;
}
.facebookfeed {
  background-color: #9b998a;
  padding: 20px 20px 20px 20px;
  overflow: hidden;
  overflow-y: auto;
  height: 450px;
}
.facebookfeed #livefyre-multistream .fyre-auth,
.facebookfeed #livefyre-multistream .fyre-stream-header,
.facebookfeed #livefyre-multistream .fyre-stream-sort,
.facebookfeed #livefyre-multistream .fyre-facebook-handle,
.facebookfeed #livefyre-multistream .fyre-stream-stats {
  display: none;
}
.facebookfeed #livefyre-multistream p a {
  color: #7a5327;
}
.facebookfeed #livefyre-multistream .fyre-comment-username {
  color: #7a5327;
}
.facebookfeed #livefyre-multistream p {
  font-size: 14px;
  line-height: normal;
}
.facebookfeed #livefyre-multistream .fyre-comment-footer a {
  color: #7a5327;
}
.facebookfeed #livefyre-multistream .fyre .fyre-comment-divider > div.fyre-comment-divider {
  background-color: transparent;
  background: url(../images/dot-gray.png) repeat-x left bottom;
  background-size: 10px;
  height: 10px;
}
.facebookfeed #livefyre-multistream .fyre-liveblog time.fyre-comment-date {
  color: #464540;
}
.gray-heading span {
  font-weight: normal;
  text-transform: none;
}
.gray-heading span.search_count {
  float: right;
  margin-right: 20px;
}
.result {
  content: "";
  clear: both;
  display: table;
  background-color: #e8aa30;
  margin-bottom: 20px;
  width: 100%;
}
.result figure {
  float: left;
}
.result figure .icon {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px auto 0 auto;
}
.result figure .icon.video {
  background-image: url("../images/camera.svg");
  background-size: 40px;
  height: 40px;
  width: 40px;
}
.result figure .icon.story {
  background-image: url("../images/note.svg");
  background-size: 25px;
  height: 40px;
  width: 40px;
}
.result figure .icon.artist {
  background-image: url("../images/artist.svg");
  background-size: 25px;
  height: 40px;
  width: 40px;
}
.result figure .icon.playlist {
  background-image: url("../images/play.svg");
  background-size: 22px;
  height: 40px;
  width: 40px;
}
.result article {
  float: left;
  padding: 20px 0;
  text-align: left;
}
.result article a h3 {
  color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.search-results h3.gray-heading {
    padding-left: 0 !important;
    padding-bottom: 10px;
}
.result article p {
  margin-bottom: 0;
}
.pagination {
  background-color: transparent;
  border: none;
  box-shadow: none;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.pagination .page-numbers {
    color: #FFF;
    text-decoration: none;
    background-color: #e8aa30;
    line-height: 1.5em;
    border-radius: 0;
    font-family: 'Work Sans' !important;
}
.pagination .page-numbers.current {
  font-weight: normal;
  background-color: #7a5327;
}
.pagination .page-numbers.current:hover {
  background-color: transparent;
}
.pagination .page-numbers,
.pagination .next,
.pagination .prev {
  font-family: fontRegular;
}
.pagination .page-numbers:hover,
.pagination .next:hover,
.pagination .prev:hover {
  background-color: #7a5327;
}
.pagination .next,
.pagination .prev {
  height: auto;
  width: auto;
}
.pagination .next:before,
.pagination .prev:before {
  display: none;
}
.pagination .next {
  margin-left: 20px;
}
.pagination .next:before {
  display: none;
}
.pagination .prev {
  margin-right: 20px;
  padding: 0 6px;
}
.pagination .prev:before {
  display: none;
}
body.search-no-results .no-results {
  padding: 0 10px 10px 10px;
}
#TB_window {
  background: #181818 !important;
  border: 1px solid #e8aa30;
  left: 50% !important;
  top: 50% !important;
  margin-left: -400px !important;
  margin-top: -300px !important;
  max-height: 600px !important;
  max-width: 800px !important;
  width: 100% !important;
  height: 100% !important;
}
#TB_window img {
  width: auto;
}
#TB_window img#TB_Image {
  margin: 0 auto !important ;
  border: 0 !important;
  max-height: 100%;
  max-width: 100%;
}
#TB_window .tb-close-icon {
  background-color: #e8aa30;
  color: #ffffff;
}
#TB_window .tb-close-icon:hover {
  background-color: #7a5327;
}
#TB_window #TB_closeWindow {
  padding: 0 ;
}
#TB_window #TB_caption {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 46px;
  color: #dbd9cc;
  display: inline-block;
  height: auto;
  left: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  vertical-align: bottom;
  width: 100%;
  z-index: 99999;
}
#TB_window #TB_secondLine {
  background-color: #181818;
  bottom: -46px;
  color: #e8aa30;
  height: 46px;
  left: 0;
  line-height: 46px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#TB_window #TB_secondLine #TB_next,
#TB_window #TB_secondLine #TB_prev {
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 0;
  height: 0;
  line-height: 0;
  text-align: center;
  margin-top: -15px;
  cursor: pointer;
  z-index: 9999;
  font-size: 0;
}
#TB_window #TB_secondLine #TB_next:after,
#TB_window #TB_secondLine #TB_prev:after {
  border-bottom: 14px solid transparent;
  border-right: 14px solid #e8aa30;
  border-top: 14px solid transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#TB_window #TB_secondLine #TB_next#TB_next,
#TB_window #TB_secondLine #TB_prev#TB_next {
  left: auto;
  right: 20px;
}
#TB_window #TB_secondLine #TB_next#TB_next:after,
#TB_window #TB_secondLine #TB_prev#TB_next:after {
  border-right: 0 solid transparent;
  border-left: 14px solid #e8aa30;
  left: auto;
  right: 0;
}
#TB_window #TB_secondLine #TB_next:hover#TB_prev:after,
#TB_window #TB_secondLine #TB_prev:hover#TB_prev:after {
  border-right: 14px solid #7a5327;
}
#TB_window #TB_secondLine #TB_next:hover#TB_next:after,
#TB_window #TB_secondLine #TB_prev:hover#TB_next:after {
  border-left: 14px solid #7a5327;
}
#TB_window #TB_secondLine #TB_next.off,
#TB_window #TB_secondLine #TB_prev.off {
  cursor: auto;
}
#TB_window #TB_secondLine #TB_next.off#TB_prev:after,
#TB_window #TB_secondLine #TB_prev.off#TB_prev:after {
  border-right: 14px solid #a9a69d;
}
#TB_window #TB_secondLine #TB_next.off#TB_next:after,
#TB_window #TB_secondLine #TB_prev.off#TB_next:after {
  border-left: 14px solid #a9a69d;
}
@media only screen and (max-width: 767px) {
  #TB_window {
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
  }
}
body.single-cope-catalog article.primary-hero {
  -webkit-box-shadow: 0px 0px 17px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px -6px rgba(0, 0, 0, 0.75);
}
body.single-cope-catalog article.primary-hero button#umg-cope-bob,
body.single-cope-catalog article.primary-hero .umg-cope-bob {
  background-color: #e8aa30;
}
body.single-playlist header.global-header .header-banner .bannerimg, body.search-results header.global-header .header-banner .bannerimg, body.page-template-listing header.global-header .header-banner .bannerimg, body.single-story header.global-header .header-banner .bannerimg, body.single-cope-catalog header.global-header .header-banner .bannerimg, body.page-template-release header.global-header .header-banner .bannerimg, body.page-template-store header.global-header .header-banner .bannerimg, body.single-video header.global-header .header-banner .bannerimg {
    height: 260px;
}
body.single-cope-catalog article.primary-hero button#umg-cope-bob:before,
body.single-cope-catalog article.primary-hero .umg-cope-bob:before {
  background: #ce9017;
}
body.single-cope-catalog article.primary-hero hr {
  background-color: transparent;
  background-image: url("../images/dot.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: 10px 5px;
  height: 5px;
  margin: 20px 0;
  width: 100%;
  display: inline-block;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-price {
  color: #7a5327;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap p {
  font-size: 1.4em;
  line-height: normal;
  margin: 0 0 20px 0;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .miniTitle {
  color: #7a5327;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-description {
  font-size: inherit;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-description p {
  font-size: 1.2em;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-top .umg-cope-social-icons .share-label {
  display: none;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-top .umg-cope-social-icons a {
  background-color: transparent;
  color: #7a5327;
  margin-right: 10px;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-top .umg-cope-social-icons a i {
  color: #7a5327;
  font-size: 30px;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-top .umg-cope-social-icons a:hover {
  color: #a16d33;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-top .umg-cope-social-icons a:hover i {
  color: #a16d33;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-top .umg-cope-social-added-msg {
  margin: 10px 0;
  font-size: inherit;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-top label {
  width: 100%;
  display: inline-block;
  font-size: 1.2em;
  color: #474540;
  font-weight: bold;
  line-height: 1em;
  margin: 20px 0;
  text-transform: uppercase;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-top.umg-cope-product-info-simple .umg-cope-product-info-tracklists {
  margin: 0 auto 20px auto;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-top.umg-cope-product-info-simple .umg-cope-product-info-image-shown-wrap {
  max-width: 500px;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-tracklists {
  margin: 0 0 20px 0;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-tracklists tbody tr:nth-child(2n+1) {
  background: #9b998a;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-tracklists tbody tr:nth-child(2n) {
  background: #b3b1a5;
}
body.single-cope-catalog article.primary-hero .umg-cope-product-info-wrap .umg-cope-product-info-tracklists th {
  background: transparent;
  color: #7a5327;
}
body.single-cope-catalog .cope-catalog.hentry {
  margin: 0;
}
.umg-cope-catalog {
  margin: 0 0 0 10px;
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(to left, transparent, transparent 20px, #a8a699 20px, #a8a699 25%) repeat scroll 0 0;
}
.umg-cope-catalog .umg-cope-catalog-product {
  padding: 0 20px 30px 0;
  position: static;
}
.umg-cope-catalog .umg-cope-catalog-product img {
  padding: 0;
}
.umg-cope-catalog .umg-cope-catalog-product .umg-cope-catalog-product-details {
  font-size: inherit;
}
.umg-cope-catalog .umg-cope-catalog-product .umg-cope-catalog-product-details h3 {
  font-size: 1.2em;
  color: #333333;
  padding: 20px;
  line-height: normal;
  font-weight: normal;
}
.umg-cope-catalog .umg-cope-catalog-product .umg-cope-catalog-price {
  color: #7a5327;
  font-size: 30px;
}
.umg-cope-catalog .umg-cope-catalog-product a {
  border: 0;
  text-decoration: none;
}
@media screen and (max-width: 945px) {
  .umg-cope-catalog {
    background: rgba(0, 0, 0, 0) repeating-linear-gradient(to left, transparent, transparent 20px, #a8a699 20px, #a8a699 50%) repeat scroll 0 0;
  }
  .umg-cope-catalog .umg-cope-catalog-product {
    width: 50%;
    /* Fallback */
    width: -webkit-calc(50%);
    width: calc(50%);
  }
  .umg-cope-catalog .umg-cope-catalog-product:nth-of-type(3),
  .umg-cope-catalog .umg-cope-catalog-product:nth-of-type(4) {
    border-top: 40px #9b998a solid;
  }
}
@media screen and (max-width: 500px) {
  .umg-cope-catalog {
    background: rgba(0, 0, 0, 0) repeating-linear-gradient(to left, transparent, transparent 20px, #a8a699 20px, #a8a699 50%) repeat scroll 0 0;
  }
  .umg-cope-catalog .umg-cope-catalog-product {
    width: 50%;
    /* Fallback */
    width: -webkit-calc(50%);
    width: calc(50%);
  }
}
@media screen and (max-width: 400px) {
  .umg-cope-catalog {
    background: transparent;
    margin: 0;
  }
  .umg-cope-catalog .umg-cope-catalog-product {
    background-color: #a8a699;
    padding: 0;
    width: 100%;
    /* Fallback */
    width: -webkit-calc(100%);
    width: calc(100%);
  }
  .umg-cope-catalog .umg-cope-catalog-product:nth-of-type(2),
  .umg-cope-catalog .umg-cope-catalog-product:nth-of-type(3),
  .umg-cope-catalog .umg-cope-catalog-product:nth-of-type(4) {
    border-top: 40px #9b998a solid;
  }
}
.umg-cope-cart-bt-trigger i {
  color: #7a5327;
}
.umg-cope-cart-bt-trigger:hover {
  color: #ffffff;
}
.umg-cope-cart-bt-trigger:hover i {
  color: #e8aa30;
}
.global-header .umg-cope-currency-switcher-wrapper {
  padding: 0 5px !important;
  background-color: #181818;
  display: inline-block;
  height: 30px;
  width: 40px !important;
  min-width: 40px;
  margin-right: 0 !important;
}
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher {
  margin: 0;
  width: 100%;
}
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher div {
  float: left;
  clear: both;
  max-width: 100%;
}
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a {
  color: #ffffff;
  background: #181818;
  text-align: center;
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-indent: 100px;
  transition: all 0.2s linear 0s;
  width: 100%;
}
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a:hover,
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a.umg-cope-currency-selected {
  color: #e8aa30;
  font-weight: normal;
}
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a[data-attr="EUR"]:after {
  content: "€";
}
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a[data-attr="GBP"]:after {
  content: "£";
}
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a[data-attr="USD"]:after {
  content: "$";
}
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a[data-attr="CAD"]:after {
  content: "C$";
}
.global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a:after {
  height: 30px;
  text-indent: 0;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .global-header .umg-cope-currency-switcher-wrapper {
    width: 150px !important;
    background-color: transparent !important;
  }
  .store-assets .global-header .umg-cope-currency-switcher-wrapper {
    min-height: 40px;
  }
  .global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher {
    width: 100% !important;
    background-color: transparent !important;
  }
  .global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher div {
    clear: none;
  }
  .global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a {
    width: 40px;
    height: 30px !important;
    float: right;
    clear: none !important;
    background-color: transparent !important;
    text-shadow: 1px 0px 1px black;
  }
  .global-header .umg-cope-currency-switcher-wrapper .umg-cope-currency-switcher a:after {
    line-height: initial;
  }
}
@media only screen and (max-width: 767px) {
  .global-header .visible-sm.hidden-lg {
    border-top: 0px solid gray;
    max-height: 40px;
  }
  header.global-header .register {
    font-size: 13px !important;
    }
}
#umg-cope-cart-mask {
  background-color: #000 !important;
  opacity: 0.7;
}
#umg-cope-cart-wrapper {
  border: 1px solid #e8aa30 !important;
  box-shadow: none !important;
  background: #181818 !important;
  color: #dbd9cc;
}
#umg-cope-cart-wrapper a {
  color: #ffffff;
  background-color: #e8aa30 !important;
  padding: 5px 10px;
}
#umg-cope-cart-wrapper tr {
  background-color: #323232;
  color: #ffffff;
}
#umg-cope-cart-wrapper tfoot tr,
#umg-cope-cart-wrapper thead tr {
  color: #ffffff;
  background-color: #555;
  font-weight: normal !important;
  text-transform: uppercase;
}
#umg-cope-cart-wrapper tfoot th,
#umg-cope-cart-wrapper thead th {
  font-weight: normal !important;
}
#umg-cope-cart-wrapper tbody tr:nth-child(odd) {
  background-color: #252525;
}
#umg-cope-cart-wrapper #umg-cope-cart-close-url {
  color: #666;
  text-align: center;
  line-height: 29px;
  width: 29px;
  height: 29px;
  background-color: #e8aa30;
  position: absolute;
  top: 0;
  right: 0;
}
#umg-cope-cart-wrapper #umg-cope-cart-close-url:before {
  content: '';
  width: 4px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 6px;
  background-color: #ffffff;
  -ms-transform: rotate(-135deg);
  /* IE 9 */
  -webkit-transform: rotate(-135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-135deg);
}
#umg-cope-cart-wrapper #umg-cope-cart-close-url:after {
  content: '';
  width: 4px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 6px;
  background-color: #ffffff;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}
#umg-cope-cart-wrapper #umg-cope-cart-close-url:hover {
  background-color: #7a5327;
}
#umg-cope-cart-wrapper #umg-cope-cart-body table .umg-cope-cart-rm-bt i {
  color: #e8aa30;
}
#umg-cope-cart-wrapper #umg-cope-cart-body table img {
  margin: 5px 10px 10px 10px;
  float: none;
  max-width: 45px;
}
#umg-cope-cart-wrapper #umg-cope-cart-body table input {
  padding: 5px;
}
#umg-cope-cart-wrapper #umg-cope-cart-body table td {
  padding: 10px 6px 5px;
}
section .umg-cope-catalog-product.umg-cope-individual {
  max-width: 32.8%;
  margin-bottom: 20px;
  background: #9b998a;
}
section .umg-cope-catalog-product.umg-cope-individual img {
  padding: 0;
}
section .umg-cope-catalog-product.umg-cope-individual a {
  border-bottom: 0;
}
section .umg-cope-catalog-product.umg-cope-individual a h3 {
  color: #333333;
  font-size: 1.2em;
  font-weight: normal;
  line-height: normal;
  padding: 20px;
}
section .umg-cope-catalog-product.umg-cope-individual a .umg-cope-catalog-price {
  color: #7a5327;
  font-size: 30px;
}
section .umg-cope-catalog-product.umg-cope-individual a:hover * {
  cursor: pointer;
}
section .umg-cope-catalog-product.umg-cope-individual a:hover h3 {
  color: #4d4d4d;
}
section .umg-cope-catalog-product.umg-cope-individual a:hover .umg-cope-catalog-price {
  color: #a16d33;
}
@media screen and (max-width: 945px) {
  section .umg-cope-catalog-product.umg-cope-individual {
    max-width: 32.8%;
  }
}
@media screen and (max-width: 750px) {
  section .umg-cope-catalog-product.umg-cope-individual {
    max-width: 49.5%;
  }
}
@media screen and (max-width: 400px) {
  section .umg-cope-catalog-product.umg-cope-individual {
    max-width: 100%;
  }
}
#sidebar .umg-cope-cart-bt-trigger {
  border-radius: 0;
  box-shadow: 0 0px 10px -3px;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 20px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
}
#sidebar .umg-cope-currency-switcher {
  width: 100%;
  display: inline-block;
}
#sidebar .umg-cope-currency-switcher a {
  width: 24%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  text-align: center;
}
#sidebar .umg-cope-currency-switcher p {
  width: 24%;
}
#sidebar .umg-cope-currency-switcher p a {
  width: 100%;
}
#sidebar .shortcodeReader .umg-cope-catalog {
  margin-left: 0;
}
#sidebar .shortcodeReader .umg-cope-currency-switcher {
  position: relative !important;
}
#sidebar .shortcodeReader .umg-cope-currency-switcher i.fa.fa-spinner {
  color: white;
  position: absolute !important;
  top: 7px !important;
  z-index: 999 !important;
}
#sidebar .shortcodeReader .umg-cope-catalog-product {
  width: 100%;
  max-width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  background: #222222;
}
#sidebar .shortcodeReader .umg-cope-catalog-product:last-child {
  margin-bottom: 0;
}
#sidebar .shortcodeReader .umg-cope-catalog-product img {
  padding: 0;
}
#sidebar .shortcodeReader .umg-cope-catalog-product a h3 {
  margin-bottom: 0;
  padding: 10px;
  color: #333333;
  font-size: 1.2em;
}
#sidebar .shortcodeReader .umg-cope-catalog-product a .umg-cope-catalog-price {
  color: #7a5327;
}
#sidebar .shortcodeReader .umg-cope-catalog-product a:hover * {
  cursor: pointer;
}
#sidebar .shortcodeReader .umg-cope-catalog-product a:hover h3 {
  color: #4d4d4d;
}
#sidebar .shortcodeReader .umg-cope-catalog-product a:hover .umg-cope-catalog-price {
  color: #a16d33;
}
button#umg-cope-bob,
.umg-cope-bob {
  background-color: #e8aa30;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.4em;
  padding: 8px 15px 8px 45px;
}
button#umg-cope-bob:before,
.umg-cope-bob:before {
  background: #ce9017;
  display: block !important;
}
button#umg-cope-bob.disabled,
.umg-cope-bob.disabled {
  padding: 8px 15px 8px 15px;
}
button#umg-cope-bob.disabled:before,
.umg-cope-bob.disabled:before {
  display: none !important;
}
button#umg-cope-bob i,
.umg-cope-bob i {
  background: #ce9017;
  font-family: FontAwesome;
  font-size: inherit;
  height: auto;
  left: 0;
  line-height: inherit;
  padding: 8px 10px;
  position: absolute;
  text-align: center;
  top: 0;
}
.releaseItem:nth-child(even) {
  clear: left;
}
.releaseListing {
  float: left;
}
.releaseListing:nth-child(even) {
  clear: none;
}
.releaseListing:nth-of-type(even) {
  clear: left;
}
.fyre a {
  color: #7a5327 !important;
}
.fyre a:hover {
  color: #565552 !important;
}
.fyre .fyre-help .fyre-box-wrapper img {
  heigt: 3px;
  width: 5px;
}
.fyre .fyre-stream-sort {
  border-bottom: 1px solid #9b998a !important;
}
.fyre .fyre-stream-sort .fyre-stream-sort-options a {
  color: #333333 !important;
}
.fyre .fyre-stream-content-not-found div {
  color: #333333 !important;
}
.fyre .fyre-box-wrapper:hover {
  background-color: #dbd9cc !important;
}
.fyre .fyre-box-list {
  background-color: #dbd9cc !important;
}
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div {
  background-color: #464540 !important;
  background-image: none !important;
  color: #a9a69d !important;
  font-weight: bold !important;
}
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-left .fyre-button-left-outer-box .fyre-button-left-inner-box {
  text-shadow: none !important;
}
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-button-right.fyre-post-button .fyre-button-right-outer-box .fyre-button-right-inner-box {
  text-shadow: none !important;
  color: #a9a69d !important;
}
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-format-button.fyre-button-left-open > div {
  background-color: #dbd9cc !important;
}
.fyre-editor .fyre-editor-toolbar .goog-toolbar > div.fyre-mention-button.fyre-button-left-open > div {
  background-color: #dbd9cc !important;
}
.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar {
  width: auto !important;
}
.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div {
  background-color: #dbd9cc !important;
}
.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div:hover .tr-icon {
  background-color: transparent !important;
}
.fyre-editor .fyre-editor-toolbar .fyre-format-toolbar .goog-toolbar > div:nth-child(3n+3) {
  border-right: 1px solid #e7e7e7 !important;
}
.fyre-editor .fyre-editor-toolbar .fyre-share-container {
  background-color: #dbd9cc !important;
}
.fyre-editor .fyre-editor-container .fyre-editor-editable {
  background-color: #dbd9cc !important;
  box-shadow: none !important;
}
.fyre-mention-menu {
  background-color: #dbd9cc !important;
}

/* FORM BUILDER MIGRATIONS: PUSH - DCS: 2018-12-12 */
#ae-cform-container-1 {
  margin: 0 auto;
  padding-top: 10%;
}
.form_reg_content {
  overflow: auto;
  background-color: #979889;
}

.ae-cform-title {
  text-align: center;
  font-size: 1.5em;
}

/* CUSTOM MOTOWN50: 2019-04-10 */

.home header.global-header .header-banner .bannerimg {
    display: none !important;
}

body.page-template-homepage .header-banner {
    padding-top: 1px !important;
}

.home header.global-header .header-banner .featured-artist {
    margin-top: -3px;
}

header.global-header .search-form {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}

.visible-lg {
    display: block;
    z-index: 10;
}

header.global-header .register {
    z-index: 9;
}

header.global-header .header-banner {
    height: 1510px;
}

.tp-bullets.new-bullet-bar.horizontal.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal.noSwipe {
    margin-top: 24px;
}

.new-bullet-bar .tp-bullet:hover, .new-bullet-bar .tp-bullet.selected {
    background: rgba(255,255,255,1);
}

.new-bullet-bar .tp-bullet {
    width: 60px;
    height: 3px;
    position: absolute;
    background: #aaa;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    box-sizing: content-box;
}

@media screen and (min-width: 59.6875em) {

	.site {
		margin: 0 auto;
		max-width: 1350px;
	}
}

section#picked-content {
    display: flex;
}

article.full-content {
    background: #fff;
    padding: 5% 6%;
    font-size: 14px;
}

.artist-template-default ul.featured-artists-thumbnails.centered {
    display: block !important;
}

.hero .heading {
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #fff;
}

.arrow-link {
    color: #fff;
}

.artist-template-default header.global-header .header-banner {
    height: 600px;
    padding-top: 150px;
}

hr, body.single-cope-catalog article.primary-hero hr {
    display: inline-block;
    width: 98%;
    border: 0;
    background-image: none;
    background-position: center;
    background-repeat: repeat-x;
    background-color: transparent;
    background-size: 10px 5px;
    height: 4px;
    margin: 10px 10px;
    clear: both;
}

.story-template-default ul.featured-artists-thumbnails.centered {
    display: block !important;
}

.media-container .list-item .heading {
    font-size: 1.0em;
    line-height: 1.2em;
    color: #999;
    padding-bottom: 5px;
    display: inline-block;
}

.facebookfeed {
    padding: 0 0px !important;
    }
    
 .story-template-default header.global-header .header-banner .featured-artist {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.hero-float .hero-bg .heading {
    font-size: 19px;
    margin-bottom: 4px;
    1px: ;
}

.hero-float .hero-bg h3 {
    color: #000 !important;
}

footer#colophon.site-footer .footernote {
    padding: 30px 0 !important;
}
    
.previous-artists a.arrow-link.centered {
    color: #fff;
}

footer .media-container.l-6.m-6.s-12.box {
    padding-left: 0;
    padding-right: 20px;
}

.media-container .list-item h3.large {
    display: table-cell;
    font-size: 18px;
    line-height: 1em;
    padding-bottom: 7px;
    padding-right: 10px;
}

@media only screen and (max-width: 767px) {
  .media-container.l-6.m-6.s-12.box.social {
    margin-bottom: 17px;
}
.hero-main h3 {
    font-size: 2em;
}
footer .media-container.l-6.m-6.s-12.box {
    padding-right: 0px;
}
}

.flickity-page-dots {
    display: none !important;
}

.home header.global-header .search-form input[type="search"] {
    border: none;
    font-size: 0.85em !important;
    opacity: 1;
    padding: 9px;
    background: rgba(0,0,0,0.15);
    color: #fff !important;
    width: 306px !important;
}

header.global-header .store-assets {
    position: absolute;
    right: 10px;
    font-size: 0.85em;
    top: 60px;
    background: rgba(0,0,0,0.2);
    padding: 6px 10px;
    color: #fff;
}

header.global-header .store-assets .umg-cope-currency-switcher-wrapper {
    display: inline-block;
    float: right;
    margin: -2px 10px 0 20px;
    min-width: 30px;
    position: relative;
    height: 20px !important;
}
section#latest-news {
    padding: 0;
}
#latest-news .inner {
    background-color: #000;
    border-radius: 0;
    padding: 10px 0px;
}

article.featured-playlist.l-12 {
    color: #fff;
}