/* === CUSTOM CSS === */
/* 
 * Alliance Vending - Coupons
 * custom scsss
 */
@import url("https://fonts.googleapis.com/css?family=Arsenal:400,700");
.home_layout {
  position: relative; }
  .home_layout .section + .full_section + .section {
    padding-bottom: 100px; }

.bottom_footer {
  position: absolute;
  bottom: 0px;
  text-align: center; }
  .bottom_footer p {
    font-size: 16px; }

body {
  background-color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  font-family: "Arsenal", sans-serif !important; }
  body .promo_info h1,
  body .participate_button,
  body .title h1,
  body .title h2,
  body .title h3,
  body .pagination,
  body .m_header > *,
  body .m_popup_header,
  body .m_action_share_title,
  body .legal_row label,
  body .m_countdown_time,
  body .error,
  body .notice,
  body .error_explanation,
  body .m_follow_text,
  body .m_no_promo_header,
  body .m_no_promo_content_title,
  body .m_powered_by,
  body .m_url_description,
  body .pagination em.current,
  body .footer_text,
  body select,
  body .form_fields .form_input label,
  body .form_fields .form_select label,
  body .form_fields .form_input input,
  body .form_fields .form_input textarea,
  body .form_fields .form_checkbox a,
  body .m_btn,
  body .alertify-button,
  body .wizard > .actions a,
  body .m_btn_goto,
  body .link_btn,
  body .m_action_count,
  body .m_comment_name,
  body .m_countdown_title,
  body .m_entry_user,
  body .m_entry_points,
  body .m_entry_votes,
  body .m_header_step,
  body .m_no_promo_content p strong,
  body .m_option,
  body .m_participations_text,
  body .m_powered_by strong,
  body .m_score_value,
  body .alertify-log,
  body .m_tabs_nav,
  body .m_url_content,
  body .m_user_name,
  body .m_wysiwyg_dialog_title,
  body .wizard, body .tabcontrol,
  body .m_header_strong > *, body .m_comment_date,
  body .m_entry .m_figure_content_text .m_text_content,
  body .m_entry .m_figure_content_quotes .m_text_content,
  body .m_entry_date,
  body .m_figure_caption .m_text,
  body .m_user_created_at {
    font-family: "Arsenal", sans-serif !important; }

h1, h2 {
  text-align: center !important; }

h1 {
  color: #000 !important;
  margin: 0.5em 0;
  font-size: 22px !important;
  text-transform: uppercase !important;
  padding: 0 0.5em;
  line-height: 1em; }
  @media screen and (min-width: 768px) {
    h1 {
      padding: 0 2em;
      font-size: 32px !important; } }

h2, h3 {
  color: #825a5d !important; }

h2 {
  font-size: 24px;
  margin-bottom: 20px !important; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 30px;
  color: #000 !important; }

strong {
  font-weight: 700; }

p {
  font-size: 20px;
  width: 100%; }

@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 1077px; } }

/* ****************************** */
/* ****************************** */
/* HOME                           */
/* ****************************** */
/* ****************************** */
.home_layout .legal_row,
.home_layout .actions_row,
.home_layout .details_row,
.home_layout .tac_row,
.home_layout .section:not(:nth-child(2)),
.home_layout .m_header_title {
  display: none !important; }
.home_layout .header_section {
  padding-bottom: 0; }
  .home_layout .header_section .m_banner {
    border-bottom: 0; }
  .home_layout .header_section .participate_row {
    display: none !important; }
.home_layout > div, .home_layout > div .action_row {
  background-color: transparent; }
.home_layout .section {
  padding-left: 0;
  padding-right: 0; }
.home_layout .headline_row .desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .home_layout .headline_row .desktop {
      display: block; } }
.home_layout .headline_row .mobile {
  display: block; }
  @media screen and (min-width: 768px) {
    .home_layout .headline_row .mobile {
      display: none; } }
.home_layout .headline_row img {
  width: 100%; }
.home_layout .landing-text {
  text-align: center;
  max-width: 90%;
  margin: 2em auto 0 auto; }
  @media screen and (min-width: 768px) {
    .home_layout .landing-text {
      max-width: 50%; } }
.home_layout .claim-contender {
  margin: 2em auto;
  text-align: center;
  max-width: 90%; }
  .home_layout .claim-contender img {
    width: auto;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .home_layout .claim-contender {
      margin: 4em 0;
      max-width: 100%; } }

