/* General */
* {
  box-sizing: border-box;
}

html {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-weight: normal;
  line-height: 1.6em;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #1a101e;
  color: #ededed;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 70px;
  }
}
@media screen and (max-width: 599px) {
  body {
    padding-top: 50px;
  }
}

a {
  color: #a075b4;
  text-decoration: none;
}
a:hover, a:focus {
  color: #836793;
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 599px) {
  p {
    margin: 0 0 20px 0;
  }
}

blockquote {
  background: #ededed;
  border: 0;
  color: #2b2b2b;
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 0 30px 15px;
  padding: 30px 50px;
  position: relative;
}
blockquote:after {
  background: #ededed;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -63px;
  top: 0;
  width: 64px;
}
@media screen and (max-width: 599px) {
  blockquote:after {
    right: -40px;
  }
}
@media screen and (max-width: 1023px) {
  blockquote {
    font-size: 24px;
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  blockquote {
    font-size: 18px;
    margin-left: 0;
    padding: 10px 20px;
  }
}
blockquote p {
  margin: 0;
  word-wrap: break-word;
}
blockquote.purple {
  background: #251a2c;
  color: #ededed;
}
blockquote.purple:after {
  background: #251a2c;
}
blockquote.purple .caption {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}
blockquote.purple .caption:before {
  background: #836793;
  content: "";
  display: block;
  height: 2px;
  margin: 19px 0 11px 0;
  width: 100px;
}

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

iframe, object, embed, video {
  border: 0;
  display: block;
  max-width: 100%;
}

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

/* Layout */
.container {
  margin: 0 auto;
  padding: 0 112px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .container {
    /*padding: 0 32px;*/
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .container {
    padding: 0 20px;
  }
}

/* Grid */
.grid-wrapper {
  background: #000;
  padding: 1.5px;
  /*padding: 2px;*/
}

.grid-row:after {
  clear: both;
  content: " ";
  display: table;
}
.grid-row .grid-sizer {
  width: 25%;
}
@media screen and (min-width: 2000px) {
  .grid-row .grid-sizer {
    width: 16.6666667%;
  }
}
@media screen and (max-width: 599px) {
  .grid-row .grid-sizer {
    width: 100%;
  }
}

.grid-item {
  background: #000;
  float: left;
  padding: 1.5px;
  /*padding: 2px;*/
}
.grid-item.grid-item-height-1 .grid-content {
  padding-bottom: 100%;
}
.grid-item.grid-item-height-2 .grid-content {
  padding-bottom: 50%;
}
@media screen and (max-width: 599px) {
  .grid-item.grid-item-height-2 .grid-content {
    padding-bottom: 100%;
  }
}
.grid-item.grid-item-height-3 .grid-content {
  /*padding-bottom: 200%;*/
  padding-bottom: calc(200% + 3px);
}
.grid-item.grid-item-width-1 {
  width: 25%;
}
@media screen and (min-width: 2000px) {
  .grid-item.grid-item-width-1 {
    width: 16.6666667%;
    /*width: 16.25%;*/
  }
}
@media screen and (max-width: 1199px) {
  .grid-item.grid-item-width-1 {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .grid-item.grid-item-width-1 {
    width: 100%;
  }
}
.grid-item.grid-item-width-2 {
  width: 50%;
}
@media screen and (min-width: 2000px) {
  .grid-item.grid-item-width-2 {
    width: 33.3333334%;
    /*width: 33.25%;*/
  }
}
@media screen and (max-width: 1199px) {
  .grid-item.grid-item-width-2 {
    width: 100%;
  }
}
.grid-item .grid-content {
  background: rgb(63, 26, 79); /* Old browsers */
  /*height: 100%;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f1a4f+0,997aa8+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(63, 26, 79) 0%, rgb(153, 122, 168) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f1a4f", endColorstr="#997aa8", GradientType=0); /* IE6-9 */
  position: relative;
}
.grid-item .grid-content .grid-item-link {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  bottom: 0;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.grid-item .grid-content .grid-item-link:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.05);
  content: "";
  display: block;
  height: 200%;
  position: absolute;
  top: 0;
  /*transform: rotate(45deg) translate(-450%, 0);*/
  transform: rotate(45deg) translate(-200%, 0);
  width: 100%;
}
.grid-item .grid-content .grid-item-link:hover:before, .grid-item .grid-content .grid-item-link:focus:before {
  /*transform: rotate(45deg) translate(450%, 0);*/
  transform: rotate(45deg) translate(200%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid-item .grid-content .grid-item-text {
  color: #fff;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: 1;
}
.grid-item .grid-content .grid-item-text > span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  margin: 0 0 5px 0;
  text-indent: 1.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .grid-item .grid-content .grid-item-text > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .grid-item .grid-content .grid-item-text > span {
    font-size: 11px;
  }
}
.grid-item .grid-content .grid-item-text > span.date {
  color: #9b9b9b;
  margin: 5px 0 0 0;
}
.grid-item .grid-content .grid-item-text > span.more {
  margin: 20px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .grid-item .grid-content .grid-item-text > span.more {
    margin: 15px 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .grid-item .grid-content .grid-item-text > span.more {
    margin: 10px 0 0 0;
  }
}
.grid-item .grid-content .grid-item-text > h2,
.grid-item .grid-content .grid-item-text > h3 {
  font-size: 21px;
  font-weight: 300;
}
.grid-item .grid-content.grid-item-text-top .grid-item-text {
  top: 20px;
}
.grid-item .grid-content.grid-item-text-bottom .grid-item-link:after { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(37, 26, 44, 0) 0%, rgb(37, 26, 44) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#251a2c+0,251a2c+100&0+0,1+100 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00251a2c", endColorstr="#251a2c", GradientType=0); /* IE6-9 */
  height: 250px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .grid-item .grid-content.grid-item-text-bottom .grid-item-link:after {
    height: 140px;
  }
}
.grid-item .grid-content.grid-item-text-bottom .grid-item-text {
  bottom: 20px;
}
.grid-item.grid-item-text-1 .grid-item-text > h2,
.grid-item.grid-item-text-1 .grid-item-text > h3 {
  font-size: 21px;
  line-height: 1.3em;
}
@media screen and (max-width: 1023px) {
  .grid-item.grid-item-text-1 .grid-item-text > h2,
  .grid-item.grid-item-text-1 .grid-item-text > h3 {
    /*font-size: 12px;*/
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .grid-item.grid-item-text-1 .grid-item-text > h2,
  .grid-item.grid-item-text-1 .grid-item-text > h3 {
    /*font-size: 11px;*/
    font-size: 20px;
  }
}
.grid-item.grid-item-text-2 .grid-item-text > h2,
.grid-item.grid-item-text-2 .grid-item-text > h3 {
  font-size: 30px;
  line-height: 1.3em;
}
@media screen and (max-width: 1023px) {
  .grid-item.grid-item-text-2 .grid-item-text > h2,
  .grid-item.grid-item-text-2 .grid-item-text > h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .grid-item.grid-item-text-2 .grid-item-text > h2,
  .grid-item.grid-item-text-2 .grid-item-text > h3 {
    font-size: 20px;
  }
}
.grid-item.grid-item-text-3 .grid-item-text > h2,
.grid-item.grid-item-text-3 .grid-item-text > h3 {
  font-size: 36px;
  line-height: 1.3em;
}
@media screen and (max-width: 1023px) {
  .grid-item.grid-item-text-3 .grid-item-text > h2,
  .grid-item.grid-item-text-3 .grid-item-text > h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .grid-item.grid-item-text-3 .grid-item-text > h2,
  .grid-item.grid-item-text-3 .grid-item-text > h3 {
    /*font-size: 24px;*/
    font-size: 20px;
  }
}
.grid-item.grid-item-type-this-day-in-history .grid-content-carousel {
  padding-bottom: 100%;
}
.grid-item.grid-item-type-this-day-in-history .owl-carousel {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.grid-item.grid-item-type-this-day-in-history .owl-carousel .owl-stage-outer {
  height: 100%;
}
.grid-item.grid-item-type-this-day-in-history .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.grid-item.grid-item-type-this-day-in-history .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.grid-item.grid-item-type-this-day-in-history .owl-carousel .owl-stage-outer .owl-stage .owl-item > div {
  height: 100%;
}
.grid-item.grid-item-type-music-embed .grid-content {
  background: #181818;
}
.grid-item.grid-item-type-music-embed iframe {
  bottom: 53px;
  height: calc(100% - 53px);
  position: absolute;
  top: 0;
  width: 100%;
}
.grid-item.grid-item-type-music-embed .music-link {
  bottom: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  text-indent: 1.5px;
  text-transform: uppercase;
  width: 100%;
}
.grid-item.grid-item-type-store .grid-content {
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .grid-item.grid-item-static .grid-content {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 599px) {
  .grid-item.grid-item-static .grid-content {
    padding: 20px 20px 25px 20px;
  }
}
@media screen and (max-width: 1023px) {
  .grid-item.grid-item-static .grid-content .grid-item-link {
    position: static;
  }
}
@media screen and (max-width: 1023px) {
  .grid-item.grid-item-static .grid-content .grid-item-text {
    position: static;
  }
}

/* Utility */
.visible-phone {
  display: none;
}
@media screen and (max-width: 599px) {
  .visible-phone {
    display: block;
  }
}

.visible-tablet {
  display: none;
}
@media screen and (max-width: 1023px) {
  .visible-tablet {
    display: block;
  }
}

/* Headings */
h1, .h1 {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 599px) {
  h1, .h1 {
    font-size: 31px;
  }
}
h1.italic, .h1.italic {
  font-style: italic;
}

h2, .h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  h2, .h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  h4, .h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3em;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 1.28em;
  }
}
@media screen and (max-width: 599px) {
  h5, .h5 {
    font-size: 16px;
    line-height: 1.3em;
  }
}

a.h5 {
  color: #a075b4;
}
a.h5:hover, a.h5:focus {
  color: #836793;
}

h6, .h6 {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2em;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  h6, .h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  h6, .h6 {
    font-size: 11px;
  }
}

a.h6 {
  color: #a075b4;
}
a.h6:hover, a.h6:focus {
  color: #836793;
}

.caption {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

/* Page Title */
.page-title {
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 12px;
  line-height: 1em;
  margin: 0;
  /*text-indent: 6px;*/
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .page-title {
    font-size: 52px;
    letter-spacing: 9px;
    text-indent: 4.5px;
  }
}
@media screen and (max-width: 599px) {
  .page-title {
    font-size: 31px;
    letter-spacing: 5px;
    text-indent: 2.5px;
  }
}

.section-title {
  font-size: 38px;
  font-weight: 300;
  letter-spacing: 9px;
  line-height: 1em;
  margin: 0;
  /*text-indent: 4.5px;*/
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .section-title {
    font-size: 34px;
    letter-spacing: 7px;
    text-indent: 3.5px;
  }
}
@media screen and (max-width: 599px) {
  .section-title {
    font-size: 26px;
    letter-spacing: 5px;
    text-indent: 2.5px;
  }
}

.section-title-sm {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 1em;
  margin: 0;
  /*text-indent: 3.5px;*/
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .section-title-sm {
    font-size: 26px;
    letter-spacing: 5px;
    text-indent: 2.5px;
  }
}
@media screen and (max-width: 599px) {
  .section-title-sm {
    font-size: 20px;
    letter-spacing: 3.5px;
    text-indent: 1.75px;
  }
}

/* Lists */
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  /*font-size: 18px;
     line-height: 1.6em;*/
}
ul > li + li {
  margin-top: 10px;
}

ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  /*font-size: 18px;
     line-height: 1.6em;*/
}
ol > li + li {
  margin-top: 10px;
}

/* Custom Select */
.select {
  visibility: hidden;
}

.chosen-container {
  width: auto !important;
}
.chosen-container .chosen-single {
  background: #251a2c !important;
  border: 1px solid #836793 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  height: 35px !important;
  letter-spacing: 2px;
  line-height: 1em !important;
  padding: 11px 10px !important;
  text-indent: 1px;
  text-transform: uppercase;
}
.chosen-container .chosen-single div {
  width: auto;
}
.chosen-container .chosen-single div:before {
  color: #fff;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1em;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}
.chosen-container .chosen-single div b {
  display: none;
}
.chosen-container.chosen-with-drop .chosen-single div:before {
  content: "\f106";
}
.chosen-container .chosen-drop {
  background: #251a2c !important;
  border: 1px solid #836793 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.chosen-container .chosen-results {
  /*max-height: none!important;*/
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  line-height: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 1px;
  text-transform: uppercase;
}
.chosen-container .chosen-results li {
  padding: 10px;
}
.chosen-container .chosen-results li.highlighted {
  background: #836793 !important;
}

.chosen-search-input {
  display: none !important;
}

.lang-select + .chosen-container .chosen-results {
  max-height: none !important;
}

/* Buttons */
.btn-std {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  background: #836793;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 3px;
  line-height: 1em;
  overflow: hidden;
  padding: 17px 16px;
  position: relative;
  text-align: center;
  text-indent: 1.5px;
  /*padding: 19px 16px;*/
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
}
.btn-std span {
  display: inline;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.btn-std i {
  font-size: 18px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  z-index: 2;
}
.btn-std:before {
  background: #a075b4;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  width: 150%;
  z-index: 1;
}
.btn-std.active, .btn-std:hover, .btn-std:focus {
  color: #fff;
  cursor: pointer;
  outline: 0;
}
.btn-std.active:before, .btn-std:hover:before, .btn-std:focus:before {
  background-color: #a075b4;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-border {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #836793;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  height: 50px;
  letter-spacing: 3px;
  line-height: 1em;
  overflow: hidden;
  padding: 19px 10px;
  position: relative;
  text-align: center;
  text-indent: 1.5px;
  text-transform: uppercase;
  vertical-align: middle;
}
.btn-border.multiline {
  padding: 13px 10px;
}
.btn-border.multiline.active {
  padding: 19px 10px;
}
.btn-border span {
  display: inline;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.btn-border span:nth-child(2) {
  display: none;
}
.btn-border i {
  font-size: 18px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  z-index: 2;
}
.btn-border:before {
  background: #a075b4;
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  width: 150%;
  z-index: 1;
}
.btn-border.active, .btn-border:hover {
  color: #fff;
  outline: 0;
}
.btn-border.active:before, .btn-border:hover:before {
  background-color: #a075b4;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-border.active span:nth-child(1) {
  display: none;
}
.btn-border.active span:nth-child(2) {
  display: inline-block;
}

.btn-pill {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  border: 1px solid #836793;
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  height: 35px;
  letter-spacing: 2px;
  line-height: 1em;
  overflow: hidden;
  padding: 11px 15px;
  position: relative;
  text-align: center;
  text-indent: 1px;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 1;
}
.btn-pill span {
  display: inline;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.btn-pill i {
  display: none;
  font-size: 14px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  z-index: 2;
}
.btn-pill:before {
  background: #836793;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  width: 150%;
  z-index: 1;
}
.btn-pill:focus {
  color: inherit;
}
.btn-pill.active, .btn-pill:hover {
  color: #fff;
  outline: 0;
}
.btn-pill.active:before, .btn-pill:hover:before {
  background-color: #836793;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-pill.active i {
  display: inline;
}

.btn-navi {
  -webkit-appearance: none;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 50px;
  letter-spacing: 3px;
  line-height: 1em;
  overflow: hidden;
  padding: 17px 16px;
  position: relative;
  text-align: center;
  text-indent: 1.5px;
  text-transform: uppercase;
  vertical-align: middle;
}
.btn-navi span {
  display: inline;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.btn-navi:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  width: 150%;
  z-index: 1;
}
.btn-navi.active, .btn-navi:hover, .btn-navi:focus {
  color: #836793;
  outline: 0;
}
.btn-navi.active:before, .btn-navi:hover:before, .btn-navi:focus:before {
  background-color: #fff;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-drop-group {
  display: inline-block;
  position: relative;
}
.btn-drop-group > a {
  padding: 19px 16px;
}
.btn-drop-group ul {
  background: #836793;
  display: none;
  list-style: none;
  margin: 0;
  margin-top: -2px;
  padding: 0 5px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.btn-drop-group ul > li + li {
  border-top: 1px solid #fff;
  margin-top: 0;
}
.btn-drop-group ul > li > a {
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.3em;
  padding: 10px 5px;
  position: relative;
  text-align: center;
  text-indent: 1.5px;
  text-transform: uppercase;
}
.btn-drop-group.open ul {
  display: block;
}

/* Header */
#header {
  z-index: 1030;
}
#header .header-utility {
  background: #251a2c;
  position: relative;
  z-index: 1040;
}
@media screen and (max-width: 1023px) {
  #header .header-utility {
    display: none;
  }
}
#header .header-utility .container {
  height: 50px;
  padding: 8px 32px 7px 32px;
}
@media screen and (max-width: 1023px) {
  #header .header-utility .container {
    padding: 8px 20px 7px 20px;
  }
}
#header .header-utility .chosen-container .chosen-single {
  border-color: transparent !important;
  color: #9b9b9b !important;
  padding-left: 0 !important;
}
#header .header-utility .chosen-container .chosen-single div:before {
  color: #9b9b9b !important;
}
#header .header-utility .chosen-container.chosen-with-drop {
  color: #fff !important;
}
#header .header-utility .chosen-container.chosen-with-drop .chosen-single {
  border-color: #836793 !important;
  padding-left: 10px !important;
}
#header .header-utility .newsletter {
  float: right;
}
#header .header-utility .newsletter > span {
  color: #9b9b9b;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}
