* {
  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; }

@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; }

@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; } }

@-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; }

.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; }

.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; } }

#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; } }

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 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; }

#provider-list {
  margin: 0;
  padding: 0; }
  #provider-list li {
    display: block;
    height: 83px;
    margin: 0 0 2px 0;
    position: relative;
    padding: 0; }
  #provider-list a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #3a3e47; }
    #provider-list a:hover {
      text-decoration: none;
      color: #ff6d00; }
      #provider-list a:hover .retailer-logo,
      #provider-list a: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: ' - '; }

.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; }

@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; } }