html.mobile-nav-active body.color-theme-custom #container:after {
  z-index: 8998; }

body.color-theme-custom {
  background-color: #fff;
  line-height: 1.6; }
  body.color-theme-custom #logo a .rgblogo {
    display: none; }
  body.color-theme-custom #logo a .whitelogo {
    display: block; }
  body.color-theme-custom #container:after {
    position: fixed;
    top: 28px;
    left: 65%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    pointer-events: none;
    text-align: center;
    z-index: 8999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    content: "";
    border: 0;
    padding: 0;
    background: transparent url(pop-logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 50px;
    height: 50px; }
  body.color-theme-custom .title-cta img {
    max-width: 100%; }
  body.color-theme-custom .duel-head {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 197, 6, 0.8)), color-stop(10%, rgba(250, 197, 6, 0.5)), color-stop(50%, rgba(250, 197, 6, 0.2)), color-stop(85%, rgba(156, 214, 80, 0.2)), to(#9cd650)), url(pop_ambulance_2048.jpg);
    background-image: -webkit-linear-gradient(rgba(250, 197, 6, 0.8), rgba(250, 197, 6, 0.5) 10%, rgba(250, 197, 6, 0.2) 50%, rgba(156, 214, 80, 0.2) 85%, #9cd650), url(pop_ambulance_2048.jpg);
    background-image: -o-linear-gradient(rgba(250, 197, 6, 0.8), rgba(250, 197, 6, 0.5) 10%, rgba(250, 197, 6, 0.2) 50%, rgba(156, 214, 80, 0.2) 85%, #9cd650), url(pop_ambulance_2048.jpg);
    background-image: linear-gradient(rgba(250, 197, 6, 0.8), rgba(250, 197, 6, 0.5) 10%, rgba(250, 197, 6, 0.2) 50%, rgba(156, 214, 80, 0.2) 85%, #9cd650), url(pop_ambulance_2048.jpg);
    background-repeat: repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto auto, 100% auto; }
    body.color-theme-custom .duel-head .duel-title {
      color: #fff;
      text-shadow: 0 0 8px #000; }
    body.color-theme-custom .duel-head .duel-subhead .amount-container {
      color: #fff;
      text-shadow: 0 0 4px #000; }
      body.color-theme-custom .duel-head .duel-subhead .amount-container .amount {
        background-color: #01b3ef;
        border-color: #fff; }
    body.color-theme-custom .duel-head .mobile-duel-team-selector .mobile-duel-team-container .team-name {
      color: #fff;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }
  body.color-theme-custom .duel-team-head {
    background-color: #9cd650; }
  body.color-theme-custom .duel-team {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 179, 239, 0.5)), color-stop(35%, rgba(1, 179, 239, 0)));
    background: -webkit-linear-gradient(rgba(1, 179, 239, 0.5), rgba(1, 179, 239, 0) 35%);
    background: -o-linear-gradient(rgba(1, 179, 239, 0.5), rgba(1, 179, 239, 0) 35%);
    background: linear-gradient(rgba(1, 179, 239, 0.5), rgba(1, 179, 239, 0) 35%); }
    body.color-theme-custom .duel-team .campaign-sponsor .campaign-body {
      display: none; }
  body.color-theme-custom .duel-team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    body.color-theme-custom .duel-team-content > div {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    body.color-theme-custom .duel-team-content .duel-team-content-primary {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    body.color-theme-custom .duel-team-content .team-challenge {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    body.color-theme-custom .duel-team-content .duel-team-challenge-videos {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    body.color-theme-custom .duel-team-content .duel-team-content-ticker {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }

@media only screen and (min-width: 481px) {
  body.color-theme-custom #container:after {
    left: 62%; } }

@media only screen and (min-width: 768px) {
  body.color-theme-custom #container:after {
    left: 50%;
    top: 38px;
    width: 106px;
    height: 66px; }
  body.color-theme-custom .duel-head .duel-title {
    padding-top: 12px;
    padding-bottom: 12px; }
  body.color-theme-custom .duel-team-content {
    display: block; } }

@media only screen and (min-width: 1024px) {
  html.scrolled body.color-theme-custom #container:after {
    width: 66px;
    height: 66px;
    top: 38px; }
  body.color-theme-custom #container:after {
    top: 48px;
    width: 84px;
    height: 84px;
    -webkit-transition: width 375ms, height 375ms, top 375ms;
    -o-transition: width 375ms, height 375ms, top 375ms;
    transition: width 375ms, height 375ms, top 375ms; } }

@media only screen and (min-width: 1025px) {
  body.color-theme-custom #container:after {
    left: 42%; } }

@media only screen and (min-width: 1240px) {
  body.color-theme-custom #container:after {
    left: 50%;
    top: 68px;
    width: 100px;
    height: 100px; } }