#header .header-main {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d000000", endColorstr="#00000000", GradientType=0); /* IE6-9 */
  position: absolute;
  top: 50px;
  transition: background-color 250ms linear;
  width: 100%;
  z-index: 1030;
}
@media screen and (max-width: 1023px) {
  #header .header-main {
    background: #251a2c;
    filter: none;
    position: fixed;
    top: 0;
  }
}
#header .header-main.sticky {
  background: #251a2c;
  filter: none;
  position: fixed;
  top: 0;
}
#header .header-main .container {
  height: 50px;
  padding: 11px 32px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #header .header-main .container {
    height: 70px;
    padding: 22px 20px;
  }
}
@media screen and (max-width: 599px) {
  #header .header-main .container {
    height: 50px;
    padding: 16px 12px;
  }
}
#header .header-main .logo {
  display: inline-block;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  height: auto;
  line-height: 1em;
  vertical-align: middle;
  width: 300px;
}
#header .header-main .logo svg {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #header .header-main .logo {
    width: 180px;
  }
}
#header .header-main .tablet-btn {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #header .header-main .tablet-btn {
    border-left: 1px solid #836793;
    height: 70px;
    position: absolute;
    top: 0;
    width: 70px;
  }
  #header .header-main .tablet-btn:nth-of-type(1) {
    right: 70px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 599px) {
  #header .header-main .tablet-btn:nth-of-type(1) {
    right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #header .header-main .tablet-btn:nth-of-type(2) {
    right: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 599px) {
  #header .header-main .tablet-btn {
    height: 50px;
    width: 50px;
  }
}
#header .header-main #search-toggle {
  position: absolute;
  right: 87px;
  top: calc(50% - 12px);
  /*height: 24px;*/
}
@media screen and (max-width: 1023px) {
  #header .header-main #search-toggle {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  #header .header-main #search-toggle {
    top: calc(50% - 7px);
  }
  #header .header-main #search-toggle svg {
    height: auto;
    width: 14px;
  }
}
#header .header-main #nav-toggle {
  cursor: pointer;
  display: block;
  height: 18px;
  position: absolute;
  right: 32px;
  top: calc(50% - 9px);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 24px;
}
@media screen and (max-width: 1023px) {
  #header .header-main #nav-toggle {
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  #header .header-main #nav-toggle {
    height: 11px;
    top: calc(50% - 6px);
    width: 14px;
  }
}
#header .header-main #nav-toggle span:not(.sr-only) {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #header .header-main #nav-toggle span:not(.sr-only) {
    border-radius: 0;
    height: 1px;
  }
}
#header .header-main #nav-toggle span:not(.sr-only):nth-child(1) {
  top: 0px;
}
#header .header-main #nav-toggle span:not(.sr-only):nth-child(2) {
  top: 8px;
}
@media screen and (max-width: 599px) {
  #header .header-main #nav-toggle span:not(.sr-only):nth-child(2) {
    top: 5px;
  }
}
#header .header-main #nav-toggle span:not(.sr-only):nth-child(3) {
  top: 8px;
}
@media screen and (max-width: 599px) {
  #header .header-main #nav-toggle span:not(.sr-only):nth-child(3) {
    top: 5px;
  }
}
#header .header-main #nav-toggle span:not(.sr-only):nth-child(4) {
  top: 16px;
}
@media screen and (max-width: 599px) {
  #header .header-main #nav-toggle span:not(.sr-only):nth-child(4) {
    top: 10px;
  }
}
#header .header-main #nav-toggle.open span:nth-child(1) {
  left: 50%;
  top: 16px;
  width: 0%;
}
@media screen and (max-width: 599px) {
  #header .header-main #nav-toggle.open span:nth-child(1) {
    top: 10px;
  }
}
#header .header-main #nav-toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}
#header .header-main #nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#header .header-main #nav-toggle.open span:nth-child(4) {
  left: 50%;
  top: 16px;
  width: 0%;
}
@media screen and (max-width: 599px) {
  #header .header-main #nav-toggle.open span:nth-child(4) {
    top: 10px;
  }
}

/* Main */
#main {
  position: relative;
}

/* Hero */
.hero {
  position: relative;
}
.hero > a {
  color: #fff;
}
.hero > a:after { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(37, 26, 44, 0) 0%, rgb(37, 26, 44) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#251a2c+0,251a2c+100&0+0,1+100 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00251a2c", endColorstr="#251a2c", GradientType=0); /* IE6-9 */
  height: 360px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .hero > a:after {
    height: 320px;
  }
}
.hero > a .hero-img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .hero > a .hero-img {
    display: none;
  }
}
.hero > a .hero-img-mobile {
  display: none;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .hero > a .hero-img-mobile {
    display: block;
  }
}
.hero > a .hero-content {
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: 1;
}
.hero > a .hero-content > span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  margin: 0 0 5px 0;
  text-indent: 1.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .hero > a .hero-content > span {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .hero > a .hero-content > span {
    font-size: 11px;
  }
}
.hero > a .hero-content > h2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.3em;
}
@media screen and (max-width: 1023px) {
  .hero > a .hero-content > h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .hero > a .hero-content > h2 {
    font-size: 28px;
  }
}

/* Off Canvas Navigation */
#main, #footer, #share-bar {
  perspective: 1000px;
  transition: transform 0.5s;
}

#offcanvas-nav {
  background: #251a2c;
  border-top: 1px solid #54455f;
  height: calc(100vh - 50px);
  position: fixed;
  right: 0;
  top: 100px;
  transform: translate3d(250px, 0, 0);
  transition: transform 0.5s;
  width: 250px;
  z-index: 1040;
}
@media screen and (max-width: 1023px) {
  #offcanvas-nav {
    height: calc(100vh - 70px);
    top: 70px;
  }
}
@media screen and (max-width: 599px) {
  #offcanvas-nav {
    height: calc(100vh - 50px);
    top: 50px;
  }
}
#offcanvas-nav .offcanvas-content {
  height: 100%;
  overflow-y: auto;
  padding: 0 0 50px 0;
}
#offcanvas-nav .offcanvas-content .chosen-container {
  width: 100% !important;
}
#offcanvas-nav .offcanvas-content .chosen-container .chosen-single {
  border-bottom-color: #54455f !important;
  border-color: transparent !important;
  color: #9b9b9b !important;
  height: auto !important;
  padding: 20px 10px !important;
  width: 100% !important;
}
#offcanvas-nav .offcanvas-content .chosen-container .chosen-single span {
  display: inline;
  margin-right: 10px;
}
#offcanvas-nav .offcanvas-content .chosen-container .chosen-single div {
  display: inline;
  position: static;
}
#offcanvas-nav .offcanvas-content .chosen-container .chosen-single div:before {
  color: #9b9b9b !important;
  position: static;
}
#offcanvas-nav .offcanvas-content .chosen-container .chosen-drop {
  border-bottom-color: #54455f !important;
  border-color: transparent !important;
  position: static !important;
}
#offcanvas-nav .offcanvas-content .chosen-container.chosen-with-drop .chosen-single {
  border-bottom-color: transparent !important;
  color: #fff !important;
  padding-bottom: 10px !important;
}
#offcanvas-nav .offcanvas-content .chosen-container.chosen-with-drop div:before {
  color: #fff !important;
}
#offcanvas-nav .offcanvas-content > nav {
  padding: 20px 20px 20px 20px;
}
#offcanvas-nav .offcanvas-content > nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#offcanvas-nav .offcanvas-content > nav ul li {
  position: relative;
}
#offcanvas-nav .offcanvas-content > nav ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1em;
  text-indent: 1.5px;
  text-transform: uppercase;
}
#offcanvas-nav .offcanvas-content > nav ul li a:hover, #offcanvas-nav .offcanvas-content > nav ul li a:focus {
  color: #a075b4;
}
#offcanvas-nav .offcanvas-content > nav ul li + li {
  margin-top: 20px;
}
#offcanvas-nav .offcanvas-content > nav ul li.current-menu-item > a {
  color: #a075b4;
}
#offcanvas-nav .offcanvas-content > nav ul li.menu-item-has-children .sub-menu {
  display: none;
}
#offcanvas-nav .offcanvas-content > nav ul li.menu-item-has-children > a {
  position: relative;
}
#offcanvas-nav .offcanvas-content > nav ul li.menu-item-has-children > a:after {
  color: #a075b4;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1em;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#offcanvas-nav .offcanvas-content > nav ul li.menu-item-has-children.expanded .sub-menu {
  display: block;
}
#offcanvas-nav .offcanvas-content > nav ul li.menu-item-has-children.expanded > a:after {
  content: "\f0d8";
}
#offcanvas-nav .offcanvas-content > nav ul ul {
  margin: 20px 0 0 20px;
}

#offcanvas-overlay {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1020;
}

.off-canvas {
  overflow-y: hidden;
}
.off-canvas #header .header-main {
  background: #251a2c;
}
.off-canvas #main, .off-canvas #footer, .off-canvas #share-bar {
  transform: translate3d(-250px, 0, 0);
}
.off-canvas #share-bar > ul {
  display: none;
}
.off-canvas #offcanvas-nav {
  transform: translate3d(0, 0, 0);
}

/* Share Bar */
#share-bar {
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 1000;
}
@media screen and (max-width: 1023px) {
  #share-bar {
    top: 110px;
  }
}
@media screen and (max-width: 599px) {
  #share-bar {
    top: 70px;
  }
}
#share-bar > ul {
  margin-right: -1px;
}