/* ****************************** */
/* ****************************** */
/* BUTTONS                        */
/* ****************************** */
/* ****************************** */
.m_btn:after, .alertify-button:after, .wizard > .actions a:after {
  content: none !important; }

.m_btn,
.actions ul li a {
  text-transform: uppercase;
  text-shadow: none !important;
  background-color: #fff !important;
  color: #000 !important;
  border: 3px solid #000;
  font-weight: 400 !important;
  padding: 10px 3em !important;
  border-radius: 0 !important;
  line-height: 1em; }
  .m_btn span,
  .actions ul li a span {
    line-height: 1em; }
  .m_btn:hover, .m_btn:active, .m_btn:focus,
  .actions ul li a:hover,
  .actions ul li a:active,
  .actions ul li a:focus {
    background-color: #000 !important;
    color: #fff !important;
    border-width: 3px; }
  .m_btn.neg,
  .actions ul li a.neg {
    border: 3px solid #fff;
    background-color: #000 !important;
    color: #fff !important; }
    .m_btn.neg:hover, .m_btn.neg:active, .m_btn.neg:focus,
    .actions ul li a.neg:hover,
    .actions ul li a.neg:active,
    .actions ul li a.neg:focus {
      background-color: #fff !important;
      color: #000 !important; }

.wizard > .content > .body input {
  border-radius: 0; }

.wizard > .content > .body > div:not(.actions_section):not(.form_fields) label:not(.step_error) {
  background-color: transparent;
  color: #000;
  border-radius: 0;
  border: 1px solid #000;
  padding: 0.7em;
  text-align: center;
  font-size: 18px;
  font-weight: 400; }
  @media screen and (min-width: 561px) {
    .wizard > .content > .body > div:not(.actions_section):not(.form_fields) label:not(.step_error) {
      padding: 1em; } }
  .wizard > .content > .body > div:not(.actions_section):not(.form_fields) label:not(.step_error):hover {
    background-color: #000;
    color: #fff; }
  .wizard > .content > .body > div:not(.actions_section):not(.form_fields) label:not(.step_error):after {
    content: none; }
  .wizard > .content > .body > div:not(.actions_section):not(.form_fields) label:not(.step_error).step_error {
    color: red !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    border: 0;
    width: 100%; }

.wizard > .content > .body input:checked ~ label {
  background-color: #000 !important;
  color: #fff !important; }

/* ****************************** */
/* ****************************** */
/* WIZARD                         */
/* ****************************** */
/* ****************************** */
.question_bg {
  background-size: cover; }
  .question_bg .wrapper_row {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.7) !important; }
  .question_bg .m_header_step h1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) !important;
    color: #FFF !important; }

.question_bg label.m_option_label {
  background-color: rgba(0, 0, 0, 0.514) !important;
  color: #fff !important; }

.question_bg label.m_option_label:hover {
  background-color: #000 !important;
  color: #fff !important; }

.wizard > .content > .body.question_bg input:checked ~ label {
  background-color: #000 !important;
  color: #fff !important; }

form#new_participation {
  background-color: transparent; }
  form#new_participation .section {
    background-color: transparent; }

.wizard {
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .wizard > .content > .body {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto; } }
  .wizard .steps {
    display: none; }
    .wizard .steps ul {
      list-style: none !important;
      padding: 0;
      margin: 0 auto;
      display: table;
      position: relative;
      float: none; }
      .wizard .steps ul li a {
        border-radius: 0;
        background-color: transparent; }
        .wizard .steps ul li a:hover {
          border-radius: 0; }
      .wizard .steps ul li.current a {
        background-color: #000;
        color: #fff; }
      .wizard .steps ul li.done a {
        background-color: #825a5d;
        color: #c3c3c3; }
  .wizard [data-step] {
    padding-left: 0;
    margin-bottom: 0; }
    @media screen and (min-width: 561px) {
      .wizard [data-step] {
        margin-bottom: 28px; } }
    .wizard [data-step]::before {
      content: none; }
  .wizard .m_options {
    background-color: transparent;
    border: 0;
    padding-bottom: 0;
    padding-top: 0; }
    @media screen and (min-width: 561px) {
      .wizard .m_options {
        padding-top: 15px; } }
    .wizard .m_options ul {
      margin: 0 auto;
      max-width: 90%;
      padding-bottom: 0; }
      .wizard .m_options ul:after {
        content: none; }
      .wizard .m_options ul li {
        vertical-align: top;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px; }
        @media screen and (min-width: 768px) {
          .wizard .m_options ul li {
            width: calc(50% - 30px);
            margin-right: 10px; }
            .wizard .m_options ul li:nth-child(2n) {
              margin-right: 0; } }
  .wizard .form_input:nth-child(4) {
    position: absolute;
    bottom: -68px;
    width: 100%; }
  .wizard .m_options_list_figure {
    background-image: none; }
    .wizard .m_options_list_figure .m_badge {
      background-image: none;
      background-color: #000; }
      @media screen and (min-width: 561px) {
        .wizard .m_options_list_figure .m_badge {
          display: none; } }
  .wizard .m_options_list_separator {
    display: none; }
  .wizard .m_options_list_item {
    display: inline-block;
    height: auto !important; }
    @media screen and (min-width: 561px) {
      .wizard .m_options_list_item {
        width: 50% !important; } }
  .wizard .m_options_list_figure,
  .wizard .m_options_list_input {
    padding-right: 0;
    clear: right;
    display: block;
    width: auto; }
  .wizard .m_options_list_input {
    padding-left: 0;
    border: 0;
    background-color: transparent;
    margin-top: 10px; }
    .wizard .m_options_list_input .m_option {
      margin-top: 20px; }
    .wizard .m_options_list_input .image_description {
      position: absolute;
      top: -15px;
      margin: 0 auto;
      display: block;
      width: 100%;
      font-size: 0.9em; }
  .wizard .select_content {
    border-radius: 0; }
    .wizard .select_content .select_label {
      border-radius: 0; }
    .wizard .select_content .select_button {
      background-image: none;
      background-color: transparent; }
      .wizard .select_content .select_button::before {
        content: '';
        display: block;
        position: absolute;
        top: 20px;
        left: 5px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid rgba(0, 0, 0, 0.514); }
  .wizard .select_field .select {
    border-radius: 0; }
  .wizard .actions {
    width: 100%;
    margin: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .wizard .actions {
        width: calc(100% - 1em);
        margin: 0 0.5em; } }
  .wizard .actions ul {
    margin: 0;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 768px) {
      .wizard .actions ul {
        margin: 0 auto;
        float: none;
        display: table; } }
    .wizard .actions ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      clear: both;
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
      @media screen and (min-width: 561px) {
        .wizard .actions ul li {
          margin-bottom: 0;
          display: inline-block;
          float: left;
          clear: none;
          margin: 0 10px;
          width: calc(50% - 20px); } }
      .wizard .actions ul li a {
        display: block;
        padding-left: 1em;
        padding-right: 1em;
        text-align: center; }
        .wizard .actions ul li a[href='#previous'] {
          display: none; }
  .wizard > .content > .body > div:not(.form_fields) input:not([type='text']) {
    opacity: 0; }
  .wizard .form_fields {
    position: relative; }
    .wizard .form_fields .form_input span {
      border-radius: 0; }
    .wizard .form_fields .form_checkbox .checkbox {
      background-image: none;
      border: 1px solid #000;
      background-color: #fff;
      border-radius: 0;
      padding: 3px;
      background-clip: content-box;
      width: 11px;
      height: 11px; }
      .wizard .form_fields .form_checkbox .checkbox:hover, .wizard .form_fields .form_checkbox .checkbox:active, .wizard .form_fields .form_checkbox .checkbox:focus {
        cursor: pointer; }
      .wizard .form_fields .form_checkbox .checkbox.checked_checkbox {
        background-color: #000; }
  .wizard ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.514); }
  .wizard ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.514); }
  .wizard :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.514); }
  .wizard :-moz-placeholder {
    /* Firefox 18- */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.514); }

