* {
  margin: 0; }

.h--align-center {
  text-align: center; }

.hidden-desktop {
  display: none; }

.hidden {
  display: none !important; }

.h--display-inline-block {
  display: inline-block; }

.h--text-align-left {
  text-align: left; }

.h--margin-top {
  margin-top: 10px; }

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

.margin-top-5 {
  margin-top: 5px !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.width-10-percent {
  width: 10%; }

.width-25-percent {
  width: 25%; }

.width-50-percent {
  width: 50%; }

.width-75-percent {
  width: 75%; }

.width-100-percent {
  width: 100%; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.text-align-justify {
  text-align: justify; }

.font-weight-light {
  font-weight: light; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-semibold {
  font-weight: semibold; }

.font-weight-bold {
  font-weight: bold; }

.font-weight-100 {
  font-weight: 100; }

.font-weight-200 {
  font-weight: 200; }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-700 {
  font-weight: 700; }

.font-weight-800 {
  font-weight: 800; }

.font-weight-900 {
  font-weight: 900; }

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  .hidden-mobile {
    display: none; }
  .hidden-desktop {
    display: inherit; } }

html, body {
  font-size: 14px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  background-color: #22252b;
  color: #373d47;
  font-family: "museo-sans", "Lucida Grande", Helvetica, Arial, sans-serif;
  margin: 0;
  width: 100%; }
  body.no-scroll {
    overflow: hidden; }

.wrapper {
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  min-height: 100%;
  overflow: hidden;
  position: relative; }

.footer,
.push {
  box-sizing: border-box;
  min-height: 60px;
  padding: 14px 0; }

.push {
  position: relative;
  z-index: -1; }

.footer {
  background-color: transparent;
  color: #ff6c00;
  font-size: 10px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 5; }
  .footer a {
    color: inherit; }

.footer__cookie-notice {
  display: block;
  line-height: 15px;
  padding: 10px 5px; }

.custom-footer {
  color: white;
  margin: 15px auto 0 auto;
  width: 700px; }
  .custom-footer a:not(.custom-footer__button) {
    color: #ff6c00; }
  .custom-footer p {
    margin-bottom: 10px; }

.custom-footer__button {
  background-color: #ff6c00;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  text-decoration: none; }
  .custom-footer__button:hover {
    background-color: #ff7b1a; }

#logo {
  background-image: url("../../images/smarturl-retina.png");
  background-size: 115px 31px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 31px;
  text-indent: -9999em;
  width: 115px; }

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  .custom-footer {
    width: 300px; } }

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 60px;
  -webkit-filter: blur(23px);
  -moz-filter: blur(23px);
  -o-filter: blur(23px);
  -ms-filter: blur(23px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='23');
  opacity: 0.3;
  position: absolute;
  top: 101px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
  z-index: -5000; }

/* mobile */
@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  .bg {
    top: 0; } }

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  width: 1em; }