.share-bar a {
  background: #836793;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 40px;
}
.share-bar a:before {
  background: #836793;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  width: 150%;
  z-index: 1;
}
.share-bar a:hover, .share-bar a:focus {
  color: #fff;
  outline: 0;
}
.share-bar a:hover:before, .share-bar a:focus:before {
  background-color: #a075b4;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
@media screen and (max-width: 599px) {
  .share-bar a {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
.share-bar a i {
  position: relative;
  z-index: 2;
}
.share-bar a svg {
  position: relative;
  top: 4px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .share-bar a svg {
    height: 16px;
    top: 2px;
    width: auto;
  }
}
.share-bar > a {
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.share-bar > a i:nth-of-type(2) {
  display: none;
}
.share-bar > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-bar > ul > li {
  border-top: 1px solid #54455f;
  display: block;
  transform: rotateY(-90deg);
  transform-origin: right;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-property: all;
}
.share-bar > ul > li + li {
  margin-top: 0;
}
.share-bar > ul > li:nth-child(1) {
  transition-delay: 0ms;
}
.share-bar > ul > li:nth-child(2) {
  transition-delay: 50ms;
}
.share-bar > ul > li:nth-child(3) {
  transition-delay: 100ms;
}
.share-bar > ul > li:nth-child(4) {
  transition-delay: 150ms;
}
.share-bar.open > a i:nth-of-type(1) {
  display: none;
}
.share-bar.open > a i:nth-of-type(2) {
  display: inline;
}
.share-bar.open > ul > li {
  transform: rotateY(0deg);
}

/* Indexes */
.index-header-credit {
  bottom: 20px;
  line-height: 1em;
  position: absolute;
  right: 20px;
  z-index: 10;
}
.index-header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .index-header {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .index-header {
    height: 125px;
  }
}
.index-header.index-header-fluid {
  height: auto !important;
  padding: 100px 0 30px 0;
}
@media screen and (max-width: 1023px) {
  .index-header.index-header-fluid {
    padding: 80px 0 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .index-header.index-header-fluid {
    background: none !important;
    padding: 0 0 20px 0;
  }
  .index-header.index-header-fluid:before {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .index-header.index-header-fluid .index-mobile-hero {
    background-image: none !important;
  }
}
@media screen and (max-width: 599px) {
  .index-header.index-header-fluid .index-mobile-hero {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 125px;
    margin: 0 -10px;
    position: relative;
  }
  .index-header.index-header-fluid .index-mobile-hero:before {
    background-image: linear-gradient(to left, rgba(37, 26, 44, 0), #251a2c);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .index-header.index-header-fluid .index-mobile-hero .page-title {
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.index-header.index-header-fluid .index-header-text {
  margin: 20px 0 30px 0;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .index-header.index-header-fluid .index-header-text {
    margin: 20px 0 20px 0;
    width: 100%;
  }
}
.index-header.index-header-fluid .index-header-text p {
  margin: 0;
}
.index-header.index-header-fluid .index-header-text p:first-child {
  margin: 0 0 20px 0;
}
.index-header.index-header-fluid .index-header-text p strong {
  display: inline;
  width: 22px;
}
.index-header.index-header-fluid .index-header-navi-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .index-header.index-header-fluid .index-header-navi-mobile {
    display: block;
  }
}
.index-header.index-header-fluid .index-header-navi-mobile.index-header-navi-mobile-top {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .index-header.index-header-fluid .index-header-navi-mobile.index-header-navi-mobile-top {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .index-header.index-header-fluid .index-header-navi-mobile.index-header-navi-mobile-top {
    margin-top: 20px;
  }
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container {
  width: 75% !important;
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .index-header.index-header-fluid .index-header-navi-mobile .chosen-container {
    width: 50% !important;
  }
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-single {
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  height: 50px !important;
  letter-spacing: 2px;
  line-height: 1em !important;
  padding: 0px !important;
  text-indent: 1px;
  text-transform: uppercase;
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-single span {
  background: #fff !important;
  color: #251a2c !important;
  height: 100%;
  margin-right: 50px;
  padding: 17px 15px;
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-single div {
  border-left: 2px solid #fff;
  height: 50px;
  margin: 0 0 0 auto;
  position: absolute !important;
  text-align: center;
  width: 50px;
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-single div:before {
  color: #fff;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 24px;
  left: 0;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-single div b {
  display: none;
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container.chosen-with-drop .chosen-single span {
  background: transparent !important;
  color: #fff !important;
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container.chosen-with-drop .chosen-single div:before {
  content: "\f106";
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-drop {
  background: #251a2c !important;
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: calc(100% - 50px);
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-results {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  line-height: 1em !important;
  margin: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  text-indent: 1px;
  text-transform: uppercase;
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-results li {
  padding: 15px;
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-results li.highlighted {
  background: #fff !important;
  color: #251a2c !important;
}
.index-header.index-header-fluid .index-header-navi-mobile .chosen-container .chosen-results li + li {
  border-top: 2px solid #fff !important;
}
.index-header.index-header-fluid .index-header-navi.index-header-navi-top {
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .index-header.index-header-fluid .index-header-navi {
    display: none;
  }
}
.index-header.index-header-fluid .index-header-navi a + a {
  margin-left: 20px;
}
.index-header:before {
  background-image: linear-gradient(to left, rgba(37, 26, 44, 0), #251a2c);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.index-header .container {
  position: relative;
  z-index: 1;
}
.index-header .page-title {
  /*padding-top: 240px;*/
  padding-top: 220px;
}
@media screen and (max-width: 1023px) {
  .index-header .page-title {
    padding-top: 108px;
  }
}
@media screen and (max-width: 599px) {
  .index-header .page-title {
    padding-top: 40px;
  }
}
.index-header.index-header-fluid .page-title {
  padding-top: 0 !important;
}

.index-date-bar {
  background: #000;
  padding: 50px 0;
}
@media screen and (max-width: 599px) {
  .index-date-bar {
    padding: 30px 0;
  }
}
.index-date-bar h2 {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .index-date-bar h2 {
    display: block;
  }
}
.index-date-bar a {
  display: inline-block;
  margin-left: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .index-date-bar a {
    margin-left: 0;
    margin-top: 12px;
  }
}
.index-date-bar #toggle-date.active {
  color: #fff;
}
.index-date-bar #toggle-date.active .fa-calendar {
  display: none;
}
.index-date-bar #toggle-date.active .fa-times-circle {
  color: #a075b4;
  display: inline;
}
.index-date-bar #toggle-date .fa-times-circle {
  display: none;
}
.index-date-bar #toggle-date:hover, .index-date-bar #toggle-date:focus {
  cursor: pointer;
}

.index-filter-bar {
  /*padding: 26px 22px;*/
  background: #251a2c;
  padding: 16px 0;
}
.index-filter-bar:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 599px) {
  .index-filter-bar {
    padding: 22px 0;
  }
}
@media screen and (max-width: 599px) {
  .index-filter-bar #filter-toggle > span:nth-child(1) {
    display: none;
  }
}
.index-filter-bar #filter-toggle > span:nth-child(2) {
  display: none;
}
@media screen and (max-width: 599px) {
  .index-filter-bar #filter-toggle > span:nth-child(2) {
    display: inline;
  }
}
.index-filter-bar #filter-toggle > i {
  transition: all 100ms linear;
}
.index-filter-bar #filter-toggle.open > span {
  color: #fff;
}
.index-filter-bar #filter-toggle.open > i {
  transform: rotate(45deg);
}
.index-filter-bar .filter-search {
  display: inline-block;
  margin-left: 35px;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .index-filter-bar .filter-search {
    margin-left: 22px;
  }
}
@media screen and (max-width: 599px) {
  .index-filter-bar .filter-search {
    margin-left: 0;
    margin-top: 14.5px;
    padding: 0 7.5px;
  }
}
.index-filter-bar .filter-search .search-wrap {
  position: relative;
}
.index-filter-bar .filter-search .search-wrap input {
  -webkit-appearance: none;
  background: #1a101e;
  border: 1px solid #54455f;
  border-radius: 0;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1em;
  min-width: 200px;
  /*padding: 11px 58px 9px 10px;*/
  padding: 11px 30px 9px 10px;
  text-transform: uppercase;
}
.index-filter-bar .filter-search .search-wrap input.placeholder {
  color: #fff;
}
.index-filter-bar .filter-search .search-wrap input:-moz-placeholder {
  color: #fff;
}
.index-filter-bar .filter-search .search-wrap input::-moz-placeholder {
  color: #fff;
}
.index-filter-bar .filter-search .search-wrap input:-ms-input-placeholder {
  color: #fff;
}
.index-filter-bar .filter-search .search-wrap input::-webkit-input-placeholder {
  color: #fff;
}
.index-filter-bar .filter-search .search-wrap input:focus {
  box-shadow: none;
  outline: 0;
}
@media screen and (max-width: 599px) {
  .index-filter-bar .filter-search .search-wrap input {
    display: block;
    width: 100%;
  }
}
.index-filter-bar .filter-search .search-wrap button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.index-filter-bar .filter-search .search-wrap button:hover, .index-filter-bar .filter-search .search-wrap button:focus {
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  outline: 0;
}
.index-filter-bar .filter-search.active input {
  border-color: #836793;
}
@media screen and (max-width: 599px) {
  .index-filter-bar #filter-search {
    display: none;
  }
}
.index-filter-bar #filter-search-mobile {
  display: none;
}
@media screen and (max-width: 599px) {
  .index-filter-bar #filter-search-mobile {
    display: block;
  }
}
.index-filter-bar #filter-tags {
  display: none;
  padding: 31px 0 0 0;
}
@media screen and (max-width: 599px) {
  .index-filter-bar #filter-tags {
    padding: 22px 0 0 0;
  }
}
.index-filter-bar #filter-tags > span {
  color: #fff;
  display: inline;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  text-transform: uppercase;
}
.index-filter-bar #filter-tags > ul {
  display: inline;
  list-style: none;
  padding: 0;
}
.index-filter-bar #filter-tags > ul > li {
  display: inline-block;
  padding: 7.5px;
  vertical-align: middle;
}
.index-filter-bar #filter-tags > ul > li + li {
  margin-top: 0;
}
.index-filter-bar #filter-anchors {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .index-filter-bar #filter-anchors {
    margin-top: 16px;
  }
}
.index-filter-bar #filter-anchors a + a {
  margin-left: 15px;
}
.index-filter-bar .filter-select,
.index-filter-bar #filter-type {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .index-filter-bar .filter-select,
  .index-filter-bar #filter-type {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.index-filter-bar .filter-select > span,
.index-filter-bar #filter-type > span {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.index-filter-bar .filter-select .chosen-container,
.index-filter-bar #filter-type .chosen-container {
  width: 200px !important;
}
@media screen and (max-width: 1023px) {
  .index-filter-bar .filter-select .chosen-container,
  .index-filter-bar #filter-type .chosen-container {
    width: 150px !important;
  }
}
@media screen and (max-width: 715px) {
  .index-filter-bar .filter-select .chosen-container,
  .index-filter-bar #filter-type .chosen-container {
    width: 125px !important;
  }
}
@media screen and (max-width: 599px) {
  .index-filter-bar .filter-select > span {
    width: 70px;
  }
}
.index-filter-bar .filter-select + .filter-select {
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .index-filter-bar .filter-select + .filter-select {
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .index-filter-bar .filter-select + .filter-select {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.index-filter-bar #filter-sort {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  margin-left: 35px;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .index-filter-bar #filter-sort {
    margin-left: 22px;
  }
}
@media screen and (max-width: 599px) {
  .index-filter-bar #filter-sort {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
.index-filter-bar #filter-sort > span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.index-filter-bar #filter-sort > ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.index-filter-bar #filter-sort > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.index-filter-bar #filter-sort > ul > li + li {
  margin-left: 5px;
  margin-top: 0;
}
.index-filter-bar #filter-sort > ul > li + li:before {
  background: #fff;
  content: "";
  display: inline-block;
  height: 11px;
  margin-right: 2px;
  vertical-align: middle;
  width: 1px;
}
.index-filter-bar #filter-sort > ul > li > a {
  color: #fff;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.index-filter-bar #filter-sort > ul > li > a:after {
  background: #fff;
  bottom: -7px;
  content: "";
  display: none !important;
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}
.index-filter-bar #filter-sort > ul > li > a.active:after, .index-filter-bar #filter-sort > ul > li > a:hover:after, .index-filter-bar #filter-sort > ul > li > a:focus:after {
  display: block !important;
}
.index-filter-bar #filter-view {
  display: inline-block;
  float: right;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .index-filter-bar #filter-view {
    display: none;
  }
}
.index-filter-bar #filter-view > span {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.index-filter-bar #filter-view > ul {
  border: 1px solid #836793;
  border-radius: 8px;
  display: inline-block;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.index-filter-bar #filter-view > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.index-filter-bar #filter-view > ul > li + li {
  margin-top: 0;
}
.index-filter-bar #filter-view > ul > li > a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1em;
  padding: 10px;
}
.index-filter-bar #filter-view > ul > li > a.active, .index-filter-bar #filter-view > ul > li > a:hover, .index-filter-bar #filter-view > ul > li > a:focus {
  background: #836793;
}
.index-filter-bar #filter-date {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .index-filter-bar #filter-date {
    /*display: block;
             margin-top: 20px;
             margin-left: 0;*/
  }
}
.index-filter-bar #filter-date > div {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.index-filter-bar #filter-date > div > span {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  margin-right: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.index-filter-bar #filter-date > div .chosen-container {
  width: 80px !important;
}

.index-filter-bar-tdih {
  display: none;
}

@media screen and (max-width: 715px) {
  .index-filter-bar-music .container {
    padding: 0 10px;
  }
}
.index-filter-bar-music #filter-tags {
  display: block;
  padding: 0;
}
.index-filter-bar-music #filter-toggle {
  display: none;
}
@media screen and (max-width: 599px) {
  .index-filter-bar-music #filter-toggle {
    display: inline-block;
  }
}
@media screen and (max-width: 599px) {
  .index-filter-bar-music #filter-controls {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .index-filter-bar-music #filter-search {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
}

.index-content {
  min-height: 275px;
}
.index-content.black {
  background: #000;
}
.index-content #mobile-searched-tag {
  display: none;
  padding: 8px 0 5.5px 0;
}
@media screen and (max-width: 599px) {
  .index-content #mobile-searched-tag.active {
    display: block;
  }
}
.index-content #mobile-searched-text {
  display: none;
  padding: 8px 0 5.5px 0;
}
@media screen and (max-width: 599px) {
  .index-content #mobile-searched-text.active {
    display: block;
  }
}
.index-content #mobile-searched-text a.h6 {
  margin-left: 30px;
}
.index-content #posts-grid {
  min-height: 300px;
}

/* Photos Header */
.gallery-header {
  padding: 80px 0 40px 0;
}
@media screen and (max-width: 1023px) {
  .gallery-header {
    padding: 81px 0 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .gallery-header {
    padding: 20px 0;
  }
}
.gallery-header .gallery-title {
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2em;
  margin: 4px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .gallery-header .gallery-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .gallery-header .gallery-title {
    font-size: 28px;
  }
}

/* Photos Grid */
@media screen and (max-width: 599px) {
  .page-template-photos .index-header {
    background-color: #000;
    background-position: right top;
    background-size: auto 105%;
  }
}

.photos-grid-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 16px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .photos-grid-wrapper {
    padding: 10px;
  }
}

#photos-grid {
  min-height: 300px;
}
#photos-grid.grid-row:after {
  clear: both;
  content: " ";
  display: table;
}
#photos-grid.grid-row .grid-sizer {
  width: 33.3333334%;
}
@media screen and (max-width: 1023px) {
  #photos-grid.grid-row .grid-sizer {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  #photos-grid.grid-row .grid-sizer {
    width: 100%;
  }
}
#photos-grid.grid-row .grid-item {
  background: none;
  padding: 16px;
  width: 33.33%;
}
@media screen and (max-width: 1023px) {
  #photos-grid.grid-row .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  #photos-grid.grid-row .grid-item {
    padding: 10px;
    width: 100%;
  }
}
#photos-grid.grid-row .grid-item-photo {
  float: left;
  padding: 16px;
  width: 33.33%;
}
@media screen and (max-width: 1023px) {
  #photos-grid.grid-row .grid-item-photo {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  #photos-grid.grid-row .grid-item-photo {
    padding: 10px;
    width: 100%;
  }
}
#photos-grid.grid-row .grid-item-photo > a {
  display: block;
}
#photos-grid.grid-row .grid-item-photo > a img {
  height: auto;
  width: 100%;
}
#photos-grid.grid-row .grid-item-photo > a:hover, #photos-grid.grid-row .grid-item-photo > a:focus {
  outline: 0;
}

