@import url(//fonts.googleapis.com/css?family=Ultra);
@import url(//fonts.googleapis.com/css?family=Fugaz+One|Dancing+Script|Ultra);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/******** PROGRESS BAR ************/
.whirligig_progressbar-holder {
  height: 40px;
  background: #d1d0d0;
  border-radius: 10px 10px 0 0;
  padding: 0px 2px 4px 2px;
  overflow: hidden;
  display: flex;
  flex-direction: row; }
  .whirligig_progressbar-holder .prog_step-wrapper {
    display: flex;
    flex-direction: column; }
  .whirligig_progressbar-holder .prog_lock-box {
    width: 30px;
    height: 33px;
    display: block;
    background: url(/site_images/node_modules/@pch/whirligig-carousel/src/images/sprite-progress0e107993fa3120787868040d1ed3296b.png) no-repeat;
    background-position: 0 3px;
    bottom: 3px;
    right: 3px; }
  .whirligig_progressbar-holder ul {
    width: 285px;
    position: relative;
    height: 16px;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 0; }
  .whirligig_progressbar-holder h3 {
    width: 285px;
    display: block;
    position: relative;
    font-family: "Fugaz One", Arial, Helvetica, sans-serif;
    margin: 2px 0 1px;
    font-size: 13px;
    line-height: 15px;
    color: #0c75c6;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 1px 1px 1px #fff; }
    .whirligig_progressbar-holder h3:before {
      content: "";
      width: 62px;
      height: 2px;
      display: block;
      background: #0c75c6;
      position: absolute;
      top: 6px;
      left: 0; }
    .whirligig_progressbar-holder h3:after {
      content: "";
      width: 62px;
      height: 2px;
      display: block;
      background: #0c75c6;
      position: absolute;
      top: 6px;
      right: 0; }
  .whirligig_progressbar-holder > div {
    width: 49%;
    padding-left: 1%;
    position: relative;
    float: left;
    height: 38px;
    background: #d1d0d0;
    background: -moz-linear-gradient(top, #f2f2f3 0%, #d1d0d0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f3), color-stop(100%, #d1d0d0));
    background: -webkit-linear-gradient(top, #f2f2f3 0%, #d1d0d0 100%);
    background: linear-gradient(to bottom, #f2f2f3 0%, #d1d0d0 100%);
    opacity: 0;
    transition: opacity 200ms ease-in-out; }
  .whirligig_progressbar-holder > div.active {
    opacity: 1; }
  .whirligig_progressbar-holder > div.carousel-progress {
    align-items: center; }
  .whirligig_progressbar-holder > div.carousel-progress.group-1 {
    border-radius: 7px 0 0 0;
    display: flex; }
    .whirligig_progressbar-holder > div.carousel-progress.group-1 li.played {
      background: #0d96ff;
      background: -moz-linear-gradient(top, #0d96ff 3%, #0580de 31%, #004eaf 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #0d96ff), color-stop(31%, #0580de), color-stop(100%, #004eaf));
      background: -webkit-linear-gradient(top, #0d96ff 3%, #0580de 31%, #004eaf 100%);
      background: linear-gradient(to bottom, #0d96ff 3%, #0580de 31%, #004eaf 100%); }
  .whirligig_progressbar-holder > div.carousel-progress.group-2 {
    border-radius: 0 7px 0 0; }
    .whirligig_progressbar-holder > div.carousel-progress.group-2 h3 {
      color: #ff5816; }
      .whirligig_progressbar-holder > div.carousel-progress.group-2 h3:before {
        width: 58px;
        background: #ff5816; }
      .whirligig_progressbar-holder > div.carousel-progress.group-2 h3:after {
        width: 58px;
        background: #ff5816; }
    .whirligig_progressbar-holder > div.carousel-progress.group-2 li.played {
      background: #ff994e;
      background: -moz-linear-gradient(top, #ff994e 0%, #ff7831 42%, #bc3500 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff994e), color-stop(42%, #ff7831), color-stop(100%, #bc3500));
      background: -webkit-linear-gradient(top, #ff994e 0%, #ff7831 42%, #bc3500 100%);
      background: linear-gradient(to bottom, #ff994e 0%, #ff7831 42%, #bc3500 100%); }
      .whirligig_progressbar-holder > div.carousel-progress.group-2 li.played:after {
        background-position: 0 -115px; }
  .whirligig_progressbar-holder > div.carousel-progress.group-3 {
    border-radius: 0 7px 0 0; }
    .whirligig_progressbar-holder > div.carousel-progress.group-3 h3 {
      color: #72962c; }
      .whirligig_progressbar-holder > div.carousel-progress.group-3 h3:before {
        width: 58px;
        background: #72962c; }
      .whirligig_progressbar-holder > div.carousel-progress.group-3 h3:after {
        width: 58px;
        background: #72962c; }
    .whirligig_progressbar-holder > div.carousel-progress.group-3 li.played {
      background: #72962c;
      background: -moz-linear-gradient(top, #8bb735 0%, #72962c 42%, #3c4e19 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8bb735), color-stop(42%, #72962c), color-stop(100%, #3c4e19));
      background: -webkit-linear-gradient(top, #8bb735 0%, #72962c 42%, #3c4e19 100%);
      background: linear-gradient(to bottom, #8bb735 0%, #72962c 42%, #3c4e19 100%); }
  .whirligig_progressbar-holder > div.carousel-progress.group-1.unlocked:after {
    background-position: -30px -30px; }
  .whirligig_progressbar-holder > div.carousel-progress.group-1.unlocked ul {
    background: #0d96ff;
    background: -moz-linear-gradient(top, #0d96ff 3%, #0580de 31%, #004eaf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #0d96ff), color-stop(31%, #0580de), color-stop(100%, #004eaf));
    background: -webkit-linear-gradient(top, #0d96ff 3%, #0580de 31%, #004eaf 100%);
    background: linear-gradient(to bottom, #0d96ff 3%, #0580de 31%, #004eaf 100%); }
  .whirligig_progressbar-holder > div.carousel-progress.group-2.unlocked:after {
    background-position: 0 -64px; }
  .whirligig_progressbar-holder > div.carousel-progress.group-2.unlocked ul {
    background: #ff994e;
    background: -moz-linear-gradient(top, #ff994e 0%, #ff7831 42%, #bc3500 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff994e), color-stop(42%, #ff7831), color-stop(100%, #bc3500));
    background: -webkit-linear-gradient(top, #ff994e 0%, #ff7831 42%, #bc3500 100%);
    background: linear-gradient(to bottom, #ff994e 0%, #ff7831 42%, #bc3500 100%); }
  .whirligig_progressbar-holder > div.carousel-progress.group-1.bonusplayed:after {
    background-position: 0px -30px; }
  .whirligig_progressbar-holder > div.carousel-progress.group-2.bonusplayed:after {
    background-position: -30px -64px; }
  .whirligig_progressbar-holder > div.locked ul {
    background: #9d9d9d;
    box-shadow: inset 0 1px 0 0 #595959, inset 0 -1px 0 0 #fff;
    padding: 0;
    margin: 0; }
  .whirligig_progressbar-holder > div.bonusplayed ul {
    background: #9d9d9d;
    box-shadow: inset 0 1px 0 0 #595959, inset 0 -1px 0 0 #fff;
    padding: 0;
    margin: 0; }
  .whirligig_progressbar-holder li {
    position: relative;
    list-style: none;
    width: 100%; }
    .whirligig_progressbar-holder li > span {
      width: 100%;
      display: block;
      font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
      font-size: 12px;
      line-height: 15px;
      font-weight: 300;
      color: #fff;
      text-align: center;
      border-right: 1px solid #555555; }
  .whirligig_progressbar-holder li.played > span {
    visibility: hidden; }
  .whirligig_progressbar-holder li.last {
    border-radius: 0 7px 7px 0; }
    .whirligig_progressbar-holder li.last > span {
      border-right: 0;
      border-radius: 0 7px 7px 0; }
  .whirligig_progressbar-holder li.active > span {
    background: #828181;
    border: 1px solid #555555;
    line-height: 13px; }
  .whirligig_progressbar-holder li.first.active > span {
    border-left: 0; }
  .whirligig_progressbar-holder li.last.active > span {
    border-right: 0; }
  .whirligig_progressbar-holder li.first {
    border-radius: 7px 0 0 7px; }
    .whirligig_progressbar-holder li.first > span {
      border-radius: 7px 0 0 7px; }

.whirligig_container {
  width: 665px; }
  .whirligig_container img {
    cursor: pointer; }

.whirligig_thumbs-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.whirligig_thumbs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 10px; }

.whirligig_thumbs, .whirligig_arrow-holder {
  width: 610px;
  margin: 0 auto; }

.whirligig_thumbnails {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 0; }
  .whirligig_thumbnails.whirligig_moving-forward .whirligig_thumb-item {
    transform: translateX(100%);
    transition: transform .5s linear; }

.whirligig_bigimg {
  display: flex;
  align-items: flex-start;
  height: 400px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

.whirligig-sticky_thumb {
  float: right;
  height: 100%;
  width: 78px;
  position: absolute;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  text-align: center;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity .25s; }
  .whirligig-sticky_thumb.sticky-active {
    pointer-events: auto;
    opacity: 1;
    display: inline-block; }
  .whirligig-sticky_thumb .whirligig_sticky_thumb-img {
    height: 100%; }

.whirligig_bigimg-item {
  position: absolute;
  transition: opacity .4s ease-in;
  pointer-events: none;
  opacity: 0;
  height: auto;
  left: 0; }
  .whirligig_bigimg-item.active-bigimg {
    opacity: 1;
    pointer-events: auto; }
  .whirligig_bigimg-item .whirligig_bigimg-html {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .whirligig_bigimg-item .whirligig_bigimg-link {
    display: inline-block; }

.whirligig_thumb-item {
  min-width: 76px;
  padding-right: 14px;
  box-sizing: content-box;
  list-style: none;
  flex-direction: column;
  justify-content: center; }
  .whirligig_thumb-item .thumb_status {
    position: relative; }
  .whirligig_thumb-item .thumb_status-container {
    pointer-events: none;
    display: none;
    position: absolute;
    background-color: #00000094;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 5px; }
  .whirligig_thumb-item.lock .thumb_status-container {
    background-image: url(/site_images/node_modules/@pch/whirligig-carousel/src/images/lock-yellowddb1269df601d12a6a79239a2adcaccd.png);
    display: block; }
  .whirligig_thumb-item.played .thumb_status-container {
    background-image: url(/site_images/node_modules/@pch/whirligig-carousel/src/images/played_check68b9ca661ee7da36b9d0ab2b00bda39a.png);
    display: block; }
  .whirligig_thumb-item.played img.whirligig_thumb-img {
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(1);
    filter: gray;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  .whirligig_thumb-item img {
    width: 100%;
    border-radius: 9px; }

.whirligig_select-arrow {
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px;
  border-top-style: solid;
  border-top-color: #7d6f24;
  margin: 2px 0 0 46px;
  position: relative; }

.whirligig_arrow {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin: 26px 0px 0;
  cursor: pointer;
  font-size: 1px;
  background: none; }
  .whirligig_arrow.n-arrow {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #7E7C7C;
    border-right: none;
    margin-right: 5px;
    margin-left: 6px; }
    .whirligig_arrow.n-arrow:hover, .whirligig_arrow.n-arrow:active {
      border-left-color: #000000; }
  .whirligig_arrow.p-arrow {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #7e7c7c;
    border-left: none;
    margin-left: 5px;
    margin-right: 3px; }
    .whirligig_arrow.p-arrow:hover, .whirligig_arrow.p-arrow:active {
      border-right-color: #000000; }

/**
 * @author      Fabio Anselmo
 * @license     Proprietary
 * @copyright   (c) Publishers Clearing House. All rights reserved.
 *
 * Package Info
 * @git:agileui/npm/token-leaderboard-pch
 */
body {
  margin: 0;
  font: 1.2em/15px Arial, Verdana, sans-serif; }

* {
  font-size: 100.01%; }

h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
  margin-top: 0.67em;
  -webkit-margin-after: 0.67em;
  margin-bottom: 0.67em;
  -webkit-margin-start: 0px;
  margin-left: 0px;
  -webkit-margin-end: 0px;
  margin-right: 0px;
  font-weight: bold; }

p {
  display: block;
  -webkit-margin-before: 1em;
  margin-top: 1em;
  -webkit-margin-after: 1em;
  margin-bottom: 1em;
  -webkit-margin-start: 0px;
  margin-left: 0px;
  -webkit-margin-end: 0px;
  margin-right: 0px; }

.leaderboard-sprite {
  background: url(/site_images/node_modules/@pch/token-leaderboard/src/images/token-leaderboard-spritec4dccc579061c7280f4fbc34ec92280c.png) no-repeat;
  background-size: initial;
  /* DEVICE ICONS */
  /* FOOTER LOGO */
  /* FOOTER CTA */
  /* INFO-HOVER*/
  /* WINNER-DEVICE*/ }
  .leaderboard-sprite.icon {
    height: 55px;
    width: 55px; }
    .leaderboard-sprite.icon.leaderboard--desktop-icon {
      background-position: -15px -242px; }
      .leaderboard-sprite.icon.leaderboard--desktop-icon.active {
        background-position: -15px -168px; }
    .leaderboard-sprite.icon.leaderboard--mobile-icon {
      background-position: -103px -242px; }
      .leaderboard-sprite.icon.leaderboard--mobile-icon.active {
        background-position: -103px -168px; }
    .leaderboard-sprite.icon:hover {
      cursor: pointer; }
    .leaderboard-sprite.icon.active {
      pointer-events: none; }
  .leaderboard-sprite.leaderboard--rewards-logo {
    display: inline-block;
    background-position: -288px -256px;
    height: 22px;
    width: 150px;
    margin: 6px 10px 6px; }
  .leaderboard-sprite.leaderboard--yesterday-view {
    background-position: -355px -28px;
    height: 25px;
    width: 25px;
    transition-duration: 500ms;
    transform: rotate(45deg);
    margin: 7px 6px 0 3px; }
    .leaderboard-sprite.leaderboard--yesterday-view:hover {
      cursor: pointer; }
  .leaderboard-sprite.infoHover {
    background-position: -355px -97px;
    height: 24px;
    width: 24px;
    padding-top: 1px; }
  .leaderboard-sprite.device--icon {
    height: 20px;
    width: 40px; }
    .leaderboard-sprite.device--icon.--desktop-icon {
      background-position: -292px -30px; }
    .leaderboard-sprite.device--icon.--mobile-icon {
      background-position: -294px -100px; }

#leaderboard--pch {
  font-family: "Open Sans", sans-serif;
  position: relative;
  background: #353535;
  max-width: 100%;
  width: 300px;
  color: #838991;
  border-radius: 10px;
  font-weight: 100;
  overflow: hidden;
  height: 627px;
  max-height: 627px;
  margin: 20px auto;
  backface-visibility: hidden; }
  #leaderboard--pch.all-time {
    height: 455px;
    max-height: 455px;
    overflow: hidden; }
    #leaderboard--pch.all-time .leaderboard--main .leaderboard--header p {
      width: 95%;
      margin: 0 auto;
      font-size: 12px; }
  #leaderboard--pch .leaderboard--technicalDifficulties {
    text-align: center;
    font-weight: 300;
    color: black;
    transform: translateY(80%);
    border-bottom: none !important; }
    #leaderboard--pch .leaderboard--technicalDifficulties > td > div.msg {
      font-size: 16px;
      line-height: 1.15em;
      text-align: center; }
    #leaderboard--pch .leaderboard--technicalDifficulties.non-user {
      transform: translateY(125%); }
  #leaderboard--pch .leaderboard--dim {
    position: absolute;
    border-radius: 10px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transform: translateY(-100%); }
    #leaderboard--pch .leaderboard--dim.enter {
      transition: all 500ms ease-in-out;
      background: rgba(30, 30, 30, 0.839);
      transform: translateY(0%); }
    #leaderboard--pch .leaderboard--dim.exit {
      transition: all 300ms ease-in-out;
      background: none; }
  #leaderboard--pch .leaderboard--loading {
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #leaderboard--pch .leaderboard--loading.enter {
      background: rgba(30, 30, 30, 0.98); }
    #leaderboard--pch .leaderboard--loading.exit {
      transition: all 300ms ease-in-out;
      transform: translateY(-1000%); }
    #leaderboard--pch .leaderboard--loading > .leaderboard__spinner {
      display: inline-block;
      width: 51px;
      height: 51px;
      margin: 6px;
      border-radius: 50%;
      background: #f8d273;
      animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
    #leaderboard--pch .leaderboard--loading > .leaderboard__spinner_text {
      opacity: 0.5;
      font-size: 13px;
      margin-top: 10px;
      font-style: italic; }

@keyframes lds-circle {
  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5); }
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  100% {
    transform: rotateY(3600deg); } }
  #leaderboard--pch ul,
  #leaderboard--pch li {
    padding: 0;
    list-style-type: none;
    /* height: 40px; */ }
  #leaderboard--pch h1,
  #leaderboard--pch h2,
  #leaderboard--pch h3,
  #leaderboard--pch .leaderboard--yesterday {
    color: #f8d273;
    font-weight: 100;
    text-align: center; }
  #leaderboard--pch .leaderboard--main {
    overflow: hidden; }
    #leaderboard--pch .leaderboard--main .leaderboard--header h1 {
      font-size: 28px;
      text-align: center;
      color: #f8d273;
      padding: 0; }
      #leaderboard--pch .leaderboard--main .leaderboard--header h1 b {
        font-weight: bold; }
    #leaderboard--pch .leaderboard--main .leaderboard--header p {
      text-align: center;
      font-size: 13px;
      font-weight: normal; }
    #leaderboard--pch .leaderboard--main .leaderboard--header .bline {
      width: 90%;
      margin: -6px auto 12px;
      border-bottom: 1px solid rgba(216, 189, 99, 0.49); }
    #leaderboard--pch .leaderboard--main .leaderboard--token-total h2 {
      font-size: 15px;
      font-weight: 600;
      margin: 9px auto 1px; }
    #leaderboard--pch .leaderboard--main .leaderboard--token-total.non-user {
      min-height: 0px; }
    #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total {
      margin: 5px;
      padding: 0 7px;
      background: #000;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 6px;
      height: 42px; }
      #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total.social-user {
        flex-flow: column;
        justify-content: space-around;
        padding: 11px 2px;
        font-size: 17px; }
        #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total.social-user > div {
          height: 22px; }
          #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total.social-user > div > .su-title {
            overflow: hidden;
            display: inline-block;
            height: 100%; }
          #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total.social-user > div > .person-f-name {
            display: inline-block;
            max-width: 100px;
            height: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total.social-user > div > #sso-reg-flow {
            display: block;
            color: #f8d273;
            text-decoration: underline;
            cursor: pointer;
            margin-top: 3px;
            z-index: 8; }
      #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total > div {
        flex: 1; }
        #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total > div.--name {
          color: white;
          font-size: 15px;
          overflow: hidden;
          text-overflow: ellipsis; }
        #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total > div.--level {
          flex: 0;
          min-width: 30px; }
          #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total > div.--level > img {
            margin-top: 2px;
            max-height: 30px; }
        #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total > div.--award {
          color: #f8d273;
          font-size: 22px;
          font-weight: 500;
          text-align: right; }
          #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total > div.--award > p {
            padding-left: 10px; }
      #leaderboard--pch .leaderboard--main .leaderboard--token-total .token-total p {
        margin: 15px 0; }
    #leaderboard--pch .leaderboard--main .leaderboard--device-types {
      display: flex;
      justify-content: space-around;
      align-items: center;
      width: 60%;
      margin: 8px auto;
      /* DEVICE ICONS */ }
    #leaderboard--pch .leaderboard--main .leaderboard--scoreboard {
      background: #73787f;
      color: #fff;
      margin: 0 5px; }
      #leaderboard--pch .leaderboard--main .leaderboard--scoreboard > h3 {
        color: #f8d273;
        margin: 0 8px -5px;
        padding-top: 3px;
        text-align: left;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600; }
      #leaderboard--pch .leaderboard--main .leaderboard--scoreboard table.leaderboard--scoreboard-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 2px; }
        #leaderboard--pch .leaderboard--main .leaderboard--scoreboard table.leaderboard--scoreboard-table > tbody::-webkit-scrollbar {
          width: 7px; }
        #leaderboard--pch .leaderboard--main .leaderboard--scoreboard table.leaderboard--scoreboard-table > tbody::-webkit-scrollbar-track {
          background: #ddd;
          border-radius: 33px; }
        #leaderboard--pch .leaderboard--main .leaderboard--scoreboard table.leaderboard--scoreboard-table > tbody::-webkit-scrollbar-thumb {
          background: #666;
          border-radius: 33px; }
        #leaderboard--pch .leaderboard--main .leaderboard--scoreboard table.leaderboard--scoreboard-table > thead > tr {
          display: table;
          width: 100%;
          table-layout: fixed;
          font-size: 12px;
          color: #ffffff; }
        #leaderboard--pch .leaderboard--main .leaderboard--scoreboard table.leaderboard--scoreboard-table > tbody {
          display: block;
          overflow-y: scroll;
          height: 250px;
          background: white; }
          #leaderboard--pch .leaderboard--main .leaderboard--scoreboard table.leaderboard--scoreboard-table > tbody > tr {
            display: table;
            height: 50px;
            background: white;
            color: #111;
            width: 100%;
            font-size: 13px;
            font-weight: 500;
            border-bottom: 1px solid #c9c9c9; }
          #leaderboard--pch .leaderboard--main .leaderboard--scoreboard table.leaderboard--scoreboard-table > tbody.no-user {
            height: 270px; }
    #leaderboard--pch .leaderboard--main button.leaderboard--rewards-button {
      display: block;
      margin: 15px auto 4px;
      width: 91%;
      height: 32px;
      background: #545454;
      border: none;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      border-radius: 17px;
      outline: none;
      letter-spacing: -0.5px; }
      #leaderboard--pch .leaderboard--main button.leaderboard--rewards-button::after {
        content: "";
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-left: 6px;
        opacity: 0.8; }
      #leaderboard--pch .leaderboard--main button.leaderboard--rewards-button:hover {
        cursor: pointer; }
    #leaderboard--pch .leaderboard--main .leaderboard--footer {
      position: absolute;
      backface-visibility: hidden;
      bottom: 40px !important;
      transform: translateY(100%);
      background-color: #242525;
      transition-duration: 700ms;
      width: 100%;
      z-index: 99;
      /* FOOTER LOGO */ }
      #leaderboard--pch .leaderboard--main .leaderboard--footer.open {
        transform: translateY(0%);
        bottom: 2px !important; }
        #leaderboard--pch .leaderboard--main .leaderboard--footer.open .leaderboard--yesterday .leaderboard--yesterday-view {
          transform: rotate(0deg); }
      #leaderboard--pch .leaderboard--main .leaderboard--footer .leaderboard--yesterday {
        position: absolute;
        display: inline-flex;
        height: 30px;
        right: 0;
        top: 0;
        /* FOOTER CTA */ }
        #leaderboard--pch .leaderboard--main .leaderboard--footer .leaderboard--yesterday p {
          width: 100px;
          text-align: right;
          display: inline-block;
          margin: 8px 4px 0;
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: -0.25px;
          line-height: 12px;
          font-weight: 400; }
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > thead > tr > th {
    font-weight: 200; }
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > thead > tr > th:nth-child(1) {
    width: 35px; }
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > tbody > tr > td:nth-child(1) {
    width: 35px;
    padding-left: 4px; }
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > thead > tr > th:nth-child(2),
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > tbody > tr > td:nth-child(2) {
    text-align: left;
    padding-left: 3px;
    white-space: nowrap;
    overflow: hidden;
    width: 90px;
    max-width: 90px;
    vertical-align: middle; }
    #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > thead > tr > th:nth-child(2) > div,
    #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > tbody > tr > td:nth-child(2) > div {
      display: inline-flex; }
      #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > thead > tr > th:nth-child(2) > div > span.f-name,
      #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > tbody > tr > td:nth-child(2) > div > span.f-name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 70px; }
      #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > thead > tr > th:nth-child(2) > div > span.l-name-initial,
      #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > tbody > tr > td:nth-child(2) > div > span.l-name-initial {
        padding-left: 3px; }
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > tbody > tr > td:nth-child(2) {
    font-weight: 300; }
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > thead > tr > th:nth-child(3) {
    width: 31px; }
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > tbody > tr > td:nth-child(3) {
    width: 30px; }
    #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > tbody > tr > td:nth-child(3) > img {
      width: 24px;
      height: 24px;
      display: block;
      margin: 0 auto; }
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > thead > tr > th:nth-child(4),
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--scoreboard > table > tbody > tr > td:nth-child(4) {
    padding-left: 8px;
    text-align: left; }
  #leaderboard--pch .leaderboard--yesterday-full {
    background: #242525;
    margin-top: 6px; }
    #leaderboard--pch .leaderboard--yesterday-full h1 {
      color: #fff;
      font-weight: 400;
      font-size: 18px;
      text-transform: uppercase;
      margin: 0; }
    #leaderboard--pch .leaderboard--yesterday-full > p {
      color: #fff;
      text-align: center;
      font-size: 12px;
      margin: 5px 0; }
  #leaderboard--pch .leaderboard--yesterdays-winners {
    background: #fff;
    border-radius: 15px;
    width: 97%;
    margin: 0 auto;
    color: #000;
    min-height: 70px; }
    #leaderboard--pch .leaderboard--yesterdays-winners li.winner.winner--checklater {
      border-bottom: none;
      text-align: center;
      padding: 17px 30px;
      font-weight: 400;
      font-style: italic;
      font-size: 15px; }
    #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item {
      min-height: 35px;
      display: flex;
      width: 95.5%;
      justify-content: space-between;
      margin: 0 auto;
      /* WINNER-DEVICE */ }
      #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item:first-of-type {
        border-bottom: 1px solid #73787f; }
      #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item div:last-of-type, #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item div:first-of-type {
        width: 36px; }
      #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item div:nth-of-type(2) {
        flex: 1;
        margin: 0 5px; }
        #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item div:nth-of-type(2) p {
          width: 100%;
          text-align: center; }
      #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item > div {
        display: flex;
        align-items: center;
        justify-content: center; }
      #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item p {
        font-size: 12px;
        margin: 0;
        text-align: center;
        padding: 0 10px; }
        #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item p span {
          font-weight: 400; }
          #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item p span.prize {
            font-weight: 700; }
      #leaderboard--pch .leaderboard--yesterdays-winners li.winner > .winner--item img {
        width: 21px; }
  #leaderboard--pch .leaderboard--yesterdays-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 7px;
    /* INFO-HOVER */ }
    #leaderboard--pch .leaderboard--yesterdays-footer a {
      font-size: 10px;
      color: #838991;
      text-decoration: underline; }
    #leaderboard--pch .leaderboard--yesterdays-footer .infoHover:hover,
    #leaderboard--pch .leaderboard--yesterdays-footer a:hover {
      color: #fff;
      cursor: pointer; }
  #leaderboard--pch > div.leaderboard--main > div.leaderboard--rewards-details > ul > li {
    height: 45px; }
  #leaderboard--pch .leaderboard--rewards-details {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding: 10px 0 0;
    background: #222;
    transition: all 700ms cubic-bezier(0.075, 0.82, 0.165, 1); }
    #leaderboard--pch .leaderboard--rewards-details.open {
      left: 0;
      z-index: 9;
      backface-visibility: hidden; }
    #leaderboard--pch .leaderboard--rewards-details h2 {
      margin: 2px 0 0 17px;
      font-size: 16px;
      text-align: left; }
    #leaderboard--pch .leaderboard--rewards-details .leaderboard--close-rewards {
      position: absolute;
      top: 11px;
      right: 10px;
      color: #f8d273;
      font-weight: 500;
      font-size: 24px;
      transform: scale(1, 0.69); }
      #leaderboard--pch .leaderboard--rewards-details .leaderboard--close-rewards:hover {
        cursor: pointer; }
  #leaderboard--pch .leaderboard--rewards-list {
    width: 97%;
    margin: 10px auto; }
    #leaderboard--pch .leaderboard--rewards-list li {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 0 10px 0 0;
      border-top-left-radius: 60px;
      border-bottom-left-radius: 60px;
      color: #e2e2e2;
      text-transform: uppercase; }
      #leaderboard--pch .leaderboard--rewards-list li.red_diamond {
        background: #9c2f29; }
      #leaderboard--pch .leaderboard--rewards-list li.black_diamond {
        background: #000; }
      #leaderboard--pch .leaderboard--rewards-list li.yellow_diamond {
        background: #dcd45f;
        color: #353535; }
      #leaderboard--pch .leaderboard--rewards-list li.diamond {
        background: #c1cddd;
        color: #353535; }
      #leaderboard--pch .leaderboard--rewards-list li.ruby {
        background: #b24c49; }
      #leaderboard--pch .leaderboard--rewards-list li.sapphire {
        background: #6d89e1; }
      #leaderboard--pch .leaderboard--rewards-list li.amethyst {
        background: #835397; }
      #leaderboard--pch .leaderboard--rewards-list li.emerald {
        background: #68a26a; }
      #leaderboard--pch .leaderboard--rewards-list li.platinum {
        background: #999999; }
      #leaderboard--pch .leaderboard--rewards-list li.gold {
        background: #e2cb70;
        color: #353535; }
      #leaderboard--pch .leaderboard--rewards-list li.silver {
        background: #999999; }
      #leaderboard--pch .leaderboard--rewards-list li.bronze {
        background: #be7c3c; }
    #leaderboard--pch .leaderboard--rewards-list .reward-gem {
      height: 45px;
      width: 45px;
      margin-right: 10px; }
      #leaderboard--pch .leaderboard--rewards-list .reward-gem img {
        height: 33px;
        margin: 6.5px 4px 3px; }
    #leaderboard--pch .leaderboard--rewards-list .reward-step {
      flex: 2 140px; }
      #leaderboard--pch .leaderboard--rewards-list .reward-step p {
        margin: 0;
        font-weight: 500;
        font-size: 16px;
        padding: 1px 0; }
      #leaderboard--pch .leaderboard--rewards-list .reward-step small {
        display: block;
        font-size: 9px; }
    #leaderboard--pch .leaderboard--rewards-list .reward-cash {
      flex: 1 50px;
      height: 100%;
      border-left: 1px solid #353535;
      padding-left: 8px;
      text-align: center; }
      #leaderboard--pch .leaderboard--rewards-list .reward-cash p {
        margin: 13px 0;
        font-size: 16px;
        font-weight: 600;
        width: 60px; }