.button {
  background: #373d47;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35714em;
  margin: 3px;
  padding: 6px 18px;
  position: relative;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0; }
  .button:hover, .button:focus, .button:active {
    color: #ffffff;
    outline: none; }
  .button:hover, .button:focus {
    background: #ff7c00; }
    .button:hover:before, .button:focus:before {
      background-color: #ff7c00;
      background-image: linear-gradient(to top left, #ff6c00, #ff7c00); }
    .button:hover:after, .button:focus:after {
      background: #ff7c00; }
  .button:active {
    background: #df581a; }
    .button:active:before {
      background-color: #df5719;
      background-image: linear-gradient(to top left, #b84d1c, #df5719); }
    .button:active:after {
      background: #df581a; }
  .button:before {
    background-color: #373d47;
    background-image: linear-gradient(to top left, #22252b, #373d47);
    border-radius: 4px;
    bottom: -3px;
    content: '';
    left: -3px;
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: -2; }
  .button:after {
    background: #373d47;
    bottom: 0;
    border-radius: 4px;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1; }
  .button.button--orange {
    background: #ff6c00; }
    .button.button--orange:before {
      background-color: #ff7c00;
      background-image: linear-gradient(to top left, #df5719, #ff7c00);
      border-radius: 4px;
      bottom: -3px;
      content: '';
      left: -3px;
      position: absolute;
      right: -3px;
      top: -3px;
      z-index: -2; }
    .button.button--orange:after {
      background: #ff6c00;
      bottom: 0;
      border-radius: 4px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .button.button--orange:hover:not(.button--no-hover), .button.button--orange:focus:not(.button--no-hover), .button.button--orange.button--active:not(.button--no-hover) {
      background: #ff7c00; }
      .button.button--orange:hover:not(.button--no-hover):before, .button.button--orange:focus:not(.button--no-hover):before, .button.button--orange.button--active:not(.button--no-hover):before {
        background-color: #ff7c00;
        background-image: linear-gradient(to top left, #ff6c00, #ff7c00); }
      .button.button--orange:hover:not(.button--no-hover):after, .button.button--orange:focus:not(.button--no-hover):after, .button.button--orange.button--active:not(.button--no-hover):after {
        background: #ff7c00;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
    .button.button--orange:active:not(.button--no-hover) {
      background: #df581a; }
      .button.button--orange:active:not(.button--no-hover):before {
        background-color: #df5719;
        background-image: linear-gradient(to top left, #b84d1c, #df5719); }
      .button.button--orange:active:not(.button--no-hover):after {
        background: #df581a;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
  .button.button--small {
    font-size: 0.75em;
    line-height: 1.25em;
    min-width: 0;
    padding: 3px 8px; }
    .button.button--small .icon-arrow-up, .button.button--small .icon-arrow-down {
      position: relative;
      top: 1px; }
  .button.button--white {
    background: #ffffff !important;
    color: #22252b;
    border: 1px solid #b4b4b6;
    margin: 0; }
    .button.button--white:hover:not(.button--no-hover), .button.button--white:focus:not(.button--no-hover), .button.button--white:active:not(.button--no-hover), .button.button--white.button--active:not(.button--no-hover) {
      background: #ffffff;
      color: #2b8ffd;
      border-color: #2b8ffd; }
    .button.button--white:after, .button.button--white:before {
      content: none !important; }
    .button.button--white.button--full {
      width: 100%; }
    .button.button--white:disabled {
      color: #dadadd;
      cursor: not-allowed; }
  .button.button--text {
    background: transparent;
    color: #2b8ffd;
    font-weight: 400;
    padding: 0; }
    .button.button--text:after, .button.button--text:before {
      background: transparent;
      background-color: transparent;
      background-image: none; }
    .button.button--text:hover {
      color: #0275f3; }

.retailer-logo {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 auto;
  height: 83px;
  width: 190px; }

.logo {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 65px;
  max-width: 190px;
  position: relative;
  width: 65%; }

.title-container-img {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  min-height: 170px;
  position: relative;
  width: 85%; }

.sponsor {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  min-height: 120px;
  position: relative;
  width: 49%; }
  .sponsor:nth-child(2)::before {
    background-color: white;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px; }

.sponsors__title {
  font-size: 18px;
  margin-bottom: 10px; }

.sponsors {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  .logo {
    background-position: center center;
    margin: 0 auto -20px auto; }
  .logo-wrap {
    margin-bottom: 30px; }
  .logo-wrap.logo-wrap--with-stream {
    position: relative;
    top: -46px; }
  .retailer--watch-and-load .title-container.title-container-img-wrap, .title-container.title-container-img-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 300px; }
  .title-container-img {
    min-height: 100px;
    width: 100%; }
  .sponsors {
    margin: 0 auto;
    width: 300px; }
  .sponsor {
    min-height: 75px; } }

.youtube-container {
  border: 8px solid #f0f0f0;
  display: inline-block; }
  .youtube-container iframe {
    display: block; }

.youtube-player__divider {
  border-bottom: 1px solid rgba(243, 244, 247, 0.5);
  display: block;
  margin: 30px 0; }

.video-cta-container {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center; }

.video-cta {
  color: #FFFFFF;
  font-size: 20px;
  flex-wrap: wrap;
  display: inline-block; }

.video-cta-image-container {
  padding-top: 4px;
  padding-right: 10px; }

.video-cta-image {
  height: 18px;
  width: 18px; }

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  .youtube-player__divider {
    display: none; }
  .youtube-container {
    border-width: 8px;
    margin-bottom: 15px; }
  .video-cta-container {
    padding-top: 0;
    padding-bottom: 15px; }
  .video-cta {
    font-size: 16px; }
  .video-cta-image {
    height: 24px;
    width: 24px; } }

@-webkit-keyframes marquee {
  from {
    -moz-transform: translateX(75%);
    -o-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -webkit-transform: translateX(75%);
    transform: translateX(75%); }
  to {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-moz-keyframes marquee {
  from {
    -moz-transform: translateX(75%);
    -o-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -webkit-transform: translateX(75%);
    transform: translateX(75%); }
  to {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-ms-keyframes marquee {
  from {
    -moz-transform: translateX(75%);
    -o-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -webkit-transform: translateX(75%);
    transform: translateX(75%); }
  to {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-o-keyframes marquee {
  from {
    -moz-transform: translateX(75%);
    -o-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -webkit-transform: translateX(75%);
    transform: translateX(75%); }
  to {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  from {
    -moz-transform: translateX(75%);
    -o-transform: translateX(75%);
    -ms-transform: translateX(75%);
    -webkit-transform: translateX(75%);
    transform: translateX(75%); }
  to {
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.icon.icon--play {
  margin: 1px 0 0 2px;
  height: 20px;
  width: 17px; }

.icon.icon--pause {
  height: 16px;
  width: 15px; }

.stream .overlay__close {
  color: white; }

.stream__controls-container {
  position: relative;
  width: 320px; }

.stream__controls {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 500; }

.stream__control-bg {
  background: #373d47;
  background: rgba(55, 61, 71, 0.6);
  border-radius: 100%;
  content: '';
  display: block;
  height: 62px;
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62px;
  z-index: -10; }

.stream__control-bg--small {
  height: 48px;
  width: 48px; }

.stream__control-bg--next {
  margin-left: -45px; }

.stream__control-bg--prev {
  margin-left: 45px; }

.stream__control {
  background: #f3f4f8;
  border-radius: 100%;
  color: #22252b;
  cursor: pointer;
  display: inline-block;
  height: 54px;
  position: relative;
  width: 54px;
  vertical-align: middle;
  z-index: 10; }

.stream__control-bg[disabled] {
  background: rgba(55, 61, 71, 0.2) !important; }

.stream__control[disabled],
.stream__control[disabled]:hover {
  background: #f0f0f0 !important;
  color: #dadadd !important; }

.stream__control--active,
.stream__control:hover {
  color: #ff8f2b;
  background: #fff; }

.stream__control--small {
  height: 40px;
  width: 40px; }

.stream__control--middle {
  margin: 0 -2px;
  z-index: 15; }

.stream__control .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.current-track {
  background: white;
  height: 5px;
  margin: 2px 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 0; }

.current-track__progress {
  background: #ff8f2b;
  bottom: 0;
  height: 5px;
  position: absolute;
  top: 0;
  width: 0;
  will-change: width;
  z-index: -1; }

.current-track__progress:after {
  border-bottom: 5px solid #ff8f2b;
  border-right: 9px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  left: 100%;
  width: 0; }

.track-list {
  background: white;
  max-height: 165px;
  overflow: auto;
  padding: 32px 20px 0;
  width: 280px; }

.track-list--unavailable {
  padding-top: 45px; }

.track-list__footer {
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-weight: bold;
  line-height: 40px; }

.track-list__unavailable {
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 15px; }

.stream--light .track-list__unavailable {
  color: rgba(255, 255, 255, 0.45); }

.stream-overlay__content .track-list__unavailable {
  margin-top: 15px; }

.stream--light .track-list__footer {
  color: rgba(255, 255, 255, 0.45); }

.track {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #22252b;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  text-align: left; }

.stream--light .track {
  border-color: rgba(255, 255, 255, 0.25); }

.track--disabled .track__name {
  opacity: 0.6; }

.track__info {
  overflow: hidden;
  width: 100%; }

.track__scroll-cnta {
  display: inline-block;
  max-height: 30px;
  overflow: hidden;
  width: 70%;
  white-space: nowrap;
  vertical-align: middle; }

.track__scroll {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  display: inline-block;
  left: 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  white-space: nowrap;
  width: 100%; }

.track--playing .track__scroll {
  -webkit-animation: 11s linear infinite normal none running marquee;
  -moz-animation: 11s linear infinite normal none running marquee;
  -ms-animation: 11s linear infinite normal none running marquee;
  -o-animation: 11s linear infinite normal none running marquee;
  animation: 11s linear infinite normal none running marquee;
  -webkit-animation-delay: -4.5s;
  -moz-animation-delay: -4.5s;
  animation-delay: -4.5s;
  text-overflow: initial;
  overflow: hidden;
  width: auto; }

.track__artists {
  display: inline; }

.track__artists-divider {
  margin: 0 5px; }

.track__meta {
  display: inline-block;
  width: 30%;
  text-align: right;
  vertical-align: middle; }

.track__time {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 35px; }

.track__animation {
  background: url("../../images/audio-dark.gif") no-repeat center center;
  display: inline-block;
  opacity: 0;
  height: 11px;
  vertical-align: middle;
  width: 19px; }

.stream--light .track__animation {
  background-image: url("../../images/audio-light.gif"); }

.track__animation--playing {
  opacity: 1; }

.audio-streaming-legal {
  color: #fff;
  opacity: 0.6;
  font-size: 10px;
  display: none;
  padding: 10px; }

.audio-streaming-legal--show {
  display: none; }

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  .audio-streaming-container {
    margin-bottom: 40px; }
  .audio-streaming-legal--show {
    display: block; }
  .stream__controls-container {
    width: 100%; }
  .stream {
    margin: 0 auto;
    width: 215px; }
  .stream__control-bg {
    display: inline-block;
    left: auto;
    margin: 0 9px !important;
    right: auto;
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .stream__control {
    margin: 0 13px; }
  .stream-overlay {
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    min-height: 100%;
    overflow-x: hidden;
    position: fixed;
    right: 100%;
    top: 0;
    -moz-transition: right 400ms ease-in-out 0s;
    -o-transition: right 400ms ease-in-out 0s;
    -webkit-transition: right 400ms ease-in-out 0s;
    transition: right 400ms ease-in-out 0s;
    width: 100%;
    z-index: 5000; }
  .stream-overlay--open {
    right: 0;
    will-change: right; }
  .stream-overlay__content {
    margin: 0 auto;
    opacity: 1;
    max-width: 320px;
    padding: 20px 10px; }
  .stream-overlay__content .stream__controls-container {
    margin-top: 40px; }
  .stream-overlay__content .stream__controls {
    position: static; }
  .stream-overlay__content .stream__control {
    height: 59px;
    width: 59px; }
  .stream-overlay__content .stream__control--small {
    height: 45px;
    width: 45px; }
  .stream-overlay__content .stream__control-bg {
    height: 67px;
    width: 67px; }
  .stream-overlay__content .stream__control-bg--small {
    height: 53px;
    width: 53px; }
  .stream-overlay__content .track-list {
    padding: 5px 20px 0;
    max-height: none; }
  .stream-overlay__open {
    color: white;
    cursor: pointer;
    font-size: 32px;
    line-height: 1em;
    position: absolute;
    left: 15px;
    top: 15px; }
    .stream-overlay__open .icon {
      vertical-align: top; }
    .stream-overlay__open:hover, .stream-overlay__open:focus {
      color: #ff6c00; }
  .stream-overlay .icon.icon--play {
    margin: 0 0 0 1px; } }

.social-links {
  position: absolute;
  right: 12px;
  top: 15px; }

.social-links__link {
  color: #f0f0f0;
  display: inline-block;
  -webkit-transition: color 200ms ease-in-out 0s;
  -moz-transition: color 200ms ease-in-out 0s;
  transition: color 200ms ease-in-out 0s; }
  .social-links__link:hover, .social-links__link:focus {
    color: #ff6c00; }
  .social-links__link svg {
    fill: currentColor; }

.social-links__icon {
  display: inline-block;
  margin: 0 6px;
  height: 32px;
  width: 32px; }
  .social-links__overlay .social-links__icon {
    height: 45px;
    width: 45px; }

.social-links__overlay {
  color: #f0f0f0;
  text-align: center; }
  .social-links__overlay .social-links__icon {
    margin: 0 10px 20px; }

.social-links__overlay-title {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 15px; }
  .social-links__overlay-title::after {
    background: currentColor;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px; }

.social-links__overlay-icon-wrap {
  margin: 0 auto;
  max-width: 259px;
  width: 100%; }

.social-links__overlay-image {
  border: 8px solid #f0f0f0;
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  width: 200px; }

@media screen and (min-width: 800px) {
  .social-links {
    right: 17px;
    top: 20px; } }

@media screen and (min-height: 450px) {
  .social-links__overlay .overlay__content, .podcast__overlay .overlay__content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

.overlay {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  min-height: 100%;
  overflow-x: hidden;
  position: fixed;
  right: 100%;
  top: 0;
  -webkit-transition: right 400ms ease-in-out 0s;
  -moz-transition: right 400ms ease-in-out 0s;
  transition: right 400ms ease-in-out 0s;
  width: 100%;
  z-index: 15000; }
  .overlay.overlay--open {
    right: 0;
    will-change: right; }

.overlay__content {
  margin: 0 auto;
  max-width: 320px;
  opacity: 1;
  padding: 20px 10px;
  position: relative;
  z-index: 100; }

.overlay__close {
  color: #646e80;
  cursor: pointer;
  font-size: 32px;
  line-height: 1em;
  position: absolute;
  right: 18px;
  top: 15px;
  z-index: 1000; }
  .overlay__close .icon {
    vertical-align: top; }
  .overlay__close:hover {
    color: #ff6c00; }

#offer {
  margin-top: 35px;
  width: 100%; }

.offer__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%; }

.offer__title {
  color: #ffffff;
  font-size: 0.563rem;
  font-style: italic;
  margin-bottom: 2px;
  text-align: right; }

.offer__button {
  background: #3392FA;
  background-image: linear-gradient(to right, #aaa, #8e8e8e);
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.02em;
  margin-left: auto;
  padding: 9px 15px;
  text-align: center;
  text-decoration: none;
  width: 290px; }
  .offer__button:hover, .offer__button:focus {
    background: #ff6c00; }

.offer__icon {
  border-width: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 30px; }

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  #offer {
    margin: 25px auto 15px;
    padding-right: 0; } }

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  .retailer--watch-and-load {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .retailer--watch-and-load .title-underline {
      display: none; }
    .retailer--watch-and-load .title-container {
      font-size: 20px;
      margin-bottom: 0;
      margin-left: -50px;
      padding-bottom: 10px;
      width: 400px; }
    .retailer--watch-and-load .metadata {
      margin-bottom: 10px;
      margin-right: 0;
      margin-top: 25px;
      order: 2; }
    .retailer--watch-and-load .youtube-player {
      margin-top: 25px;
      order: 2; }
    .retailer--watch-and-load #provider-container {
      order: 1; }
    .retailer--watch-and-load .offer__button {
      width: 270px; }
    .retailer--watch-and-load #offer {
      margin-bottom: 0; }
    .retailer--watch-and-load .logo-wrap {
      order: 5; } }

.consent-block {
  position: relative; }

.consent-message {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 10px; }

.consent-message__icon {
  font-size: 27px;
  margin-right: 10px;
  margin-top: 1px;
  position: relative; }

.consent-message__text {
  font-size: 14px; }

.consent-message__icon, .consent-message__text {
  color: #DAD9DE;
  line-height: 17.5px; }

.consent-message__text a {
  color: #ff6d00;
  text-decoration: none; }

.consent-popup {
  background-color: white;
  border-radius: 7px;
  bottom: 20px;
  box-sizing: initial;
  box-shadow: -1px 2px 4px 1px #686a70;
  height: 160px;
  padding: 20px;
  position: fixed;
  right: 10px;
  width: 325px;
  z-index: 9999; }

.consent-popup__title {
  font-size: 18px;
  margin-bottom: 18px;
  margin-top: 0; }
  .consent-popup__title .icon {
    color: #ff6d00;
    position: relative;
    margin-top: -5px; }

.consent-popup__close {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px; }
  .consent-popup__close:hover {
    color: #ff6d00; }

.consent-popup__controls {
  margin-top: 5px;
  text-align: right; }
  .consent-popup__controls button + button {
    margin-left: 5px; }

.consent-popup__body {
  font-size: 14px;
  margin-bottom: 0; }

/* mobile */
@media only screen and (max-device-width: 480px), screen and (max-width: 700px) {
  .consent-popup {
    height: 170px;
    right: calc(50% - 170px);
    width: 300px; }
  .consent-message {
    margin: 0 auto;
    max-width: 320px;
    text-align: center; } }

.consent-block__overlay .overlay__content {
  max-width: 100%;
  width: 100%; }

.consent-message__text a {
  cursor: pointer; }
  .consent-message__text a:hover {
    text-decoration: underline; }

.consent-block__overlay__labels {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.consent-block__overlay__body {
  background-color: #FAFAFC;
  border-radius: 7px;
  font-family: 'source-sans-pro', sans-serif;
  margin: 40px auto 0 auto;
  padding: 27px;
  width: 650px; }
  .consent-block__overlay__body p {
    color: #373d47;
    font-size: 14px;
    line-height: 1.250em;
    line-spacing: 0.01em; }
  .consent-block__overlay__body hr {
    background: #b7b7b9;
    border: none;
    height: 1px;
    margin-bottom: 10px;
    width: 100%; }

.consent-block__overlay__desc {
  margin: 0 auto 10px auto;
  max-width: 490px;
  text-align: center; }
  .consent-block__overlay__desc a {
    color: #ff6c00;
    text-decoration: none; }
    .consent-block__overlay__desc a:visited {
      color: #ff6c00; }
    .consent-block__overlay__desc a:hover {
      text-decoration: underline; }

.consent-block__overlay__permission__text {
  margin-top: 10px; }

.consent-block__overlay__title {
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 18px;
  margin-top: 5px;
  text-align: center; }

.consent-block__overlay__title, .consent-block__overlay__sub-title {
  color: #22252b;
  font-family: "museo-sans", sans-serif; }

.consent-block__overlay__sub-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.23px;
  line-height: 19.25px;
  margin-bottom: 8px; }

.consent-block__overlay__radios {
  font-size: 14px;
  margin-left: auto;
  min-width: 105px; }
  .consent-block__overlay__radios label + input {
    margin-left: 8px; }
  .consent-block__overlay__radios input + label {
    margin-left: 5px; }

@media only screen and (max-device-width: 480px), screen and (max-width: 700px) {
  .consent-block__overlay__body {
    margin: 70px auto 0 auto;
    max-width: 95%;
    padding: 0; }
  .consent-block__overlay .overlay__content {
    padding: 0; }
  .consent-block__overlay__grouping {
    padding: 8px; }
  .consent-block__overlay__sub-title {
    padding-left: 8px; }
  .consent-block__overlay__radios label + input {
    margin-left: 12px; }
  .consent-block__overlay__desc {
    padding: 0 5px; } }

/**
 * Colors
 *
 * colors are numbered from 1 to n
 * where 1 is the darkest
 *
 */
/**
 * Gradient Colors
 *
 */
/**
 * Typography
 *
 */
/**
 * Breakpoints
 *
 */
/**
 * Layout
 *
 */
/*
* Layers
*/
/*
* Transitions
*/
.signUpClosed, .signUpOpen {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height .5s ease-in-out;
  -webkit-transition: max-height .5s ease-in-out;
  -moz-transition: max-height .5s ease-in-out;
  -o-transition: max-height .5s ease-in-out; }

.signUpOpen {
  max-height: 1000px; }

.signUpForm {
  clear: both;
  background: #F3F4F8;
  color: #3a3e47;
  transition: all .5s ease-in-out; }
  .signUpForm .signup-message {
    border-top: 2px solid #5C5A59; }
  .signUpForm .button.have-account-cta {
    display: block;
    font-size: 15px; }
  .signUpForm input[type="checkbox"] + label span {
    border: 1px solid #b4b4b6;
    margin-top: 4px;
    margin-right: 8px; }
  .signUpForm a {
    color: #DC630C; }
  .signUpForm input {
    border-radius: 5px;
    border: 1px solid #DC630C;
    padding: 10px;
    box-sizing: border-box; }
  .signUpForm .have-account-separator {
    height: 19px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 25px;
    margin-top: 11px; }
  .signUpForm .have-account-separator span {
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 10px;
    background-color: #f3f4f8; }
  .signUpForm label {
    color: #22252b; }
  .signUpForm .emailInput label {
    font-size: 14px;
    cursor: default;
    display: block;
    margin-bottom: 3px; }
  .signUpForm .emailInput input {
    font-family: "museo-sans", sans-serif;
    font-size: 14px; }
  .signUpForm .emailInput .icon {
    position: absolute;
    margin: 17px 0 0 -25px; }
  .signUpForm .emailInput .error {
    color: #CD3737; }
  .signUpForm .emailInput .errorInput {
    border-color: #CD3737; }
    .signUpForm .emailInput .errorInput + .icon {
      color: #CD3737; }
  .signUpForm .emailInput .successInput {
    border-color: #66CC00; }
    .signUpForm .emailInput .successInput svg.check-icon {
      display: block; }
    .signUpForm .emailInput .successInput + .icon {
      color: #66CC00; }
  .signUpForm .termsAndConditionsAgreementEU {
    display: flex;
    align-items: center; }
    .signUpForm .termsAndConditionsAgreementEU .terms-and-conditions-agreement {
      margin-right: 10px; }
    .signUpForm .termsAndConditionsAgreementEU input[type="checkbox"]:checked + label .check-icon, .signUpForm .termsAndConditionsAgreementEU input[type="checkbox"]:checked + label span svg.check-icon {
      top: -5px; }
  .signUpForm .errorMessage {
    color: #CD3737; }
  .signUpForm hr.bold {
    width: 25%;
    margin: 0 auto;
    border: 1px solid; }
  .signUpForm .sign-up-button a.button {
    font-size: 15px; }
  .signUpForm .sign-up-button .display-block {
    display: block; }

@keyframes spin {
  to {
    transform: rotateZ(360deg); } }
  .signUpForm .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #999;
    animation: spin 2s linear infinite; }
  .signUpForm .spinner {
    height: 20px; }
  .signUpForm .terms-conditions a {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  input {
    font-size: 16px; } }

#apple-music-wrap {
  height: 400px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  width: 320px; }

.responsive-iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.metadata--with-apple-music {
  display: none; }

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  #apple-music-wrap {
    height: 320px;
    width: 300px; } }

.signUpForm .button,
.signUpForm button,
.signUpForm input[type='button'],
.signUpForm input[type='submit'] {
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.35714em;
  margin: 3px;
  padding: 6px 18px;
  position: relative;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 0; }
  .signUpForm .button:hover, .signUpForm .button:focus, .signUpForm .button:active, .signUpForm .button.button--active,
  .signUpForm button:hover,
  .signUpForm button:focus,
  .signUpForm button:active,
  .signUpForm button.button--active,
  .signUpForm input[type='button']:hover,
  .signUpForm input[type='button']:focus,
  .signUpForm input[type='button']:active,
  .signUpForm input[type='button'].button--active,
  .signUpForm input[type='submit']:hover,
  .signUpForm input[type='submit']:focus,
  .signUpForm input[type='submit']:active,
  .signUpForm input[type='submit'].button--active {
    color: #fff;
    outline: none; }
  .signUpForm .button.button--small,
  .signUpForm button.button--small,
  .signUpForm input[type='button'].button--small,
  .signUpForm input[type='submit'].button--small {
    font-size: 0.75rem;
    line-height: 1.25em;
    min-width: 0;
    padding: 3px 8px; }
    .signUpForm .button.button--small .icon-arrow-up, .signUpForm .button.button--small .icon-arrow-down,
    .signUpForm button.button--small .icon-arrow-up,
    .signUpForm button.button--small .icon-arrow-down,
    .signUpForm input[type='button'].button--small .icon-arrow-up,
    .signUpForm input[type='button'].button--small .icon-arrow-down,
    .signUpForm input[type='submit'].button--small .icon-arrow-up,
    .signUpForm input[type='submit'].button--small .icon-arrow-down {
      position: relative;
      top: 1px; }
  .signUpForm .button.button--large,
  .signUpForm button.button--large,
  .signUpForm input[type='button'].button--large,
  .signUpForm input[type='submit'].button--large {
    min-width: 187px; }
  .signUpForm .button.button--full,
  .signUpForm button.button--full,
  .signUpForm input[type='button'].button--full,
  .signUpForm input[type='submit'].button--full {
    width: 100%;
    width: calc(100% - 6px); }
  .signUpForm .button.button--tight,
  .signUpForm button.button--tight,
  .signUpForm input[type='button'].button--tight,
  .signUpForm input[type='submit'].button--tight {
    padding-left: 7px;
    padding-right: 7px; }
  .signUpForm .button.button--text,
  .signUpForm button.button--text,
  .signUpForm input[type='button'].button--text,
  .signUpForm input[type='submit'].button--text {
    background: transparent;
    color: #2b8ffd;
    font-weight: 700;
    padding: 0; }
    .signUpForm .button.button--text:after, .signUpForm .button.button--text:before,
    .signUpForm button.button--text:after,
    .signUpForm button.button--text:before,
    .signUpForm input[type='button'].button--text:after,
    .signUpForm input[type='button'].button--text:before,
    .signUpForm input[type='submit'].button--text:after,
    .signUpForm input[type='submit'].button--text:before {
      background: transparent;
      background-color: transparent;
      background-image: none; }
    .signUpForm .button.button--text:hover,
    .signUpForm button.button--text:hover,
    .signUpForm input[type='button'].button--text:hover,
    .signUpForm input[type='submit'].button--text:hover {
      color: #0275f3; }
  .signUpForm .button, .signUpForm .button.button--blue,
  .signUpForm button,
  .signUpForm button.button--blue,
  .signUpForm input[type='button'],
  .signUpForm input[type='button'].button--blue,
  .signUpForm input[type='submit'],
  .signUpForm input[type='submit'].button--blue {
    background: #2b8ffd; }
    .signUpForm .button:before, .signUpForm .button.button--blue:before,
    .signUpForm button:before,
    .signUpForm button.button--blue:before,
    .signUpForm input[type='button']:before,
    .signUpForm input[type='button'].button--blue:before,
    .signUpForm input[type='submit']:before,
    .signUpForm input[type='submit'].button--blue:before {
      background-color: #2b8ffe;
      background-image: linear-gradient(to top left, #0176d6, #2b8ffe);
      border-radius: 4px;
      bottom: -3px;
      content: '';
      left: -3px;
      position: absolute;
      right: -3px;
      top: -3px;
      z-index: -2; }
    .signUpForm .button:after, .signUpForm .button.button--blue:after,
    .signUpForm button:after,
    .signUpForm button.button--blue:after,
    .signUpForm input[type='button']:after,
    .signUpForm input[type='button'].button--blue:after,
    .signUpForm input[type='submit']:after,
    .signUpForm input[type='submit'].button--blue:after {
      background: #2b8ffd;
      bottom: 0;
      border-radius: 4px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .signUpForm .button:hover:not(.button--no-hover), .signUpForm .button:focus:not(.button--no-hover), .signUpForm .button.button--active:not(.button--no-hover), .signUpForm .button.button--blue:hover:not(.button--no-hover), .signUpForm .button.button--blue:focus:not(.button--no-hover), .signUpForm .button.button--blue.button--active:not(.button--no-hover),
    .signUpForm button:hover:not(.button--no-hover),
    .signUpForm button:focus:not(.button--no-hover),
    .signUpForm button.button--active:not(.button--no-hover),
    .signUpForm button.button--blue:hover:not(.button--no-hover),
    .signUpForm button.button--blue:focus:not(.button--no-hover),
    .signUpForm button.button--blue.button--active:not(.button--no-hover),
    .signUpForm input[type='button']:hover:not(.button--no-hover),
    .signUpForm input[type='button']:focus:not(.button--no-hover),
    .signUpForm input[type='button'].button--active:not(.button--no-hover),
    .signUpForm input[type='button'].button--blue:hover:not(.button--no-hover),
    .signUpForm input[type='button'].button--blue:focus:not(.button--no-hover),
    .signUpForm input[type='button'].button--blue.button--active:not(.button--no-hover),
    .signUpForm input[type='submit']:hover:not(.button--no-hover),
    .signUpForm input[type='submit']:focus:not(.button--no-hover),
    .signUpForm input[type='submit'].button--active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--blue:hover:not(.button--no-hover),
    .signUpForm input[type='submit'].button--blue:focus:not(.button--no-hover),
    .signUpForm input[type='submit'].button--blue.button--active:not(.button--no-hover) {
      background: #55a6ff; }
      .signUpForm .button:hover:not(.button--no-hover):before, .signUpForm .button:focus:not(.button--no-hover):before, .signUpForm .button.button--active:not(.button--no-hover):before, .signUpForm .button.button--blue:hover:not(.button--no-hover):before, .signUpForm .button.button--blue:focus:not(.button--no-hover):before, .signUpForm .button.button--blue.button--active:not(.button--no-hover):before,
      .signUpForm button:hover:not(.button--no-hover):before,
      .signUpForm button:focus:not(.button--no-hover):before,
      .signUpForm button.button--active:not(.button--no-hover):before,
      .signUpForm button.button--blue:hover:not(.button--no-hover):before,
      .signUpForm button.button--blue:focus:not(.button--no-hover):before,
      .signUpForm button.button--blue.button--active:not(.button--no-hover):before,
      .signUpForm input[type='button']:hover:not(.button--no-hover):before,
      .signUpForm input[type='button']:focus:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--blue:hover:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--blue:focus:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--blue.button--active:not(.button--no-hover):before,
      .signUpForm input[type='submit']:hover:not(.button--no-hover):before,
      .signUpForm input[type='submit']:focus:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--blue:hover:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--blue:focus:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--blue.button--active:not(.button--no-hover):before {
        background-color: #55a6ff;
        background-image: linear-gradient(to top left, #2b8ffd, #55a6ff); }
      .signUpForm .button:hover:not(.button--no-hover):after, .signUpForm .button:focus:not(.button--no-hover):after, .signUpForm .button.button--active:not(.button--no-hover):after, .signUpForm .button.button--blue:hover:not(.button--no-hover):after, .signUpForm .button.button--blue:focus:not(.button--no-hover):after, .signUpForm .button.button--blue.button--active:not(.button--no-hover):after,
      .signUpForm button:hover:not(.button--no-hover):after,
      .signUpForm button:focus:not(.button--no-hover):after,
      .signUpForm button.button--active:not(.button--no-hover):after,
      .signUpForm button.button--blue:hover:not(.button--no-hover):after,
      .signUpForm button.button--blue:focus:not(.button--no-hover):after,
      .signUpForm button.button--blue.button--active:not(.button--no-hover):after,
      .signUpForm input[type='button']:hover:not(.button--no-hover):after,
      .signUpForm input[type='button']:focus:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--blue:hover:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--blue:focus:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--blue.button--active:not(.button--no-hover):after,
      .signUpForm input[type='submit']:hover:not(.button--no-hover):after,
      .signUpForm input[type='submit']:focus:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--blue:hover:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--blue:focus:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--blue.button--active:not(.button--no-hover):after {
        background: #55a6ff;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
    .signUpForm .button:active:not(.button--no-hover), .signUpForm .button.button--blue:active:not(.button--no-hover),
    .signUpForm button:active:not(.button--no-hover),
    .signUpForm button.button--blue:active:not(.button--no-hover),
    .signUpForm input[type='button']:active:not(.button--no-hover),
    .signUpForm input[type='button'].button--blue:active:not(.button--no-hover),
    .signUpForm input[type='submit']:active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--blue:active:not(.button--no-hover) {
      background: #0176d7; }
      .signUpForm .button:active:not(.button--no-hover):before, .signUpForm .button.button--blue:active:not(.button--no-hover):before,
      .signUpForm button:active:not(.button--no-hover):before,
      .signUpForm button.button--blue:active:not(.button--no-hover):before,
      .signUpForm input[type='button']:active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--blue:active:not(.button--no-hover):before,
      .signUpForm input[type='submit']:active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--blue:active:not(.button--no-hover):before {
        background-color: #0176d6;
        background-image: linear-gradient(to top left, #0969b8, #0176d6); }
      .signUpForm .button:active:not(.button--no-hover):after, .signUpForm .button.button--blue:active:not(.button--no-hover):after,
      .signUpForm button:active:not(.button--no-hover):after,
      .signUpForm button.button--blue:active:not(.button--no-hover):after,
      .signUpForm input[type='button']:active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--blue:active:not(.button--no-hover):after,
      .signUpForm input[type='submit']:active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--blue:active:not(.button--no-hover):after {
        background: #0176d7;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
  .signUpForm .button.button--orange,
  .signUpForm button.button--orange,
  .signUpForm input[type='button'].button--orange,
  .signUpForm input[type='submit'].button--orange {
    background: #ff6c00; }
    .signUpForm .button.button--orange:before,
    .signUpForm button.button--orange:before,
    .signUpForm input[type='button'].button--orange:before,
    .signUpForm input[type='submit'].button--orange:before {
      background-color: #ff7c00;
      background-image: linear-gradient(to top left, #df5719, #ff7c00);
      border-radius: 4px;
      bottom: -3px;
      content: '';
      left: -3px;
      position: absolute;
      right: -3px;
      top: -3px;
      z-index: -2; }
    .signUpForm .button.button--orange:after,
    .signUpForm button.button--orange:after,
    .signUpForm input[type='button'].button--orange:after,
    .signUpForm input[type='submit'].button--orange:after {
      background: #ff6c00;
      bottom: 0;
      border-radius: 4px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .signUpForm .button.button--orange:hover:not(.button--no-hover), .signUpForm .button.button--orange:focus:not(.button--no-hover), .signUpForm .button.button--orange.button--active:not(.button--no-hover),
    .signUpForm button.button--orange:hover:not(.button--no-hover),
    .signUpForm button.button--orange:focus:not(.button--no-hover),
    .signUpForm button.button--orange.button--active:not(.button--no-hover),
    .signUpForm input[type='button'].button--orange:hover:not(.button--no-hover),
    .signUpForm input[type='button'].button--orange:focus:not(.button--no-hover),
    .signUpForm input[type='button'].button--orange.button--active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--orange:hover:not(.button--no-hover),
    .signUpForm input[type='submit'].button--orange:focus:not(.button--no-hover),
    .signUpForm input[type='submit'].button--orange.button--active:not(.button--no-hover) {
      background: #ff7c00; }
      .signUpForm .button.button--orange:hover:not(.button--no-hover):before, .signUpForm .button.button--orange:focus:not(.button--no-hover):before, .signUpForm .button.button--orange.button--active:not(.button--no-hover):before,
      .signUpForm button.button--orange:hover:not(.button--no-hover):before,
      .signUpForm button.button--orange:focus:not(.button--no-hover):before,
      .signUpForm button.button--orange.button--active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--orange:hover:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--orange:focus:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--orange.button--active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--orange:hover:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--orange:focus:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--orange.button--active:not(.button--no-hover):before {
        background-color: #ff7c00;
        background-image: linear-gradient(to top left, #ff6c00, #ff7c00); }
      .signUpForm .button.button--orange:hover:not(.button--no-hover):after, .signUpForm .button.button--orange:focus:not(.button--no-hover):after, .signUpForm .button.button--orange.button--active:not(.button--no-hover):after,
      .signUpForm button.button--orange:hover:not(.button--no-hover):after,
      .signUpForm button.button--orange:focus:not(.button--no-hover):after,
      .signUpForm button.button--orange.button--active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--orange:hover:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--orange:focus:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--orange.button--active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--orange:hover:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--orange:focus:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--orange.button--active:not(.button--no-hover):after {
        background: #ff7c00;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
    .signUpForm .button.button--orange:active:not(.button--no-hover),
    .signUpForm button.button--orange:active:not(.button--no-hover),
    .signUpForm input[type='button'].button--orange:active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--orange:active:not(.button--no-hover) {
      background: #df581a; }
      .signUpForm .button.button--orange:active:not(.button--no-hover):before,
      .signUpForm button.button--orange:active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--orange:active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--orange:active:not(.button--no-hover):before {
        background-color: #df5719;
        background-image: linear-gradient(to top left, #b84d1c, #df5719); }
      .signUpForm .button.button--orange:active:not(.button--no-hover):after,
      .signUpForm button.button--orange:active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--orange:active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--orange:active:not(.button--no-hover):after {
        background: #df581a;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
  .signUpForm .button.button--green,
  .signUpForm button.button--green,
  .signUpForm input[type='button'].button--green,
  .signUpForm input[type='submit'].button--green {
    background: #66cc00; }
    .signUpForm .button.button--green:before,
    .signUpForm button.button--green:before,
    .signUpForm input[type='button'].button--green:before,
    .signUpForm input[type='submit'].button--green:before {
      background-color: #66cc00;
      background-image: linear-gradient(to top left, #44a525, #66cc00);
      border-radius: 4px;
      bottom: -3px;
      content: '';
      left: -3px;
      position: absolute;
      right: -3px;
      top: -3px;
      z-index: -2; }
    .signUpForm .button.button--green:after,
    .signUpForm button.button--green:after,
    .signUpForm input[type='button'].button--green:after,
    .signUpForm input[type='submit'].button--green:after {
      background: #66cc00;
      bottom: 0;
      border-radius: 4px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .signUpForm .button.button--green:hover:not(.button--no-hover), .signUpForm .button.button--green:focus:not(.button--no-hover), .signUpForm .button.button--green.button--active:not(.button--no-hover),
    .signUpForm button.button--green:hover:not(.button--no-hover),
    .signUpForm button.button--green:focus:not(.button--no-hover),
    .signUpForm button.button--green.button--active:not(.button--no-hover),
    .signUpForm input[type='button'].button--green:hover:not(.button--no-hover),
    .signUpForm input[type='button'].button--green:focus:not(.button--no-hover),
    .signUpForm input[type='button'].button--green.button--active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--green:hover:not(.button--no-hover),
    .signUpForm input[type='submit'].button--green:focus:not(.button--no-hover),
    .signUpForm input[type='submit'].button--green.button--active:not(.button--no-hover) {
      background: #abd637; }
      .signUpForm .button.button--green:hover:not(.button--no-hover):before, .signUpForm .button.button--green:focus:not(.button--no-hover):before, .signUpForm .button.button--green.button--active:not(.button--no-hover):before,
      .signUpForm button.button--green:hover:not(.button--no-hover):before,
      .signUpForm button.button--green:focus:not(.button--no-hover):before,
      .signUpForm button.button--green.button--active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--green:hover:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--green:focus:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--green.button--active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--green:hover:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--green:focus:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--green.button--active:not(.button--no-hover):before {
        background-color: #66cc00;
        background-image: linear-gradient(to top left, #44a525, #66cc00); }
      .signUpForm .button.button--green:hover:not(.button--no-hover):after, .signUpForm .button.button--green:focus:not(.button--no-hover):after, .signUpForm .button.button--green.button--active:not(.button--no-hover):after,
      .signUpForm button.button--green:hover:not(.button--no-hover):after,
      .signUpForm button.button--green:focus:not(.button--no-hover):after,
      .signUpForm button.button--green.button--active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--green:hover:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--green:focus:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--green.button--active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--green:hover:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--green:focus:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--green.button--active:not(.button--no-hover):after {
        background: #abd637;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
    .signUpForm .button.button--green:active:not(.button--no-hover),
    .signUpForm button.button--green:active:not(.button--no-hover),
    .signUpForm input[type='button'].button--green:active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--green:active:not(.button--no-hover) {
      background: #44a525; }
      .signUpForm .button.button--green:active:not(.button--no-hover):before,
      .signUpForm button.button--green:active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--green:active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--green:active:not(.button--no-hover):before {
        background-color: #66cc00;
        background-image: linear-gradient(to top left, #44a525, #66cc00); }
      .signUpForm .button.button--green:active:not(.button--no-hover):after,
      .signUpForm button.button--green:active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--green:active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--green:active:not(.button--no-hover):after {
        background: #44a525;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
  .signUpForm .button.button--black,
  .signUpForm button.button--black,
  .signUpForm input[type='button'].button--black,
  .signUpForm input[type='submit'].button--black {
    background: #373d47; }
    .signUpForm .button.button--black:before,
    .signUpForm button.button--black:before,
    .signUpForm input[type='button'].button--black:before,
    .signUpForm input[type='submit'].button--black:before {
      background-color: #373d47;
      background-image: linear-gradient(to top left, #22252b, #373d47);
      border-radius: 4px;
      bottom: -3px;
      content: '';
      left: -3px;
      position: absolute;
      right: -3px;
      top: -3px;
      z-index: -2; }
    .signUpForm .button.button--black:after,
    .signUpForm button.button--black:after,
    .signUpForm input[type='button'].button--black:after,
    .signUpForm input[type='submit'].button--black:after {
      background: #373d47;
      bottom: 0;
      border-radius: 4px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .signUpForm .button.button--black:hover:not(.button--no-hover), .signUpForm .button.button--black:focus:not(.button--no-hover), .signUpForm .button.button--black.button--active:not(.button--no-hover),
    .signUpForm button.button--black:hover:not(.button--no-hover),
    .signUpForm button.button--black:focus:not(.button--no-hover),
    .signUpForm button.button--black.button--active:not(.button--no-hover),
    .signUpForm input[type='button'].button--black:hover:not(.button--no-hover),
    .signUpForm input[type='button'].button--black:focus:not(.button--no-hover),
    .signUpForm input[type='button'].button--black.button--active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--black:hover:not(.button--no-hover),
    .signUpForm input[type='submit'].button--black:focus:not(.button--no-hover),
    .signUpForm input[type='submit'].button--black.button--active:not(.button--no-hover) {
      background: #ff7c00; }
      .signUpForm .button.button--black:hover:not(.button--no-hover):before, .signUpForm .button.button--black:focus:not(.button--no-hover):before, .signUpForm .button.button--black.button--active:not(.button--no-hover):before,
      .signUpForm button.button--black:hover:not(.button--no-hover):before,
      .signUpForm button.button--black:focus:not(.button--no-hover):before,
      .signUpForm button.button--black.button--active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--black:hover:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--black:focus:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--black.button--active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--black:hover:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--black:focus:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--black.button--active:not(.button--no-hover):before {
        background-color: #ff7c00;
        background-image: linear-gradient(to top left, #ff6c00, #ff7c00); }
      .signUpForm .button.button--black:hover:not(.button--no-hover):after, .signUpForm .button.button--black:focus:not(.button--no-hover):after, .signUpForm .button.button--black.button--active:not(.button--no-hover):after,
      .signUpForm button.button--black:hover:not(.button--no-hover):after,
      .signUpForm button.button--black:focus:not(.button--no-hover):after,
      .signUpForm button.button--black.button--active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--black:hover:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--black:focus:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--black.button--active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--black:hover:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--black:focus:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--black.button--active:not(.button--no-hover):after {
        background: #ff7c00;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
    .signUpForm .button.button--black:active:not(.button--no-hover),
    .signUpForm button.button--black:active:not(.button--no-hover),
    .signUpForm input[type='button'].button--black:active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--black:active:not(.button--no-hover) {
      background: #df581a; }
      .signUpForm .button.button--black:active:not(.button--no-hover):before,
      .signUpForm button.button--black:active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--black:active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--black:active:not(.button--no-hover):before {
        background-color: #df5719;
        background-image: linear-gradient(to top left, #b84d1c, #df5719); }
      .signUpForm .button.button--black:active:not(.button--no-hover):after,
      .signUpForm button.button--black:active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--black:active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--black:active:not(.button--no-hover):after {
        background: #df581a;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
  .signUpForm .button.button--white,
  .signUpForm button.button--white,
  .signUpForm input[type='button'].button--white,
  .signUpForm input[type='submit'].button--white {
    background: #fff !important;
    color: #22252b;
    border: 1px solid #b4b4b6;
    margin: 0; }
    .signUpForm .button.button--white:hover:not(.button--no-hover), .signUpForm .button.button--white:focus:not(.button--no-hover), .signUpForm .button.button--white:active:not(.button--no-hover), .signUpForm .button.button--white.button--active:not(.button--no-hover),
    .signUpForm button.button--white:hover:not(.button--no-hover),
    .signUpForm button.button--white:focus:not(.button--no-hover),
    .signUpForm button.button--white:active:not(.button--no-hover),
    .signUpForm button.button--white.button--active:not(.button--no-hover),
    .signUpForm input[type='button'].button--white:hover:not(.button--no-hover),
    .signUpForm input[type='button'].button--white:focus:not(.button--no-hover),
    .signUpForm input[type='button'].button--white:active:not(.button--no-hover),
    .signUpForm input[type='button'].button--white.button--active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--white:hover:not(.button--no-hover),
    .signUpForm input[type='submit'].button--white:focus:not(.button--no-hover),
    .signUpForm input[type='submit'].button--white:active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--white.button--active:not(.button--no-hover) {
      background: #fff;
      color: #2b8ffd;
      border-color: #2b8ffd; }
    .signUpForm .button.button--white:after, .signUpForm .button.button--white:before,
    .signUpForm button.button--white:after,
    .signUpForm button.button--white:before,
    .signUpForm input[type='button'].button--white:after,
    .signUpForm input[type='button'].button--white:before,
    .signUpForm input[type='submit'].button--white:after,
    .signUpForm input[type='submit'].button--white:before {
      content: none !important; }
    .signUpForm .button.button--white.button--full,
    .signUpForm button.button--white.button--full,
    .signUpForm input[type='button'].button--white.button--full,
    .signUpForm input[type='submit'].button--white.button--full {
      width: 100%; }
    .signUpForm .button.button--white:disabled,
    .signUpForm button.button--white:disabled,
    .signUpForm input[type='button'].button--white:disabled,
    .signUpForm input[type='submit'].button--white:disabled {
      color: #dadadd;
      cursor: not-allowed; }
  .signUpForm .button.button--white-blue,
  .signUpForm button.button--white-blue,
  .signUpForm input[type='button'].button--white-blue,
  .signUpForm input[type='submit'].button--white-blue {
    border-color: #2b8ffd;
    border-radius: 0;
    color: #2b8ffd; }
    .signUpForm .button.button--white-blue:hover:not(.button--no-hover), .signUpForm .button.button--white-blue:focus:not(.button--no-hover), .signUpForm .button.button--white-blue:active:not(.button--no-hover),
    .signUpForm button.button--white-blue:hover:not(.button--no-hover),
    .signUpForm button.button--white-blue:focus:not(.button--no-hover),
    .signUpForm button.button--white-blue:active:not(.button--no-hover),
    .signUpForm input[type='button'].button--white-blue:hover:not(.button--no-hover),
    .signUpForm input[type='button'].button--white-blue:focus:not(.button--no-hover),
    .signUpForm input[type='button'].button--white-blue:active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--white-blue:hover:not(.button--no-hover),
    .signUpForm input[type='submit'].button--white-blue:focus:not(.button--no-hover),
    .signUpForm input[type='submit'].button--white-blue:active:not(.button--no-hover) {
      border-color: #5eaafd;
      color: #5eaafd; }
  .signUpForm .button.button--faded,
  .signUpForm button.button--faded,
  .signUpForm input[type='button'].button--faded,
  .signUpForm input[type='submit'].button--faded {
    background: #fff !important;
    color: #373d47;
    border: 1px solid #b4b4b6;
    margin: 0;
    opacity: 0.5; }
    .signUpForm .button.button--faded:hover:not(.button--no-hover), .signUpForm .button.button--faded:focus:not(.button--no-hover), .signUpForm .button.button--faded:active:not(.button--no-hover), .signUpForm .button.button--faded.button--active:not(.button--no-hover),
    .signUpForm button.button--faded:hover:not(.button--no-hover),
    .signUpForm button.button--faded:focus:not(.button--no-hover),
    .signUpForm button.button--faded:active:not(.button--no-hover),
    .signUpForm button.button--faded.button--active:not(.button--no-hover),
    .signUpForm input[type='button'].button--faded:hover:not(.button--no-hover),
    .signUpForm input[type='button'].button--faded:focus:not(.button--no-hover),
    .signUpForm input[type='button'].button--faded:active:not(.button--no-hover),
    .signUpForm input[type='button'].button--faded.button--active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--faded:hover:not(.button--no-hover),
    .signUpForm input[type='submit'].button--faded:focus:not(.button--no-hover),
    .signUpForm input[type='submit'].button--faded:active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--faded.button--active:not(.button--no-hover) {
      opacity: 1; }
    .signUpForm .button.button--faded:after, .signUpForm .button.button--faded:before,
    .signUpForm button.button--faded:after,
    .signUpForm button.button--faded:before,
    .signUpForm input[type='button'].button--faded:after,
    .signUpForm input[type='button'].button--faded:before,
    .signUpForm input[type='submit'].button--faded:after,
    .signUpForm input[type='submit'].button--faded:before {
      content: none !important; }
    .signUpForm .button.button--faded.button--full,
    .signUpForm button.button--faded.button--full,
    .signUpForm input[type='button'].button--faded.button--full,
    .signUpForm input[type='submit'].button--faded.button--full {
      width: 100%; }
  .signUpForm .button.button--warn,
  .signUpForm button.button--warn,
  .signUpForm input[type='button'].button--warn,
  .signUpForm input[type='submit'].button--warn {
    background: #373d47; }
    .signUpForm .button.button--warn:before,
    .signUpForm button.button--warn:before,
    .signUpForm input[type='button'].button--warn:before,
    .signUpForm input[type='submit'].button--warn:before {
      background-color: #373d47;
      background-image: linear-gradient(to top left, #22252b, #373d47);
      border-radius: 4px;
      bottom: -3px;
      content: '';
      left: -3px;
      position: absolute;
      right: -3px;
      top: -3px;
      z-index: -2; }
    .signUpForm .button.button--warn:after,
    .signUpForm button.button--warn:after,
    .signUpForm input[type='button'].button--warn:after,
    .signUpForm input[type='submit'].button--warn:after {
      background: #373d47;
      bottom: 0;
      border-radius: 4px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .signUpForm .button.button--warn:hover:not(.button--no-hover), .signUpForm .button.button--warn:focus:not(.button--no-hover), .signUpForm .button.button--warn.button--active:not(.button--no-hover),
    .signUpForm button.button--warn:hover:not(.button--no-hover),
    .signUpForm button.button--warn:focus:not(.button--no-hover),
    .signUpForm button.button--warn.button--active:not(.button--no-hover),
    .signUpForm input[type='button'].button--warn:hover:not(.button--no-hover),
    .signUpForm input[type='button'].button--warn:focus:not(.button--no-hover),
    .signUpForm input[type='button'].button--warn.button--active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--warn:hover:not(.button--no-hover),
    .signUpForm input[type='submit'].button--warn:focus:not(.button--no-hover),
    .signUpForm input[type='submit'].button--warn.button--active:not(.button--no-hover) {
      background: #fb5353; }
      .signUpForm .button.button--warn:hover:not(.button--no-hover):before, .signUpForm .button.button--warn:focus:not(.button--no-hover):before, .signUpForm .button.button--warn.button--active:not(.button--no-hover):before,
      .signUpForm button.button--warn:hover:not(.button--no-hover):before,
      .signUpForm button.button--warn:focus:not(.button--no-hover):before,
      .signUpForm button.button--warn.button--active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--warn:hover:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--warn:focus:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--warn.button--active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--warn:hover:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--warn:focus:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--warn.button--active:not(.button--no-hover):before {
        background-color: #fb5353;
        background-image: linear-gradient(to top left, #f63939, #fb5353); }
      .signUpForm .button.button--warn:hover:not(.button--no-hover):after, .signUpForm .button.button--warn:focus:not(.button--no-hover):after, .signUpForm .button.button--warn.button--active:not(.button--no-hover):after,
      .signUpForm button.button--warn:hover:not(.button--no-hover):after,
      .signUpForm button.button--warn:focus:not(.button--no-hover):after,
      .signUpForm button.button--warn.button--active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--warn:hover:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--warn:focus:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--warn.button--active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--warn:hover:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--warn:focus:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--warn.button--active:not(.button--no-hover):after {
        background: #fb5353;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
    .signUpForm .button.button--warn:active:not(.button--no-hover),
    .signUpForm button.button--warn:active:not(.button--no-hover),
    .signUpForm input[type='button'].button--warn:active:not(.button--no-hover),
    .signUpForm input[type='submit'].button--warn:active:not(.button--no-hover) {
      background: #cd3737; }
      .signUpForm .button.button--warn:active:not(.button--no-hover):before,
      .signUpForm button.button--warn:active:not(.button--no-hover):before,
      .signUpForm input[type='button'].button--warn:active:not(.button--no-hover):before,
      .signUpForm input[type='submit'].button--warn:active:not(.button--no-hover):before {
        background-color: #cd3737;
        background-image: linear-gradient(to top left, #962626, #cd3737); }
      .signUpForm .button.button--warn:active:not(.button--no-hover):after,
      .signUpForm button.button--warn:active:not(.button--no-hover):after,
      .signUpForm input[type='button'].button--warn:active:not(.button--no-hover):after,
      .signUpForm input[type='submit'].button--warn:active:not(.button--no-hover):after {
        background: #cd3737;
        bottom: 0;
        border-radius: 4px;
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1; }
  .signUpForm .button.button--disabled, .signUpForm .button[disabled],
  .signUpForm button.button--disabled,
  .signUpForm button[disabled],
  .signUpForm input[type='button'].button--disabled,
  .signUpForm input[type='button'][disabled],
  .signUpForm input[type='submit'].button--disabled,
  .signUpForm input[type='submit'][disabled] {
    background: #b4b4b6;
    pointer-events: none; }
    .signUpForm .button.button--disabled:before, .signUpForm .button[disabled]:before,
    .signUpForm button.button--disabled:before,
    .signUpForm button[disabled]:before,
    .signUpForm input[type='button'].button--disabled:before,
    .signUpForm input[type='button'][disabled]:before,
    .signUpForm input[type='submit'].button--disabled:before,
    .signUpForm input[type='submit'][disabled]:before {
      background-color: #b7b7b9;
      background-image: linear-gradient(to top left, #a3a3a4, #b7b7b9); }
    .signUpForm .button.button--disabled:after, .signUpForm .button[disabled]:after,
    .signUpForm button.button--disabled:after,
    .signUpForm button[disabled]:after,
    .signUpForm input[type='button'].button--disabled:after,
    .signUpForm input[type='button'][disabled]:after,
    .signUpForm input[type='submit'].button--disabled:after,
    .signUpForm input[type='submit'][disabled]:after {
      background: #b4b4b6;
      bottom: 0;
      border-radius: 4px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
  .signUpForm .button.button--pseudo-disabled,
  .signUpForm button.button--pseudo-disabled,
  .signUpForm input[type='button'].button--pseudo-disabled,
  .signUpForm input[type='submit'].button--pseudo-disabled {
    background: #b4b4b6; }
    .signUpForm .button.button--pseudo-disabled:before,
    .signUpForm button.button--pseudo-disabled:before,
    .signUpForm input[type='button'].button--pseudo-disabled:before,
    .signUpForm input[type='submit'].button--pseudo-disabled:before {
      background-color: #b7b7b9;
      background-image: linear-gradient(to top left, #a3a3a4, #b7b7b9); }
    .signUpForm .button.button--pseudo-disabled:after,
    .signUpForm button.button--pseudo-disabled:after,
    .signUpForm input[type='button'].button--pseudo-disabled:after,
    .signUpForm input[type='submit'].button--pseudo-disabled:after {
      background: #b4b4b6;
      bottom: 0;
      border-radius: 4px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .signUpForm .button.button--pseudo-disabled:hover:not(.button--no-hover):before, .signUpForm .button.button--pseudo-disabled:focus:not(.button--no-hover):before, .signUpForm .button.button--pseudo-disabled:active:not(.button--no-hover):before, .signUpForm .button.button--pseudo-disabled.button--active:not(.button--no-hover):before,
    .signUpForm button.button--pseudo-disabled:hover:not(.button--no-hover):before,
    .signUpForm button.button--pseudo-disabled:focus:not(.button--no-hover):before,
    .signUpForm button.button--pseudo-disabled:active:not(.button--no-hover):before,
    .signUpForm button.button--pseudo-disabled.button--active:not(.button--no-hover):before,
    .signUpForm input[type='button'].button--pseudo-disabled:hover:not(.button--no-hover):before,
    .signUpForm input[type='button'].button--pseudo-disabled:focus:not(.button--no-hover):before,
    .signUpForm input[type='button'].button--pseudo-disabled:active:not(.button--no-hover):before,
    .signUpForm input[type='button'].button--pseudo-disabled.button--active:not(.button--no-hover):before,
    .signUpForm input[type='submit'].button--pseudo-disabled:hover:not(.button--no-hover):before,
    .signUpForm input[type='submit'].button--pseudo-disabled:focus:not(.button--no-hover):before,
    .signUpForm input[type='submit'].button--pseudo-disabled:active:not(.button--no-hover):before,
    .signUpForm input[type='submit'].button--pseudo-disabled.button--active:not(.button--no-hover):before {
      background-color: #b7b7b9;
      background-image: linear-gradient(to top left, #a3a3a4, #b7b7b9); }
    .signUpForm .button.button--pseudo-disabled:hover:not(.button--no-hover):after, .signUpForm .button.button--pseudo-disabled:focus:not(.button--no-hover):after, .signUpForm .button.button--pseudo-disabled:active:not(.button--no-hover):after, .signUpForm .button.button--pseudo-disabled.button--active:not(.button--no-hover):after,
    .signUpForm button.button--pseudo-disabled:hover:not(.button--no-hover):after,
    .signUpForm button.button--pseudo-disabled:focus:not(.button--no-hover):after,
    .signUpForm button.button--pseudo-disabled:active:not(.button--no-hover):after,
    .signUpForm button.button--pseudo-disabled.button--active:not(.button--no-hover):after,
    .signUpForm input[type='button'].button--pseudo-disabled:hover:not(.button--no-hover):after,
    .signUpForm input[type='button'].button--pseudo-disabled:focus:not(.button--no-hover):after,
    .signUpForm input[type='button'].button--pseudo-disabled:active:not(.button--no-hover):after,
    .signUpForm input[type='button'].button--pseudo-disabled.button--active:not(.button--no-hover):after,
    .signUpForm input[type='submit'].button--pseudo-disabled:hover:not(.button--no-hover):after,
    .signUpForm input[type='submit'].button--pseudo-disabled:focus:not(.button--no-hover):after,
    .signUpForm input[type='submit'].button--pseudo-disabled:active:not(.button--no-hover):after,
    .signUpForm input[type='submit'].button--pseudo-disabled.button--active:not(.button--no-hover):after {
      background: #b4b4b6;
      bottom: 0;
      border-radius: 4px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
  .signUpForm .button + .signUpForm .button,
  .signUpForm button + .signUpForm .button,
  .signUpForm input[type='button'] + .signUpForm .button,
  .signUpForm input[type='submit'] + .signUpForm .button, .signUpForm .button +
  .signUpForm button,
  .signUpForm button +
  .signUpForm button,
  .signUpForm input[type='button'] +
  .signUpForm button,
  .signUpForm input[type='submit'] +
  .signUpForm button, .signUpForm .button +
  .signUpForm input[type='button'],
  .signUpForm button +
  .signUpForm input[type='button'],
  .signUpForm input[type='button'] +
  .signUpForm input[type='button'],
  .signUpForm input[type='submit'] +
  .signUpForm input[type='button'], .signUpForm .button +
  .signUpForm input[type='submit'],
  .signUpForm button +
  .signUpForm input[type='submit'],
  .signUpForm input[type='button'] +
  .signUpForm input[type='submit'],
  .signUpForm input[type='submit'] +
  .signUpForm input[type='submit'] {
    margin-left: 9px; }
  .signUpForm .button + .button--white,
  .signUpForm button + .button--white,
  .signUpForm input[type='button'] + .button--white,
  .signUpForm input[type='submit'] + .button--white {
    margin-left: 6px; }
  .signUpForm .button.button--dot,
  .signUpForm button.button--dot,
  .signUpForm input[type='button'].button--dot,
  .signUpForm input[type='submit'].button--dot {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 16px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0;
    width: 16px; }
    .signUpForm .button.button--dot:after, .signUpForm .button.button--dot:before,
    .signUpForm button.button--dot:after,
    .signUpForm button.button--dot:before,
    .signUpForm input[type='button'].button--dot:after,
    .signUpForm input[type='button'].button--dot:before,
    .signUpForm input[type='submit'].button--dot:after,
    .signUpForm input[type='submit'].button--dot:before {
      border-radius: 100%; }
    .signUpForm .button.button--dot .icon,
    .signUpForm button.button--dot .icon,
    .signUpForm input[type='button'].button--dot .icon,
    .signUpForm input[type='submit'].button--dot .icon {
      margin: 0 auto; }
  .signUpForm .button.button--margin-left,
  .signUpForm button.button--margin-left,
  .signUpForm input[type='button'].button--margin-left,
  .signUpForm input[type='submit'].button--margin-left {
    margin-left: 10px; }
  .signUpForm .button.button--pill,
  .signUpForm button.button--pill,
  .signUpForm input[type='button'].button--pill,
  .signUpForm input[type='submit'].button--pill {
    cursor: pointer;
    font-weight: bold;
    padding: 3px 18px; }
    .signUpForm .button.button--pill:before, .signUpForm .button.button--pill:after, .signUpForm .button.button--pill:hover:after,
    .signUpForm button.button--pill:before,
    .signUpForm button.button--pill:after,
    .signUpForm button.button--pill:hover:after,
    .signUpForm input[type='button'].button--pill:before,
    .signUpForm input[type='button'].button--pill:after,
    .signUpForm input[type='button'].button--pill:hover:after,
    .signUpForm input[type='submit'].button--pill:before,
    .signUpForm input[type='submit'].button--pill:after,
    .signUpForm input[type='submit'].button--pill:hover:after {
      border-radius: 15px; }
  .signUpForm .button.button--bottom-spacing,
  .signUpForm button.button--bottom-spacing,
  .signUpForm input[type='button'].button--bottom-spacing,
  .signUpForm input[type='submit'].button--bottom-spacing {
    margin-bottom: 15px; }

.signUpForm .button-tab {
  background-color: #fff;
  border: 1px solid #2b8ffd;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  padding: 9px 15px; }
  .signUpForm .button-tab, .signUpForm .button-tab .button-tab__title {
    -webkit-transition: border-color 150ms linear, color 150ms linear;
    -moz-transition: border-color 150ms linear, color 150ms linear;
    transition: border-color 150ms linear, color 150ms linear; }
  .signUpForm .button-tab.button--full {
    width: 100%; }
  .signUpForm .button-tab.button-tab--remove {
    border-color: #cd3737; }
    .signUpForm .button-tab.button-tab--remove .button-tab__title {
      color: #cd3737; }
  .signUpForm .button-tab:hover {
    border-color: #ff6c00; }
    .signUpForm .button-tab:hover img.normal {
      opacity: 0;
      z-index: 1; }
    .signUpForm .button-tab:hover img.hover {
      opacity: 1;
      z-index: 2; }
    .signUpForm .button-tab:hover .button-tab__title {
      color: #ff6c00; }

.signUpForm .button-tab__text {
  display: inline-block; }

.signUpForm .button-tab__title, .signUpForm .button-tab__sub-title {
  display: block; }

.signUpForm .button-tab__title {
  color: #2b8ffd;
  font-size: 1rem;
  font-weight: 700; }

.signUpForm .button-tab__sub-title {
  font-size: 0.625rem;
  text-transform: uppercase; }

.signUpForm .button-tab__icon {
  background-color: #fafafa;
  border-radius: 36px;
  border: 1px solid #939394;
  display: inline-block;
  float: left;
  height: 36px;
  margin-right: 15px;
  position: relative;
  width: 36px; }
  .signUpForm .button-tab__icon img {
    position: absolute;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease; }
    .signUpForm .button-tab__icon img.normal {
      opacity: 1;
      z-index: 2; }
    .signUpForm .button-tab__icon img.hover {
      opacity: 0;
      z-index: 1; }

body.body--pivot-socials .title-container, body.body--pivot-audio .title-container {
  margin-top: 37px; }
  body.body--pivot-socials .title-container.title-container--empty, body.body--pivot-audio .title-container.title-container--empty {
    margin-top: 20px; }
  body.body--pivot-socials .title-container.sponsors-wrap, body.body--pivot-audio .title-container.sponsors-wrap {
    margin-top: 0; }

.title-container--empty .title-underline {
  display: none; }

#main {
  text-align: center;
  padding: 40px 0 60px 0; }

#content {
  width: 700px;
  text-align: left;
  margin: 0 auto; }

.metadata {
  float: left;
  margin-right: 30px;
  text-align: center;
  width: 350px; }
  .metadata.metadata--top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px 0; }
  .metadata img {
    box-sizing: border-box;
    display: block;
    width: 320px;
    height: auto;
    border: 15px solid #f0f0f0; }

.metadata--mobile {
  display: none; }

#provider-container {
  float: left;
  width: 320px;
  margin-left: auto;
  margin-right: auto; }
  #provider-container .featured-retailers {
    display: block;
    margin-bottom: 30px; }
  #provider-container .featured-retailer {
    background: #f3f4f8;
    padding: 15px; }
    #provider-container .featured-retailer .retailer-logo {
      float: none; }
    #provider-container .featured-retailer .featured-tag {
      font-size: .8em;
      text-transform: uppercase;
      margin-left: -25px;
      background-color: #ff6c00;
      color: #fff;
      display: inline-block;
      padding: 5px 15px; }
    #provider-container .featured-retailer .featured-retailer-blurb {
      text-align: center;
      margin-bottom: 7px;
      padding: 5px 10px 0 10px; }
    #provider-container .featured-retailer .featured-retailer-button {
      display: block; }
  #provider-container .more-ways-to-listen-cta {
    font-size: 16px;
    color: #fff;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    text-align: center; }

#provider-list {
  margin: 0;
  padding: 0; }
  #provider-list li {
    display: block;
    margin: 0 0 2px 0;
    position: relative;
    padding: 0; }
  #provider-list a.retailer-link {
    display: block;
    width: 100%;
    height: 83px;
    text-decoration: none;
    color: #3a3e47; }
    #provider-list a.retailer-link:hover {
      text-decoration: none;
      color: #ff6d00; }
      #provider-list a.retailer-link:hover .retailer-logo,
      #provider-list a.retailer-link:hover .retailer-verb {
        background-color: #fff; }
  #provider-list .retailer-logo img {
    display: none; }

.retailer-logo,
.retailer-verb {
  background-color: #f3f4f8; }

.retailer-verb {
  float: right;
  height: 100%;
  position: relative;
  width: 128px; }

.retailer-logo {
  float: left;
  width: 190px;
  height: 83px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.retailer-verb__text {
  left: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%; }

#pref-choice-container {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-top: 15px; }
  #pref-choice-container label span {
    margin-right: 8px; }

input[type="checkbox"] {
  display: none; }

label {
  cursor: pointer; }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 5px;
  margin-top: 1px;
  text-align: center;
  vertical-align: text-top; }

input[type="checkbox"]:checked + label .check-icon, input[type="checkbox"]:checked + label span svg.check-icon {
  display: inline;
  fill: #ff6c00;
  height: 8px;
  position: relative;
  top: -2px;
  width: 8px; }

input[type="checkbox"] + label span svg.check-icon {
  margin-top: 2px; }

.check-icon,
label span svg.check-icon {
  display: none; }

#title1.hasBothTitles:after {
  content: ' - '; }

#title1.hasBothTitles.longTitles {
  display: block; }

.title-container {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 45px;
  position: relative;
  text-align: center; }
  .title-container.sponsors-wrap {
    margin-bottom: 0;
    margin-top: 0; }

.title-container-img-wrap {
  margin-bottom: 0;
  padding-bottom: 10px; }

.title-underline {
  background-color: white;
  bottom: 0;
  content: '';
  display: block;
  height: 4px;
  left: calc(50% - 37px);
  position: absolute;
  width: 74px; }

.title-container--mobile {
  display: none; }

.content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .content-wrap.content-wrap--no-album-art {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse; }
    .content-wrap.content-wrap--no-album-art #apple-music-wrap {
      margin-right: auto;
      margin-top: 0; }
  .content-wrap.content-wrap--top {
    display: flex;
    justify-content: center;
    align-items: center; }

@media only screen and (max-device-width: 480px), screen and (max-width: 799px) {
  .title-container {
    font-size: 24px;
    text-align: center; }
  #header {
    display: none; }
  #main {
    padding: 20px 0 60px 0; }
    #main .metadata img {
      border-width: 8px;
      display: block;
      height: auto;
      margin: 0 auto 15px auto;
      width: 215px; }
  #content {
    width: 300px;
    padding: 0 10px; }
  .metadata {
    float: none;
    margin-right: 0;
    text-align: center;
    width: 100%; }
  #provider-container {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 100%; }
  #pref-choice-container {
    text-align: center; }
  .retailer-logo {
    width: 180px; }
  .retailer-verb {
    width: 118px; }
  .content-wrap.content-wrap--has-apple-music #provider-container {
    margin-top: 20px; }
  .content-wrap.content-wrap--no-album-art #apple-music-wrap {
    margin-top: 20px; }
  #title1.hasBothTitles.longTitles {
    display: initial !important; } }