/* Music Grid */
.music-grid-wrapper {
  background: #000;
  margin: 0 auto;
  padding: 2px;
  width: 100%;
}

#music-grid {
  min-height: 300px;
}
#music-grid.grid-row:after {
  clear: both;
  content: " ";
  display: table;
}
#music-grid.grid-row .grid-sizer {
  width: 16.6666667%;
}
#music-grid.grid-row .grid-item-music {
  float: left;
  padding: 2px;
  width: 16.6666667%;
}
#music-grid.grid-row .grid-item-music .grid-content {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100%;
  position: relative;
  transform-origin: 0 100%;
  transition: all 250ms ease-in-out;
}
#music-grid.grid-row .grid-item-music .grid-content > a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#music-grid.grid-row .grid-item-music .grid-content > a img {
  height: auto;
  width: 100%;
}
#music-grid.grid-row .grid-item-music .grid-content > a:hover, #music-grid.grid-row .grid-item-music .grid-content > a:focus {
  outline: 0;
}
#music-grid.grid-row .grid-item-music .grid-content > a .grid-item-music-info {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
}
#music-grid.grid-row .grid-item-music .grid-content > a .grid-item-music-info span {
  display: block;
}
#music-grid.grid-row .grid-item-music .grid-content > a .grid-item-music-info .h5 {
  color: #fff;
  margin: 6px 0;
}
#music-grid.grid-row .grid-item-music:not(.grid-item-static) .grid-content:hover, #music-grid.grid-row .grid-item-music:not(.grid-item-static) .grid-content:focus {
  box-shadow: 0 0 50px 0 #251a2c;
  outline: 0;
  transform: scale(1.1);
  z-index: 1;
}
#music-grid.grid-row .grid-item-music:not(.grid-item-static) .grid-content:hover .grid-item-music-info, #music-grid.grid-row .grid-item-music:not(.grid-item-static) .grid-content:focus .grid-item-music-info {
  display: block;
}
#music-grid.grid-row .grid-item-music.grid-item-static {
  width: 33.3333334%;
}
#music-grid.grid-row .grid-item-music.grid-item-static .grid-content {
  padding-bottom: calc(50% - 1.5px);
}
#music-grid.grid-row .grid-item-music.grid-item-static .grid-content h3 {
  font-size: 21px;
}
#music-grid.grid-row .grid-item-film {
  float: left;
  padding: 2px;
  width: 16.6666667%;
}
#music-grid.grid-row .grid-item-film .grid-content {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 144%;
  position: relative;
  transform-origin: 0 100%;
  transition: all 250ms ease-in-out;
  /*&:hover, &:focus {
                  outline: 0;
                  transform: scale(1.1);
                  z-index: 1;

                  .grid-item-film-info {
                      display: block;
                  }
              }*/
}
#music-grid.grid-row .grid-item-film .grid-content > a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#music-grid.grid-row .grid-item-film .grid-content > a img {
  height: auto;
  width: 100%;
}
#music-grid.grid-row .grid-item-film .grid-content > a:hover, #music-grid.grid-row .grid-item-film .grid-content > a:focus {
  outline: 0;
}
#music-grid.grid-row .grid-item-film .grid-content > a .grid-item-film-info {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
}
#music-grid.grid-row .grid-item-film .grid-content > a .grid-item-film-info span {
  display: block;
}
#music-grid.grid-row .grid-item-film .grid-content > a .grid-item-film-info .h5 {
  color: #fff;
  margin: 6px 0;
}
#music-grid.grid-row .grid-item-film:not(.grid-item-static) .grid-content:hover, #music-grid.grid-row .grid-item-film:not(.grid-item-static) .grid-content:focus {
  outline: 0;
  transform: scale(1.1);
  z-index: 1;
}
#music-grid.grid-row .grid-item-film:not(.grid-item-static) .grid-content:hover .grid-item-film-info, #music-grid.grid-row .grid-item-film:not(.grid-item-static) .grid-content:focus .grid-item-film-info {
  display: block;
}
#music-grid.grid-row .grid-item-film.grid-item-static {
  width: 33.3333334%;
}
#music-grid.grid-row .grid-item-film.grid-item-static .grid-content {
  padding-bottom: calc(72% - 2px);
}
#music-grid.grid-row .grid-item-film.grid-item-static .grid-content h3 {
  font-size: 21px;
}

/* Header Edits */
@media screen and (min-width: 1024px) {
  .page-template-awards .index-header,
  .page-template-music-list .index-header,
  .page-template-music-grid .index-header,
  .page-template-music-song-list .index-header,
  .page-template-music-chart-history .index-header,
  .page-template-film-list .index-header,
  .page-template-film-grid .index-header {
    min-height: 50vh;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .page-template-music-list .index-header.index-header-fluid .index-header-text,
  .page-template-music-grid .index-header.index-header-fluid .index-header-text,
  .page-template-music-song-list .index-header.index-header-fluid .index-header-text,
  .page-template-music-chart-history .index-header.index-header-fluid .index-header-text,
  .page-template-film-list .index-header.index-header-fluid .index-header-text,
  .page-template-film-grid .index-header.index-header-fluid .index-header-text {
    width: 60%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .page-template-awards .index-header.index-header-fluid .index-header-text {
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-timeline-milestones .index-header,
  .page-template-timeline-tdih .index-header {
    height: auto;
    min-height: 50vh;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-photos .index-header {
    height: auto;
    min-height: 65vh;
  }
}

/* Film */
@media screen and (max-width: 599px) {
  .page-template-film-list .index-header .page-title {
    max-width: 200px;
    text-indent: 0;
  }
}

/* Chart History */
.chart-table-wrapper:not(#us-billboard-200) {
  display: none;
}

.page-template-music-chart-history #filter-type .chosen-container {
  width: 300px !important;
}
@media screen and (max-width: 599px) {
  .page-template-music-chart-history #filter-type .chosen-container {
    width: 100% !important;
  }
}

/* Videos */
.videos-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  min-height: 300px;
  padding: 16px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .videos-wrapper {
    padding: 10px;
  }
}
.videos-wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
.videos-wrapper .grid-item-video {
  float: left;
  padding: 16px;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .videos-wrapper .grid-item-video {
    padding: 10px;
    width: 100%;
  }
}
.videos-wrapper .grid-item-video .grid-content {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%;
  position: relative;
}
.videos-wrapper .grid-item-video .grid-content:before { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0); /* IE6-9 */
  height: 170px;
  position: absolute;
  width: 100%;
}
.videos-wrapper .grid-item-video .grid-content a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  bottom: 0;
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.videos-wrapper .grid-item-video .grid-content a:hover, .videos-wrapper .grid-item-video .grid-content a:focus {
  outline: 0;
}
.videos-wrapper .grid-item-video .grid-item-text {
  bottom: 18px;
  color: #fff;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .videos-wrapper .grid-item-video .grid-item-text {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.videos-wrapper .grid-item-video .grid-item-text:after {
  content: " ";
  display: table;
  clear: both;
}
.videos-wrapper .grid-item-video .grid-item-text svg {
  float: left;
}
@media screen and (max-width: 1023px) {
  .videos-wrapper .grid-item-video .grid-item-text svg {
    height: 30px;
    width: 30px;
  }
}
.videos-wrapper .grid-item-video .grid-item-text h3 {
  margin-left: 57px;
  overflow: hidden;
  padding-top: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .videos-wrapper .grid-item-video .grid-item-text h3 {
    margin-left: 45px;
    padding-top: 7px;
  }
}

/* Single Video */
.media-caption {
  margin-top: 30px;
}

.media-info {
  list-style: none;
  margin-top: 30px;
}

/* List View */
.list-wrapper {
  background: #000;
  padding: 16px 0;
}
@media screen and (max-width: 599px) {
  .list-wrapper {
    padding: 10px 0;
  }
}

.list-row:after {
  content: " ";
  display: table;
  clear: both;
}