.leaderboard--infoHover {
  display: none; }
  .leaderboard--infoHover.open {
    display: block;
    background: #686868;
    color: #fff;
    position: absolute;
    border-radius: 4px;
    padding: 10px 10px 0;
    width: 263px;
    font-family: sans-serif;
    font-weight: 100;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.7);
    transition: all 200ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translateX(-100%);
    z-index: 99; }
    .leaderboard--infoHover.open h3 {
      font-weight: 600; }
    .leaderboard--infoHover.open p {
      padding-top: 8px;
      font-size: 11px;
      font-weight: 400; }
    .leaderboard--infoHover.open.--non-desktop {
      transform: translateX(0%) translateY(-100%);
      z-index: 100000; }
  .leaderboard--infoHover > h3 {
    margin: 0;
    font-size: 13px; }
  .leaderboard--infoHover > p {
    font-size: 9.5px; }

/**
  all-time Overrides
*/
#leaderboard--pch.all-time #leaderboard--tbody > tr > td:nth-child(2),
#leaderboard--pch.all-time > div.leaderboard--main
> div.leaderboard--scoreboard
> table
> thead
> tr
> th:nth-child(2) {
  width: 77px;
  max-width: 77px; }
  #leaderboard--pch.all-time #leaderboard--tbody > tr > td:nth-child(2) > div,
  #leaderboard--pch.all-time > div.leaderboard--main