.m_form_actions button {
  border: 3px solid #000 !important; }

.m_figure_options_values::after {
  content: none; }

.m_figure_options_content .m_badge {
  display: none; }

.js_answer_ok, .js_answer_ko {
  line-height: 1em;
  font-size: 1.2em; }

.wizard > .content > .body .js_quizz_question_ok label.m_option_label,
.wizard > .content > .body.question_bg .js_quizz_question_ok label.m_option_label {
  background-color: #7ec16e !important;
  color: white !important; }

.wizard > .content > .body .js_quizz_question_ko label.m_option_label,
.wizard > .content > .body.question_bg .js_quizz_question_ko label.m_option_label {
  background-color: #cc6363 !important;
  color: white !important; }

.timer_display {
  color: #825a5d;
  text-align: center;
  width: 100%; }

label.step_error {
  color: red !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  border: 0;
  width: 100%;
  line-height: 11px; }

.form_input > span {
  position: relative; }

.form_fields .form_input span,
.select {
  background-color: transparent;
  padding: 0;
  border: 0; }

/* ****************************** */
/* ****************************** */
/* SCORES                         */
/* ****************************** */
/* ****************************** */
.part_mine .section .entry_row {
  display: none; }

.m_message::after {
  content: none; }

.coupon,
.full_section,
#new_participation,
.section,
.activity_row,
.m_summary_description::before {
  background-color: transparent !important; }

.m_ribbon_text,
.m_ribbon_text span {
  color: #000;
  width: auto; }

.m_ribbon_text {
  margin-top: 40px; }
  @media screen and (min-width: 561px) {
    .m_ribbon_text {
      margin-top: 0; } }

/* ****************************** */
/* ****************************** */
/* GENERAL STYLES                 */
/* ****************************** */
/* ****************************** */
.section {
  padding-left: 15px;
  padding-right: 15px; }

.m_powered_by {
  font-size: 0.8em;
  line-height: 1em; }

.m_header_step {
  margin-left: 0;
  margin-right: 0; }

.m_figure_content,
.m_comment_header,
.home_layout .action_row,
.footer_section,
.footer_text,
.points_row_content,
.activity_row,
.coupon,
.m_entries_entry_figure {
  background-color: transparent; }

.m_header_step:before,
.m_btn,
.m_btn:hover,
.m_countdown_title,
.m_countdown_progress,
.m_option:after,
.m_option_input:checked + .m_option_label,
.m_option_label:after,
.m_pagination_active,
.m_tab_nav_item_active,
.m_options_page.m_options_page_active:before,
.m_popup_header,
.notice,
.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus,
.wizard > .steps .done a,
.wizard > .actions a,
.gallery_entry_header {
  background-color: #825a5d; }

.form_layout {
  background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/1e51de211d4911e8937fed46a10befee/:original_Alliance-Vending-logo-NEW.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 116px 88px;
  padding-bottom: 88px; }
  @media screen and (min-width: 768px) {
    .form_layout {
      padding-bottom: 44px;
      background-position: right bottom; } }

.form_layout .row {
  padding-left: 0;
  padding-right: 0; }

.form_layout .form_header > div {
  margin-bottom: 1rem; }
.form_layout .form_header img {
  width: 100%; }
.form_layout .actions_section {
  text-align: left;
  padding: 0;
  margin-top: 100px; }
  .form_layout .actions_section .form_checkbox {
    margin-bottom: 15px; }
.form_layout .m_header_guide {
  display: none; }

.footer_powct {
  background-color: transparent !important; }

.footer_section .footer_text {
  background-color: #fff !important; }

.quiz_questions_on_personal_data {
  margin-top: 26px; }
  .quiz_questions_on_personal_data .m_header_step {
    margin: 0 !important;
    font-size: 1em !important;
    text-align: left !important;
    display: none; }
    .quiz_questions_on_personal_data .m_header_step h1 {
      font-size: inherit !important;
      text-transform: capitalize !important;
      text-align: left !important;
      color: #666 !important;
      padding: 0 !important; }
  .quiz_questions_on_personal_data .select_row .form_select {
    margin: 0; }

/* POPUPS */
.m_popup {
  border-radius: 0; }

.m_popup_header {
  border-radius: 0;
  vertical-align: middle;
  height: 20px;
  line-height: 20px; }

.m_popup_content {
  padding: 30px 15px;
  border-radius: 0; }

.m_popup_text {
  height: 65vh; }
  .m_popup_text p {
    margin: 0 0 1em 0;
    padding: 0;
    line-height: 0.9rem;
    font-size: 0.8rem; }
    @media screen and (min-width: 768px) {
      .m_popup_text p {
        font-size: 1rem;
        line-height: 1.1rem; } }

/* ****************************** */
/* ****************************** */
/* WINNER                         */
/* ****************************** */
/* ****************************** */
.entry_layout, .messages_row {
  margin-top: 0 !important; }

.messages_row {
  margin-bottom: 0 !important; }

.entry_layout .share_row {
  display: none; }

.winner .header {
  position: relative;
  background-color: #000;
  height: 543px; }
.winner .contender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .winner .contender {
      margin-top: -60px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .winner .contender > * {
    vertical-align: top; }
  .winner .contender .data,
  .winner .contender .prize-thumb {
    display: block;
    position: relative; }
  .winner .contender .prize-thumb {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%; }
    @media screen and (min-width: 768px) {
      .winner .contender .prize-thumb {
        margin-top: -40px;
        margin-right: 50px;
        margin-left: 0;
        width: 295px;
        height: 295px; } }
  .winner .contender .data {
    margin-top: 0;
    margin-left: 0; }
    @media screen and (min-width: 768px) {
      .winner .contender .data {
        margin-top: 85px;
        margin-left: 50px; } }
    .winner .contender .data .prize-title {
      color: #825a5d;
      font-size: 42px;
      font-weight: bold;
      margin-bottom: 5px;
      text-align: center;
      line-height: 1em; }
      @media screen and (min-width: 768px) {
        .winner .contender .data .prize-title {
          margin-bottom: 25px;
          text-align: left; } }
    .winner .contender .data .prize-description p {
      display: inline-block;
      color: #668aa3;
      font-size: 28px;
      line-height: 26px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .winner .contender .data .prize-description p {
          text-align: left;
          width: calc(100% - 44px); } }
    .winner .contender .data .prize-description::before {
      display: inline-block;
      width: 44px;
      height: 46px;
      background-image: url("https://d2rymieonr1vbk.cloudfront.net/assets/pictures/4c269ed1171d11e8acd249ce32ff3f68/content_before-data-prize.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top left;
      position: relative;
      margin-left: -42px; }
      @media screen and (min-width: 768px) {
        .winner .contender .data .prize-description::before {
          content: ''; } }
.winner .share-btn {
  display: block;
  position: relative;
  z-index: 999;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .winner .share-btn {
      margin-top: -45px; } }
  .winner .share-btn .m_btn {
    font-size: 14px;
    margin: 0 auto;
    float: none; }
    @media screen and (min-width: 768px) {
      .winner .share-btn .m_btn {
        float: right;
        margin-left: 0;
        margin-right: 30px; } }
.winner .content {
  padding: 15px; }
  @media screen and (min-width: 768px) {
    .winner .content {
      padding: 50px 10%; } }
  .winner .content h4 {
    font-size: 18px;
    font-weight: bold; }
  .winner .content ol {
    margin-left: 0;
    list-style-type: none; }
    .winner .content ol li {
      counter-increment: step-counter; }
      .winner .content ol li::before {
        content: counter(step-counter) ". ";
        margin-right: 5px;
        font-weight: bold;
        display: inline-block; }
.winner .footer {
  width: 100%; }
  .winner .footer img {
    width: 100%; }

/* ****************************** */
/* ****************************** */
/* THANKS                         */
/* ****************************** */
/* ****************************** */
.part_mine .share_row {
  display: none; }

.thanks .messages_row {
  margin-bottom: 0 !important; }
.thanks .entry_layout .share_row {
  display: none; }
.thanks .winner .header {
  position: relative;
  background-color: #000;
  height: 543px; }
.thanks .content {
  padding: 15px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .thanks .content {
      padding: 50px 15px; } }
  .thanks .content p {
    margin-bottom: 25px; }
  .thanks .content .logo-contender {
    text-align: center;
    margin-top: 20px; }
    .thanks .content .logo-contender img {
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .thanks .content .logo-contender img {
          margin: 0 0 0 auto; } }
.thanks .footer {
  width: 100%; }
  .thanks .footer img {
    width: 100%; }

@media screen and (max-width: 768px) {
  .home_layout .section + .full_section + .section {
    padding-bottom: 250px; }

  .bottom_footer p {
    font-size: 14px; } }
.m_btn:hover, .wizard > .actions a:hover, .actions ul li a:hover {
  border: 3px solid black !important; }

.home_layout .actions_row {
  display: block; }

.home_layout .actions_row {
  display: block !important; }

.home_layout .section:not(:nth-child(2)) {
  display: block !important; }

.home_layout .m_action.m_action_share {
  border: 0;
  display: none; }

.home_layout .m_action.m_action_link {
  border: 0;
  display: block !important;
  width: auto;
  margin: 0 auto; }
  .home_layout .m_action.m_action_link a {
    font-size: 16px;
    line-height: 18px;
    font-family: "Arsenal", sans-serif !important;
    color: black;
    padding-right: 0; }

.notice {
  display: none; }