.list-item {
  float: left;
  padding: 16px;
}
.list-item:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 599px) {
  .list-item {
    padding: 10px;
  }
}
@media screen and (min-width: 2048px) {
  .list-item {
    width: 25%;
  }
}
@media screen and (max-width: 2047px) {
  .list-item {
    width: 25%;
  }
}
@media screen and (max-width: 1679px) {
  .list-item {
    width: 33.3333334%;
  }
}
@media screen and (max-width: 1199px) {
  .list-item {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .list-item {
    width: 100%;
  }
}
@media screen and (min-width: 2048px) {
  .list-item.list-item-fact {
    /*width: 33.3333334%;*/
    width: 25%;
  }
}
@media screen and (max-width: 2047px) {
  .list-item.list-item-fact {
    width: 25%;
  }
}
@media screen and (max-width: 1679px) {
  .list-item.list-item-fact {
    width: 33.3333334%;
  }
}
@media screen and (max-width: 1199px) {
  .list-item.list-item-fact {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .list-item.list-item-fact {
    width: 100%;
  }
}
.list-item.list-item-fact > a {
  background: rgb(63, 26, 79); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(63, 26, 79) 0%, rgb(153, 122, 168) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f1a4f", endColorstr="#997aa8", GradientType=0); /* IE6-9 */
  padding: 15px;
}
.list-item.list-item-fact > a .list-item-text > h3 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3em;
}
@media screen and (max-width: 1023px) {
  .list-item.list-item-fact > a .list-item-text > h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .list-item.list-item-fact > a .list-item-text > h3 {
    font-size: 16px;
  }
}
.list-item.list-item-fact > a .list-item-text > .more {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .list-item.list-item-fact > a .list-item-text > .more {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .list-item.list-item-fact > a .list-item-text > .more {
    font-size: 11px;
  }
}
.list-item > a {
  display: block;
  height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .list-item > a {
    height: auto;
  }
}
.list-item > a > .img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  float: left;
  overflow: hidden;
  position: relative;
}
.list-item > a > .img:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.05);
  content: "";
  display: block;
  height: 200%;
  position: absolute;
  top: 0;
  transform: rotate(45deg) translate(-450%, 0);
  width: 100%;
}
@media screen and (max-width: 599px) {
  .list-item > a > .img img {
    height: auto;
    width: 100px;
  }
}
.list-item > a > .list-item-info {
  margin-left: 170px;
}
@media screen and (max-width: 599px) {
  .list-item > a > .list-item-info {
    margin-left: 120px;
  }
}
.list-item > a > .list-item-info span {
  display: block;
}
.list-item > a > .list-item-info .h5 {
  color: #fff;
  margin: 5px 0;
}
.list-item > a:hover > .img:before, .list-item > a:focus > .img:before {
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.list-item.list-item-playlist > a {
  color: #a075b4;
}
.list-item.list-item-playlist > a:hover, .list-item.list-item-playlist > a:focus {
  color: #836793;
}
.list-item.list-item-playlist > a > .img.img-playlist {
  background: rgb(63, 26, 79); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(63, 26, 79) 0%, rgb(153, 122, 168) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3f1a4f", endColorstr="#997aa8", GradientType=0); /* IE6-9 */
  height: 150px;
  text-align: center;
  width: 150px;
}
.list-item.list-item-playlist > a > .img.img-playlist i {
  color: #000;
  font-size: 80px;
  line-height: 150px;
}
.list-item.list-item-playlist > a > .list-item-info .h5 {
  color: inherit;
}
@media screen and (min-width: 2048px) {
  .list-item.list-item-playlist {
    width: 33.3333334%;
  }
}
@media screen and (max-width: 2047px) {
  .list-item.list-item-playlist {
    width: 33.3333334%;
  }
}
@media screen and (max-width: 1679px) {
  .list-item.list-item-playlist {
    width: 33.3333334%;
  }
}
@media screen and (max-width: 1199px) {
  .list-item.list-item-playlist {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .list-item.list-item-playlist {
    width: 100%;
  }
}
.list-item.list-item-film > a > .list-item-info {
  margin-left: 140px;
}
@media screen and (max-width: 599px) {
  .list-item.list-item-film > a > .list-item-info {
    margin-left: 120px;
  }
}

/* Table */
.table-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 32px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .table-wrapper {
    padding: 20px;
  }
}
.table-wrapper .section-title-sm {
  margin-bottom: 30px;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table tr:nth-of-type(even) {
  background: #251a2c;
}
table th {
  background: #251a2c;
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  table th {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  table th {
    font-size: 11px;
  }
}
table th.width-10 {
  width: 10%;
}
@media screen and (max-width: 599px) {
  table th.width-10 {
    width: auto;
  }
}
table th.width-125 {
  width: 12.5%;
}
@media screen and (max-width: 599px) {
  table th.width-125 {
    width: auto;
  }
}
table th.width-15 {
  width: 15%;
}
@media screen and (max-width: 599px) {
  table th.width-15 {
    width: auto;
  }
}
table th.width-20 {
  width: 20%;
}
@media screen and (max-width: 599px) {
  table th.width-20 {
    width: auto;
  }
}
table th.width-25 {
  width: 25%;
}
@media screen and (max-width: 599px) {
  table th.width-25 {
    width: auto;
  }
}
table th.width-30 {
  width: 30%;
}
@media screen and (max-width: 599px) {
  table th.width-30 {
    width: auto;
  }
}
table th.width-40 {
  width: 40%;
}
@media screen and (max-width: 599px) {
  table th.width-40 {
    width: auto;
  }
}
table th.width-50 {
  width: 50%;
}
@media screen and (max-width: 599px) {
  table th.width-50 {
    width: auto;
  }
}
table th.width-60 {
  width: 60%;
}
@media screen and (max-width: 599px) {
  table th.width-60 {
    width: auto;
  }
}
table tr > td, table tr > th {
  border-bottom: 1px solid #54455f;
  border-top: 1px solid #54455f;
  padding: 17px 15px 13px 15px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  table tr > td, table tr > th {
    padding: 17px 2px 13px 2px;
    word-wrap: break-word;
  }
}
table tr > td {
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2em;
}
@media screen and (max-width: 1023px) {
  table tr > td {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  table tr > td {
    font-size: 13px;
  }
}
table tr > td a {
  color: #9b9b9b;
}
table tr > td a:hover, table tr > td a:focus {
  color: #a075b4;
}

.sortable-table th:after {
  content: "\f0dc";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 12px;
  line-height: 1em;
  margin-left: 5px;
  margin-top: -1px;
  vertical-align: middle;
}
.sortable-table th.sorting-asc:after {
  color: #a075b4;
  content: "\f0de";
}
.sortable-table th.sorting-desc:after {
  color: #a075b4;
  content: "\f0dd";
}

.responsive-table {
  /*&.responsive-table-striped {
         @media screen and (min-width: 1024px) {
             tr {
                 &.tr-bg {
                     background: none!important;
                 }

                 &:nth-child(even) {
                     background: $color-plum!important;
                 }
             }
         }
     }*/
}
.responsive-table tr {
  background: none !important;
  border-bottom: 1px solid #54455f;
}
.responsive-table tr:nth-child(even) {
  background: #251a2c !important;
}
.responsive-table tr td {
  border: 0;
}
.responsive-table tr td.td-hide-desktop {
  border-top-color: transparent !important;
  text-indent: -9999px;
}
@media screen and (max-width: 1023px) {
  .responsive-table tr td.td-hide-desktop {
    border-top-color: #54455f !important;
    text-indent: 0;
  }
}
@media screen and (max-width: 1023px) {
  .responsive-table tr td.td-collapse {
    display: none;
  }
}
.responsive-table tr td.td-collapse.td-collapse-show {
  display: block;
}
.responsive-table tr td .td-collapse-toggle {
  color: #a075b4;
  display: none;
}
@media screen and (max-width: 1023px) {
  .responsive-table tr td .td-collapse-toggle {
    display: inline-block;
    float: right;
  }
}
.responsive-table tr td .td-collapse-toggle:hover, .responsive-table tr td .td-collapse-toggle:focus {
  color: #836793;
  outline: 0;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .responsive-table {
    border-bottom: 1px solid #54455f;
    display: block;
  }
  .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
  }
  .responsive-table thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .responsive-table tr {
    background: none !important;
    border-bottom: 0 !important;
  }
  .responsive-table tr td {
    border-top: 1px solid #54455f;
  }
  .responsive-table tr td.td-hide-mobile {
    display: none;
  }
  .responsive-table td {
    border: none;
    padding-left: 186px !important;
    position: relative;
  }
  .responsive-table td:before {
    background: #251a2c !important;
    border-right: 1px solid #54455f;
    bottom: 0;
    color: #9b9b9b;
    content: attr(data-heading);
    font-size: 13px;
    font-weight: 700;
    /*white-space: nowrap;*/
    left: 0;
    letter-spacing: 2px;
    line-height: 1.2em;
    padding: 17px 15px 13px 15px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 140px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .responsive-table td:before {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 599px) {
  .responsive-table td:before {
    font-size: 11px;
  }
}
.responsive-table.awards-table {
  border-bottom: 1px solid #54455f;
}
.responsive-table.awards-table tr {
  background: none !important;
  border: 0 !important;
}
.responsive-table.awards-table tr.tr-bg {
  background: #251a2c !important;
}
@media screen and (max-width: 1023px) {
  .responsive-table.awards-table tr.tr-bg + .tr-no-bg {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .responsive-table.awards-table tr.tr-no-bg + .tr-bg {
    margin-top: 40px;
  }
}
.responsive-table.awards-table tr td {
  border-top: 1px solid #54455f;
}
.responsive-table.awards-table tr td.td-hide-desktop {
  border-top-color: transparent !important;
  text-indent: -9999px;
}
.responsive-table .award-link {
  color: #a075b4;
  font-size: 20px;
  line-height: 1em;
}
.responsive-table .award-link:hover, .responsive-table .award-link:focus {
  color: #836793;
}
.responsive-table .award-link + div + .award-link {
  margin-left: 16px;
}

.played-table {
  border-bottom: 1px solid #54455f;
}
.played-table tr {
  background: none !important;
  border: 0 !important;
}
.played-table tr.tr-bg {
  background: #251a2c !important;
}
@media screen and (max-width: 1023px) {
  .played-table tr.tr-bg + .tr-no-bg {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .played-table tr.tr-no-bg + .tr-bg {
    margin-top: 40px;
  }
}
.played-table tr.tr-collapse {
  display: none;
}
.played-table tr.tr-collapse-show {
  display: table-row;
}
.played-table tr td {
  border-bottom: 0 !important;
  border-top: 1px solid #54455f;
}
.played-table tr td.td-hide-desktop {
  border-top-color: transparent !important;
  text-indent: -9999px;
}
.played-table tr td .tr-collapse-toggle {
  color: #a075b4;
  display: inline-block;
  float: right;
}
.played-table tr td .tr-collapse-toggle:hover, .played-table tr td .tr-collapse-toggle:focus {
  color: #836793;
  outline: 0;
  text-decoration: none;
}
.played-table tr td .tr-collapse-toggle.rotated {
  transform: rotate(45deg);
}

/* Media Lightbox */
.mfp-bg {
  opacity: 0.85;
}

.mfp-arrow {
  display: none !important;
}

.mfp-close {
  color: #fff !important;
  font-size: 20px;
  height: auto;
  line-height: 1em;
  opacity: 1;
  top: -36px;
  width: auto;
}
.mfp-close:active {
  top: -36px;
}

.media-lightbox {
  background: #1a101e;
  color: #fff;
  margin: 80px auto;
  max-width: 800px;
  position: relative;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .media-lightbox {
    margin: 50px auto;
  }
}
@media screen and (max-width: 599px) {
  .media-lightbox {
    margin: 20px auto;
  }
}
.media-lightbox img {
  height: auto;
  width: 100%;
}
.media-lightbox .media-lightbox-feature {
  position: relative;
}
.media-lightbox .media-lightbox-feature .embed-container > a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 100;
}
.media-lightbox .media-lightbox-feature .embed-container > a > i {
  color: #fff;
  font-size: 70px;
  left: 0;
  line-height: 1em;
  margin-top: -35px;
  position: absolute;
  right: 0;
  text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5);
  top: 50%;
}
@media screen and (max-width: 599px) {
  .media-lightbox .media-lightbox-feature .embed-container > a > i {
    font-size: 30px;
    margin-top: -15px;
  }
}
.media-lightbox .media-lightbox-feature .media-lightbox-arrows:after {
  clear: both;
  content: " ";
  display: table;
}
.media-lightbox .media-lightbox-feature .media-lightbox-arrows button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #eee;
  display: block;
  font-size: 64px;
  height: 80px;
  line-height: 80px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}
.media-lightbox .media-lightbox-feature .media-lightbox-arrows button:hover, .media-lightbox .media-lightbox-feature .media-lightbox-arrows button:focus {
  cursor: pointer;
  outline: 0;
}
.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-left {
  left: -80px;
}
@media screen and (max-width: 1023px) {
  .media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-left {
    left: -50px;
  }
}
@media screen and (max-width: 599px) {
  .media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-left {
    float: left;
  }
}
.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-right {
  right: -80px;
}
@media screen and (max-width: 1023px) {
  .media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-right {
    right: -50px;
  }
}
@media screen and (max-width: 599px) {
  .media-lightbox .media-lightbox-feature .media-lightbox-arrows button.media-lightbox-arrow-right {
    float: right;
  }
}
.media-lightbox .media-lightbox-feature .media-lightbox-arrows button.disabled {
  opacity: 0.25;
}
@media screen and (max-width: 1023px) {
  .media-lightbox .media-lightbox-feature .media-lightbox-arrows button {
    font-size: 48px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .media-lightbox .media-lightbox-feature .media-lightbox-arrows button {
    font-size: 36px;
    height: 40px;
    line-height: 40px;
    position: static;
    transform: none;
    width: 40px;
  }
}
.media-lightbox .media-lightbox-content {
  color: #ededed;
  font-weight: 400;
  padding: 20px 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .media-lightbox .media-lightbox-content {
    padding: 20px;
  }
}
.media-lightbox .media-lightbox-content .media-lightbox-counter {
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom: 4px;
}
.media-lightbox .media-lightbox-content h5 {
  color: #fff;
}
.media-lightbox .media-lightbox-content .caption {
  margin-top: 5px;
}
.media-lightbox .media-lightbox-content .media-lightbox-info {
  list-style: none;
  margin-top: 16px;
}
.media-lightbox .media-lightbox-content .media-lightbox-info > li span {
  display: inline-block;
  width: 100px;
}
.media-lightbox .media-lightbox-content .media-lightbox-info > li + li {
  margin-top: 0;
}
.media-lightbox .media-lightbox-content .share-bar {
  position: absolute;
  right: 0;
  top: 30px;
}
@media screen and (max-width: 599px) {
  .media-lightbox .media-lightbox-content .share-bar {
    top: 20px;
  }
}
.media-lightbox .media-lightbox-content .save-btns {
  text-align: center;
}
.media-lightbox .media-lightbox-content .save-btns a {
  padding: 19px 16px;
}
@media screen and (max-width: 599px) {
  .media-lightbox .media-lightbox-content .save-btns a {
    display: block;
  }
}
.media-lightbox .media-lightbox-content .save-btns a + a {
  margin-left: 7px;
}
@media screen and (max-width: 599px) {
  .media-lightbox .media-lightbox-content .save-btns a + a {
    margin-left: 0;
    margin-top: 7px;
  }
}
.media-lightbox .media-lightbox-content .apple-form {
  display: none;
  margin-top: 20px;
}
.media-lightbox .media-lightbox-content .save-message {
  display: none;
  margin-top: 20px;
  text-align: center;
}

/* Lazy Load */
.load-link {
  display: none;
}

.loader {
  background: #000;
  display: none;
  text-align: center;
}

/* Single Content */
.content-container {
  /*margin: 0 0 0 80px;*/
  max-width: 864px;
  width: 100%;
}
.content-container.content-box {
  background: #fff;
  color: #2b2b2b;
  margin-bottom: 30px;
  padding: 32px;
}
@media screen and (max-width: 1023px) {
  .content-container.content-box {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .content-container.content-box {
    padding: 10px;
  }
}
.content-container.content-box p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1299px) {
  .content-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .content-container {
    max-width: 100%;
  }
}

.page-wrap {
  /*padding: 50px 0 70px 0;*/
  background-attachment: fixed;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .page-wrap {
    background-image: none !important;
    padding: 0;
  }
}

.page-header {
  padding: 40px 0;
  position: relative;
}
.page-header time {
  display: block;
  margin-top: 5px;
}
.page-header .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .page-header {
    padding: 108px 0 121px 0;
  }
  .page-header:before {
    background-image: linear-gradient(to left, rgba(37, 26, 44, 0), #251a2c);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 384px;
  }
}
@media screen and (max-width: 599px) {
  .page-header {
    padding: 47px 10px;
  }
  .page-header:before {
    width: 160px;
  }
}
.page-header.post-header {
  max-width: 1024px;
  padding: 30px 0;
  width: 100%;
  /* >time {
             margin-top: 5px;
         }*/
}
@media screen and (max-width: 1023px) {
  .page-header.post-header {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 599px) {
  .page-header.post-header {
    padding: 30px 10px;
  }
}
.page-header.post-header > a {
  display: inline-block;
  margin-bottom: 4px;
}
.page-header.post-header .from-album {
  margin-top: 20px;
}
.page-header.post-header .responsive-table {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .page-header.post-header .responsive-table {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 599px) {
  .page-header.post-header .responsive-table {
    margin: 10px 0 0 0;
  }
}

.page-content img {
  margin-bottom: 20px;
  width: 100%;
}
.page-content iframe {
  margin-bottom: 20px;
}
.page-content .wp-caption {
  max-width: 100% !important;
}
.page-content .wp-caption img {
  margin-bottom: 9px;
}
.page-content .wp-caption .wp-caption-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}
@media screen and (max-width: 1023px) {
  .page-content .wp-caption .wp-caption-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .page-content .wp-caption .wp-caption-text {
    font-size: 13px;
  }
}

.page-footer {
  margin-bottom: 20px;
}
.page-footer a:nth-child(1) {
  float: left;
}
@media screen and (max-width: 599px) {
  .page-footer a:nth-child(1) {
    display: block;
    float: none;
  }
}
.page-footer a:nth-child(2) {
  float: right;
}
@media screen and (max-width: 599px) {
  .page-footer a:nth-child(2) {
    display: block;
    float: none;
    margin-top: 30px;
  }
}
.page-footer #comments-toggle > span:nth-child(2) {
  display: none;
}
.page-footer #comments-toggle.open > span:nth-child(1) {
  display: none;
}
.page-footer #comments-toggle.open > span:nth-child(2) {
  display: inline;
}

/* Default & Bio Page */
@media screen and (max-width: 1299px) {
  body.page-template-biography .page-wrap,
  body.page-template-charity .page-wrap,
  body.page-template-default .page-wrap,
  body.page-template-nocomments .page-wrap {
    background-image: none !important;
    padding: 0;
  }
}
@media screen and (min-width: 1300px) {
  body.page-template-biography .page-wrap .page-header,
  body.page-template-charity .page-wrap .page-header,
  body.page-template-default .page-wrap .page-header,
  body.page-template-nocomments .page-wrap .page-header {
    background-image: none !important;
  }
}
@media screen and (max-width: 1299px) {
  body.page-template-biography .page-wrap .page-header,
  body.page-template-charity .page-wrap .page-header,
  body.page-template-default .page-wrap .page-header,
  body.page-template-nocomments .page-wrap .page-header {
    background-color: #000;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-size: auto 150%;
    margin-bottom: 32px;
    padding: 108px 0 121px 0;
  }
}
@media screen and (max-width: 599px) {
  body.page-template-biography .page-wrap .page-header,
  body.page-template-charity .page-wrap .page-header,
  body.page-template-default .page-wrap .page-header,
  body.page-template-nocomments .page-wrap .page-header {
    margin-bottom: 20px;
  }
}
body.page-template-biography .page-wrap .bio-section,
body.page-template-charity .page-wrap .bio-section,
body.page-template-default .page-wrap .bio-section,
body.page-template-nocomments .page-wrap .bio-section {
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  body.page-template-biography .page-wrap .bio-section,
  body.page-template-charity .page-wrap .bio-section,
  body.page-template-default .page-wrap .bio-section,
  body.page-template-nocomments .page-wrap .bio-section {
    margin-top: 40px;
  }
}
body.page-template-biography .page-wrap .bio-section .section-title-sm,
body.page-template-charity .page-wrap .bio-section .section-title-sm,
body.page-template-default .page-wrap .bio-section .section-title-sm,
body.page-template-nocomments .page-wrap .bio-section .section-title-sm {
  margin-bottom: 20px;
}
body.page-template-biography .page-wrap .bio-section img,
body.page-template-charity .page-wrap .bio-section img,
body.page-template-default .page-wrap .bio-section img,
body.page-template-nocomments .page-wrap .bio-section img {
  float: left;
  margin-right: 32px;
  width: 200px;
}
@media screen and (max-width: 599px) {
  body.page-template-biography .page-wrap .bio-section img,
  body.page-template-charity .page-wrap .bio-section img,
  body.page-template-default .page-wrap .bio-section img,
  body.page-template-nocomments .page-wrap .bio-section img {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
body.page-template-biography p + .bio-section,
body.page-template-charity p + .bio-section,
body.page-template-default p + .bio-section,
body.page-template-nocomments p + .bio-section {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  body.page-template-biography p + .bio-section,
  body.page-template-charity p + .bio-section,
  body.page-template-default p + .bio-section,
  body.page-template-nocomments p + .bio-section {
    margin-top: 10px;
  }
}

@media screen and (max-width: 599px) {
  body.page-template-biography .page-header {
    background-size: auto 165% !important;
  }
}
body.page-template-biography .page-wrap {
  background-position: right top 70px;
  background-size: 1440px auto;
}

body.page-template-charity .page-wrap {
  background-position: right top 70px;
  background-size: 1440px auto;
}
@media screen and (max-width: 599px) {
  body.page-template-charity .page-header {
    background-size: auto 150% !important;
  }
}
@media screen and (max-width: 599px) {
  body.page-template-charity .page-title {
    text-indent: 0;
    width: 250px;
  }
}

body.page-template-biography .page-wrap,
body.page-template-charity .page-wrap {
  background-color: #000;
}
@media screen and (max-width: 1023px) {
  body.page-template-biography .page-wrap,
  body.page-template-charity .page-wrap {
    background-color: #251a2c;
  }
}

/* Comments */
#comments {
  padding: 0 0 70px 0;
}
@media screen and (max-width: 1023px) {
  #comments {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 599px) {
  #comments {
    padding: 0 0 30px 0;
  }
}
#comments .content-container {
  display: none;
}
#comments.open .content-container {
  display: block;
}
#comments .fb-comments > span {
  background: #fff;
}