> div.leaderboard--scoreboard
> table
> thead
> tr
> th:nth-child(2) > div {
    display: inline-flex; }
    #leaderboard--pch.all-time #leaderboard--tbody > tr > td:nth-child(2) > div > span.f-name,
    #leaderboard--pch.all-time > div.leaderboard--main
> div.leaderboard--scoreboard
> table
> thead
> tr
> th:nth-child(2) > div > span.f-name {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      max-width: 57px; }
    #leaderboard--pch.all-time #leaderboard--tbody > tr > td:nth-child(2) > div > span.l-name-initial,
    #leaderboard--pch.all-time > div.leaderboard--main
> div.leaderboard--scoreboard
> table
> thead
> tr
> th:nth-child(2) > div > span.l-name-initial {
      padding-left: 3px; }

#leaderboard--pch.all-time > div.leaderboard--main > div.leaderboard--token-total > div > div.--award {
  font-size: 16px; }

/**
IE 11 Only 
*/
_:-ms-fullscreen #leaderboard--pch li.winner div.winner--item,
:root #leaderboard--pch li.winner div.winner--item {
  padding-top: 10px; }

.pch-ziprecruiter__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif; }
  .pch-ziprecruiter__form--x2 {
    width: 50%;
    transition: all 0.5s linear; }
    .pch-ziprecruiter__form--x2 .pch-ziprecruiter__form__footer {
      width: 50%;
      transition: all 0.5s linear; }
    .pch-ziprecruiter__form--x2 .pch-ziprecruiter__form__results {
      width: 101.5%;
      height: 188px; }
      .pch-ziprecruiter__form--x2 .pch-ziprecruiter__form__results.show {
        top: -7px; }
    .pch-ziprecruiter__form--x2 .pch-ziprecruiter__form__results__list {
      height: 135px; }
  .pch-ziprecruiter__form--long .pch-ziprecruiter__form__footer {
    flex-direction: column-reverse;
    width: 100%;
    height: 70%;
    background: transparent;
    margin: 0;
    bottom: 0; }
    .pch-ziprecruiter__form--long .pch-ziprecruiter__form__footer #jobs_widget_link {
      flex-direction: row;
      align-items: center; }
  .pch-ziprecruiter__form--long .pch-ziprecruiter__form__results {
    display: none;
    top: 600px;
    height: 325px; }
    .pch-ziprecruiter__form--long .pch-ziprecruiter__form__results.show {
      display: block;
      width: 106%;
      left: -8px;
      top: 220px;
      z-index: 2; }
    .pch-ziprecruiter__form--long .pch-ziprecruiter__form__results .pch-ziprecruiter__form__results__header {
      padding-left: 0.5rem; }
    .pch-ziprecruiter__form--long .pch-ziprecruiter__form__results .pch-ziprecruiter__form__results__list {
      height: 270px; }
  .pch-ziprecruiter__form--short .snippet {
    display: none; }
  .pch-ziprecruiter__form input {
    width: 100%;
    height: 40px;
    font: 400 0.85em Arial;
    padding-left: 30px;
    border: none; }
    .pch-ziprecruiter__form input::placeholder {
      opacity: 0.6; }
    .pch-ziprecruiter__form input:focus {
      outline: none; }
  .pch-ziprecruiter__form__container {
    width: 100%;
    position: relative; }
  .pch-ziprecruiter__form__header {
    font: 700 0.85em Arial;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    color: #717171;
    margin-bottom: 0.5em; }
  .pch-ziprecruiter__form__job-search-wrapper {
    display: flex;
    position: relative;
    margin: 0 auto 0.5em;
    border-radius: 0.5em;
    border: 1px solid #969696;
    overflow: hidden; }
    .pch-ziprecruiter__form__job-search-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 8px;
      left: 7px;
      border: 0;
      pointer-events: none;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAE3ElEQVR4nO2aa4hVVRSAv5l7J0eDydSZnAqFjGCGlMI0yh4El7KkCIT0Ry/MiB4qQkhkkdEoERUU/ogeDObPfpTNUBTag2RyMi01p3LQlMIZItO01Lkz4/RjzeWsve/j3Mfe5456PrjMmr3P2Wvtdc7ee521N8TExMTExJy31HhoMwlcC9wItADTgQbgAuAY8CewD9gObAWOe7ChKswE1iMdHCnylwY6gIVAbfQmu6EF6ATOUHzHc/16gcUR217REEgCa4BVQJ1V1wtsBr4flY8jDroUuAS4ErgVmAckrHu/AB4C/qjANu80IuNXP8EBoB24roR2pgLPAH1WW38BKYf2OmUa8CumwZ8iT7VcJgBtyJygHbqoIks90IjZ+TSwjOyhVIc8wdeBTcA25I1pDWl/LnBItT8ILHBke8UkMV/7f4H51jUXAs8DR8k90b1VhJ7LgJ8sPWGOi4Q2zCdvd/4O4DD5Z/lBZLkrhmbggLp3D1BfmfmV0Yo5Ppdb9U8iHdQd3g+8BtwLXA9MLlHn1cBJ1d7qMm13Qqcy5DPMMf8EZscPAffjJrBZhjkUmhy0WTIzCYKcNHCVqkthPvkvKf1JFyIB7FLtv+Sw7aJZrwzYoMrrgYOq7msk3nfNfUpHP9mBk1eSmLH9XFX3tCo/jCyRPkhgTq6RBkhzMCe1DDXA76puqWc73lS6XvGsy2CFUvy2Kr9Blffh/7W8R+nrctlw2EzdouRdSr5dyR8Cw84sys2PSm7Je1UZhDlgupL7lazj/m3uzMlLP/L0ASYCF7lqOMwBDUruU7J2zAFXxhQgDfyt/o/MAXpsDyi5e/TvQWCHK2NCOK3kZEQ62UIw+dylymuAazDfEJ/UYobiziLCME/qcd+s5BHMick3UwiyTmngiKuGw4bAPiXPcKW0DLTu33C46oQ54Dsl3+JKaRncrOTtUSpuIBh7Q0hSsxp8SzD+H4laeYdS/myO+nXIp+paT/pbMb9Gp3jSk5eFmGHvBKv+xGidrx2eDUr/R550FCSB5PbzfZOvRZzQ5kH3bGTCy+ie50FHUSxWRqSRFJdvxgE/KL2dEegsiA6K9uM/PfWe0ncSMxNVFS5HdmwyRu3AbfpLs07pGQEe96SnZFLIN0HGsB7cBkjjgHcwO9/usH0nLMJMhP4DPEzlZw1mIW+V7nwH2RuvY4IFyNqvje0C7qR0R8xAsk32vkI70vlZyPK30oXhLmlFdmzsHaBeZGm8Dbg4x33jkU2Pp5Ct8CHr/lOYY/5zVfcqshSuHP3pJG1VqAeeA/4j/5bYKWSzpAc5IpPvuhHgE7Jn+5dD7vkYhwmScmlCAqFM6qqUXxp5xW/K03YC2BjSRjdjwAkgxqaQ1HUXksayjR0AfgHeB5ZQ3FKaUvcPImnydzGP5XQj+cIxRwNyqOIK5EOmnBT6CwQdfUOVP8ZZ4oRKWUPu/Qk4T5wwn6CDQ8ADVv0574RazKTIEPCgdc0574Rm4GeCDg4jEajGdsJW/OxYV42pwF5MJyyxrrGdYJ9mOetpwoxAh8nenX5R1X8VpXFR0YjsS2gnPKrqddzQE7l1ETEZ2EnQ0TPIcplC0vmZ8k1Vsi8SJiHnkQuFyXdXzbqImAh8Q+7OR3qapJrUIcf1tgC7gQ8wD3HExMTExMTEZPM/eXjdG3mvmvsAAAAASUVORK5CYII=) no-repeat;
      background-size: 100%; }
    .pch-ziprecruiter__form__job-search-wrapper.required {
      border: 1px solid #ff0000; }
    .pch-ziprecruiter__form__job-search-wrapper input {
      padding-left: 35px; }
  .pch-ziprecruiter__form__location-search-wrapper {
    display: flex;
    position: relative;
    margin: 0 auto 0.5em;
    border-radius: 0.5em;
    border: 1px solid #969696;
    overflow: hidden; }
    .pch-ziprecruiter__form__location-search-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 10px;
      left: 5px;
      border: 0;
      pointer-events: none;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAABmJLR0QA/wD/AP+gvaeTAAAHgElEQVR4nO2ceWxURRzHPy0UyyGHUilKGw6RBoVIDFGDmHpHBWNUFE8iiSaG6B/GgHLoeiAaQqLBYJB4C8FoQojBPzw4BAUURFGEgoKKooCW03KUtv4xXV3e/N525+28ne12Psn80Zed7/zmzfZ95/i9BY/H4/F4PB6Px+PxeDwe23RqLq2eItcBGFAOXAYMAwYBVUAZ0J3/+9EE7Af2AluAGmADsAz4M8fxFiRVwHRgE+pmZ1M2Ac82a3oMaAeMBdaS/SCElbXAbUBxjvrUKikC7ga2Et9ABEsNcCd59OjOl0CGAnOAEQZ1dgLbgYPAP83XOgNdgf5AhYHWZ8AE4HuDOgVJMTAZqCf9N7kBZcxTUYPWJQPtzs2fnQosb9ZI18ZxYBL58yXNOWcAH5H+Ju0AJgJnWWivD+qG72ihzQ+Bnhbaa1UMAH4k/KZsA+4BSmJouwQY10L7W4F+MbSdlwxDrQmkG1EHPA6U5iCOUiABHAmJZRfK2wqagYQPxg/AEAcxVQEbQ2Lai1qEFiQVwK/IHZ+P262PzsBCIa4m1EzuTHehxcMpwDrkDr9IfizQioCZhC8kO7gLzT4vIXd0hsugQggblJkug7LJ9cgdfIX8nPMXAW+ix9sIXOEwLit0Qp73rwTaW2qjGLUTXI69R18H5L20GtTjt9UyA3nm0icLzd7AfcBi1NT0RIp2PfA7sAgYj1p8RqUfsA89/ilZaDqlJ3AYvUN3RdSrAObS8jZLaqkH3gL6RmzzfkHzANAjop5TnkPvzKeY+0YRMA04KuhlWupQWzCmbRcDqwW9aYY6zjkVtQsbNMULDHW6oh5NUQciWBai1hwmjBR0/iI3uwnWuBe9E0sMNToCawSd1PILasBebi6LgZ9bqLMc8zXFCkFnjKGGU6QOXG5Qvxh4T9BI+sKrwPlp6g9B+c3xEI3XDWIBuEHQ+MBQwxnlqMdTavA7MJuSPoR8I7cA5xnoVAHfhWiNN9ApAXYH6h9HPZrznjvQO/+MQf0eqGd0UGMlylNM6YKaTAT1dpHZQVeS2YLGdRHiyTmvogc+0qD+80L9bcDpWcTUHbWbHNR9wkBjlFB/VhYx5YzgI+IwmZtoEfAbesevtBCXNFv6yaB+V/Q10EoLccVKe/T1gknQF6HftI8txrdE0E83OQgS/LLtsRgbYH/bux/6Xs9mg/rXCNcWRA9HY6Fw7VqD+jWBv8uA06KHo2N7QKRkhK0G9aWswk8ixiKxVLg22KD+NuGajQSM/7A9IN2Ea7UG9YPZHg2o2ZAt/kD5QCplBvX3C9esTn1tD4gU3CGD+u0Cfx9FDYotGtEHxGTVflC4FmUqHortAQneUFALqEwJdjiZiWiLHuhn99JNDkP6ctg61wHsD8hh4ZpJ8oI0DbWZiiNtbm43qC+theoixiJie0AOCNdMzg5WCddujhiLxE3CtdUG9aWMRpP/sJwzCH2eb5LI0An9UGsfdlI7e6EfCRzBzJSls/ZeFmKLjVL0pGbTXVFpl3eehdgWCLqLDDU+Rx/QfEhhSksNJwddi1nQQzn5nDxZHswipomCXiMw3ECjI3AsoLEui5hyhvRNNE0RlTYoT6ASDEyOYYtRO83B44Am1Fm7CdJemI3/3Nh5AD3wCYYaZYS/NrAMuDADjUvQHzHJshN1bmPCY4LOOEMNJ/RHDzzKrui5qJWxdEObgC9RmfKjUY+e4aiTvQSwPk29Q5htKCb5VtCyum0SJ9JbsyYnfUkuReVxhd1c07KPaFv5Fwta6yPoOGMyegdmR9SqAL4S9EzLZqK/Ev2GoPdwRC0nVKIf5uwn+lZ1KfAI8tFuS6UWeJTorzv0Rr1Umqp5DHMPcs676DdnTpaa3VADswp5apwsDcAXqOlu9yzbfFvQN52hZUyc2efDUQnLqW00NF/fYEG/DPVsH4C66fWo49/dqOe7jdO8EagJSWofGlGv5W20oJ9z3kf/dq2iFaxuUTvXX6PHP99lUNkyEDknd7rLoDIkgR53HQXwdu4U5Ge8dH6eL1Qje9QkhzFZowT5X38P+bmwKkd+U3gNlg+jXDIY+V2RFeRXJ9shZzn+jZrKFxS3I09RTdJM4yaBHl8jcKPDmGLlNfLXT6qRfaNg3r6VKAW+If/8pBcq3SgYV8G9ny5xDvpRqks/KUb+VaJaor+b2OoYi+wnTzuIJSHEUdC+EcY83PtJNW3QN8Ioxe36pE37RhgDUblckp9IWZC28L6RhluR/eSpGNtMCO21Sd8IYy6yn1wdQ1vVeN9okVLkxITd2P3xMO8bBpyNnGWyHDt+4n0jAmOIz08Sgq73jQyYg30/qcb7RmTCfp8xqp9437DAAOz4ifcNi9yC7CdPGmgkhPreN7JA+n2RTP2kGu8b1ilBJbyZ+on3jRipRJ1pZ+on3jdywGjkl24SwmcTwue8b8TAC8h+clXKZ6rxvpEzWvIT7xsO6IvyguBNX0obyqfKN0Yh+4n3DYfMouUB8b6RQ0pQrzWEDYb3DQdUIv8+4068bzijEngHZd57UKmqvZ1G5PF4PB6Px+PxeDwej8fjiYt/AR4WeKWYzDSdAAAAAElFTkSuQmCC) no-repeat;
      background-size: 100%; }
  .pch-ziprecruiter__form__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 55px;
    align-items: center;
    background: #fff;
    z-index: 1; }
    .pch-ziprecruiter__form__footer #jobs_widget_link {
      margin: 0 0.5rem;
      color: #717171;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      font-size: 0.8em; }
      .pch-ziprecruiter__form__footer #jobs_widget_link #zr_logo {
        margin-left: 5px; }
    .pch-ziprecruiter__form__footer .submit-btn {
      font: 400 0.82em Arial;
      width: 120px;
      height: 35px;
      line-height: 35px;
      margin: 0 0.5em;
      padding: 0 20px;
      color: #fff;
      background: #8ab232;
      border-radius: 3em;
      text-align: center;
      cursor: pointer;
      outline: 0;
      border: none; }
  .pch-ziprecruiter__form__results {
    width: 100%;
    height: 180px;
    position: absolute;
    top: 250px;
    background-color: #ededed;
    transition: top 0.5s linear; }
    .pch-ziprecruiter__form__results.show {
      top: 0; }
    .pch-ziprecruiter__form__results__header {
      background-color: #fff;
      border-bottom: 1px solid #d8dbdc;
      height: auto;
      line-height: 20px;
      box-sizing: border-box;
      padding: 0.5rem 0; }
    .pch-ziprecruiter__form__results__list {
      list-style: none;
      line-height: 1.5;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
      overflow-y: scroll;
      height: 130px; }
      .pch-ziprecruiter__form__results__list__item {
        display: flex;
        flex-direction: column;
        width: 88%;
        margin: 0.5em auto;
        padding: 0.5em;
        border: 1px solid #d8dbdc;
        border-radius: 0.5em;
        background-color: #fff; }
        .pch-ziprecruiter__form__results__list__item ul {
          margin: 0.5em;
          padding: 0;
          font-size: 0.85em; }
          .pch-ziprecruiter__form__results__list__item ul li {
            list-style-type: none;
            padding-left: 8px; }
            .pch-ziprecruiter__form__results__list__item ul li::before {
              display: inline-block;
              content: "\2605";
              margin-left: -17px;
              padding-right: 3px;
              color: #9c9c9c;
              transform: scale(0.6); }
        .pch-ziprecruiter__form__results__list__item .item__info {
          display: flex;
          flex-direction: column; }
          .pch-ziprecruiter__form__results__list__item .item__info .company:before {
            content: '';
            background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1472%200q26%200%2045%2019t19%2045v1664q0%2026-19%2045t-45%2019h-1280q-26%200-45-19t-19-45v-1664q0-26%2019-45t45-19h1280zm-832%20288v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023zm0%20256v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023zm0%20256v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023zm0%20256v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023zm-128%20320v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm512%201280v-192q0-14-9-23t-23-9h-320q-14%200-23%209t-9%2023v192q0%2014%209%2023t23%209h320q14%200%2023-9t9-23zm0-512v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm256%201024v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23zm0-256v-64q0-14-9-23t-23-9h-64q-14%200-23%209t-9%2023v64q0%2014%209%2023t23%209h64q14%200%2023-9t9-23z%22%20fill%3D%22%23cbcfd0%22/%3E%3C/svg%3E);
            font-size: 12px;
            vertical-align: inherit;
            margin-right: .25em;
            width: 1em;
            height: 1em;
            display: inline-block;
            background-size: contain; }
          .pch-ziprecruiter__form__results__list__item .item__info .location:before {
            content: '';
            background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%221792%22%20height%3D%221792%22%20viewBox%3D%220%200%201792%201792%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1152%20640q0-106-75-181t-181-75-181%2075-75%20181%2075%20181%20181%2075%20181-75%2075-181zm256%200q0%20109-33%20179l-364%20774q-16%2033-47.5%2052t-67.5%2019-67.5-19-46.5-52l-365-774q-33-70-33-179%200-212%20150-362t362-150%20362%20150%20150%20362z%22%20fill%3D%22%23cbcfd0%22/%3E%3C/svg%3E);
            font-size: 12px;
            vertical-align: inherit;
            margin-right: .25em;
            width: 1em;
            height: 1em;
            display: inline-block;
            background-size: contain; }
          .pch-ziprecruiter__form__results__list__item .item__info .snippet {
            font-size: 0.8em; }

