/* === CUSTOM CSS === */
.pagination, .m_header > *, .m_popup_header, .m_action_share_title, .legal_row label, .m_countdown_time, .error, .notice, .error_explanation, .m_follow_text, .m_no_promo_header, .m_no_promo_content_title, .m_powered_by, .m_url_description, .pagination em.current, .footer_text, select, .form_fields .form_input label, .form_fields .form_select label, .form_fields .form_input_matrix label, .form_fields .form_input input, .form_fields .form_input textarea, .form_fields .form_checkbox a, .m_btn, .alertify-button, .wizard > .actions a, .m_btn_goto, .link_btn, .m_action_count, .m_comment_name, .m_countdown_title, .m_entry_user, .m_entry_points, .m_entry_votes, .m_header_step, .m_no_promo_content p strong, .m_option, .m_participations_text, .m_powered_by strong, .m_score_value, .alertify-log, .m_tabs_nav, .m_url_content, .m_user_name, .m_wysiwyg_dialog_title, .mfp-content, .wizard, .tabcontrol, textarea, input, button, legend {
  font-family: "Raleway", sans-serif;
}

body {
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  font-family: "Raleway", sans-serif;
}

body section, footer {
  font-size: 20px;
  font-family: "Raleway", sans-serif, sans-serif;
  color: #452043;
  line-height: 1.333;
}
@media screen and (min-width: 768px) {
  body section, footer {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .page-landing section {
    height: auto;
  }
}
.page-landing section .body-content {
  padding: 1em;
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .page-landing section .body-content {
    padding: 1em 3em;
    margin-bottom: 60px;
  }
}

.form_layout {
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .form_layout {
    margin-bottom: 80px;
  }
}

.thanks_message p {
  padding: 0 1rem;
}

.ranking-page {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 992px) {
  .ranking-page {
    margin-bottom: 80px !important;
  }
}
.ranking-page .form-header h1 {
  color: #e044d0;
}
.ranking-page ol, .ranking-page ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.ranking-page #individual-participation {
  padding: 0 1rem;
}
.ranking-page #individual-participation .individual-participation {
  background-color: #f3f6ff;
  border: 2px solid #e044d0;
}
@media screen and (min-width: 560px) {
  .ranking-page #individual-participation .container-individual-participation {
    -webkit-box-flex: 0 1 66%;
    -moz-box-flex: 0 1 66%;
    -webkit-flex: 0 1 66%;
    -ms-flex: 0 1 66%;
    flex: 0 1 66%;
  }
}
.ranking-page #total-participations .individual-participation {
  border-bottom: 2px solid #e044d0;
}
@media screen and (min-width: 560px) {
  .ranking-page #total-participations .individual-participation .container-individual-participation {
    -webkit-box-flex: 0 1 70%;
    -moz-box-flex: 0 1 70%;
    -webkit-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
}
.ranking-page .individual-participation {
  padding: 0.5em 1em;
}
@media screen and (min-width: 560px) {
  .ranking-page .individual-participation {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.ranking-page .container-individual-participation {
  position: relative;
  font-size: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .ranking-page .container-individual-participation {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1.2em;
  }
}
.ranking-page .container-individual-participation .user_info > div {
  margin-bottom: 15px;
}
@media screen and (max-width: 560px) {
  .ranking-page .container-individual-participation .user_info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .ranking-page .container-individual-participation .user_info > div:not(.participant-avatar) {
    margin-left: 15px;
  }
}
.ranking-page .container-individual-participation .participant-total-answers {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media screen and (min-width: 560px) {
  .ranking-page .container-individual-participation .participant-total-answers {
    -webkit-box-flex: 0 1 60%;
    -moz-box-flex: 0 1 60%;
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
}
.ranking-page .container-individual-participation .participant-total-answers span {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 0.5em;
}
.ranking-page .container-individual-participation .participant-image {
  max-width: 230px;
  margin: 0 auto;
}
.ranking-page .container-individual-participation .participant-answers-with-image {
  max-width: 230px;
  margin: 0 auto;
}
.ranking-page .container-individual-participation .participant-answers > li:not(:last-child) {
  margin-bottom: 15px;
}
.ranking-page .container-individual-participation .participant-answers > li:not(:last-child) img {
  width: 230px;
}
@media screen and (max-width: 560px) {
  .ranking-page .container-individual-participation .participant-answers > li:not(:last-child) a {
    margin: 0 auto;
  }
}
.ranking-page .container-individual-participation .participant-answers > li:not(:last-child) iframe {
  max-width: 320px;
  max-height: 320px;
}
@media screen and (max-width: 560px) {
  .ranking-page .container-individual-participation .participant-answers > li:not(:last-child) iframe {
    margin: 0 auto;
  }
}
.ranking-page .container-individual-participation .participant-avatar img {
  width: 60px;
  height: auto;
}
@media screen and (min-width: 560px) {
  .ranking-page .container-individual-participation .participant-avatar img {
    width: 80px;
  }
}
.ranking-page .container-individual-participation .participant-video-upload {
  height: 100%;
  width: 100%;
  position: relative;
}
.ranking-page .container-individual-participation .participant-video-upload:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.ranking-page .container-individual-participation .participant-video-upload > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.ranking-page ul li {
  border-bottom: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.ranking-page .video-js {
  margin: 0 auto;
}
.ranking-page .participation-individual-header {
  text-align: center;
  text-transform: uppercase;
}
.ranking-page .vote-btn {
  margin-top: 0;
}
@media screen and (max-width: 560px) {
  .ranking-page .vote-btn {
    margin: 1rem auto 0;
    text-align: center;
  }
}
.ranking-page .vote-btn.ok {
  color: #e044d0;
  text-align: center;
  margin: 0.5rem auto;
  font-weight: 700;
}
.ranking-page .vote-btn.error {
  color: #E91E63;
  text-align: center;
  margin: 0.5rem auto;
  font-weight: 700;
}

/* FOOTER */
footer {
  background-color: #f3f6ff;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  z-index: 999;
}
footer .footer-image {
  text-align: center;
  max-width: 120px;
  height: auto;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  footer .footer-image {
    max-width: 150px;
  }
}
footer .footer-image img {
  width: 100%;
}

/* Pagination */
.paginator {
  margin: 1em 0;
  text-align: center;
}
.paginator .pagination {
  padding: 20px;
}
.paginator .pagination .disabled {
  display: none;
}
.paginator .pagination span,
.paginator .pagination a, .paginator .pagination em {
  padding: 0.4em 0.8em;
  margin: 0 0.2em;
}
.paginator .pagination em {
  font-style: normal;
  background-color: rgba(237, 238, 242, 0.84) !important;
  color: #e044d0 !important;
  border: 1px solid #e044d0;
}
.paginator .pagination a {
  background-color: #e044d0;
  color: rgba(237, 238, 242, 0.84) !important;
  border: 1px solid #e044d0;
}
.paginator .pagination a:hover {
  text-decoration: none;
  background-color: rgba(237, 238, 242, 0.84) !important;
  color: #e044d0 !important;
  border: 1px solid #e044d0;
}

/* Buttons */
.m_btn:not(.m_btn_standard), .link_btn:not(.show_legal):not(#legal_provider_link) {
  font-size: 1rem;
}

.video_wrapper .video_options a.active {
  color: #452043 !important;
}

.buttons-options {
  text-align: center;
  padding: 1rem;
}
.buttons-options .m_btn {
  margin-bottom: 1rem;
}