/* Related */
.related {
  background: #000;
  padding: 50px 0 80px 0;
}
@media screen and (max-width: 1023px) {
  .related {
    padding: 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .related {
    padding: 30px 0 50px 0;
  }
}
.related + .related {
  padding-top: 20px;
}
@media screen and (max-width: 1023px) {
  .related + .related {
    padding-top: 0;
  }
}
.related .container {
  padding: 0 112px;
}
@media screen and (max-width: 1023px) {
  .related .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .related .container {
    padding: 0 20px;
  }
}
.related .content-container {
  max-width: 1280px;
}
@media screen and (max-width: 1023px) {
  .related .content-container {
    margin: 0;
  }
}
.related .section-title-sm {
  margin-bottom: 20px;
}
.related .grid-item {
  float: none;
  padding: 0;
  width: 100%;
}
.related .owl-carousel .owl-nav:after {
  clear: both;
  content: " ";
  display: table;
}
.related .owl-carousel .owl-nav button {
  -webkit-appearance: none;
  color: #fff;
  display: block;
  font-size: 64px;
  height: 70px;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
}
@media screen and (max-width: 1023px) {
  .related .owl-carousel .owl-nav button {
    font-size: 48px;
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .related .owl-carousel .owl-nav button {
    font-size: 36px;
    height: 40px;
    position: static;
    transform: none;
    width: 40px;
  }
}
.related .owl-carousel .owl-nav button.owl-prev {
  left: -102px;
}
@media screen and (max-width: 1023px) {
  .related .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
  }
}
@media screen and (max-width: 599px) {
  .related .owl-carousel .owl-nav button.owl-prev {
    float: left;
  }
}
.related .owl-carousel .owl-nav button.owl-next {
  right: -102px;
}
@media screen and (max-width: 1023px) {
  .related .owl-carousel .owl-nav button.owl-next {
    right: -50px;
  }
}
@media screen and (max-width: 599px) {
  .related .owl-carousel .owl-nav button.owl-next {
    float: right;
  }
}
.related .owl-carousel .owl-nav button:hover, .related .owl-carousel .owl-nav button:focus {
  outline: 0;
}
.related .owl-carousel .owl-nav button.disabled {
  opacity: 0.25;
}
.related.related-full .container {
  padding: 0 0 0 112px;
}
@media screen and (max-width: 1023px) {
  .related.related-full .container {
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .related.related-full .container {
    padding: 0 10px;
  }
}
.related.related-full .content-container {
  max-width: 100%;
}
.related.related-full .related-item > a {
  position: relative;
}
.related.related-full .related-item > a > .more-notice {
  background: #836793;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  padding: 8px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px;
}
.related.related-full .related-item > a:hover > .more-notice, .related.related-full .related-item > a:focus > .more-notice {
  display: block;
}
.related.related-full .owl-carousel .owl-nav button {
  background: rgba(0, 0, 0, 0.5);
}
.related.related-full .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
@media screen and (max-width: 1023px) {
  .related.related-full .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .related.related-full .owl-carousel .owl-nav button.owl-next {
    float: right;
  }
}

.related-photos .related-item {
  height: 400px;
  width: 496px;
}
@media screen and (max-width: 1023px) {
  .related-photos .related-item {
    height: 300px;
    width: 372px;
  }
}
@media screen and (max-width: 599px) {
  .related-photos .related-item {
    height: 180px;
    width: 223px;
  }
}
.related-photos .related-item.vertical {
  height: 400px;
  width: 291px;
}
@media screen and (max-width: 1023px) {
  .related-photos .related-item.vertical {
    height: 300px;
    width: 218px;
  }
}
@media screen and (max-width: 599px) {
  .related-photos .related-item.vertical {
    height: 180px;
    width: 130px;
  }
}
.related-photos .related-item > a {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
}

.related-videos .related-item {
  height: 400px;
  width: 600px;
}
@media screen and (max-width: 1023px) {
  .related-videos .related-item {
    height: 300px;
    width: 450px;
  }
}
@media screen and (max-width: 599px) {
  .related-videos .related-item {
    height: 180px;
    width: 270px;
  }
}
.related-videos .related-item > a {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
}
.related-videos .related-item > a:before { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: "";
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0); /* IE6-9 */
  height: 170px;
  position: absolute;
  width: 100%;
}
.related-videos .grid-item-text {
  bottom: 18px;
  color: #fff;
  left: 18px;
  position: absolute;
  right: 18px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .related-videos .grid-item-text {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
.related-videos .grid-item-text:after {
  content: " ";
  display: table;
  clear: both;
}
.related-videos .grid-item-text svg {
  float: left;
}
@media screen and (max-width: 1023px) {
  .related-videos .grid-item-text svg {
    height: 30px;
    width: 30px;
  }
}
.related-videos .grid-item-text h3 {
  margin-left: 57px;
  overflow: hidden;
  padding-top: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .related-videos .grid-item-text h3 {
    margin-left: 45px;
    padding-top: 7px;
  }
}

#related-merch .related-item > a {
  display: block;
}
#related-merch .related-item > a > div {
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 400px;
}
@media screen and (max-width: 1023px) {
  #related-merch .related-item > a > div {
    height: 300px;
    width: 300px;
  }
}
@media screen and (max-width: 599px) {
  #related-merch .related-item > a > div {
    height: 180px;
    width: 180px;
  }
}
#related-merch .related-item > a .merch-title {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#related-merch .related-item > a .merch-title.merch-title-default {
  color: #fff;
}

/* Music Page */
.art-col {
  float: left;
  width: 500px;
}
@media screen and (max-width: 1450px) {
  .art-col {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .art-col {
    float: none;
    width: 100%;
  }
}
.art-col img {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .art-col img {
    width: auto;
  }
}

.info-col {
  float: left;
  padding-left: 50px;
  width: calc(100% - 500px);
}
@media screen and (max-width: 1450px) {
  .info-col {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1023px) {
  .info-col {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
.info-col .buy-links {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  .info-col .buy-links > *:nth-child(3) {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .info-col .buy-links > * {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    /*&.btn-buy {
                    float: left;
                    width: calc(50% - 10px);
                    margin-right: 10px;
                }

                &.btn-listen {
                    float: left;
                    width: calc(50% - 10px);
                    margin-left: 10px;
                }*/
  }
  .info-col .buy-links > * > a {
    display: block;
    width: 100%;
  }
}
.info-col .buy-links > * + * {
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .info-col .buy-links > * + * {
    margin-left: 0;
  }
}
.info-col .buy-links .music-save {
  padding: 19px 16px;
}
.info-col .quote {
  margin: 0 0 40px 0;
}
.info-col .credits span {
  display: inline;
  width: 110px;
}
.info-col .page-footer {
  margin-bottom: 20px;
}
.info-col .page-footer a:nth-child(1) {
  float: none;
}
.info-col .page-footer.page-footer-border {
  border-top: 1px solid #54455f;
  padding-top: 20px;
}
.info-col #comments .container {
  padding: 0 !important;
}
.info-col #comments .container .content-container {
  max-width: 100% !important;
}

.psuedo-table {
  border-top: 1px solid #54455f;
  color: #ededed;
}
.psuedo-table > div {
  border-bottom: 1px solid #54455f;
  padding: 11px 0;
}
.psuedo-table > div:after {
  content: " ";
  display: table;
  clear: both;
}
.psuedo-table > div .col {
  float: left;
  width: 50%;
}
.psuedo-table > div .col.col-label {
  padding-right: 10px;
}
.psuedo-table > div .col.col-info {
  padding-left: 10px;
}
.psuedo-table.psuedo-table-striped > div:nth-of-type(odd) {
  /*background: $color-plum;*/
  background: rgba(255, 255, 255, 0.05);
}

.sales-table {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .sales-table {
    margin-bottom: 30px;
  }
}

.tracks {
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .tracks {
    margin-bottom: 40px;
  }
}
.tracks .section-title-sm {
  margin-bottom: 14px;
}
.tracks .note {
  margin-bottom: 11px;
}
.tracks .note i {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.tracks .note span {
  color: #ededed;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
}
.tracks .psuedo-table > div {
  padding: 15px 11px;
  position: relative;
}
.tracks .psuedo-table > div div {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
.tracks .psuedo-table > div div.play {
  margin-right: 15px;
}
@media screen and (max-width: 1023px) {
  .tracks .psuedo-table > div div.play {
    margin-right: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .tracks .psuedo-table > div div.play a {
    font-size: 24px;
  }
}
.tracks .psuedo-table > div div.play a:hover, .tracks .psuedo-table > div div.play a:focus {
  color: #fff;
}
.tracks .psuedo-table > div .progress {
  background: #836793;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
  z-index: 1;
  z-index: 1;
}
.tracks .psuedo-table > div.playing .play a {
  color: #fff;
}
.tracks .psuedo-table > div.playing .track {
  color: #fff;
  font-weight: 700;
}
.tracks .psuedo-table > div .track {
  /*text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;*/
  max-width: 70%;
}
@media screen and (max-width: 1023px) {
  .tracks .psuedo-table > div .track {
    max-width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .tracks .psuedo-table > div .track {
    max-width: 75%;
  }
}
.tracks .psuedo-table > div .track i {
  font-size: 12px;
  line-height: 1em;
  margin-left: 5px;
}
.tracks .psuedo-table > div .actions {
  float: right;
}
.tracks .psuedo-table > div .actions a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .tracks .psuedo-table > div .actions a {
    font-size: 24px;
  }
}
.tracks .psuedo-table > div .actions a + a {
  margin-left: 17px;
}
@media screen and (max-width: 1023px) {
  .tracks .psuedo-table > div .actions a + a {
    margin-left: 46px;
  }
}
@media screen and (max-width: 599px) {
  .tracks .psuedo-table > div .actions {
    display: none;
  }
}
.tracks .psuedo-table > div .track-more {
  display: none;
}
@media screen and (max-width: 599px) {
  .tracks .psuedo-table > div .track-more {
    display: inline-block;
    float: right;
    font-size: 24px;
    line-height: 1em;
    vertical-align: middle;
  }
}
.tracks .psuedo-table > div:first-child .actions {
  float: right;
}
.tracks .psuedo-table > div:first-child .actions a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.tracks .psuedo-table > div:first-child .actions a:before {
  color: #ededed;
  content: attr(data-title);
  display: none;
  font-size: 11px;
  font-weight: 400;
  left: -23px;
  letter-spacing: 2px;
  line-height: 1em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -50px;
  width: 60px;
}
@media screen and (max-width: 1023px) {
  .tracks .psuedo-table > div:first-child .actions a:before {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .tracks .psuedo-table > div:first-child .actions a:before {
    display: none;
  }
}
.tracks .psuedo-table > div audio {
  display: none;
}

.invisible {
  visibility: hidden;
}

#mobile-track-actions-overlay {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1020;
}

#mobile-track-actions {
  background: #251a2c;
  border-top: 1px solid #54455f;
  bottom: 0;
  padding: 10px 20px 20px 20px;
  position: fixed;
  transform: translateY(100%);
  transition: all 500ms ease-in-out;
  width: 100%;
  z-index: 1030;
}
#mobile-track-actions.open {
  transform: translateY(0%);
}
#mobile-track-actions > a {
  display: block;
}
#mobile-track-actions > a i {
  color: #a075b4;
  display: inline-block;
  font-size: 24px;
  line-height: 1em;
  margin-right: 13px;
  vertical-align: middle;
}
#mobile-track-actions > a span {
  color: #ededed;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  text-transform: uppercase;
  vertical-align: middle;
}
#mobile-track-actions > a + a {
  margin-top: 30px;
}

#lyrics {
  background: rgba(0, 0, 0, 0.3);
  margin-top: 50px;
  padding: 50px 0;
}
@media screen and (max-width: 1023px) {
  #lyrics {
    margin-top: 36px;
    padding: 36px 0;
  }
}
@media screen and (max-width: 599px) {
  #lyrics {
    margin-top: 20px;
    padding: 20px 0;
  }
}
#lyrics h2 {
  margin-bottom: 20px;
}
#lyrics .lyrics-content {
  -moz-column-gap: 72px;
       column-gap: 72px;
  -moz-columns: 2;
       columns: 2;
}
@media screen and (max-width: 1023px) {
  #lyrics .lyrics-content {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}
@media screen and (max-width: 599px) {
  #lyrics .lyrics-content {
    -moz-column-gap: 0;
         column-gap: 0;
    -moz-columns: 1;
         columns: 1;
  }
}

