html, body {
  margin:0px;
  }
  
  ::selection {
    background: #d6cbb0; /* WebKit/Blink Browsers */
  }
  ::-moz-selection {
    background: #d6cbb0; /* Gecko Browsers */
  }
  
  
  
  .closed-msg {
      text-transform: uppercase;
      font-weight: 800;
      text-align: center;
      color: white;
      font-size: 32px;
      text-shadow: 3px 3px #2b2b2b;
  }
  
  span.fa-layers-text.fa-inverse {
      font-size: 38px;
      line-height: 43px;
      left: 61%;
  }
  
  
  img#Washington\ Football\ Team {
      max-width: 43px;
      min-width: 43px;
      border-radius: 30px;
      height: 43px;
  }
  .ui-draggable  {
    touch-action: none;
    -ms-touch-action: none;
  }
  .team-logo:hover {
      cursor: grab;
  }
  
  .scroll-area--left {
    display:none;
      flex-basis: 100%;
      /* background: #ffffff66; */
      width: 50px;
      position: fixed;
      left: 5px;
      top: 372px;
      color: white;
      height: 35px;
      font-size: 30px;
      font-weight: 800;
    transform:rotate(180deg)
  }
  
  .scroll-area--right {
    display:none;
      flex-basis: 100%;
      /* background: #ffffff66; */
      width: 50px;
      position: fixed;
      right: 5px;
      top: 372px;
      color: white;
      height: 35px;
      font-size: 30px;
      font-weight: 800;
  }
  
  body {
    font-family: Arial;
    font-size: 10pt;
    background-color:#000;
    background-image: url(https://assets.codepen.io/500458/black-repeat.jpg);
  }
  
  ::-webkit-scrollbar {
      width: 12px;
    height:10px;
  }
   
  ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
      border-radius: 25px;
      background: #fff;
  }
  
  ::-webkit-scrollbar-thumb {
  border-radius: 25px;
      -webkit-box-shadow: inset 0 0 6px rgb(227 205 125);
      background: #b1a56d;
  }
  
  .privacy-links {
      text-align: center;
      height: 20px;
      display: block;
      justify-content: center;
      align-items: center;
      flex-basis: 100%;
      margin-top: 5px;
      right: 10px;
     color: #fff;
  }
  
  .privacy-links > a {
      color: #a99767;
      font-weight: 800;
  }
  
  
  .bg-wrapper {
      background-position: 50% 75%;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      justify-content: center;
      align-items: center;
    flex-direction:column;
  }
  
  
  
  picture.main-pic {
      height: 100%;
      display: flex;
      align-items: flex-end;
    margin-top:10px;
  }
  img.main-img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: bottom;
      max-width: 600px;
  }
  
  
  h1.main-headline {
      font-weight: 800;
      text-transform: uppercase;
      font-size: 34px;
      line-height: 34px;
    text-align:center;
    
  }
  
  h1.main-headline > small {
      display: block;
      text-align: center;
      font-size: 23px;
      line-height: 46px;
      color: black;
      background: #9e8a59;
      max-width: 525px;
      margin: 15px auto;
      margin-bottom: 0px;
      filter: drop-shadow(2px 0px 6px #9e8a59);
  }
  
  p.main-p {
  display: block;
      text-align: center;
      font-size: 18px;
      line-height: 23px;
      color: black;
      padding: 8px;
      padding-top: 11px;
      max-width: 480px;
      margin: 0 auto;
      text-transform: uppercase;
      font-family: 'Rodfat', sans-serif;
    margin-top:-20px;
  }
  p.main-p > strong {
      font-size: 90px;
      line-height: 94px;
      display: block;
  /*     filter: drop-shadow(3px 3px 0px #9c8a65)drop-shadow(3px 3px 0px #9c8a65); */
      background: linear-gradient( to bottom, #ffffff, #ffe5b0, #ffd473, #9c8a65);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      text-shadow: -2px 2px rgb(249 221 83 / 0%);
  }
  
  .logo-wrapper {
      display: flex;
      width: 100%;
      justify-content: center;
    align-items:center;
  }
  
  .logo-left > img {
      max-width: 370px;
  }
  
  
  
  #contest-wrapper {
      padding-bottom: 70px;
  }
  
  .team-logo {
      height: 77px;
      width: 77px;
      margin: 7px;
      background: white;
      border-radius: 50%;
      padding: 7px;
      box-sizing: border-box;
  /*     box-shadow: inset 22px 2px 15px 2px #91855a, inset 13px -8px 22px 2px #44391c, inset 2px -2px 4px 2px #1a1710; */
    background-image: url('https://assets.codepen.io/500458/bg-gradient-gold_2.png');
    background-size:contain;
    background-position: center right;
  /*   filter: drop-shadow(2px 4px 4px black); */
        border: 2px solid white;
        -khtml-user-select: none;
      -o-user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none;
  }
  
  .draggable {
    filter: alpha(opacity=60);
    opacity: 0.6;
  }
  
  .dropped {
    position: static !important;
  }
  
  .dz-wrapper {
   display:flex; 
   width:100%;
   min-height:170px;
   flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    max-width:1200px;
    margin:0 auto;
   overflow-x: hidden;
   overflow-y: hidden;
    position:relative;
  }
  
  .single-week-wrapper {
  text-align: center;
      font-weight: normal;
      text-transform: uppercase;
      font-family: Arial, sans-serif;
      font-size: 18px;
      line-height: 24px;
    font-weight:700;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 7px;
  
  }
  
  
  .single-week-wrapper > div {
      padding: 5px;
      height: 90px;
      width: 90px;
      min-width: 90px;
      margin: 10px;
      box-sizing: border-box;
      border-radius: 50%;
     border: 5px dashed white;
      display: flex;
      justify-content: center;
      align-items: center;
      /* background: rgba(0, 0, 0, 0.47843137254901963); */
  /*     background-image: url(https://assets.codepen.io/500458/drop-bg.png);
      background-size: contain;
      background-repeat: no-repeat; */
    background-position: center center;
  }
  
  
  
  #dvSource {
      margin: 15px;
      border: 5px dashed #fff;
      min-height: 80px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: relative;
      max-width: 900px;
      margin: 15px auto;
      box-sizing: border-box;
  }
  
  div#dvSource:before {
      content: '';
      position: absolute;
      top: -67px;
      left: 0;
      background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/500458/scroll-arrow.png);
      width: 38px;
      height: 30px;
      background-repeat: no-repeat;
      transform: rotate(180deg);
  }
  
  div#dvSource:after {
      content: '';
      position: absolute;
      top: -67px;
      right: 0;
      background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/500458/scroll-arrow.png);
      width: 38px;
      height: 30px;
      background-repeat: no-repeat;
  }
  
  
  .review-btn-wrapper {
    position:fixed;
    bottom:0px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:50px;
    background:#9e8a59;
    padding:10px 0px;
  }
  
  .review-btn-wrapper > button {
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: 20px;
      font-size: 21px;
      width: 380px;
      height: 50px;
      margin: 0px;
      padding: 0px;
      cursor: pointer;
      transform: scale(1.2);
      transition-duration: 300ms;
      position: relative;
  }
  
  .review-btn-wrapper > button[disabled] {
      cursor: not-allowed;
      transform: scale(1);
     transition-duration:300ms;
    border:none;
    background-color:#a89c85;
  }
  
  @keyframes spin {
    0% {transform: scale(1);}
    4% {transform: scale(1.3);}
    7% {transform: scale(.9);}
  }
  
  
  
  .review-btn-wrapper {
    color: #FFDD1B;
    font-family: Pacifico;
  
  }
  
  .review-btn-wrapper.all-chosen {
      -webkit-animation: neon3 1.2s ease-in-out infinite alternate;
    -moz-animation: neon3 1.2s ease-in-out infinite alternate;
    animation: neon3 1.2s ease-in-out infinite alternate;
      background: #4c4833;
      background: -moz-radial-gradient(center, ellipse cover, #4c4833 0%, #776a50 39%, #d3bc8d 62%, #d3bc8d 100%);
      background: -webkit-radial-gradient(center, ellipse cover, #4c4833 0%,#776a50 39%,#d3bc8d 62%,#d3bc8d 100%);
    background: radial-gradient(ellipse at center, #beac4c 0%,#e2d692 34%,#d3bc8d 72%,#d3bc8d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4833', endColorstr='#d3bc8d',GradientType=1 );
    background: radial-gradient(ellipse at center, #ad986a 0%,#746c3b 34%,#1e1a10 72%,#000000 100%);
  
        }
  
  .review-btn-wrapper.all-chosen > button {
      position: relative;
      top: -20px;
      border: none;
      border-radius: 10px;
      transform: scale(1.2);
      background: #c97800;
      color: #fff2d2;
      border: 4px solid #9e8a59;
      filter: drop-shadow(2px 4px 0px black);
      animation: pulse 1s infinite;
  }
  
  
  
  @-webkit-keyframes neon3 {
    from {
      box-shadow: 0 0 30px 7px #9e8a59;
    }
    to {
      box-shadow: 0 0 50px 14px #9e8a59;
    }
  }
  
  
  .prizing-wrapper {
      border: 2px solid white;
      border-radius: 7px;
      min-height: 180px;
      margin-top: 20px;
      color: white;
  }
  .prizing-headline {
    text-align: center;
      text-transform: uppercase;
      font-weight: 800;
      margin: 10px 0px;
      text-decoration: underline;
      text-decoration-color: #a99968
  }
  .prizing-icon-wrapper {
      display: flex;
      justify-content: center;
      align-items: flex-start;
  }
  .prizing-icon-wrapper > div {
      width: 33%;
      max-width: 200px;
      display: flex;
      flex-direction: column;
      text-align: center;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 12px;
      justify-content: center;
      align-items: center;
      padding: 10px;
  }
  
  .prizing-icon-wrapper img {
      max-width: 145px;
      height: auto;
      border-radius: 50%;
      border: 4px solid white;
      margin: 5px;
    margin-bottom:15px;
  }
  
  
  
  .review-wrapper {
    max-width:95%;
    display:none;
    justify-content: center;
    align-items:flex-start;
    margin:0 auto;
  padding-bottom: 130px;
  }
  
  .go-back-button > button {
      position: fixed;
      top: 0;
      left: 0;
      background: #9e8a59;
      color: #000;
      width: 144px;
      padding-right: 16px;
      box-sizing: border-box;
      height: 37px;
      z-index: 2;
      font-family: Arial, sans-serif;
      font-size: 18px;
      line-height: 18px;
      border: none;
      border-bottom-right-radius: 21px;
      cursor: pointer;
      font-weight: 900;
      text-transform: uppercase;
    border: 4px solid white;
      border-left: 0px;
      border-top: 0px;
  }
  
  
  i {
       border: solid #d3bc8d;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 5px;
      margin-bottom: 3px;
      margin-right: 9px;
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .home-away-wrapper {
      display: flex;
      width: 100%;
      justify-content: space-around;
      align-items: flex-start;
      font-weight: 800;
      text-transform: uppercase;
      font-family: 'Rodfat', sans-serif;
      font-size: 14px;
      max-width: 1432px;
      margin: 0 auto;
  }
  
  .home-away-wrapper > div {
      width: 45%;
      text-align: center;
  }
  
  .home-away-wrapper ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      background: #fff;
      padding: 10px 5px;
    margin-top: 0px;
  }
  
  .home-away-wrapper li {
      list-style: none;
      margin-right: 10px;
  }
  
  .home-away-headline {
      font-size: 24px;
      background: #a99767;
  }
  
  
  .instructions {
      text-transform: uppercase;
      font-weight: 800;
      font-family: 'Rodfat', sans-serif;
      font-size: 34px;
      line-height: 34px;
      margin:15px auto;
      color: white;
      text-shadow: 1px 2px 6px black;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      
  }
  
  .instructions p {
      padding: 0px 20px;
      margin: 0px;
      margin: 15px 0px;
      color: #edc455;
  }
  
  div#dvSource:after, div#dvSource:before {
  display:none;
  }
  
  .weekHovered {
    animation: glow 600ms ease-out infinite alternate;
    animation-fill-mode: forwards;
    background: #222922;
    background: linear-gradient(#333933, #222922);
    border-color: #393;
    box-shadow: 0 0 25px rgb(158 138 89), inset 0 0 35px rgb(158 138 89), 0 20px 0 #000;
    color: #efe;
    outline: none;
    transition-duration:300ms;
    
  }
  
  @keyframes glow2 {
  0% {
      border-color: #e3c67e;
      box-shadow: 0 0 5px rgb(149 149 78 / 20%), inset 0 0 5px rgb(190 180 101 / 10%), 0 2px 0 #000;
  }
  100% {
      border-color: #9e8a59;
      box-shadow: 0 0 80px rgb(158 138 89), inset 0 0 10px rgb(70 63 48 / 97%), 0 0px 30px 7px #000;
      background: rgba(255, 234, 182, 0.654);
  }
  }
  
  @keyframes glow {
  0% {
      border-color: #e3c67e;
      box-shadow: 0 0 5px rgb(149 149 78 / 20%), inset 0 0 5px rgb(190 180 101 / 10%), 0 2px 0 #000;
  }
  100% {
      border-color: #9e8a59;
      box-shadow: 0 0 40px rgb(158 138 89), inset 0 0 10px rgb(70 63 48 / 97%), 0 0px 30px 7px #000;
  }
  }
  
  
  p.main-p > strong.active {
    animation: scaleInOut 3s; 
    -webkit-animation: scaleInOut 3s;
  }
  
  @keyframes scaleInOut { 
    0%   { transform: scale(1, 1); } 
    25%   { transform: scale(1.2, 1.2); }
    50%   { transform: scale(1, 1); }
    75%  { transform: scale(1.2, 1.2); } 
    100%   { transform: scale(1, 1); }
  }
   
  @-webkit-keyframes scaleInOut {
    0%   { -webkit-transform: scale(1, 1); } 
    25%  { -webkit-transform: scale(1.2, 1.2); }
    50%  { -webkit-transform: scale(1, 1); }
    75% { -webkit-transform: scale(1.2, 1.2); } 
    100%  { -webkit-transform: scale(1, 1); }
  } 
  
  
  .inner-shiny {
      text-decoration: none;
    -webkit-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
    -moz-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
    -ms-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
    -o-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
    transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
      transition: all 0.5s;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      font-size: 75px;
      font-weight: 700;
      font-family: "Rodfat";
      line-height: 0.8;
      color: #ffeec6;
      text-shadow: 0 -1px 15px rgb(255 197 0), 0 1px 0 #fdebb0, 0 3px 0 #443608, 0 5px 0 #a58e42, 0 7px 0 #8e6f03, 0 9px 0 #5d4a1f, 0 6px 50px rgb(0 0 0 / 80%);
  }
  
  .inner-shiny:hover {
    -webkit-transform: perspective(8em) rotateX(11deg) scale(1.2);
    -moz-transform: perspective(8em) rotateX(11deg) scale(1.2);
    -ms-transform: perspective(8em) rotateX(11deg) scale(1.2);
    -o-transform: perspective(8em) rotateX(11deg) scale(1.2);
    transform: perspective(8em) rotateX(11deg) scale(1.2);
    text-shadow: 0 -1px 15px #0000009e, 0 1px 0 #fdebb0, 0 2px 0 #443608, 0 0px 0 #a58e42, 0 1px 0 #ffc600, 0 2px 0 #ffc500, 0 2px 30px rgb(255 209 0 / 60%);
      color: #ffe37e;
  }
  
  
  .success-message-wrapper {
      display:none;
      text-transform: uppercase;
      font-family: 'Rodfat', sans-serif;
      line-height: 34px;
      text-align: center;
      color: white;
      margin-top:40px;
      padding: 0px 10px;
      overflow: hidden;
    
  }
  
  .success-message-wrapper > h2 {
      font-size: 100px;
      margin: 0px;
      line-height: 80px;
      font-weight: 700;
      filter: drop-shadow(0px 26px 22px black);
  }
  
  .success-message-wrapper > p {
      font-size: 20px;
      font-weight: 400;
      margin: 0px;
      line-height: 25px;
      position: relative;
      z-index: 2;
  }
  
  .success-message-wrapper > span {
      background: #9e8a59;
      color: white;
      padding: 10px 15px;
      padding-bottom: 6px;
      display: block;
      font-size: 20px;
      line-height: 24px;
      max-width: 740px;
      margin: 0 auto;
      margin-top: 14px;
      position: relative;
      z-index: 3;
      box-shadow: 0px 18px 20px -10px #00000073;
  }
  
  a.return-btn {
      position: relative;
      z-index: 2;
      color: white;
      margin-top: 10px;
      display: inline-block;
  }
  
  .social-share {
      width: 100%;
      color: #fff;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 48px;
      line-height: 58px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
      top: 10px;
  }
  
  .social-icons-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      align-items: center;
      border: 5px dashed white;
      padding: 20px;
  }
  
  .social-share a {
      color: #002242;
      background: white;
      border-radius: 10px;
      margin: 5px;
      padding: 5px 0px;
  }
  
  .social-share > h3 {
      color: #eaef65;
      margin: 0px;
      position: relative;
      z-index: 3;
      text-shadow: 2px 1px 3px #575711;
      width: 100%;
      position: relative;
      top: 60px;
  }
  .social-share h2 {
      margin: 0px;
      margin-bottom: 15px;
      font-weight: 900;
      font-size: 26px;
      line-height: 31px;
      margin: 0px;
  }
  
  .social-share > a {
      font-size: 70px;
  }
  
  a#fb-share {
      color: #002242;
  }
  
  a#tw-share {
      color: #00bdff;
  }
  
  a#email-share {
      color: grey;
  }
  
  a#cb-share {
    color: #474747;
    cursor:pointer;
  }
  
  
  span.fa-layers-text.fa-inverse {
      left: 36px;
      top: 19px;
      color: #e6e6e6;
      line-height: 47px;
  }
  
  
  .top-ad img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 728px;
      margin: 0 auto;
      margin-bottom: 20px;
      padding: 20px;
      box-sizing: border-box;
  }
  
  a.bottom-ad {
      max-width: 1100px;
      margin: 0 auto;
      display: block;
  }
  
  
  .bottom-ad img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 1100px;
      margin: 0 auto;
      margin-bottom: 40px;
      padding: 20px;
      box-sizing: border-box;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media(max-width:1366px) {
  
  #dvSource {
      max-width: 800px;
  }
    
    .logo-left > img {
      max-width: 290px;
  }
    
        .single-week-wrapper > div {
      height: 70px;
      min-width: 70px;
      max-width: 70px;
  }
    
    .team-logo {
      height: 60px;
      min-width: 60px;
      max-width: 60px;
      margin: 7px;
  }
  
  }
  
  
  @media(max-width:1280px) {
  .logo-wrapper {
      flex-direction:column;
      text-align:center;
  }
    .logo-left {
      max-width:510px;
      margin:0 auto;
    }
      .logo-right {
      max-width:150px;
      margin:0 auto;
    }
      .logo-left > img, .logo-right > img {
      width:100%;
    }
  
  }
  
  
  @media (max-width:1175px) {
    .single-week-wrapper {
      margin: 6px;
  }
  
    
  
    .logo-left > img {
      max-width: 280px;
  }
  }
  
  
  @media (max-width:1023px) {
    .single-week-wrapper > div {
      height: 70px;
      min-width: 70px;
      max-width: 70px;
      margin: 2px;
  }
    .team-logo {
      height: 60px;
      min-width: 60px;
      max-width: 60px;
  }
    .single-week-wrapper {
      font-size: 15px;
      margin: 3px;
  }
  }
  
  
  @media (max-width:767px) {
    
    
    #dvSource {
      margin: 15px;
      box-sizing: border-box;
  }
    
  span.fa-layers-text.fa-inverse {
      left: 37px;
      top: 21px;
  }
  
    img.main-img {
      max-height: 260px;
  }
    
    h1.main-headline {
      font-size: 27px;
      line-height: 36px;
  }
    p.main-p {
      font-size: 15px;
      line-height: 20px;
      padding: 8px;
      padding-top: 11px;
      margin-top: -20px;
  }
    p.main-p > strong {
      font-size: 60px;
      line-height: 64px;
  }
    h1.main-headline {
      font-size: 24px;
      line-height: 24px;
  }
  h1.main-headline > small {
      font-size: 17px;
      line-height: 39px;
      /* padding: 4px; */
      /* padding-top: 8px; */
      max-width: 334px;
  }
    .dz-wrapper {
   width:100%;
    min-height: 160px;
   flex-wrap: nowrap;
    justify-content:flex-start;
    align-items:center;
    max-width:100%;
    margin:0;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 8px;
    align-items: flex-start;
  }
    
    .scroll-area--left {
    display:block;
      top:392px;
  }
  
  .scroll-area--right {
    display:block;
    text-align:right;
    top:392px;
  }
    
    div#dvSource:after, div#dvSource:before {
  display:block;
  }
  
    
    .success-message-wrapper > h2 {
      font-size: 40px;
      line-height: 40px;
  }
  .success-message-wrapper > span {
      font-size: 12px;
      line-height: 16px;
      margin: 14px auto;
      margin-bottom: 19px;
  }
  .social-share > h3 {
      font-size: 38px;
      line-height: 36px;
      position: relative;
      top: 44px;
  }
  }
  
  
  
  
  
  
  @media (max-width:600px) {
    .prizing-icon-wrapper img {
      max-width: 71px;
      border-radius: 50%;
      border: 2px solid white;
      margin-bottom: 10px;
    }
  }
  
  
  
  
  
  @media (max-width:420px) {
    
    .social-share h2 {
      font-size: 19px;
      line-height: 24px;
  }
    
    
    .home-away-wrapper ul {
      flex-direction: column;
  }
    
    .home-away-headline {
      font-size: 15px;
      line-height: 20px;
  }
  /* span.fa-layers-text.fa-inverse {
      left: 45px;
      top: 24px;
  } */
    .privacy-links {
     font-size:12px;
  }
    
    .instructions p {
      padding: 0px 20px;
      margin-top: 5px;
      font-size: 20px;
      line-height: 20px;
  }
  
   
      .scroll-area--left {
    display:block;
      top:365px;
  }
  
  .scroll-area--right {
    display:block;
    text-align:right;
    top:365px;
  }
    
    div#dvSource {
      margin: 5px;
      border: 3px dashed #fff;
      min-height:80px;
  }
    
    div#dvSource:before, div#dvSource:after {
      top: -54px;
  }
    
    .logo-left > img {
      max-width: 200px;
      margin-top: 16px;
  }
    
    .single-week-wrapper {
    font-size: 14px;
  }
    
  .single-week-wrapper > div {
      padding: 5px;
      height: 60px;
      min-width: 60px;
    max-width: 60px;
      margin-right: 0px;
      border-radius: 50%;
  }
    .team-logo {
      height: 60px;
      min-width: 60px;
      max-width: 60px;
    }
      .home-away-wrapper > div {
      width: 49%;
      text-align: center;
  }
      .home-away-wrapper li {
      list-style: none;
      margin-right: 0px;
      font-size: 12px;
  }
    
    .social-share {
      top: 0px;
  }
    
    .social-icons-wrapper {
      top: -20px;
  }
    
  /*   .social-icons-wrapper {
      padding: 20px;
      width: 200px;
      height: 200px;
      font-size: 60px;
    } */
      .review-btn-wrapper > button {
      font-size: 16px;
      width: 100%;
        max-width: 230px;
    }
  }
  
  
  
  
  @media (max-width:375px) {
      .single-week-wrapper > div {
      height: 50px;
      min-width: 50px;
      max-width:50px;  
    }
    .team-logo {
      height: 50px;
      min-width:50px;    
      max-width:50px;  
      margin: 0px;
    }
    .dz-wrapper{
      min-height:160px;
    }
    div#dvSource:before, div#dvSource:after {
      top: -53px;
  }
    
    h1.main-headline {
      font-size: 18px;
      line-height: 24px;
  }
  h1.main-headline > small {
      font-size: 12px;
      line-height: 39px;
      max-width: 90%;
    margin:10px auto;
  } 
  
  }
  
  @media (max-width:374px) {
    .single-week-wrapper > div {
      height: 60px;
      min-width: 60px;
      max-width:60px;  
    }
    .team-logo {
      height: 50px;
      min-width: 50px;
      max-width:50px;  
    }
    .home-away-wrapper > div {
      width: 49%;
      text-align: center;
  }
    .home-away-wrapper li {
      margin-right: 0px;
      font-size: 11px;
      margin-bottom: 5px;
  }
  .review-btn-wrapper > button {
      font-size: 16px;
      max-width: 220px;
  }
  
  
  
  .success-message-wrapper > h1 {
      font-size: 50px;
      line-height: 60px;
  }
  
  .success-message-wrapper > p {
      font-size: 16px;
      line-height: 19px;
      text-shadow: 0 0 3px black;
  }
  
  .social-share > h3 {
      font-size: 31px;
      line-height: 33px;
      position: relative;
      top: 25px;
  }
    .social-share {
      font-size: 70px;
      line-height: 70px;
    }
    span.fa-layers-text.fa-inverse {
        left: 52px;
        top: 27px;
    }
    
    
  
    .prizing-icon-wrapper {
      flex-direction: column;
      align-items: center;
    }
    .prizing-icon-wrapper > div {
      width: 100%;
    }
    
    
    
  }
  
  
  
  
  
  @media (max-width:320px) {
    
  }
  
  
  
  
  
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
    .social-share:after {
     display:none;
    }
    span.fa-layers-text.fa-inverse {
      display: none;
    }
    .social-icons-wrapper:after {
      display: none;
    }
  }
  
  @supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS */ 
    .social-share:after {
     display:none;
    }
    span.fa-layers-text.fa-inverse {
      display: none;
    }
    .social-icons-wrapper:after {
      display: none;
    }
  }
  
  
  @supports (-ms-ime-align:auto) {
  /* IE Edge 16+ CSS */ 
    .social-share:after {
     display:none;
    }
    span.fa-layers-text.fa-inverse {
      display: none;
    }
    .social-icons-wrapper:after {
      display: none;
    }
  }
  
  
  
  /* MARKETO FORM STYLES */
  
  
  form#mktoForm_4821 > .mktoFormRow:first-of-type fieldset.mktoFormCol {
    display:none;
  }
  
  form#mktoForm_4821 {
    color:white;
    width:100%!important;
  }
  
  form#mktoForm_4821 fieldset.mktoFormCol {
      border: 2px solid white;
      border-radius: 7px;
      padding: 0px 17px 0px 10px;
  }
  
  .mktoAsterix {
      float: left;
  }
  
  form#mktoForm_4821 label {
    font-weight:800;
    text-transform:uppercase;
  }
  form#mktoForm_4821 .mktoFieldWrap {
    margin-top:10px;
  }
  form#mktoForm_4821 input {
      width: 100%!important;
      min-height: 30px;
      font-size: 17px;
      font-weight: 600;
  }
  
  .mktoCheckboxList > input {
      float: left;
      display: inline;
      max-width: 25px;
      margin-bottom: 20px;
      margin-right: 10px;
  }
  .mktoCheckboxList > label {
  }
  
  .mktoCheckboxList {
      width: 100% !important;
  }
  #LblsaintsSponsorOptInSeatGeek .mktoAsterix {
   display:none; 
  }
  .mktoError {
      background: red;
      padding: 3px;
      font-size: 12px;
  }
  .mktoButtonRow {
      position: fixed;
      bottom: 0;
      width: 100%;
      margin: 0 auto;
      left: 0;
      right: 0;
      filter: drop-shadow(0px 0px 36px #fff);
  }
  button.mktoButton {
      width: 360px;
      height: 60px;
      max-height: 60px !important;
      margin: auto;
      display: block;
      cursor: pointer;
      font-family: Arial, sans-serif;
      font-size: 27px;
      font-weight: 900;
      border-radius: 5px;
      margin: 15px auto;
      color: #1673e7;
      transition-duration: 250ms;
      position: relative;
      top: -20px;
      border: none;
      border-radius: 10px;
      transform: scale(1.2);
      background: #c97800;
      color: #fff2d2;
      border: 4px solid #9e8a59;
      filter: drop-shadow(2px 4px 0px black);
  }
  
  @media (max-width:450px) {
      button.mktoButton {
      width: 75%;
      font-size: 16px;
    }
  }
  
  
  /* SHARE GRAPHIC STYLES */
  
  button#download-btn {
      display: block;
      margin: 0 auto;
      font-size: 20px;
      background: none;
      font-weight: 900;
      max-width: 420px;
      width: 100%;
      cursor: pointer;
      border-radius: 100px;
      border: 3px solid yellow;
      color: yellow;
  }
  
  .share-graphic, .share-graphic2 {
    max-width:375px;
    height:375px;
    background-image: url("https://assets.codepen.io/500458/guess-bg.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    padding:11px;
    margin: 15px auto;
    border: 2px solid white;
    border-radius: 7px;
  }
  .share-graphic-header > img, .share-graphic-footer > img {
    max-width:100%;
    display:block;
  }
  .share-graphic-footer > img {
      padding-right: 3px;
      box-sizing: border-box;
  }
  .share-graphic-header {
    margin-bottom:6px;
  }
  .share-graphic-footer {
    margin-top:14px;
  }
  .share-graphic-weeks {
    display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  }
  
  .single-week {
      background-color: #000000d4;
      color: #fff;
      height: 100%;
      min-height: 73px;
      width: 100%;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 10px;
      line-height: 11px;
      font-family: "Archivo Black", Arial, sans-serif;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
    padding-top:4px;
  }
  
  
  
  .single-week > img {
      width: 100%;
      margin-top: 5px;
      padding: 3px;
      box-sizing: border-box;
  }
  
  
  
  
  @media (min-width:960px) {
    .share-graphic2 {
      margin:0px;
    }
    
   .form-and-picks-wrapper {
      display: flex;
      justify-content: center;
      align-items: flex-start;
     gap: 20px;
     margin-top: 50px;
    } 
    form#mktoForm_4821 {
      max-width:640px;
    }
  }
  
  
  
  
  /* ## BUTTON ANIMATION   */
  
  :root {
    /*========== Colors ==========*/
    /*Color mode HSL(hue, saturation, lightness)*/
    --body-color: #393937;
    --accent-color: #fff;
    --white-color: #fff;
    --box-shadow: 0 0 5px #9e8a59, 0 0 25px #9e8a59, 0 0 50px #9e8a59,
      0 0 100px #9e8a59;
  }
  
  .button-animation {
      position: relative;
      display: inline-block;
      padding: 7px 12px;
      color: #000;
      text-transform: uppercase;
      overflow: hidden;
      letter-spacing: 2px;
      transition: 0.5s;
      max-width: 378px;
      text-align: center;
      text-wrap: balance;
      background-color: #e7b602;
      font-weight: 800;
      font-size: 12px;
      line-height: 17px;
      text-decoration: none;
      margin-top: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px auto;
  }
  .button-animation span {
    position: absolute;
    display: block;
  }
  .button-animation i {
      font-size: 40px;
      font-style: normal;
      position: relative;
      top: -7px;
      border: none;
      margin: 0px;
      padding: 0px;
      right: -4px;
      animation-name: keyframes1;
      animation-iteration-count: infinite;
      transform-origin: 50% 10%;
      -webkit-transition: all .2s ease-in-out;
      position: relative;
      animation-duration: .25s;
  }
  .button-animation span:nth-child(2) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent-color));
    animation: btn-anim1 2s linear infinite;
  }
  @keyframes btn-anim1 {
    0% {
      left: -100%;
    }
    50%, 100% {
      left: 100%;
    }
  }
  .button-animation span:nth-child(3) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, var(--accent-color));
    animation: btn-anim2 2s linear infinite;
    animation-delay: 0.5s;
  }
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%, 100% {
      top: 100%;
    }
  }
  .button-animation span:nth-child(4) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, var(--accent-color));
    animation: btn-anim3 2s linear infinite;
    animation-delay: 1s;
  }
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%, 100% {
      right: 100%;
    }
  }
  .button-animation span:nth-child(5) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, var(--accent-color));
    animation: btn-anim4 2s linear infinite;
    animation-delay: 1.5s;
  }
  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%, 100% {
      bottom: 100%;
    }
  }
  .button-animation:hover {
    background-color: var(--accent-color);
    color: #a99a69;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
  }
  
  
  
  
  @keyframes keyframes1 {
              0% {
                  transform: rotate(-1deg);
                  animation-timing-function: ease-in;
              }
              50% {
                  transform: rotate(1.5deg);
                  animation-timing-function: ease-out;
              }
          }
  
  
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  