.whirligig_container {
  margin: 0 auto;
  border: 1px solid #bdbdbd;
  border-radius: 10px; }

.whirligig_progressbar-holder {
  height: 50px;
  align-items: center; }
  .whirligig_progressbar-holder .carousel-progress {
    width: 50%;
    background: transparent;
    display: flex;
    justify-content: space-between; }
    .whirligig_progressbar-holder .carousel-progress.unlocked.group-1 .prog_lock-box {
      background-position: -33px -30px; }
    .whirligig_progressbar-holder .carousel-progress.unlocked.group-2 .prog_lock-box {
      background-position: 0px -63px; }
    .whirligig_progressbar-holder .carousel-progress.unlocked.group-3 .prog_lock-box {
      background-image: url(/site_images/resources/assets/src/sections/home/images/group3-lock-sprite816ad78acaad389b3a3b68c515420718.png);
      background-position: 0px -63px; }
    .whirligig_progressbar-holder .carousel-progress.missionComplete.group-1 .prog_lock-box {
      background-position: 0 -30px; }
    .whirligig_progressbar-holder .carousel-progress.missionComplete.group-2 .prog_lock-box {
      background-position: -33px -63px; }
    .whirligig_progressbar-holder .carousel-progress.missionComplete.group-3 .prog_lock-box {
      background-image: url(/site_images/resources/assets/src/sections/home/images/group3-lock-sprite816ad78acaad389b3a3b68c515420718.png);
      background-position: -33px -63px; }
    .whirligig_progressbar-holder .carousel-progress.unlocked.group-1 .prog_step-wrapper h3::before, .whirligig_progressbar-holder .carousel-progress.unlocked.group-1 .prog_step-wrapper h3::after, .whirligig_progressbar-holder .carousel-progress.unlocked.group-2 .prog_step-wrapper h3::before, .whirligig_progressbar-holder .carousel-progress.unlocked.group-2 .prog_step-wrapper h3::after, .whirligig_progressbar-holder .carousel-progress.unlocked.group-3 .prog_step-wrapper h3::before, .whirligig_progressbar-holder .carousel-progress.unlocked.group-3 .prog_step-wrapper h3::after, .whirligig_progressbar-holder .carousel-progress.locked.group-1 .prog_step-wrapper h3::before, .whirligig_progressbar-holder .carousel-progress.locked.group-1 .prog_step-wrapper h3::after, .whirligig_progressbar-holder .carousel-progress.locked.group-2 .prog_step-wrapper h3::before, .whirligig_progressbar-holder .carousel-progress.locked.group-2 .prog_step-wrapper h3::after, .whirligig_progressbar-holder .carousel-progress.locked.group-3 .prog_step-wrapper h3::before, .whirligig_progressbar-holder .carousel-progress.locked.group-3 .prog_step-wrapper h3::after {
      width: 30px; }
    .whirligig_progressbar-holder .carousel-progress.unlocked.group-1 .prog_step-wrapper ul, .whirligig_progressbar-holder .carousel-progress.unlocked.group-2 .prog_step-wrapper ul, .whirligig_progressbar-holder .carousel-progress.unlocked.group-3 .prog_step-wrapper ul, .whirligig_progressbar-holder .carousel-progress.locked.group-1 .prog_step-wrapper ul, .whirligig_progressbar-holder .carousel-progress.locked.group-2 .prog_step-wrapper ul, .whirligig_progressbar-holder .carousel-progress.locked.group-3 .prog_step-wrapper ul {
      padding: 0;
      margin: 0;
      background: #9d9d9d;
      -moz-box-shadow: inset 0 1px 0 0 #595959, inset 0 -1px 0 0 #fff;
      -webkit-box-shadow: inset 0 1px 0 0 #595959, inset 0 -1px 0 0 #fff;
      -moz-box-shadow: inset 0 1px 0 0 #595959, inset 0 -1px 0 0 #fff;
      -o-box-shadow: inset 0 1px 0 0 #595959, inset 0 -1px 0 0 #fff;
      box-shadow: inset 0 1px 0 0 #595959, inset 0 -1px 0 0 #fff; }
      .whirligig_progressbar-holder .carousel-progress.unlocked.group-1 .prog_step-wrapper ul li:last-child span, .whirligig_progressbar-holder .carousel-progress.unlocked.group-2 .prog_step-wrapper ul li:last-child span, .whirligig_progressbar-holder .carousel-progress.unlocked.group-3 .prog_step-wrapper ul li:last-child span, .whirligig_progressbar-holder .carousel-progress.locked.group-1 .prog_step-wrapper ul li:last-child span, .whirligig_progressbar-holder .carousel-progress.locked.group-2 .prog_step-wrapper ul li:last-child span, .whirligig_progressbar-holder .carousel-progress.locked.group-3 .prog_step-wrapper ul li:last-child span {
        border-right: none; }
      .whirligig_progressbar-holder .carousel-progress.unlocked.group-1 .prog_step-wrapper ul li:last-child.active span, .whirligig_progressbar-holder .carousel-progress.unlocked.group-2 .prog_step-wrapper ul li:last-child.active span, .whirligig_progressbar-holder .carousel-progress.unlocked.group-3 .prog_step-wrapper ul li:last-child.active span, .whirligig_progressbar-holder .carousel-progress.locked.group-1 .prog_step-wrapper ul li:last-child.active span, .whirligig_progressbar-holder .carousel-progress.locked.group-2 .prog_step-wrapper ul li:last-child.active span, .whirligig_progressbar-holder .carousel-progress.locked.group-3 .prog_step-wrapper ul li:last-child.active span {
        border-radius: 0 7px 7px 0; }
      .whirligig_progressbar-holder .carousel-progress.unlocked.group-1 .prog_step-wrapper ul li:last-child.played, .whirligig_progressbar-holder .carousel-progress.unlocked.group-2 .prog_step-wrapper ul li:last-child.played, .whirligig_progressbar-holder .carousel-progress.unlocked.group-3 .prog_step-wrapper ul li:last-child.played, .whirligig_progressbar-holder .carousel-progress.locked.group-1 .prog_step-wrapper ul li:last-child.played, .whirligig_progressbar-holder .carousel-progress.locked.group-2 .prog_step-wrapper ul li:last-child.played, .whirligig_progressbar-holder .carousel-progress.locked.group-3 .prog_step-wrapper ul li:last-child.played {
        border-radius: 0 7px 7px 0; }
    .whirligig_progressbar-holder .carousel-progress.group-1 li.played::after {
      content: "";
      width: 14px;
      height: 14px;
      display: block;
      margin: -7px 0 0 -7px;
      position: absolute;
      top: 50%;
      left: 50%;
      background: url(/site_images/resources/assets/src/sections/home/images/lock-sprite0e107993fa3120787868040d1ed3296b.png) no-repeat;
      background-position: 0 -101px; }
    .whirligig_progressbar-holder .carousel-progress.group-2 li.played::after {
      content: "";
      width: 14px;
      height: 14px;
      display: block;
      margin: -7px 0 0 -7px;
      position: absolute;
      top: 50%;
      left: 50%;
      background: url(/site_images/resources/assets/src/sections/home/images/lock-sprite0e107993fa3120787868040d1ed3296b.png) no-repeat;
      background-position: 0 -115px; }
    .whirligig_progressbar-holder .carousel-progress.group-3 li.played::after {
      content: "";
      width: 14px;
      height: 14px;
      display: block;
      margin: -7px 0 0 -7px;
      position: absolute;
      top: 50%;
      left: 50%;
      background: url(/site_images/resources/assets/src/sections/home/images/group3-lock-sprite816ad78acaad389b3a3b68c515420718.png) no-repeat;
      background-position: 0 -115px; }

.whirligig_bigimg-holder {
  width: 100%;
  height: 400px;
  background: linear-gradient(to bottom, #d1d0d0 0%, white 100%); }
  .whirligig_bigimg-holder .whirligig_bigimg {
    width: 650px;
    height: 400px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden; }
    .whirligig_bigimg-holder .whirligig_bigimg-item {
      width: inherit;
      height: 100%;
      text-align: center;
      list-style-type: none; }
      .whirligig_bigimg-holder .whirligig_bigimg-item.gpt-feature-area {
        background-size: 100%; }
      .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-img {
        width: 650px;
        height: 400px; }
        .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-img.img-loader {
          width: 50px;
          height: 50px; }
      .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html {
        width: 650px;
        height: 400px;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .overlay_msg {
          width: 650px;
          height: 400px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .overlay_msg .msg_img.show-back {
            background: url(/site_images/resources/assets/src/sections/home/images/check-green9e4ee2f72d298bd0ec578f793bf845a9.png);
            width: 70px;
            height: 70px;
            background-size: 100%; }
          .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .overlay_msg .msg_img.no-back {
            font-size: 44px;
            line-height: 45px;
            margin: 15px;
            font-family: 'Ultra', Arial, Helvetica, sans-serif;
            color: #fff;
            text-transform: uppercase; }
        .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .lock-icon {
          background: url(/site_images/resources/assets/src/sections/home/images/bonus-lock3c945762212fce53579eac6e92e4e202.png) center no-repeat;
          width: 42px;
          height: 52px; }
        .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .lock-msg {
          font-size: 44px;
          line-height: 45px;
          margin: 15px;
          font-family: 'Ultra', Arial, Helvetica, sans-serif;
          color: #fff;
          text-transform: uppercase; }
        .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html hr {
          border: 1px solid #fff;
          width: 90%; }
        .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .message {
          color: #fff;
          line-height: 25px; }
          .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .message span {
            font-family: 'Ultra', Arial, Helvetica, sans-serif;
            color: #ffe000; }
            .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .message span.bonus-game-message {
              line-height: 50px;
              font-size: 32px;
              text-transform: uppercase; }
        .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .all-completed {
          position: relative; }
          .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .all-completed .scratch-off-link {
            width: 270px;
            height: 230px;
            position: absolute;
            left: 45px;
            top: 148px; }
          .whirligig_bigimg-holder .whirligig_bigimg-item .whirligig_bigimg-html .all-completed .iw-link {
            width: 270px;
            height: 230px;
            position: absolute;
            left: 335px;
            top: 148px; }
  .whirligig_bigimg-holder-holder {
    overflow: hidden;
    border-radius: inherit; }
  .whirligig_bigimg-holder-img {
    width: 100%;
    height: auto;
    border-radius: 5px; }
  .whirligig_bigimg-holder .img-loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: rotation 2s infinite linear;
    border-radius: 0; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.whirligig_select-arrow {
  border-top-color: #808080 !important;
  margin-top: 0 !important; }

.whirligig_thumbs-holder {
  background: linear-gradient(to bottom, white 0%, silver 100%);
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  height: 120px;
  overflow: hidden; }
  .whirligig_thumbs-holder .whirligig_arrow {
    margin: 0;
    outline: none; }
  .whirligig_thumbs-holder .whirligig_thumbs {
    padding: 0;
    height: 120px;
    display: flex;
    align-items: center; }
    .whirligig_thumbs-holder .whirligig_thumbs .whirligig_thumbnails {
      margin: 0; }

.whirligig-sticky_thumb {
  background: linear-gradient(to bottom, white 0%, silver 100%); }
  .whirligig-sticky_thumb.sticky-active {
    display: flex;
    align-items: center; }

.whirligig_thumb-item {
  font-size: 0.6rem; }
  .whirligig_thumb-item.played.hero-thumb .whirligig_thumb-img {
    opacity: 1; }
  .whirligig_thumb-item.played.hero-thumb .thumb_status-container {
    display: none; }
  .whirligig_thumb-item.played .thumb_status-container {
    background: url(/site_images/resources/assets/src/sections/home/images/played_check68b9ca661ee7da36b9d0ab2b00bda39a.png) no-repeat center 0;
    margin-top: 12px; }
  .whirligig_thumb-item.lock .thumb_status-container {
    display: none; }

.pch-ziprecruiter--X1L {
  width: 300px;
  height: 600px; }

.pch-ziprecruiter--X1S {
  width: 300px;
  height: 250px; }
  .pch-ziprecruiter--X1S.pch-ziprecruiter--v1-a .pch-ziprecruiter__form__footer {
    background-color: #f0f5f3; }

.pch-ziprecruiter--v1-a {
  background-image: url(/site_images/resources/assets/src/sections/zip-recruiter/images/long-v1-a554d7dfa48588117370bc8cf7a32917d.png);
  border-top: 10px solid #b2e522;
  background-color: #f0f5f3; }
  .pch-ziprecruiter--v1-a .pch-ziprecruiter__form__results__header {
    background-color: #f0f5f3; }

.pch-ziprecruiter--v1-default {
  background-image: url(/site_images/resources/assets/src/sections/zip-recruiter/images/long-v174e82e9441d1abf6f1f8cb9ada8a1152.png);
  border: 3px solid #bce145; }

#pch-ziprecruiter {
  margin: 0 auto 2.5rem;
  padding: 0.5rem;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden; }

.device-mobile #pch-ziprecruiter {
  margin: 2.5rem auto; }

.modules {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px; }
  .modules > * {
    flex-basis: 300px;
    margin-bottom: 20px; }
  .modules::after {
    content: '';
    height: 0;
    width: 300px; }
  .modules .heading .holder {
    background: #bbbaba;
    border-radius: 10px;
    padding: 6px 12px 10px; }
  .modules h2 {
    margin: 0;
    font-size: 24px;
    line-height: 27px;
    text-shadow: 0 1px #a4a3a3;
    text-align: center; }
  .modules .box a {
    text-decoration: none; }
  .modules .heading {
    margin: 0 0 3px;
    color: #fff; }
  .modules .heading .holderarrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 10px solid #bbbaba;
    margin: 0 auto; }
  .modules .slots-tour-container .slots-tour-head,
  .modules .games-tour-container .games-tour-head {
    background-color: #2f3132;
    border: 1px solid #000;
    border-radius: 6px 6px 0 0;
    color: #FFF;
    padding: 6px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px; }
  .modules .slots-tour-container .slots-tour-head span,
  .modules .games-tour-container .games-tour-head span {
    color: #fce500;
    font-style: italic; }
  .modules .slots-tour-container .slots-tour-body,
  .modules .games-tour-container .games-tour-body {
    border: 2px solid #ccc;
    border-radius: 0 0 6px 6px;
    border-width: 0px 2px 2px 2px;
    padding: 6px; }
  .modules .slots-tour-body,
  .modules .games-tour-body {
    display: flex; }
    .modules .slots-tour-body > *,
    .modules .games-tour-body > * {
      flex-basis: 50%; }
  .modules .slots-tour-container .slots-tour-box:first-child,
  .modules .games-tour-container .games-tour-box:first-child {
    margin: 0; }
  .modules .slots-tour-container .slots-tour-box,
  .modules .games-tour-container .games-tour-box {
    margin-left: 8px;
    position: relative;
    width: 48%; }
  .modules .slots-tour-container .slots-tour-box .img-banner,
  .modules .games-tour-container .games-tour-box .img-banner {
    position: absolute;
    top: 0;
    left: 0; }
  .modules .slots-tour-container .box-top,
  .modules .games-tour-container .box-top {
    border-bottom: 2px solid #444;
    color: #444;
    font-size: 16px;
    padding: 12px 0;
    line-height: 1.2;
    font-weight: 700; }
  .modules .games-tour-container .box-bottom,
  .modules .slots-tour-container .box-bottom {
    color: #a20006;
    font-size: 26px;
    line-height: 24px;
    padding-top: 14px;
    font-weight: 700; }
  .modules .slots-tour-container .box-bottom span,
  .modules .games-tour-container .box-bottom span {
    font-size: 30px; }
  .modules .clear-box {
    display: none; }

.token_username {
  text-transform: capitalize; }

#leaderboard--pch .leaderboard--main .leaderboard--header h1 {
  margin: 10px auto; }

#leaderboard--pch .leaderboard--main .leaderboard--token-total .first-name {
  text-align: left; }

#leaderboard--pch .leaderboard--main .leaderboard--footer {
  text-align: left; }

.guest-click1-overlay {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95); }
  .guest-click1-overlay .main-container, .guest-click1-overlay .side-bar, .guest-click1-overlay #pch-site-skin, .guest-click1-overlay .placement-content {
    display: none !important; }
  .guest-click1-overlay .uninav .uninav__top-bar__link-item {
    display: none; }
  .guest-click1-overlay .uninav .uninav__carousel {
    visibility: hidden; }
  .guest-click1-overlay .uninav .uninav__unrecognized ul li:last-child {
    display: none; }
  .guest-click1-overlay .footer .social-bar, .guest-click1-overlay .footer .footer__wrapper-1 {
    display: none; }
  .guest-click1-overlay .footer .footer__wrapper-2 {
    background-color: rgba(0, 0, 0, 0.95); }
    .guest-click1-overlay .footer .footer__wrapper-2 .footer__social-links, .guest-click1-overlay .footer .footer__wrapper-2 .footer__trademarks-info {
      display: none; }
  .guest-click1-overlay .footer .nav-link.footer__other-links--nav-link {
    font-size: 0.6rem;
    color: #fff; }
  .guest-click1-overlay .footer .footer__legal {
    font-size: 0.6rem; }
  .guest-click1-overlay .whirligig_container {
    border: none; }
  .guest-click1-overlay .whirligig_progressbar-holder {
    visibility: hidden; }
  .guest-click1-overlay .whirligig_bigimg-holder {
    background: transparent; }
    .guest-click1-overlay .whirligig_bigimg-holder .whirligig_bigimg {
      box-shadow: 0px 0px 10px 5px gold, 0px 0px 10px 5px #ffd600; }
  .guest-click1-overlay .whirligig_thumbs-holder {
    background: transparent; }
    .guest-click1-overlay .whirligig_thumbs-holder .whirligig_arrow {
      display: none; }
    .guest-click1-overlay .whirligig_thumbs-holder .whirligig_thumb-item {
      visibility: hidden; }
      .guest-click1-overlay .whirligig_thumbs-holder .whirligig_thumb-item.is-active.original-thumb {
        visibility: visible; }