/* Accordion */
#accordion {
  background: #1a101e;
  padding: 70px 0;
}
@media screen and (max-width: 1023px) {
  #accordion {
    padding: 50px 0;
  }
}
@media screen and (max-width: 599px) {
  #accordion {
    padding: 30px 0;
  }
}
#accordion .panel {
  border-top: 1px solid #54455f;
}
#accordion .panel .panel-header {
  padding: 29px 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  #accordion .panel .panel-header {
    padding: 21px 0;
  }
}
#accordion .panel .panel-header i {
  margin-top: -9px;
  position: absolute;
  right: 0;
  top: 50%;
}
#accordion .panel .panel-content {
  display: none;
  padding: 0 0 36px 0;
}
#accordion .panel .panel-content.two-col {
  -moz-column-gap: 72px;
       column-gap: 72px;
  -moz-columns: 2;
       columns: 2;
}
#accordion .panel .panel-content.two-col hr {
  border-top: 1px solid #fff;
  -moz-column-span: all;
       column-span: all;
  margin: 30px 0;
}
@media screen and (max-width: 1023px) {
  #accordion .panel .panel-content.two-col {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
}
@media screen and (max-width: 599px) {
  #accordion .panel .panel-content.two-col {
    -moz-column-gap: 0;
         column-gap: 0;
    -moz-columns: 1;
         columns: 1;
  }
}
#accordion .panel .panel-content .alternate-versions {
  /*p {
                  display: none;
              }*/
}
#accordion .panel .panel-content .alternate-versions ol {
  margin-bottom: 60px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  #accordion .panel .panel-content .alternate-versions ol {
    margin-bottom: 30px;
  }
}
#accordion .panel .panel-content .chart-performance-wrapper .chart-info {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  #accordion .panel .panel-content .chart-performance-wrapper .chart-info {
    margin-bottom: 10px;
  }
}
#accordion .panel .panel-content .chart-performance-wrapper .chart-info div {
  color: #9b9b9b;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #accordion .panel .panel-content .chart-performance-wrapper .chart-info div {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  #accordion .panel .panel-content .chart-performance-wrapper .chart-info div {
    display: block;
  }
}
#accordion .panel .panel-content .chart-performance-wrapper .chart-info div + div {
  margin-left: 40px;
}
@media screen and (max-width: 599px) {
  #accordion .panel .panel-content .chart-performance-wrapper .chart-info div + div {
    margin-left: 0;
    margin-top: 10px;
  }
}
#accordion .panel .panel-content .chart-performance-wrapper .chart-info div span {
  color: #fff;
}
#accordion .panel .panel-content .chart-performance-wrapper + .chart-performance-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  #accordion .panel .panel-content .chart-performance-wrapper + .chart-performance-wrapper {
    margin-top: 30px;
  }
}
#accordion .panel .panel-content .news-review + .news-review {
  border-top: 1px solid #54455f;
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  #accordion .panel .panel-content .news-review + .news-review {
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  #accordion .panel .panel-content .news-review + .news-review {
    padding-top: 20px;
  }
}
#accordion .panel .panel-content .news-review:not(last-child) {
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #accordion .panel .panel-content .news-review:not(last-child) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #accordion .panel .panel-content .news-review:not(last-child) {
    padding-bottom: 20px;
  }
}
#accordion .panel.open .panel-header a {
  color: #fff;
}
#accordion .panel.open .panel-header a i {
  transform: rotate(-45deg);
}
#accordion .back-link {
  border-top: 1px solid #54455f;
  padding: 29px 0 0 0;
}
@media screen and (max-width: 599px) {
  #accordion .back-link {
    padding: 21px 0 0 0;
  }
}

/* TDIH */
/*.page-template-timeline-tdih,*/
@media screen and (max-width: 599px) {
  .page-template-timeline-milestones .index-header.index-header-fluid .index-mobile-hero {
    background-position: right top !important;
    background-size: auto 100% !important;
  }
}

@media screen and (max-width: 599px) {
  .page-template-timeline-tdih .index-filter-bar-tdih #filter-date > div {
    display: block;
    float: left;
    margin-bottom: 20px;
    margin-right: 0;
    width: 50%;
  }
  .page-template-timeline-tdih .index-filter-bar-tdih #filter-date > div > span {
    display: block;
    margin-bottom: 5px;
  }
  .page-template-timeline-tdih .index-filter-bar-tdih #filter-date .btn-std {
    /*margin-top: 20px;*/
  }
}

.tdih-grid-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 32px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .tdih-grid-wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 599px) {
  .tdih-grid-wrapper {
    padding: 0 20px;
  }
}
.tdih-grid-wrapper .grid-row {
  margin: 0 -16px;
}
@media screen and (max-width: 599px) {
  .tdih-grid-wrapper .grid-row {
    margin: 0;
  }
}
.tdih-grid-wrapper .grid-row .grid-item-type-tdih {
  margin-bottom: 32px;
  padding: 0 16px;
  width: 33.3333334%;
}
@media screen and (max-width: 1023px) {
  .tdih-grid-wrapper .grid-row .grid-item-type-tdih {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .tdih-grid-wrapper .grid-row .grid-item-type-tdih {
    float: none;
    padding: 0;
    width: 100%;
  }
}

/* Milestones */
.milestone-decade {
  -webkit-backface-visibility: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 50% 0;
  position: relative;
  -moz-transform: none;
  -webkit-transform: translate3d(0, 0, 0);
  /*@media screen and (max-width: $break-point-tablet) {
         background: none!important;
     }*/
}
@media screen and (max-width: 1023px) {
  .milestone-decade {
    background-attachment: scroll;
    height: 100vh;
    min-height: 0;
    overflow: scroll;
    padding: 5% 0;
  }
}
.milestone-decade.milestone-decade-1970, .milestone-decade.milestone-decade-2010 {
  background-position: center top;
}
.milestone-decade:before { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(37, 26, 44, 0.5) 0%, rgba(37, 26, 44, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  bottom: 0;
  content: "";
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80251a2c", endColorstr="#00251a2c", GradientType=1); /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#251a2c+0,251a2c+100&0.5+0,0+100 */
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.milestone-decade .mobile-bg {
  display: none;
  /*@media screen and (max-width: $break-point-tablet) {
            display: block;
        }*/
}
.milestone-decade .container {
  position: relative;
  z-index: 1;
}
.milestone-decade .milestone-container {
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
}
.milestone-decade .milestone-container:after {
  content: " ";
  display: table;
  clear: both;
}
.milestone-decade .milestone-container .timeline-year-marker {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 7px;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .milestone-decade .milestone-container .timeline-year-marker {
    font-size: 26px;
    padding: 10px;
    width: 100px;
  }
}
@media screen and (max-width: 599px) {
  .milestone-decade .milestone-container .timeline-year-marker {
    font-size: 20px;
    transform: rotate(-90deg) translateX(45%);
    transform-origin: bottom right;
  }
}
.milestone-decade .milestone-container .timeline-item {
  clear: both;
  padding: 0 10px;
  width: 50%;
}
.milestone-decade .milestone-container .timeline-item > a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 0 20px 0 #000;
  display: block;
  overflow: hidden;
  position: relative;
}
.milestone-decade .milestone-container .timeline-item > a:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.05);
  content: "";
  display: block;
  height: 200%;
  position: absolute;
  top: 0;
  transform: rotate(45deg) translate(-450%, 0);
  width: 100%;
}
.milestone-decade .milestone-container .timeline-item > a:hover:before, .milestone-decade .milestone-container .timeline-item > a:focus:before {
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.milestone-decade .milestone-container .timeline-item > a > img {
  width: 100%;
}
.milestone-decade .milestone-container .timeline-item > a > .timeline-item-content {
  background: #251a2c;
  padding: 19px 20px 15px 20px;
}
.milestone-decade .milestone-container .timeline-item > a > .timeline-item-content h3 {
  color: #fff;
}
.milestone-decade .milestone-container .timeline-item > a > .timeline-item-content span {
  display: block;
  margin-top: 6px;
}
.milestone-decade .milestone-container .timeline-item + .timeline-item {
  margin-top: -33px;
}
@media screen and (max-width: 1023px) {
  .milestone-decade .milestone-container .timeline-item + .timeline-item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .milestone-decade .milestone-container .timeline-item + .timeline-item {
    margin-top: 20px;
  }
}
.milestone-decade .milestone-container .timeline-item:nth-child(odd) {
  float: left;
}
.milestone-decade .milestone-container .timeline-item:nth-child(even) {
  float: right;
}
.milestone-decade .milestone-container .timeline-item.singular {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .milestone-decade .milestone-container .timeline-item {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    padding: 0;
    width: 100% !important;
  }
}
@media screen and (max-width: 599px) {
  .milestone-decade .milestone-container .timeline-item {
    max-width: 100%;
    padding: 0 40px;
  }
}

#decade-nav {
  display: none;
  left: 0;
  position: absolute;
  transition: left 250ms linear;
  z-index: 900;
}
@media screen and (max-width: 599px) {
  #decade-nav {
    left: -85px;
  }
}
#decade-nav.sticky {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
}
#decade-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#decade-nav > ul > li > a {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-indent: 1.5px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 160px;
}
@media screen and (max-width: 1023px) {
  #decade-nav > ul > li > a {
    font-size: 12px;
    line-height: 1em;
    padding: 15px;
    width: 100px;
  }
}
@media screen and (max-width: 599px) {
  #decade-nav > ul > li > a {
    font-size: 11px;
    height: 50px;
    line-height: 1em;
    padding: 10px;
    width: 85px;
  }
}
#decade-nav > ul > li > a span {
  display: inline;
  position: relative;
  vertical-align: middle;
  z-index: 2;
}
#decade-nav > ul > li > a:before {
  background: #fff;
  content: "";
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  width: 150%;
  z-index: 1;
}
#decade-nav > ul > li > a:hover {
  color: #836793;
  outline: 0;
}
#decade-nav > ul > li > a:hover:before {
  background-color: #fff;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#decade-nav > ul > li + li {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #decade-nav > ul > li + li {
    margin-top: 0;
  }
  #decade-nav > ul > li + li > a {
    border-top: 0;
  }
}
#decade-nav > ul > li.active > a {
  color: #836793;
  outline: 0;
}
#decade-nav > ul > li.active > a:before {
  background-color: #fff;
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#decade-nav > #decade-nav-toggle {
  background: #836793;
  color: #fff;
  display: none;
  font-size: 11px;
  height: 40px;
  letter-spacing: 2px;
  line-height: 40px;
  position: absolute;
  right: -40px;
  text-align: center;
  text-transform: uppercase;
  top: 82.5px;
  transform: rotate(-90deg) translateX(35%);
  transform-origin: bottom right;
  width: 165px;
}
#decade-nav > #decade-nav-toggle span:nth-child(2) {
  display: none;
}
@media screen and (max-width: 599px) {
  #decade-nav > #decade-nav-toggle {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  #decade-nav.open {
    left: 0;
  }
  #decade-nav.open > #decade-nav-toggle span:nth-child(1) {
    display: none;
  }
  #decade-nav.open > #decade-nav-toggle span:nth-child(2) {
    display: inline;
  }
}

/* Timeline Post */
body.single-timeline #accordion h3 {
  margin-bottom: 29px;
}
@media screen and (max-width: 599px) {
  body.single-timeline #accordion h3 {
    margin-bottom: 21px;
  }
}
body.single-timeline #accordion .related-links ul {
  list-style: none;
}
body.single-timeline #accordion .back-link {
  border-top: 0;
}

/* Award */
body.single-award #accordion h3 {
  margin-bottom: 29px;
}
@media screen and (max-width: 599px) {
  body.single-award #accordion h3 {
    margin-bottom: 21px;
  }
}
body.single-award #accordion .related-links ul {
  list-style: none;
}
body.single-award #accordion .back-link {
  border-top: 0;
}

/* Tour */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .page-template-tour .index-header .page-title {
    max-width: 300px;
    text-indent: 0;
  }
}
@media screen and (max-width: 599px) {
  .page-template-tour .index-header .page-title {
    line-height: 1.3em;
    max-width: 200px;
    padding-top: 20px;
    text-indent: 0;
  }
}

#tour-dates-list {
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  #tour-dates-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  #tour-dates-list {
    margin-top: 20px;
  }
}
#tour-dates-list .section-title {
  margin-bottom: 28px;
}
#tour-dates-list .tour-dates .tour-date:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
#tour-dates-list .tour-dates .tour-date .container:after {
  content: " ";
  display: table;
  clear: both;
}
#tour-dates-list .tour-dates .tour-date .tour-date-top {
  padding: 25px 0;
}
@media screen and (max-width: 1023px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-top {
    padding: 20px 0;
  }
}
#tour-dates-list .tour-dates .tour-date .tour-date-photo {
  float: left;
  height: 150px;
  width: 200px;
}
@media screen and (max-width: 1023px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-photo {
    height: 113px;
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-photo {
    float: none;
    height: 75px;
    width: 100px;
    /*margin: 0 auto;*/
  }
}
#tour-dates-list .tour-dates .tour-date .tour-date-info {
  float: left;
  padding: 29px 32px 0 32px;
}
@media screen and (max-width: 1023px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-info {
    padding: 20px 0 0 11px;
  }
}
@media screen and (max-width: 599px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-info {
    /*padding: 0 0 0 11px;*/
    float: none;
    padding: 10px 0 0 0;
  }
}
#tour-dates-list .tour-dates .tour-date .tour-date-info > span {
  display: block;
}
#tour-dates-list .tour-dates .tour-date .tour-date-info > span.location {
  margin: 5px 0;
}
#tour-dates-list .tour-dates .tour-date .tour-date-controls {
  float: right;
}
@media screen and (max-width: 1023px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-controls {
    float: left;
    padding: 20px 0 0 0;
    width: 100%;
  }
}
#tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-toggle {
  display: none;
}
@media screen and (max-width: 599px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-toggle {
    display: inline-block;
  }
  #tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-toggle.active {
    color: #fff;
  }
  #tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-toggle.active i {
    color: #a075b4;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 599px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-wrap {
    display: none;
  }
}
#tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-wrap ul {
  list-style: none;
  padding: 50px 0 0 0;
}
@media screen and (max-width: 1023px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-wrap ul {
    padding: 15px 0 0 0;
  }
}
#tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-wrap ul li {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  #tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-wrap ul li {
    padding-top: 10px;
  }
}
#tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-wrap ul li + li {
  margin-left: 7px;
  margin-top: 0;
}
#tour-dates-list .tour-dates .tour-date .tour-date-controls .tour-date-controls-wrap ul li > i {
  color: #a075b4;
  font-size: 20px;
  line-height: 1em;
}
#tour-dates-list .tour-dates .tour-date .tour-panel {
  display: none;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  #tour-dates-list .tour-dates .tour-date .tour-panel {
    padding: 15px 0 40px 0;
  }
}
#tour-dates-list .tour-dates .tour-date .tour-panel .section-title-sm {
  margin-bottom: 20px;
}
#tour-dates-list .tour-dates .tour-date .tour-panel .tracks {
  margin-bottom: 0;
}
#tour-dates-list .tour-dates .tour-date .tour-panel .tour-review + .tour-review {
  border-top: 1px solid #54455f;
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  #tour-dates-list .tour-dates .tour-date .tour-panel .tour-review + .tour-review {
    padding-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  #tour-dates-list .tour-dates .tour-date .tour-panel .tour-review + .tour-review {
    padding-top: 20px;
  }
}
#tour-dates-list .tour-dates .tour-date .tour-panel .tour-review:not(last-child) {
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  #tour-dates-list .tour-dates .tour-date .tour-panel .tour-review:not(last-child) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  #tour-dates-list .tour-dates .tour-date .tour-panel .tour-review:not(last-child) {
    padding-bottom: 20px;
  }
}

