.success-question-logo {
  max-width: 450px;
  padding:20px;
}
.reveal .slides {
  font-family: 'Work Sans', sans-serif !important;
}
.start-blue-bg {
  background-color: #0fabe7;
  padding: 70px 20px !important;
  display: inline-block;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.start-logo img {
  border: 0px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  width: 100%;
  max-width: 400px;
}
.start-title {
  text-transform: uppercase;
  font-family: "TrueNorth-Regular" !important;
  font-size: 55px !important;
  letter-spacing: -3px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.84);
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}
.start-btn {
  border: 3px solid #fff;
  text-transform: uppercase;
  font-family: "TrueNorth-Bold";
  font-size: 45px !important;
  padding: 0 55px 10px 55px !important;
  color: #fff !important;
  background-color: transparent;
}
.question-logo img {
  border: 0px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  max-width: 300px;
}
.question-text {
  font-size: 30px !important;
  margin: 40px 0px 20px 0px !important;
}
.answers-list {
  list-style: none !important;
  padding-left:0 !important;
  -webkit-padding-start: 0 !important;
  margin-left: 0 !important;
  min-height: 278px;
}
.answers-list li {
  font-size: 22px !important;
  width: 100%;
  height: 56px !important;
  background-color: transparent;
  padding: 15px !important;
  display: inline-block;
  text-align: center;
  transition: .5s ease all;
  cursor: pointer !important;
  line-height: 22px;
}
.buttermilk .answers-list li.selected, .buttermilk .answers-list li:hover {
  background-color: #c5251d;
}
.chocolatechip .answers-list li.selected, .chocolatechip .answers-list li:hover {
  background-color: #4a3676;
}
.maple .answers-list li.selected, .maple .answers-list li:hover {
  background-color: #db4f1a;
}
.blueberry .answers-list li.selected, .blueberry .answers-list li:hover {
  background-color: #048ec1;
}
.banana .answers-list li.selected, .banana .answers-list li:hover {
  background-color: #de9a11;
}
.answers-list li.selected {
  background-image: url('../img/reveal/checkmark.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 25px !important;
  line-height: 22px;
}
.answers-list li.deselected {
  background-color: transparent;
  font-size: 16px !important;
  opacity: 0.5;
  line-height: 22px;
}
.next-btn {
  border: 3px solid #fff;
  text-transform: uppercase;
  font-family: "TrueNorth-Bold";
  font-size: 25px !important;
  padding: 5px 80px 10px 80px !important;
  color: #fff !important;
  background-color: transparent;
  margin-top: 10px !important;
}
.disabled-next-btn {
  opacity: 0.5;
}
.success-overlay {
  position: fixed;
  top: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 1030;
  overflow-x: scroll;
}
.success-overlay .success-left {
  position: absolute;
  width: 50%;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.success-overlay .success-right {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 0px;
  bottom: 0px;
}
.success-top-logo {
  text-align: center;
}
.success-top-logo img {
  width: 100%;
}
.success-right-desc-box {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.success-right-img {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.success-right-desc {
  background-color: #fff;
  text-align: center;
  padding: 25px;
  font-family: 'Work Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}
.floating-hashtag {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: "TrueNorth-Bold";
  color: #ee3124;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
.share-box {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.share-box img {
  max-width: 50px;
}
.share-text {
  font-family: "TrueNorth-Bold";
  font-size: 25px !important;
  color: #fff !important;
  vertical-align: middle;
}
.coupon-btn button {
  border: 3px solid #fff;
  text-transform: uppercase;
  font-family: "TrueNorth-Bold";
  font-size: 25px !important;
  padding: 10px 30px !important;
  color: #fff !important;
  background-color: transparent;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
.success-title {
  text-transform: uppercase;
  font-family: "TrueNorth-Bold";
  font-size: 29px !important;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.success-text {
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px !important;
  color: #000;
  margin-top: 10px;
  margin-bottom: 30px;
}
#successModal, #successModal2 {
  font-family: 'Work Sans', sans-serif;
}
#successModal .modal-header, #successModal2 .modal-header {
  border-bottom: 0px !important;
}
#successModal .modal-content, #successModal2 .modal-content {
  border-radius: 0px;
}
#successModal a , #successModal2 a{
  color: #fe0000;
}
.modal-footer-ad img {
  margin-top: 10px;
  width: 100%;
  max-width: 450px;
}
.modal-footer-ad2 img {
  margin-top: 10px;
  width: 100%;
  max-width: 550px;
}
.modal-footer-ad3 img {
  margin-top: 10px;
  width: 100%;
  max-width: 250px;
  margin-bottom: 30px;
}
#quizCouponForm {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
#quizCouponForm label {
  font-family: 'Work Sans', sans-serif;
}
.quizCouponSubmitbtn {
  background-color: #fe0000;
  text-transform: uppercase;
  font-family: "TrueNorth-Regular";
  color: #fff;
  padding: 8px 20px 10px 20px;
  font-size: 25px;
  border: 0px;
}
.quizCouponSubmitbtn:hover {
  background-color: #fe0000;
  color: #fff;
}
#loaderOverlayQuiz {
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 1032;
}
#loaderOverlayQuiz i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: rgba(6,167,226,1);
}
.reveal {
  z-index: 2
}
.split-slideshow {
  z-index: 1;
}
.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: '';
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}
.slick-dots {
  display: none !important;
}



/* Media Queries */
@media screen and (max-width:1000px){
  .share-text {
    display: block !important;
  }
}
@media screen and (max-width:768px){
  .start-blue-bg {
    max-width: 80%;
  }
  .start-logo img {
    max-width: 100%;
  }
  .start-btn {
    width: 100%;
    font-size: 2em !important;
    border: 5px solid #fff !important;
  }
  .reveal .slides {
    /*transform: none !important;*/
    /*width: 100% !important*/
  }
  .success-right {
    width: 100% !important;
    left: 0 !important;
  }
  .success-left {
    display: none !important;
  }
  .share-text {
    display: block !important;
  }
  .question-logo img {
      max-width: 50% !important;
      margin-top: -110px !important;
  }
  .question-text {
    font-size: 1.5em !important;
    max-width: 100% !important;
    margin: 40px 15% 20px 15% !important;
  }
  .answers-list li {
    font-size: 1em !important;
    line-height: 1.2em !important;
    height: auto !important;
  }
  .answers-list li.deselected {
    font-size: 1em !important;
  }
  .next-btn {
    font-size: 1.5em !important;
    padding: 5px 80px 16px 80px !important;
  }
  .parent-section {

  }
  .answers-list li.selected {
    background-image: none !important;
  }
  .success-overlay .success-left {
    bottom: 0px !important;
    z-index: 1;
    height: auto !important;
    width: 100% !important;
    display: block !important;
  }
  .slideshow-text {
    font-size: 40px;
  }
  .coupon-btn button {
    font-size: 20px !important;
  }
}