.single-tour .page-header h1 {
  font-size: 41px;
}
@media screen and (max-width: 1023px) {
  .single-tour .page-header h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 599px) {
  .single-tour .page-header h1 {
    font-size: 28px;
  }
}
.single-tour .page-content {
  padding-top: 10px;
}

/* Search */
body.page-template-search .index-header {
  height: auto;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 1023px) {
  body.page-template-search .index-header {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 599px) {
  body.page-template-search .index-header {
    padding: 0 0 20px 0;
  }
}
body.page-template-search .index-header .page-title {
  padding: 120px 0 30px 0;
}
@media screen and (max-width: 1023px) {
  body.page-template-search .index-header .page-title {
    padding: 30px 0;
  }
}
@media screen and (max-width: 599px) {
  body.page-template-search .index-header .page-title {
    padding: 30px 0 10px 0;
  }
}
body.page-template-search .index-header #search {
  max-width: 800px;
}
body.page-template-search .index-header #search .input-group {
  margin: 0;
  position: relative;
}
body.page-template-search .index-header #search .input-group button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-search .index-header #search .input-group button:hover, body.page-template-search .index-header #search .input-group button:focus {
  color: #fff;
  cursor: pointer;
  outline: 0;
}
body.page-template-search .index-content {
  padding: 50px 0;
}
@media screen and (max-width: 1023px) {
  body.page-template-search .index-content {
    padding: 20px 0;
  }
}
body.page-template-search .index-content #search-results-count {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3em;
}
body.page-template-search .index-content #search-results .search-section {
  border-top: 1px solid #54455f;
  margin-top: 50px;
  padding: 50px 0;
}
@media screen and (max-width: 1023px) {
  body.page-template-search .index-content #search-results .search-section {
    margin-top: 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 599px) {
  body.page-template-search .index-content #search-results .search-section {
    margin-top: 10px;
    padding: 10px 0;
  }
}
body.page-template-search .index-content #search-results .search-section .section-title-sm {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  body.page-template-search .index-content #search-results .search-section .section-title-sm {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  body.page-template-search .index-content #search-results .search-section .section-title-sm {
    margin-bottom: 10px;
  }
}
body.page-template-search .index-content #search-results .search-section .search-item:after {
  content: " ";
  display: table;
  clear: both;
}
body.page-template-search .index-content #search-results .search-section .search-item > img {
  float: left;
  width: 200px;
}
@media screen and (max-width: 1023px) {
  body.page-template-search .index-content #search-results .search-section .search-item > img {
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  body.page-template-search .index-content #search-results .search-section .search-item > img {
    float: none;
    margin-bottom: 10px;
    width: 100px;
  }
}
body.page-template-search .index-content #search-results .search-section .search-item > .search-item-content {
  margin-left: 220px;
}
@media screen and (max-width: 1023px) {
  body.page-template-search .index-content #search-results .search-section .search-item > .search-item-content {
    margin-left: 170px;
  }
}
@media screen and (max-width: 599px) {
  body.page-template-search .index-content #search-results .search-section .search-item > .search-item-content {
    margin-left: 0;
  }
}
body.page-template-search .index-content #search-results .search-section .search-item > .search-item-content > header > h3 a {
  color: #fff;
}
body.page-template-search .index-content #search-results .search-section .search-item > .search-item-content > header > time {
  margin: 5px 0 10px 0;
}
body.page-template-search .index-content #search-results .search-section .search-item > .search-item-content .search-excerpt {
  color: #9b9b9b;
}
body.page-template-search .index-content #search-results .search-section .search-item + .search-item {
  margin-top: 30px;
}

/* Form */
.submission-form {
  max-width: 800px;
  width: 100%;
}
.submission-form > p {
  margin-bottom: 20px;
}

.form-row {
  margin: 0 -16px;
}
.form-row:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 599px) {
  .form-row {
    margin: 0;
  }
}
.form-row .form-col {
  float: left;
  padding: 0 16px;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .form-row .form-col {
    float: none;
    padding: 0;
    width: 100%;
  }
}

.input-group {
  margin-bottom: 20px;
  /*&.input-group-photo {
         &+.input-group-photo {
             display: none;
         }
     }

     &.input-group-photo-link {
         &+.input-group-photo-link {
             display: none;
         }
     }

     &.input-group-video {
         &+.input-group-video {
             display: none;
         }
     }*/
}

.label {
  display: block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

textarea.input {
  height: auto;
  margin-bottom: 35px;
  min-height: 140px;
}

.input {
  -webkit-appearance: none;
  background: #251a2c;
  border: 1px solid #54455f;
  border-radius: 0;
  color: #fff;
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 50px;
  line-height: 1em;
  padding: 12px 16px;
  width: 100%;
}
.input:focus {
  outline: 0;
}
.input.input-file {
  position: relative;
}
.input.input-file .browse {
  background: #836793;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  padding: 12px;
  position: relative;
  text-transform: uppercase;
  top: -5px;
  vertical-align: middle;
}
.input.input-file input {
  display: none;
}
.input.input-file:hover {
  cursor: pointer;
}
.input.input-file .clear-file {
  color: #a075b4;
  display: none;
  font-size: 20px;
  line-height: 1em;
  margin-top: -10px;
  position: absolute;
  right: -33px;
  top: 50%;
}

.add-more {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1em;
  margin-bottom: 45px;
  text-transform: uppercase;
  vertical-align: middle;
}

.submit-group {
  margin-top: 20px;
}

.checkbox-group {
  position: relative;
}
.checkbox-group input {
  -webkit-appearance: none;
  background: #251a2c;
  border: 1px solid #54455f;
  border-radius: 0;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
}
.checkbox-group input:hover, .checkbox-group input:focus {
  cursor: pointer;
  outline: 0;
}
.checkbox-group input:checked {
  background: #54455f;
}
.checkbox-group label {
  line-height: 1.2em;
  margin-left: 30px;
}

.form-message {
  display: none;
}

.form-contact {
  margin-top: 20px;
}

/* Contact Form 7 */
.wpcf7 br {
  display: none;
}

/* Tooltip */
.qtip-default {
  background: #000;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  text-transform: uppercase;
}

/* Interior Fixes */
body.single .page-wrap .post-header {
  margin: 0 auto;
  max-width: 1504px;
}
body.single .page-wrap .container {
  margin: 0 auto;
  max-width: 1504px;
}

/* Footer */
#footer {
  background: #251a2c;
  padding: 12px 0 16px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #footer {
    padding: 30px 0 20px 0;
    text-align: center;
  }
}
#footer .socials {
  float: right;
  list-style: none;
  margin: 0;
  padding: 22px 0 0 0;
}
@media screen and (max-width: 1023px) {
  #footer .socials {
    float: none;
    padding: 0;
  }
}
#footer .socials > li {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
#footer .socials > li + li {
  margin-top: 0;
}
#footer .socials > li > a {
  background: #836793;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  width: 31px;
}
#footer .socials > li > a > i {
  vertical-align: middle;
}
#footer .newsletter {
  clear: both;
  float: right;
  margin: 32px 0;
}
@media screen and (max-width: 1023px) {
  #footer .newsletter {
    float: none;
  }
}
#footer .newsletter > span {
  color: #9b9b9b;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
}
#footer .copyright > a {
  display: inline-block;
  float: left;
  position: relative;
  top: -30px;
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  #footer .copyright > a {
    float: none;
    top: 0;
  }
}
#footer .copyright > a > img {
  width: 80px;
}
#footer .copyright > div {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 1.6em;
  margin: 0 0 0 100px;
  padding: 22px 0 0 0;
}
@media screen and (max-width: 1023px) {
  #footer .copyright > div {
    margin: 20px 0 0 0;
    padding: 0;
  }
}
#footer .copyright > div p {
  margin: 0;
}
#footer .copyright > div p:nth-child(1) {
  margin: 0 0 10px 0;
}

.notification-bar {
  color: #a075b4;
  display: inline-block;
  font-size: 14px;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.notification-bar a {
  color: #a075b4;
}
@media screen and (max-width: 1199px) {
  .notification-bar {
    font-size: 10px;
    position: static;
    transform: none;
  }
}

#signup-cta, #signup-thankyou {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background-image: url("../img/cta_bg.png");
  background-size: cover;
  background-position: top left;
  background-color: #917a64;
  color: #e7e8e1;
  padding: 70px 15px;
}

@media screen and (max-width: 830px) {
  #signup-cta, #signup-thankyou {
    max-width: 400px;
    padding: 350px 10px 10px;
    background-image: url("../img/cta_bg_m.png");
    background-size: cover;
    background-position: top left;
  }
}
#signup-cta .mfp-close, #signup-thankyou .mfp-close {
  top: 10px !important;
  right: 10px;
}

#signup-cta .content, #signup-thankyou .content {
  width: 470px;
  max-width: 100%;
  margin: 0 0 0 auto;
}

#signup-cta p, #signup-thankyou p {
  font-size: 15px;
  margin: 0 0 1em;
  line-height: 1.2;
}

@media screen and (max-width: 830px) {
  #signup-cta p, #signup-thankyou p {
    font-size: 10px;
  }
}
#signup-cta a, #signup-cta form button, #signup-thankyou a, #signup-thankyou form button {
  background-color: #846793;
  text-align: center;
  width: 100%;
  padding: 3px 10px;
  color: #e7e8e1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border: 2px solid #544660;
  border-radius: 10px;
  transition: 0.3s all;
}

#signup-cta a span, #signup-cta form button span, #signup-thankyou a span, #signup-thankyou form button span {
  flex: 1;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 830px) {
  #signup-cta a span, #signup-cta form button span, #signup-thankyou a span, #signup-thankyou form button span {
    font-size: 10px;
  }
}
#signup-cta a i, #signup-cta form button i, #signup-thankyou a i, #signup-thankyou form button i {
  font-size: 24px;
}

@media screen and (max-width: 830px) {
  #signup-cta a i, #signup-cta form button i, #signup-thankyou a i, #signup-thankyou form button i {
    font-size: 18px;
  }
}
#signup-cta a:hover, #signup-cta a:target, #signup-cta a:focus, #signup-cta form button:hover, #signup-cta form button:target, #signup-cta form button:focus, #signup-thankyou a:hover, #signup-thankyou a:target, #signup-thankyou a:focus, #signup-thankyou form button:hover, #signup-thankyou form button:target, #signup-thankyou form button:focus {
  background-color: #544660;
}

#signup-cta form button, #signup-thankyou form button {
  justify-content: center;
}

#signup-cta form p, #signup-thankyou form p {
  margin: 1em auto;
  text-align: center;
}

#signup-cta form input, #signup-cta form select, #signup-thankyou form input, #signup-thankyou form select {
  display: block;
  width: 100%;
  border: none;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 8px 10px 6px;
  margin-bottom: 10px;
  line-height: 1;
}

#signup-cta form input::-moz-placeholder, #signup-cta form select::-moz-placeholder, #signup-thankyou form input::-moz-placeholder, #signup-thankyou form select::-moz-placeholder {
  color: #000;
}

#signup-cta form input::placeholder, #signup-cta form select::placeholder, #signup-thankyou form input::placeholder, #signup-thankyou form select::placeholder {
  color: #000;
}

#signup-cta label, #signup-thankyou label {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  color: #000;
}

#signup-cta .checkbox label, #signup-thankyou .checkbox label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#signup-cta .checkbox label p, #signup-thankyou .checkbox label p {
  font-size: 12px;
  text-align: left;
}

#signup-cta .checkbox label input, #signup-thankyou .checkbox label input {
  flex: 1;
  min-width: 20px;
}

#signup-cta form button, #signup-thankyou form button {
  border: none;
  padding: 10px;
  font-family: "Nunito Sans", sans-serif;
}

#signup-cta h2, #signup-thankyou h2 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 46px;
}

@media screen and (max-width: 830px) {
  #signup-cta h2, #signup-thankyou h2 {
    font-size: 26px;
  }
}
#signup-cta .note, #signup-thankyou .note {
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

#signup-thankyou {
  display: none;
}

.signup-copyright {
  background-color: #000;
  color: #fff;
  font-size: 0.5rem;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.25;
  padding: 0.5rem;
}
@media screen and (max-width: 830px) {
  .signup-copyright {
    max-width: 400px;
  }
}
.signup-copyright p {
  margin: 0;
}
.signup-copyright a {
  color: #fff;
}

.signup-body {
  background: transparent;
}

.full-size-iframe {
  width: 100vw;
  height: 100vh;
}
.full-size-iframe iframe {
  background: none;
  box-shadow: none;
}
.full-size-iframe .mfp-close {
  top: 70px !important;
  right: 10px;
  font-size: 50px;
}/*# sourceMappingURL=style.css.map */