﻿/**
* Theme Name: FERRERO CONTEST
* Theme URI: 
* Author: My Brother Darryl
* Author URI: http://www.mybrotherdarryl.com
* Version: 0.0.1
* License: Attribution-NonCommercial-NoDerivatives 4.0 International
*  
* This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
*/
/*--------------------------------
RESET CLASSES
--------------------------------*/
/*--------------------------------
VARIABLES
--------------------------------*/
/************ CONTAINER DEBUGGER *************/
/* {
    outline: 1px solid red;
}*/
/************** COLORS ******************************/
/**FORM COLORS**/
@import url("https://fonts.googleapis.com/css2?family=Mohave:ital,wght@0,300..700;1,300..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto+Slab:wght@100..900&display=swap");
.black {
  color: #000000;
}

.white {
  color: white;
}

.warning {
  color: #D71920;
}

.grey {
  color: #737373;
}

.bg-black {
  background-color: #000000;
}

.bg-grey {
  background-color: #D7D9DD;
}

.yellow {
  color: #FBED1D;
}

/************** FONTS ******************************/
/*** FERRERO HEADINGS - INTER AND BODY - MONTSERRAT??? */
h1, h2, h3, h4, h5, h6, .heading-font {
  font-family: "Roboto Slab", serif;
}

.primaryfont {
  font-family: "Nunito Sans", sans-serif;
}

.secondaryfont {
  font-family: "Mohave", sans-serif;
}

.fontWeightLt, .fw-light, .fw-200 {
  font-weight: 200;
}

.fontWeightReg, .fw-reg, .fw-400 {
  font-weight: 400;
}

.fontWeightMed, .fw-med, .fw-500 {
  font-weight: 500;
}

.fontWeightSemiBold, .fw-semibold, .fw-600 {
  font-weight: 600;
}

.fontWeightBold, .fw-bold, .fw-700 {
  font-weight: 700;
}

.fontWeightExtraBold, .fw-exbold, .fw-800 {
  font-weight: 800;
}

.fontWeightBlack, .fw-black, fw-900 {
  font-weight: 900;
}

/************** DEVICE BREAKS ******************************/
/************************************/
/*
    Use by calling:
    @include respond-to('small') {...

    Result:
    @media (min-width: 767px) {.....
*/
/************************************/
/************************************/
/*Device Break Mixin setup*/
/*
    Use by calling:
    @include min-width(768) {
        display: flex;
    }
*/
/************************************/
@media (width >= 992px) {
  .retna, .dsktp {
    display: block;
  }
  .regsize, .mble {
    display: none !important;
  }
}
@media (width <= 991.9px) {
  .retna, .dsktp {
    display: none !important;
  }
  .regsize, .mble {
    display: block;
  }
}
@media (width >= 992px) {
  .dsktp992 {
    display: block;
  }
  .mble992 {
    display: none;
  }
}
@media (width <= 992px) {
  .dsktp992 {
    display: none;
  }
  .mble992 {
    display: block;
  }
}
@media (width >= 992px) {
  .dsktp-inline {
    display: inline-block;
  }
  .mble-inline {
    display: none;
  }
}
@media (width <= 992px) {
  .dsktp-inline {
    display: none;
  }
  .mble-inline {
    display: inline-block;
  }
}
.letterspacing0 {
  letter-spacing: unset;
}

.fs-40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 991.9px) {
  .fs-40 {
    font-size: 2rem;
  }
}

.fs-32 {
  font-size: 2rem;
}

.fs-30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 991.9px) {
  .fs-30 {
    font-size: 1.25rem;
  }
}

.fs-27 {
  font-size: 1.6875rem;
}
@media screen and (max-width: 991.9px) {
  .fs-27 {
    font-size: 1.4375rem;
  }
}

.fs-24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 991.9px) {
  .fs-24 {
    font-size: 1.438rem;
  }
}

.fs-20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 991.9px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.french .fs-40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 991.9px) {
  .french .fs-40 {
    font-size: 1.75rem;
  }
}

/**********************************************************
    ******************** SPACING ************************
***********************************************************/
.mt-60 {
  margin-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 991.9px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}
@media screen and (max-width: 991.9px) {
  .pb-50 {
    padding-bottom: 40px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.mt-n2 {
  margin-top: -30px;
}

@media screen and (min-width: 992px) {
  .extrawide {
    max-width: unset;
    width: 130%;
  }
}

@media screen and (min-width: 992px) {
  .extrawideTwo {
    max-width: unset;
    width: 107%;
  }
}

sup {
  top: -0.5rem;
  font-size: 0.75em;
}

.z-1 {
  z-index: 1;
}

/*--------------------------------
PRIMARY LAYOUT STYLES
--------------------------------*/
*, *::after, *::before {
  box-sizing: border-box;
}

body {
  background-color: #5A0E8C;
  position: relative;
}

p {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: white;
}
p a {
  color: #ffffff;
  text-decoration: underline;
}
p a:focus, p a:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid white;
  margin-bottom: -2px;
}
p sup {
  top: -0.3rem;
}

a {
  cursor: pointer;
  text-decoration: underline;
}
a:hover, a:focus {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}
a.no-underline {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover, a.underline:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

#main {
  position: relative;
  z-index: 10;
}

/************************ homepage ************************************/
@media screen and (max-width: 767.9px) {
  .enterbutton {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/************ registration page *************/
/*for the checklist create a responsive column layout*/
.responsive-checklist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 150px; /* You must set a fixed height for wrapping to occur */
  gap: 10px 30px;
}
@media screen and (max-width: 991.9px) {
  .responsive-checklist {
    height: 200px;
  }
}
@media screen and (max-width: 767.9px) {
  .responsive-checklist {
    height: unset;
  }
}

.form-check {
  /* This ensures columns only take up as much space as the longest item */
  width: fit-content;
}

/* Medium screens (Tablets) */
@media (min-width: 768px) {
  .responsive-checklist {
    column-count: 2;
  }
}
/* Large screens (Desktops) */
@media (min-width: 992px) {
  .responsive-checklist {
    column-count: 3;
  }
}
/* Prevents items from breaking in half between columns */
.sgl-checkbox {
  break-inside: avoid;
  margin-bottom: 0.5rem;
}

/*************** end registration page ************/
/************* FAQ page ************/
#main.faq ol li {
  margin-bottom: 5px;
  margin-top: 10px;
}
#main.faq a {
  color: white;
}
#main.faq a:hover, #main.faq a:focus {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid white;
  margin-bottom: -2px;
}

/****************** RULES ******************/
.rulesPagep p, .rulesPagep ul, .rulesPagep li, .rulesPagep a {
  color: white;
  font-size: 1.125rem;
  font-family: "Mohave", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 991.9) {
  .rulesPagep p, .rulesPagep ul, .rulesPagep li, .rulesPagep a {
    font-size: 1rem;
  }
}
.rulesPagep li {
  padding-top: 40px;
}
.rulesPagep ul.tightlist li {
  padding-top: 0px;
}

/*********** PIN MODAL *****************/
.modal-backdrop.show {
  opacity: 0.7;
}

#pinModal .modal-content {
  background-color: transparent;
  border: 0px;
}
#pinModal .modal-content .modal-header {
  border-bottom: 0px;
}
#pinModal .modal-content .modal-header button.btn-close {
  background-color: white;
  opacity: 1;
}
#pinModal .modal-content .modal-header button.btn-close:hover {
  color: #FBED1D !important;
  background: #5A0E8C url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FBED1D'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
#pinModal .modal-content .modal-header button.btn-close:focus {
  color: #FBED1D !important;
  background: #5A0E8C url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FBED1D'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  outline: 2px solid black;
}

/*********** PIN MODAL *****************/
#rulesModal .modal-content {
  background-color: #5A0E8C;
}
#rulesModal .modal-content .modal-header {
  border-bottom: 0px;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.47);
}
@media screen and (max-width: 991.9px) {
  #rulesModal .modal-content .modal-header h2 {
    max-width: 90%;
  }
}
#rulesModal .modal-content .modal-header button.btn-close {
  background-color: white;
  opacity: 1;
}
#rulesModal .modal-content .modal-header button.btn-close:hover {
  color: #FBED1D !important;
  background: #5A0E8C url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FBED1D'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  outline: 2px solid white;
}
#rulesModal .modal-content .modal-header button.btn-close:focus {
  color: #FBED1D !important;
  background: #5A0E8C url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FBED1D'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  outline: 2px solid white;
}
#rulesModal .modal-content .modal-body p, #rulesModal .modal-content .modal-body ul, #rulesModal .modal-content .modal-body li, #rulesModal .modal-content .modal-body a {
  color: white;
  font-size: 1.125rem;
  font-family: "Mohave", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 991.9) {
  #rulesModal .modal-content .modal-body p, #rulesModal .modal-content .modal-body ul, #rulesModal .modal-content .modal-body li, #rulesModal .modal-content .modal-body a {
    font-size: 1rem;
  }
}
#rulesModal .modal-content .modal-body li {
  padding-top: 40px;
}
#rulesModal .modal-content .modal-body ul.tightlist li {
  padding-top: 0px;
}

/***********CONTEST HEADER***********/
#mainHeader {
  background-color: #FBED1D;
  background-image: url(../images/header-confetti.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 991px) {
  #mainHeader {
    overflow: hidden;
  }
}
#mainHeader .header-content {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
  color: white;
  text-align: center;
  /* Add text shadow so it pops against the busy background */
}
#mainHeader .header-content #preheader {
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 767.9px) {
  #mainHeader .header-content #preheader {
    padding-top: 54px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767.9px) {
  #mainHeader .header-content #preheader .row.dsktp {
    display: none !important;
  }
}
#mainHeader .header-content #preheader .desktop-menu ul.main-menu {
  margin-left: 0px;
  list-style: none;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}
#mainHeader .header-content #preheader .desktop-menu ul.main-menu li {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 120%;
}
#mainHeader .header-content #preheader .desktop-menu ul.main-menu li a {
  color: #000000;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
#mainHeader .header-content #preheader .desktop-menu ul.main-menu li a:focus, #mainHeader .header-content #preheader .desktop-menu ul.main-menu li a:hover {
  color: #5A0E8C;
  text-decoration: none;
  border-bottom: 2px solid #5A0E8C;
  margin-bottom: -2px;
}
#mainHeader .header-content #preheader .desktop-menu ul.main-menu li.dsktp a:focus, #mainHeader .header-content #preheader .desktop-menu ul.main-menu li.dsktp a:hover {
  color: #5A0E8C;
  text-decoration: none;
  border-bottom: 0px solid #5A0E8C;
  margin-bottom: 0px;
  opacity: 50%;
}
#mainHeader .header-prizelockup {
  margin-bottom: -5%;
}
@media screen and (max-width: 991.9px) {
  #mainHeader .header-prizelockup {
    max-width: 95%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
#mainHeader .header-winlockup {
  max-width: 587px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 991.9px) {
  #mainHeader .header-winlockup {
    max-width: 95%;
    display: block;
    margin: 0 auto;
  }
}
#mainHeader .header-inlineprod {
  display: inline-block;
  max-width: 65%;
  margin-top: auto;
  margin-right: 10px;
}
@media screen and (max-width: 1199.9px) and (min-width: 992px) {
  #mainHeader .header-inlineprod {
    max-width: 80%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 991.9px) {
  #mainHeader .header-inlineprod {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
#mainHeader .header-takipkg {
  display: inline-block;
  width: 242px;
  max-width: 43%;
  margin-right: -3%;
  margin-bottom: -35px;
}
@media screen and (max-width: 991.9px) {
  #mainHeader .header-takipkg {
    width: 65%;
    max-width: 100%;
    margin-bottom: 0px;
    display: block;
    margin: 0px auto;
  }
}
#mainHeader .rip {
  position: absolute;
  width: 100%;
  -webkit-mask-image: linear-gradient(to bottom, black, black calc(100% - 30px), transparent);
  mask-image: linear-gradient(to bottom, black, black calc(100% - 30px), transparent);
  margin-bottom: 50px;
}
@media screen and (min-width: 3600px) and (max-width: 3999.9px) {
  #mainHeader .rip {
    top: 30%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 4000px auto;
    background-repeat: no-repeat;
    background-position: bottom -3vw center;
    z-index: 0;
  }
}
@media screen and (min-width: 3300px) and (max-width: 3599.9px) {
  #mainHeader .rip {
    top: 40%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 4000px auto;
    background-repeat: no-repeat;
    background-position: bottom -2vw center;
    z-index: 0;
  }
}
@media screen and (min-width: 3000px) and (max-width: 3299.9px) {
  #mainHeader .rip {
    top: 40%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 3500px auto;
    background-repeat: no-repeat;
    background-position: bottom -2vw center;
    z-index: 0;
  }
}
@media screen and (min-width: 2500px) and (max-width: 2999.9px) {
  #mainHeader .rip {
    top: 46%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2499.9px) {
  #mainHeader .rip {
    top: 53%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom 0vw center;
    z-index: 0;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1999.9px) {
  #mainHeader .rip {
    top: 580px;
    aspect-ratio: 3816/1049;
    min-height: 450px;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 107% auto;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0;
  }
}
@media screen and (max-width: 1399.9px) and (min-width: 1200px) {
  #mainHeader .rip {
    top: 570px;
    min-height: calc(27.5vw + 100px);
    background-image: url(../images/header-rip-xl.webp);
    background-size: 115% auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}
@media screen and (max-width: 1199.9px) and (min-width: 992px) {
  #mainHeader .rip {
    top: 480px;
    min-height: calc(27.5vw + 100px);
    background-image: url(../images/header-rip.webp);
    background-size: 140% auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}
@media screen and (max-width: 991.9px) and (min-width: 768px) {
  #mainHeader .rip {
    top: 72%;
    aspect-ratio: 1200/1568;
    min-height: 850px;
    background-image: url(../images/header-rip-mble3.webp);
    background-size: 995px auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}
@media screen and (max-width: 767.9px) and (min-width: 567px) {
  #mainHeader .rip {
    top: 68%;
    aspect-ratio: 1200/1568;
    min-height: 650px;
    background-image: url(../images/header-rip-mble3.webp);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}
@media screen and (max-width: 567.9px) {
  #mainHeader .rip {
    top: 68%;
    aspect-ratio: 1200/1568;
    min-height: 720px;
    background-image: url(../images/header-rip-mble3.webp);
    background-size: 570px auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}

body.french #mainHeader .header-prizelockup {
  margin-bottom: -5%;
}
@media screen and (min-width: 992px) {
  body.french #mainHeader .header-prizelockup {
    max-width: 105%;
    width: 105%;
  }
}
@media screen and (max-width: 991.9px) {
  body.french #mainHeader .header-prizelockup {
    max-width: 95%;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
body.french #mainHeader .header-winlockup {
  max-width: 474px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: 8.5%;
  align-self: end;
}
@media screen and (max-width: 991.9px) {
  body.french #mainHeader .header-winlockup {
    max-width: 95%;
    display: block;
    margin: 0 auto;
  }
}
body.french #mainHeader .header-inlineprod {
  display: inline-block;
  max-width: 65%;
  margin-top: auto;
  margin-right: 10px;
}
@media screen and (max-width: 1399.9px) and (min-width: 992px) {
  body.french #mainHeader .header-inlineprod {
    max-width: 80%;
    margin-left: -20%;
  }
}
@media screen and (max-width: 991.9px) {
  body.french #mainHeader .header-inlineprod {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
body.french #mainHeader .rip {
  position: absolute;
  width: 100%;
  -webkit-mask-image: linear-gradient(to bottom, black, black calc(100% - 30px), transparent);
  mask-image: linear-gradient(to bottom, black, black calc(100% - 30px), transparent);
  margin-bottom: 50px;
}
@media screen and (min-width: 3600px) and (max-width: 3999.9px) {
  body.french #mainHeader .rip {
    top: 30%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 4000px auto;
    background-repeat: no-repeat;
    background-position: bottom -3vw center;
    z-index: 0;
  }
}
@media screen and (min-width: 3300px) and (max-width: 3599.9px) {
  body.french #mainHeader .rip {
    top: 40%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 4000px auto;
    background-repeat: no-repeat;
    background-position: bottom -2vw center;
    z-index: 0;
  }
}
@media screen and (min-width: 3000px) and (max-width: 3299.9px) {
  body.french #mainHeader .rip {
    top: 40%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 3500px auto;
    background-repeat: no-repeat;
    background-position: bottom -2vw center;
    z-index: 0;
  }
}
@media screen and (min-width: 2500px) and (max-width: 2999.9px) {
  body.french #mainHeader .rip {
    top: 46%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0;
  }
}
@media screen and (min-width: 2000px) and (max-width: 2499.9px) {
  body.french #mainHeader .rip {
    top: 53%;
    aspect-ratio: 3816/1049;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom 0vw center;
    z-index: 0;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1999.9px) {
  body.french #mainHeader .rip {
    top: 580px;
    aspect-ratio: 3816/1049;
    min-height: 460px;
    background-image: url(../images/header-rip-xl.webp);
    background-size: 112% auto;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 0;
  }
}
@media screen and (max-width: 1399.9px) and (min-width: 1200px) {
  body.french #mainHeader .rip {
    top: 600px;
    min-height: calc(27.5vw + 100px);
    background-image: url(../images/header-rip-xl.webp);
    background-size: 132% auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}
@media screen and (max-width: 1199.9px) and (min-width: 992px) {
  body.french #mainHeader .rip {
    top: 580px;
    min-height: calc(27.5vw + 100px);
    background-image: url(../images/header-rip.webp);
    background-size: 140% auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}
@media screen and (max-width: 991.9px) and (min-width: 768px) {
  body.french #mainHeader .rip {
    top: 72%;
    aspect-ratio: 1200/1568;
    min-height: 850px;
    background-image: url(../images/header-rip-mble3.webp);
    background-size: 995px auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}
@media screen and (max-width: 767.9px) and (min-width: 567px) {
  body.french #mainHeader .rip {
    top: 68%;
    aspect-ratio: 1200/1568;
    min-height: 650px;
    background-image: url(../images/header-rip-mble3.webp);
    background-size: 800px auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}
@media screen and (max-width: 567.9px) {
  body.french #mainHeader .rip {
    top: 68%;
    aspect-ratio: 1200/1568;
    min-height: 720px;
    background-image: url(../images/header-rip-mble3.webp);
    background-size: 570px auto;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 0;
  }
}

footer {
  background-color: #5e3390;
  padding: 40px;
}
@media screen and (max-width: 991.9px) {
  footer {
    padding: 20px;
  }
}
footer .footer-innercont {
  background-color: #5A0E8C;
  padding: 40px;
}
@media screen and (max-width: 991.9px) {
  footer .footer-innercont {
    padding: 20px;
  }
}
footer .footer-innercont p {
  font-size: 1rem;
  letter-spacing: -0.56px;
  font-family: "Mohave", sans-serif;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0px;
}
footer .footer-innercont p a {
  color: #ffffff;
  text-decoration: underline;
}
footer .footer-innercont p a:focus, footer .footer-innercont p a:hover {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
}
footer .footer-innercont .links ul.main-menu {
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  text-align: center;
}
footer .footer-innercont .links ul.main-menu li {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 120%;
}
@media screen and (max-width: 767.9px) {
  footer .footer-innercont .links ul.main-menu li {
    display: block;
    text-align: center;
  }
  footer .footer-innercont .links ul.main-menu li.mble {
    display: none;
  }
}
footer .footer-innercont .links ul.main-menu li a {
  color: #ffffff;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 0px;
  display: block;
}
footer .footer-innercont .links ul.main-menu li a:focus, footer .footer-innercont .links ul.main-menu li a:hover {
  text-decoration: underline;
  border-bottom: 0px;
}

/*******Mobile menu styles*********/
@media screen and (min-width: 992px) {
  .nav-container {
    position: relative;
  }
  .desktop-menu {
    display: block;
  }
  .header-nav-trigger {
    display: none;
  }
}
@media screen and (max-width: 991.9px) {
  .preheader {
    padding-top: 63px;
  }
  .preheader .desktop-menu {
    display: none;
  }
  .preheader .header-nav-trigger {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 54px;
    width: 54px;
    background-color: #FBED1D;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.9s;
    -moz-transition: -moz-transform 0.9s;
    transition: transform 0.9s;
    z-index: 1001;
    border-bottom: 0px !important;
    border-radius: 7px;
  }
  .preheader .header-nav-trigger:hover, .preheader .header-nav-trigger:focus {
    outline: auto;
    border-bottom: 0px !important;
  }
  .preheader .header-nav-trigger .header-nav-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 3px;
    border-radius: 1.5px;
    transition: background-color 0.5s ease;
    background-color: #5A0E8C;
  }
  .preheader .header-nav-trigger .header-nav-icon::before, .preheader .header-nav-trigger .header-nav-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.5px;
    background-color: #5A0E8C;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
  }
  .preheader .header-nav-trigger .header-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .preheader .header-nav-trigger .header-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  .preheader a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1em;
  }
  .nav-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
  }
  .nav-container .nav-wrapper {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 80px 0 40px 0;
    background-color: #5A0E8C;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  }
}
@media screen and (max-width: 991.9px) and (min-width: 769px) {
  .nav-container .nav-wrapper {
    padding: 80px 0 40px 0;
  }
}
@media screen and (max-width: 991.9px) and (max-width: 768px) {
  .nav-container .nav-wrapper {
    padding: 80px 0 40px 0;
  }
}
@media screen and (max-width: 991.9px) {
  .nav-container .nav-wrapper .menu-takilogo {
    position: relative;
    display: flex;
    align-self: start;
    top: -70px;
    left: 20px;
  }
  .nav-container .nav-wrapper ul, .nav-container .nav-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    color: white;
  }
  .nav-container .nav-wrapper ul.line, .nav-container .nav-wrapper li.line {
    display: none;
  }
  .nav-container .nav-wrapper ul li {
    padding: 0 5%;
    margin: 0 0 40px 0;
    text-transform: uppercase;
    display: block;
    font-family: "Roboto Slab", serif;
    font-size: 1.125rem;
  }
  .nav-container .nav-wrapper ul li a {
    padding: 0;
    color: white !important;
    text-decoration: none !important;
  }
  .nav-container .nav-wrapper ul li a:focus, .nav-container .nav-wrapper ul li a:active, .nav-container .nav-wrapper ul li a:hover {
    color: #FBED1D !important;
    text-decoration: none;
    border-bottom: 0px !important;
  }
  .nav-container .nav-wrapper ul li.menu-icon {
    display: inline-block;
    padding: 0 20px;
  }
  .nav-is-open {
    overflow: hidden; /** Stops scroll when menu is open **/
  }
  .nav-is-open .preheader .header-nav-trigger {
    background-color: #5A0E8C;
    position: fixed !important;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .nav-is-open .preheader .header-nav-trigger .header-nav-icon {
    background-color: #FBED1D;
    transition: background-color 0.5s ease;
  }
  .nav-is-open .preheader .header-nav-trigger .header-nav-icon::before {
    background-color: #FBED1D;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50%;
    transform-origin: right top;
    transition: transform 0.5s 0.5s, width 0.5s 0.5s;
  }
  .nav-is-open .preheader .header-nav-trigger .header-nav-icon::after {
    background-color: #FBED1D;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50%;
    transform-origin: right bottom;
    transition: transform 0.5s 0.5s, width 0.5s 0.5s;
  }
  .nav-is-open .nav-container {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
  .nav-is-open .nav-container .nav-wrapper {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: transition(transform 0.5s);
    -moz-transform: transition(transform 0.5s);
    -ms-transform: transition(transform 0.5s);
    -o-transform: transition(transform 0.5s);
    transform: transition(transform 0.5s);
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.7);
  }
}
/*--------------------------------
SKIP NAVIGATION
--------------------------------*/
.skipnav {
  text-align: left;
}

.skipnav a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 10px 20px;
  text-decoration: none;
  color: white !important;
  font-size: 20px;
}

.skipnav a:focus, .skipnav a:active {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000000;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: underline;
  background-color: black;
  color: white;
  font-size: 20px;
}

/*--------------------------------
THEME SETTINGS
--------------------------------*/
/***************** START: RULES PAGE *****************/
.rulesPage {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .rulesPage {
    margin-bottom: 0px;
  }
}
.rulesPage p {
  color: black;
}
.rulesPage p a {
  color: #000000;
}
.rulesPage a {
  color: #000000;
}
.rulesPage ol li {
  color: black;
  margin-bottom: 10px;
}
.rulesPage table {
  margin-top: 10px;
  margin-bottom: 10px;
}

/***************** START:: RULES MODAL *****************/
/***************** END:: RULES MODAL *****************/
video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url("//demosthenes.info/assets/images/polina.jpg") no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.stopfade {
  opacity: 0.5;
}

button.videopause {
  display: block;
  width: 80%;
  padding: 0.4rem;
  border: none;
  margin: 1rem auto;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.23);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s background;
}
button.videopause:hover {
  background: rgba(0, 0, 0, 0.5);
}

/*************************************************
************** HORIZONTAL TABS *******************
************************************************/
.horizontal-tabs {
  width: 100%;
}
.horizontal-tabs [role=tablist] {
  margin: 0 0 -0.1em;
  overflow: visible;
}
.horizontal-tabs [role=tab] {
  position: relative;
  margin: 0;
  padding: 0.3em 0.5em 0.4em;
  border: 1px solid hsl(219, 1%, 72%);
  border-radius: 0.2em 0.2em 0 0;
  box-shadow: 0 0 0.2em hsl(219, 1%, 72%);
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  background: hsl(220, 20%, 94%);
}
.horizontal-tabs [role=tab]:hover::before,
.horizontal-tabs [role=tab]:focus::before,
.horizontal-tabs [role=tab][aria-selected=true]::before {
  position: absolute;
  bottom: 100%;
  right: -1px;
  left: -1px;
  border-radius: 0.2em 0.2em 0 0;
  border-top: 3px solid hsl(20, 96%, 48%);
  content: "";
}
.horizontal-tabs [role=tab][aria-selected=true] {
  border-radius: 0;
  background: hsl(220, 43%, 99%);
  outline: 0;
}
.horizontal-tabs [role=tab][aria-selected=true]:not(:focus):not(:hover)::before {
  border-top: 5px solid hsl(218, 96%, 48%);
}
.horizontal-tabs [role=tab][aria-selected=true]::after {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 0.3em;
  background: hsl(220, 43%, 99%);
  box-shadow: none;
  content: "";
}
.horizontal-tabs [role=tab]:hover,
.horizontal-tabs [role=tab]:focus,
.horizontal-tabs [role=tab]:active {
  outline: 0;
  border-radius: 0;
  color: inherit;
}
.horizontal-tabs [role=tab]:hover::before,
.horizontal-tabs [role=tab]:focus::before {
  border-color: hsl(20, 96%, 48%);
}
.horizontal-tabs [role=tabpanel] {
  position: relative;
  z-index: 2;
  padding: 0.5em 0.5em 0.7em;
  border: 1px solid hsl(219, 1%, 72%);
  border-radius: 0 0.2em 0.2em 0.2em;
  box-shadow: 0 0 0.2em hsl(219, 1%, 72%);
  background: hsl(220, 43%, 99%);
}
.horizontal-tabs [role=tabpanel]:focus {
  border-color: hsl(20, 96%, 48%);
  box-shadow: 0 0 0.2em hsl(20, 96%, 48%);
  outline: 0;
}
.horizontal-tabs [role=tabpanel]:focus::after {
  position: absolute;
  bottom: 0;
  right: -1px;
  left: -1px;
  border-bottom: 3px solid hsl(20, 96%, 48%);
  border-radius: 0 0 0.2em 0.2em;
  content: "";
}
.horizontal-tabs [role=tabpanel] p {
  margin: 0;
}
.horizontal-tabs [role=tabpanel] * + p {
  margin-top: 1em;
}

/*************************************************
************** VERTICAL TABS *******************
************************************************/
.vertical-tabs {
  width: 100%;
}
.vertical-tabs [role=tablist] {
  margin: 0 0 -0.1em;
  overflow: visible;
}
.vertical-tabs [role=tab] {
  position: relative;
  margin: 0;
  padding: 0.3em 0.5em 0.4em;
  border: 1px solid hsl(219, 1%, 72%);
  border-radius: 0.2em 0.2em 0 0;
  box-shadow: 0 0 0.2em hsl(219, 1%, 72%);
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  background: hsl(220, 20%, 94%);
}
.vertical-tabs [role=tab]:hover::before,
.vertical-tabs [role=tab]:focus::before,
.vertical-tabs [role=tab][aria-selected=true]::before {
  position: absolute;
  bottom: 100%;
  right: -1px;
  left: -1px;
  border-radius: 0.2em 0.2em 0 0;
  border-top: 3px solid hsl(20, 96%, 48%);
  content: "";
}
.vertical-tabs [role=tab][aria-selected=true] {
  border-radius: 0;
  background: hsl(220, 43%, 99%);
  outline: 0;
}
.vertical-tabs [role=tab][aria-selected=true]:not(:focus):not(:hover)::before {
  border-top: 5px solid hsl(218, 96%, 48%);
}
.vertical-tabs [role=tab][aria-selected=true]::after {
  position: absolute;
  z-index: 3;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 0.3em;
  background: hsl(220, 43%, 99%);
  box-shadow: none;
  content: "";
}
.vertical-tabs [role=tab]:hover,
.vertical-tabs [role=tab]:focus,
.vertical-tabs [role=tab]:active {
  outline: 0;
  border-radius: 0;
  color: inherit;
}
.vertical-tabs [role=tab]:hover::before,
.vertical-tabs [role=tab]:focus::before {
  border-color: hsl(20, 96%, 48%);
}
.vertical-tabs [role=tabpanel] {
  position: relative;
  z-index: 2;
  padding: 0.5em 0.5em 0.7em;
  border: 1px solid hsl(219, 1%, 72%);
  border-radius: 0 0.2em 0.2em 0.2em;
  box-shadow: 0 0 0.2em hsl(219, 1%, 72%);
  background: hsl(220, 43%, 99%);
}
.vertical-tabs [role=tabpanel]:focus {
  border-color: hsl(20, 96%, 48%);
  box-shadow: 0 0 0.2em hsl(20, 96%, 48%);
  outline: 0;
}
.vertical-tabs [role=tabpanel]:focus::after {
  position: absolute;
  bottom: 0;
  right: -1px;
  left: -1px;
  border-bottom: 3px solid hsl(20, 96%, 48%);
  border-radius: 0 0 0.2em 0.2em;
  content: "";
}
.vertical-tabs [role=tabpanel] p {
  margin: 0;
}
.vertical-tabs [role=tabpanel] * + p {
  margin-top: 1em;
}

.accordion-basic {
  margin: 0;
  padding: 0;
  border: 2px solid hsl(0, 0%, 82%);
  border-radius: 7px;
  width: 100%;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
}
.accordion-basic h3 {
  margin: 0;
  padding: 0;
}
.accordion-basic.focus {
  border-color: hsl(216, 94%, 73%);
}
.accordion-basic.focus h3 {
  background-color: hsl(0, 0%, 97%);
}
.accordion-basic > * + * {
  border-top: 1px solid hsl(0, 0%, 82%);
}
.accordion-basic .Accordion-trigger {
  background: none;
  color: hsl(0, 0%, 13%);
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
}
.accordion-basic .Accordion-trigger:focus,
.accordion-basic .Accordion-trigger:hover {
  background: hsl(216, 94%, 94%);
}
.accordion-basic *:first-child .Accordion-trigger {
  border-radius: 5px 5px 0 0;
}
.accordion-basic button {
  border-style: none;
}
.accordion-basic button::-moz-focus-inner {
  border: 0;
}
.accordion-basic .Accordion-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em;
  outline: none;
}
.accordion-basic .Accordion-trigger:focus .Accordion-title {
  border-color: hsl(216, 94%, 73%);
}
.accordion-basic .Accordion-icon {
  border: solid hsl(0, 0%, 62%);
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}
.accordion-basic .Accordion-trigger:focus .Accordion-icon,
.accordion-basic .Accordion-trigger:hover .Accordion-icon {
  border-color: hsl(216, 94%, 73%);
}
.accordion-basic .Accordion-trigger[aria-expanded=true] .Accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}
.accordion-basic .Accordion-panel {
  margin: 0;
  padding: 1em 1.5em;
}
.accordion-basic .Accordion-panel[hidden] {
  display: none;
}
.accordion-basic fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.accordion-basic input {
  border: 1px solid hsl(0, 0%, 62%);
  border-radius: 0.3em;
  display: block;
  font-size: inherit;
  padding: 0.3em 0.5em;
}

/*********FORM CLASSES************/
/*--------------------------------
FORM GENERAL SETTINGS
--------------------------------*/
.form-control {
  color: black !important;
}
.form-control:focus {
  color: black !important;
  border-color: #000000;
}

fieldset {
  margin: 0;
  margin-bottom: 44px;
  padding: 0;
  padding: 11px 33px;
  border: 1px solid #737373;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  fieldset.paddingLeftRight-xxl {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 380px) {
  fieldset {
    padding-left: 17px;
    padding-right: 17px;
  }
}
fieldset#ageSet {
  border: 0px solid #737373;
  padding: 0px;
  margin-bottom: 0px;
}

.mbd-label-sub {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.form-group {
  margin-bottom: 15px;
}
.has-error .form-group {
  margin-bottom: 0;
}

.form-group-default textarea.form-control {
  min-height: 65px;
}
@media screen and (max-width: 575px) {
  .form-group-default textarea.form-control {
    min-height: 100px;
  }
}

.form-group-default {
  background-color: white;
  position: relative;
  min-height: 70px;
  border-radius: 5px;
  border: 2px solid #737373;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  margin-bottom: 25px;
  /*overflow: hidden;*/
  width: 100%;
  transition: background-color 0.2s ease;
}
.form-group-default.multicheckboxcontainer {
  border: 0px;
  padding: 0px;
}
.form-group-default.multicheckboxcontainer:focus-within, .form-group-default.multicheckboxcontainer:focus {
  border: 0px !important;
  outline: 0px solid #737373;
  outline-offset: 2px;
}
.form-group-default:focus-within:not(.multicheckboxcontainer), .form-group-default.focussed {
  border: 2px solid black;
  border-radius: 5px;
  outline: 1px solid;
}
.form-group-default:focus-within, .form-group-default.focussed {
  border: 2px solid #000000 !important;
  outline: 2px solid #000000;
}
.form-group-default .sgl-checkbox:focus-within input[type=checkbox]:checked + label::before,
.form-group-default .sgl-checkbox:focus-within label::before {
  border-color: #000000 !important;
}
.form-group-default.required::after {
  z-index: 1;
  color: #D71920;
  content: "*";
  font-family: "Mohave", sans-serif;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
  color: #231F20;
  font-weight: 400;
  font-family: "Mohave", sans-serif;
  font-size: 1rem;
  text-transform: capitalize;
}
.form-group-default label:not(.error) {
  font-weight: 400;
  font-family: "Mohave", sans-serif;
  font-size: 1rem;
}
.form-group-default .form-control {
  border: 0;
  height: 25px;
  min-height: 25px;
  padding: 0px;
  margin-top: -2px;
  background: 0 0;
  outline: 0;
  font-family: "Mohave", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.form-group-default .form-control option {
  height: 30px;
}

.french .form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
  color: #231F20;
  font-weight: 400;
  font-family: "Mohave", sans-serif;
  font-size: 1rem;
  text-transform: unset;
}
.french .form-group-default label:not(.error) {
  font-weight: 400;
  font-family: "Mohave", sans-serif;
  font-size: 1rem;
}

.form-group-default.advanced {
  border-left: 2px solid #737373;
  border-top: 2px solid #737373;
  border-right: 2px solid #737373;
  border-bottom: 2px solid #737373;
  background-image: url(../../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 25px top -20px;
}

.focussed {
  border: 2px solid #737373 !important;
}

fieldset.form-group-default {
  border: none !important;
  padding-left: 0px !important;
}
fieldset.form-group-default legend {
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
  color: #737373;
  font-weight: 400;
  font-family: "Mohave", sans-serif;
}
fieldset.form-group-default legend:not(.error) {
  font-size: 15px;
  font-weight: 400;
}

.form-control {
  background-color: white;
  background-image: none;
  min-height: 70px;
  border: 2px solid #757575;
  font-family: arial, helvetica, sans-serif;
  -webkit-appearance: none;
  color: #737373;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  min-height: 35px;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}
@media screen and (max-width: 991px) {
  .form-control {
    font-size: 16px !important;
  }
}
.has-success .form-control, .has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.help-block {
  background: white;
  border-radius: 0 0 2px 2px;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  padding-top: 4px;
  padding-left: 12px;
  padding-bottom: 10px;
}
.has-error .help-block {
  color: #D71920;
  border: 1px solid #D71920;
  border-top: none;
  background-color: #D71920;
  margin-bottom: 10px;
}

.inputhelper {
  font-size: 0.75rem;
  padding: 5px 0 0px 0px;
  margin: -25px 0px 25px 0;
  color: #ffffff;
  line-height: 1rem;
  font-family: "Mohave", sans-serif;
  font-size: 1rem;
}
.inputhelper.black {
  color: #000000;
}
.inputhelper a {
  color: #000000;
  text-decoration: underline;
}
.inputhelper a:hover, .inputhelper a:focus {
  text-decoration: none;
  border-bottom: 1px solid white;
}

.stq {
  /*@media screen and (min-width: 1400px) {
      max-width: 30%;
  }

  @media screen and (max-width: 1399px) and (min-width: 992px) {
      max-width: 50%;
  }

  @media screen and (max-width: 991px) {
      max-width: 100%;
  }*/
}

.customBirthdateRow .col-third {
  flex: 0 0 auto;
  width: 30%;
}
.customBirthdateRow .col-fourth {
  flex: 0 0 auto;
  width: 40%;
}
.customBirthdateRow .helpArea {
  position: relative;
  top: -20px;
  margin-bottom: 20px;
}

/*--------------------------------
FORM BUTTONS
--------------------------------*/
.button, .submitbutton {
  position: relative;
  display: inline-block;
  background-color: #FBED1D;
  border: 2px solid #5A0E8C;
  border-radius: 6px;
  color: #5A0E8C;
  cursor: pointer;
  line-height: 1.16;
  outline: none;
  overflow: hidden;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  padding: 30px 80px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 991.9px) {
  .button, .submitbutton {
    padding: 25px 25px;
    width: 100%;
    max-width: 424px;
  }
}
.button:hover, .button:active, .button:focus, .submitbutton:hover, .submitbutton:active, .submitbutton:focus {
  background-color: white;
  color: #5A0E8C;
  border: 2px solid black;
  text-decoration: none;
  transition: all 0.3s;
}
.button .fa, .button .fas, .submitbutton .fa, .submitbutton .fas {
  /*background-image: url(scss/spinner-solid.svg);
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;*/
}
.button .spinner, .submitbutton .spinner {
  margin-top: -5px;
  padding-right: 15px;
}
.button .spinner img, .submitbutton .spinner img {
  -webkit-animation: rotation 2s infinite linear;
  vertical-align: unset;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.button.secondary {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border: 2px solid #5A0E8C;
  border-radius: 6px;
  color: #5A0E8C;
  cursor: pointer;
  line-height: 1.16;
  outline: none;
  overflow: hidden;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  padding: 27px 60px;
  font-size: 1.375rem;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  text-align: center;
  text-decoration: none;
}
.button.secondary:hover, .button.secondary:active, .button.secondary:focus {
  background-color: #5A0E8C;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}
.button.secondary .fa, .button.secondary .fas {
  /*background-image: url(scss/spinner-solid.svg);
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;*/
}
.button.secondary .spinner {
  margin-top: -5px;
  padding-right: 15px;
}
.button.secondary .spinner img {
  -webkit-animation: rotation 2s infinite linear;
  vertical-align: unset;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

#btnSubmitResend {
  border: 0px;
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  color: white;
  text-decoration: underline;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  border-radius: 0px;
}
#btnSubmitResend:hover, #btnSubmitResend:focus {
  text-decoration: none;
  border-bottom: 2px solid white;
  margin-bottom: -2px;
}

/*--------------------------------
FORM CHECKBOXES
--------------------------------*/
input[type=checkbox],
input[type=checkbox]:focus,
.has-success input[type=checkbox]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.checkbox {
  margin-top: 0px;
  min-height: 0;
  padding-left: 0;
}
.checkbox:focus-within label::before {
  border: 2px solid black !important;
  outline: 1px solid;
}
.checkbox .help-block {
  background-color: transparent;
  padding: 0;
}
.checkbox.has-error .help-block {
  border: none;
  background-color: transparent;
  font-size: 1.125rem;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .checkbox.has-error .help-block {
    padding-left: 12px;
  }
}
.checkbox input[type=checkbox] {
  position: absolute;
  left: -999em;
  opacity: 1;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Mohave", sans-serif;
  font-weight: 400;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .checkbox label {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.checkbox label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  top: 1.4px;
  border-radius: 5px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  border: 2px solid #737373;
}
.checkbox label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 1.125rem;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label a {
  color: #ffffff;
  text-decoration: underline;
}
.checkbox label a:focus, .checkbox label a:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  margin-bottom: -2px;
}
.checkbox input[type=checkbox]:checked + label::before {
  border-color: #FBED1D;
  /*border-width: 12px;*/
  background-color: #FBED1D;
}
.checkbox input[type=checkbox]:not(:checked):focus ~ label::before {
  border: 2px solid #737373 !important;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(../images/mbd-icon-checkbox-purple.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  z-index: 49;
  left: 0.5px;
  top: 2px;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .checkbox input[type=checkbox]:checked + label::after {
    left: 0px;
    top: 2px;
    background-size: 22px 22px;
  }
}

.text-danger.checkbox-error {
  margin-top: -15px;
  padding-bottom: 15px;
  max-width: 88%;
}

.multi-checkbox {
  margin-bottom: 0px;
  margin-top: 5px;
  min-height: 0;
  padding-left: 0;
}
.multi-checkbox .sgl-checkbox {
  margin-bottom: 10px;
}
.multi-checkbox input[type=checkbox] {
  position: absolute;
  left: -999em;
  opacity: 1;
}
.multi-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 38px;
  margin-right: 15px;
  min-width: 25px;
  min-height: 25px;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 400;
  font-family: "Mohave", sans-serif;
}
.multi-checkbox label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #D7D9DD;
  top: 1.4px;
  border-radius: 5px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  border: 2px solid #737373;
}
.multi-checkbox label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 1.125rem;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox label a {
  color: #000000;
  text-decoration: underline;
}
.multi-checkbox label a:focus, .multi-checkbox label a:hover {
  text-decoration: none;
  border-bottom: 1px solid #737373;
}
.multi-checkbox input[type=checkbox]:checked + label::before {
  border-color: #737373;
  /*border-width: 12px;*/
  background-color: #737373;
}
.multi-checkbox input[type=checkbox]:checked:focus + label::before {
  border: 3px solid #000000 !important;
}
.multi-checkbox input[type=checkbox]:not(:checked):focus ~ label::before {
  border: 3px solid #000000 !important;
}
.multi-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url("../images/mbd-icon-checkbox-purple.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  z-index: 49;
  left: 0.5px;
  top: 2px;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .multi-checkbox input[type=checkbox]:checked + label::after {
    left: 0px;
    top: 2px;
    background-size: 22px 22px;
  }
}
.multi-checkbox.has-error input[type=checkbox] + label::before {
  border-color: #D71920;
  background-color: #D71920;
}

/*--------------------------------
FORM RADIO
--------------------------------*/
input[type=radio],
input[type=radio]:focus,
.has-success input[type=radio]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.radio-group-label {
  font-size: 15px;
  font-weight: 400;
  transition: opacity 0.2s ease;
  margin: 0px;
  color: white;
  font-weight: 400;
  font-family: "Mohave", sans-serif;
  font-size: 1rem;
}

.has-error .radio-group-label {
  color: white;
}

.radio-group-Container {
  min-height: 25px;
  height: 30px;
  margin-top: 0px;
  padding: 0 30px 0 10px;
}

.radio {
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 0;
  padding-left: 0;
}
.radio:focus-within label::before {
  outline: -webkit-focus-ring-color auto 1px;
}
.radio .help-block {
  background-color: transparent;
  padding: 0;
}
.radio.has-error .help-block {
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .radio.has-error .help-block {
    padding-left: 12px;
  }
}
.radio input[type=radio] {
  position: absolute;
  left: -999em;
  opacity: 1;
}
.radio input[type=radio]:checked + label::before {
  border-color: #FBED1D;
  border-width: 12px;
}
.radio input[type=radio]:checked + label::after {
  content: "";
  background-image: url("../images/mbd-icon-checkbox-purple.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  display: block;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  z-index: 49;
  left: 0.5px;
  top: 2px;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .radio input[type=radio]:checked + label::after {
    left: 0px;
    top: 2px;
  }
}
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
@media screen and (max-width: 767px) {
  .radio label {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.radio label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #D7D9DD;
  top: 1.4px;
  border-radius: 5px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  border: 2px solid #737373;
}
.radio label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

/*********************************************
***** FORMCHECK ACCESSIBLE RADIO GROUP *******
*********************************************/
.form-check input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 3px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  padding: 0;
}
.form-check input[type=radio]:checked + label:before {
  border-color: #737373; /***** CHANGE COLOR ******/
  border-width: 7px;
}
.form-check input[type=radio]:focus + label:before, .form-check input[type=radio]:focus-within + label:before, .form-check input[type=radio]:active + label:before {
  border-color: #737373; /***** CHANGE COLOR ******/
  border-width: 7px;
}
.form-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  min-width: 20px;
  min-height: 20px;
  margin-bottom: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #757575;
  top: 2px;
  border-radius: 3px;
  transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
}

.form-check input[type=radio] + label:before {
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 992px) {
  .form-check-inline {
    margin-right: unset;
  }
}

@media screen and (max-width: 992px) {
  .radio-group-Container {
    display: flex;
    justify-content: space-between;
  }
}

#datepicker {
  margin: 0;
  padding: 0;
  height: 25px;
  vertical-align: bottom;
  background-image: url(images/calendar-alt-regular.svg);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0px;
  height: 25px;
  min-height: 25px;
  padding: 0px;
  margin-top: -2px;
  width: 100%;
}

.ui-datepicker-trigger {
  margin: 2px;
  padding: 0;
  vertical-align: bottom;
}

.ui-datepicker-trigger img {
  width: 25px;
  height: 25px;
}

.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  margin: 0;
  padding: 0;
}

button.ui-datepicker-trigger {
  background-color: transparent !important;
  border: none !important;
  margin: auto !important;
}

button.ui-datepicker-trigger:focus,
button.ui-datepicker-trigger:hover,
button.ui-datepicker-trigger:active {
  border: none !important;
  margin: auto !important;
  outline: 2px solid #8cc63f !important;
  background-color: #fdf6e7 !important;
}

/***********************************
*********CALENDAR STYLING***********
***********************************/
.datepicker {
  max-width: 90%;
  margin-left: 0;
  margin-right: 10%;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.55);
  box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.55);
}
.datepicker .table-condensed {
  position: relative;
  padding: 0.2em 0;
}
.datepicker .table-condensed th.prev {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.datepicker .table-condensed th.prev:focus, .datepicker .table-condensed th.prev:hover {
  background-color: lightblue;
}
.datepicker .table-condensed th.next {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.datepicker .table-condensed th.next:focus, .datepicker .table-condensed th.next:hover {
  background-color: lightblue;
}
.datepicker .table-condensed th.datepicker-switch {
  text-align: center;
  vertical-align: middle;
}
.datepicker .table-condensed th.datepicker-switch:focus, .datepicker .table-condensed th.datepicker-switch:hover {
  background-color: lightblue;
}
.datepicker .table-condensed th.dow {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
}
.datepicker .table-condensed td.day {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  color: black;
}
.datepicker .table-condensed td.day:focus, .datepicker .table-condensed td.day:hover {
  background-color: lightblue;
}
.datepicker .table-condensed td.focused.day {
  background-color: lightblue !important;
}
.datepicker .table-condensed td.old.day, .datepicker .table-condensed td.new.day {
  color: white;
  background-color: #737373;
}
.datepicker .table-condensed td.active.day {
  background-color: blue;
  color: white;
}
.datepicker .table-condensed span.month,
.datepicker .table-condensed span.year {
  display: inline-block;
  padding: 10px 15px;
}
.datepicker .table-condensed span.month:hover, .datepicker .table-condensed span.month:focus,
.datepicker .table-condensed span.year:hover,
.datepicker .table-condensed span.year:focus {
  background-color: lightblue;
}

/*--------------------------------
FORM DRAG SELECT
--------------------------------*/
.dragSelect {
  display: flex;
  align-items: stretch;
  margin-bottom: 7px;
}

.sortableGroup1,
.sortableGroup2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 47%;
  float: left;
}

.sortableGroup1 {
  margin-right: 3%;
}

.sortableGroup2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.08) !important;
}

.sortableGroup1 li {
  margin: 7px 3px 7px 3px;
  padding: 0.4em 25px 0.4em 0.4em;
  padding-left: 10px;
  font-size: 14px;
  cursor: grab;
  display: block;
}

.sortableGroup2 li {
  margin: 7px 3px 7px 3px;
  padding: 0.4em 15px 0.4em 0.4em;
  padding-left: 2.5em;
  font-size: 14px;
  cursor: grab;
  display: block;
}

.sortableGroup1 li span {
  float: right;
  margin-top: 5px;
  margin-right: -20px;
}

.sortableGroup1 li.ui-state-default,
.sortableGroup2 li.ui-state-default {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
  background: #fff !important;
  font-weight: normal;
  color: #58585A;
  transition: opacity 0.2s ease;
}

.sortableGroup1 li.ui-state-default:hover,
.sortableGroup1 li.ui-state-default:active,
.sortableGroup2 li.ui-state-default:hover,
.sortableGroup2 li.ui-state-default:active {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px;
  background: #f1f1f1 !important;
  font-weight: normal;
  color: #333 !important;
  transition: opacity 0.2s ease;
}

.sortableGroup2 .ui-icon, .ui-widget-content .ui-icon {
  background-image: url(images/mbd-icon-4arrow.svg);
  background-size: cover;
}

.sortableGroup1 .ui-icon, .ui-widget-content .ui-icon {
  background-image: url(images/mbd-icon-rghtarrow.svg);
  background-size: cover;
}

.sortableGroup2 .ui-icon-arrowthick-2-n-s {
  background-position: 0px 0px;
}

.sortableGroup1 .ui-icon-arrowthick-2-n-s {
  background-position: 0px 0px;
}

.sortableGroup2 li.ui-state-default span.ui-icon {
  position: absolute;
  margin-left: -2em;
  margin-top: 2px;
}
.sortableGroup2 li.ui-state-default span.order {
  padding-right: 10px;
  font-weight: bold;
}

/*--------------------------------
FORM ERRORS
--------------------------------*/
.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus,
.has-error textarea:active,
.has-error input[type=email]:focus,
.has-error input[type=file]:focus,
.has-error input[type=tel]:focus,
.has-error input[type=text]:focus,
.has-error input[type=radio]:focus,
.has-error input[type=checkbox]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.alert {
  font-size: 16px;
}
.alert.alert-danger {
  border: 1px solid #D71920;
  background-color: #D71920;
  color: #D71920;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

.alert-text, .text-danger {
  color: #D71920 !important;
  margin-top: 5px;
  font-family: "Mohave", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.5rem;
}

.has-error .boxed-error {
  padding: 12px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D71920;
  display: block;
}

.field-validation-error {
  display: block;
  width: 100%;
}

/********************************************** 
********* FORM GROUP DEFAULT ERRORS ***********
**********************************************/
.form-group-default.has-error {
  /*border-color: $warning;*/
  border: 1px solid #D71920;
  /*background-color: $ltred;
  border-radius: 2px;
  font-weight: 800;*/
  color: #D71920;
  background-color: #ffffff;
}
.form-group-default.has-error label {
  color: #000000;
}

.form-group-default.advanced.has-error {
  border: 2px solid #D71920 !important;
  background-image: url(../../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 27px top 8px;
  transition: background 0.7s linear;
}
.form-group-default.advanced.has-error input {
  border-bottom: 2px solid #757575;
  border-radius: 0px;
}

.form-group-age.multiInput.has-error {
  margin-bottom: 27px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  border: 1px solid #D71920 !important;
  transition: border-width 0.5s linear;
}
.form-group-age.multiInput.has-error .row {
  padding-left: 4px;
  padding-right: 4px;
}
.form-group-age.multiInput.has-error .row .col-sm-4 .form-group.form-group-default {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .form-group-age.multiInput.has-error .row .col-sm-4 .form-group.form-group-default {
    margin-bottom: 25px;
  }
}
.form-group-age.multiInput.has-error .row .col-sm-4:nth-of-type(3) .form-group.form-group-default {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .form-group-age.multiInput.has-error .row .col-sm-4:nth-of-type(3) .form-group.form-group-default {
    margin-bottom: 5px;
  }
}

.form-group-default:focus-within.advanced.has-error {
  border: 2px solid #D71920 !important;
}

#error-PinCodeDuplicate.field-validation-error, #error-ConfirmationCode.field-validation-error {
  width: auto !important;
  font-size: 1rem;
  font-family: "Mohave", sans-serif;
}
#error-PinCodeDuplicate.field-validation-error span, #error-ConfirmationCode.field-validation-error span {
  display: inline-block;
  padding: 5px 0px;
  border-radius: 0px;
}

#errorTurnstile.field-validation-error {
  margin-left: 40px;
  margin-top: -15px;
  margin-bottom: 24px;
  width: auto !important;
  font-size: 1rem;
  font-family: "Mohave", sans-serif;
}
#errorTurnstile.field-validation-error span {
  background-color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

/************************************ 
********* CHECKBOX ERRORS ***********
************************************/
.checkbox.has-error input[type=checkbox] + label::before {
  border-color: #ffffff;
  background-color: #D71920;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.checkbox.has-error .field-validation-error {
  margin-left: 40px;
  margin-top: -15px;
  margin-bottom: 24px;
  width: auto !important;
  font-size: 1rem;
  font-family: "Mohave", sans-serif;
}
.checkbox.has-error .field-validation-error span {
  background-color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

/********************************* 
********* RADIO ERRORS ***********
**********************************/
.radio.has-error input[type=radio] + label::before {
  border-color: #D71920;
  background-color: #D71920;
}

/********************************* 
********* SELECT ERRORS ***********
**********************************/
.provdropdown.has-error .text-danger {
  margin-top: 0px;
}

/********************************* 
********* FIELDSET ERRORS ***********
**********************************/
fieldset,
fieldset#ageSet {
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-in-out;
  padding: 0px;
}
fieldset.has-error,
fieldset#ageSet.has-error {
  background: rgb(255, 255, 255);
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #D71920 !important;
  transition: border-width 0.5s linear;
}
fieldset.has-error .form-group-default,
fieldset#ageSet.has-error .form-group-default {
  margin-bottom: 25px;
}
fieldset.has-error .row.errors,
fieldset#ageSet.has-error .row.errors {
  margin-top: -20px;
}

/************************************************* 
********* STANDARD DROPDOWNS *********************
*************************************************/
select,
select:focus,
.has-success select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 25px;
  margin-top: -2px;
  background-image: url(../../images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 30px 0 10px;
  font-family: "Mohave", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  select.form-control:not([size]):not([multiple]) {
    height: 35px;
  }
}
select.form-control:not([size]):not([multiple]) option {
  font-family: "Mohave", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

/************************************************* 
********* CUSTOMIZE SELECT 2 DROPDOWNS ***********
*************************************************/
.provdropdown:not(.has-error) {
  height: 70px;
}

.select2-results__option {
  font-family: "Mohave", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5A0E8C !important;
  color: white;
}

.select2-container {
  height: 25px;
  margin-top: -10px;
  padding: 0 30px 0 0;
  width: auto;
}
.select2-container.select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #aaa;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  color: #000000;
  font-family: "Mohave", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 5px;
  }
}
.select2-container.select2-container--default .select2-selection--single:focus-visible {
  outline: 0px !important;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: none;
  border-style: solid;
  border-width: 0;
  background-image: url(../../images/mbd-icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 18px;
  left: 0%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 0%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}
.select2-container.select2-container--default .select2-selection--single .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffffff;
  color: black;
  font-family: "Mohave", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: none;
  border-style: solid;
  border-width: 0;
  background-image: url(../../images/mbd-icon-arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(180deg);
  height: 15px;
  width: 18px;
  left: 0%;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 0%;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #aaa;
}

/***********************************************************
*********** MULTI SELECT DROPDOWN WITH CHECKBOXES **********
***********************************************************/
.multi-select, .multi-select-plugin {
  display: inline-block;
  position: relative;
  width: 100%;
  outline: 0px;
}
.multi-select:focus, .multi-select:focus-visible, .multi-select-plugin:focus, .multi-select-plugin:focus-visible {
  outline: 0px;
}
.multi-select > span, .multi-select-plugin > span {
  border: none;
  background: none;
  position: relative;
  display: block;
  cursor: default;
  height: 25px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 30px 0 10px;
}
.multi-select > ul, .multi-select-plugin > ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  top: 100%;
  min-width: 100%;
  z-index: 1000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: auto;
}
.multi-select > ul > li, .multi-select-plugin > ul > li {
  white-space: nowrap;
}
.multi-select > ul > li label input[type=checkbox], .multi-select-plugin > ul > li label input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.multi-select > ul > li.selected > label, .multi-select-plugin > ul > li.selected > label {
  background-color: #737373;
}
.multi-select > ul > li.focused > label, .multi-select-plugin > ul > li.focused > label {
  background-color: #737373;
}
.multi-select > ul > li > label, .multi-select-plugin > ul > li > label {
  padding: 0.25em 0.5em;
  display: block;
}
.multi-select > ul > li > label:focus, .multi-select > ul > li > label:hover, .multi-select-plugin > ul > li > label:focus, .multi-select-plugin > ul > li > label:hover {
  background-color: #737373;
}
.multi-select.in > ul, .multi-select-plugin.in > ul {
  display: block;
}
.multi-select-backdrop, .multi-select-plugin-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
}

/*--------------------------------
FORM TEXT INPUTS
--------------------------------*/
input,
textarea,
input[type=email],
input[type=tel],
input[type=text],
input:focus,
textarea:focus,
textarea:active,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
.has-success input:focus,
.has-success textarea:focus,
.has-success textarea:active,
.has-success input[type=email]:focus,
.has-success input[type=tel]:focus,
.has-success input[type=text]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.form-group-default.textarea {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.form-group-default.textarea textarea.form-control {
  border: 0px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: auto !important;
}
.form-group-default.textarea label {
  padding-left: 12px;
}

/*--------------------------------
FORM ERRORS
--------------------------------*/
.has-error input:focus,
.has-error select:focus,
.has-error textarea:focus,
.has-error textarea:active,
.has-error input[type=email]:focus,
.has-error input[type=file]:focus,
.has-error input[type=tel]:focus,
.has-error input[type=text]:focus,
.has-error input[type=radio]:focus,
.has-error input[type=checkbox]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.alert {
  font-size: 16px;
}
.alert.alert-danger {
  border: 1px solid #D71920;
  background-color: #D71920;
  color: #D71920;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

.alert-text, .text-danger {
  color: #D71920 !important;
  margin-top: 5px;
  font-family: "Mohave", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.5rem;
}

.has-error .boxed-error {
  padding: 12px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D71920;
  display: block;
}

.field-validation-error {
  display: block;
  width: 100%;
}

/********************************************** 
********* FORM GROUP DEFAULT ERRORS ***********
**********************************************/
.form-group-default.has-error {
  /*border-color: $warning;*/
  border: 1px solid #D71920;
  /*background-color: $ltred;
  border-radius: 2px;
  font-weight: 800;*/
  color: #D71920;
  background-color: #ffffff;
}
.form-group-default.has-error label {
  color: #000000;
}

.form-group-default.advanced.has-error {
  border: 2px solid #D71920 !important;
  background-image: url(../../images/circle-exclamation-solid-red.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 27px top 8px;
  transition: background 0.7s linear;
}
.form-group-default.advanced.has-error input {
  border-bottom: 2px solid #757575;
  border-radius: 0px;
}

.form-group-age.multiInput.has-error {
  margin-bottom: 27px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  border: 1px solid #D71920 !important;
  transition: border-width 0.5s linear;
}
.form-group-age.multiInput.has-error .row {
  padding-left: 4px;
  padding-right: 4px;
}
.form-group-age.multiInput.has-error .row .col-sm-4 .form-group.form-group-default {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .form-group-age.multiInput.has-error .row .col-sm-4 .form-group.form-group-default {
    margin-bottom: 25px;
  }
}
.form-group-age.multiInput.has-error .row .col-sm-4:nth-of-type(3) .form-group.form-group-default {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .form-group-age.multiInput.has-error .row .col-sm-4:nth-of-type(3) .form-group.form-group-default {
    margin-bottom: 5px;
  }
}

.form-group-default:focus-within.advanced.has-error {
  border: 1px solid #D71920 !important;
}

/********************************* 
********* RADIO ERRORS ***********
**********************************/
.radio.has-error input[type=radio] + label::before {
  border-color: #D71920;
  background-color: #D71920;
}

/********************************* 
********* SELECT ERRORS ***********
**********************************/
.provdropdown.has-error .text-danger {
  margin-top: 0px;
}

/********************************* 
********* FIELDSET ERRORS ***********
**********************************/
fieldset,
fieldset#ageSet {
  background: rgba(255, 255, 255, 0);
  transition: background 0.5s ease-in-out;
  padding: 0px;
}
fieldset.has-error,
fieldset#ageSet.has-error {
  background: rgb(255, 255, 255);
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #D71920 !important;
  transition: border-width 0.5s linear;
}
fieldset.has-error .form-group-default,
fieldset#ageSet.has-error .form-group-default {
  margin-bottom: 25px;
}
fieldset.has-error .row.errors,
fieldset#ageSet.has-error .row.errors {
  margin-top: -20px;
}

/*--------------------------------
FORM UPLOAD
--------------------------------*/
input[type=file],
input[type=file]:focus,
.has-success input[type=file]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.dropzoneContainer {
  margin-bottom: 20px;
}

.dropzone {
  display: flex;
  flex-wrap: wrap;
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
}
.dropzone .dz-message {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 100%;
}
.dropzone .dz-message .dz-button {
  font-size: 22px !important;
  font-weight: 800 !important;
  text-align: center;
  font-family: "Nunito Sans", sans-serif !important;
  color: #000000;
}
.dropzone .dz-message .dz-button:focus {
  outline: 0px;
}
.dropzone .dz-message .dz-button .uploadtxt {
  font-size: 16px !important;
  font-weight: normal;
}
.dropzone .dz-message .dz-button .uploadbutton {
  background-color: #737373;
  color: white;
  display: inline-block;
  padding: 0px 18px;
  border: 5px solid #737373;
  border-radius: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.68;
}
.dropzone .dz-message .dz-button .uploadbutton:hover {
  background-color: white;
  color: #737373;
  border: 5px solid #737373;
  text-decoration: none;
  transition: all 0.3s;
}
.dropzone .dz-message .dz-button:focus {
  outline: 0px;
}
.dropzone .dz-message .dz-button:focus .uploadbutton {
  background-color: black;
  color: white;
  outline: 2px solid #000000;
  text-decoration: none;
  transition: all 0.3s;
}
.dropzone .dz-preview {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.dropzone .dz-preview.dz-error {
  opacity: 1;
}
.dropzone .dz-preview .dz-error-mark {
  display: none;
}
.dropzone .dz-preview .dz-error-mark svg {
  display: none;
}
.dropzone .dz-preview .dz-error-message {
  opacity: 1;
  position: unset;
  background: transparent;
  color: #D71920;
  border-radius: unset;
  top: 0;
  text-align: center;
  padding: 20px 0 0 0;
}
.dropzone .dz-preview .dz-error-message:after {
  border: 0px;
}
.dropzone .dz-remove {
  color: black;
  text-decoration: underline;
  margin-bottom: 4px;
}
.dropzone .dz-remove:hover, .dropzone .dz-remove:focus {
  text-decoration: none;
  border-bottom: 1px solid black;
  margin-bottom: 3px;
}
.dropzone .errormessages {
  display: flex;
  width: 100%;
  min-width: 100%;
  align-self: end;
}

.fallback {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form-group-default > .fallback > .file .form-control2 {
  width: 100%;
  cursor: pointer;
  background: white;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group-default > .fallback > .file .form-control2::-ms-expand {
  display: none;
}

.upload-image {
  max-width: 30%;
  height: auto;
  padding-top: 20px;
}

.success-area {
  position: relative;
  border: 0px;
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  /* overflow: hidden; */
  width: 100%;
  transition: background-color 0.2s ease;
}
.success-area .fa-check-square {
  font-size: 40px;
  color: #FBED1D;
}
.success-area .success-text {
  color: #FBED1D;
}

.form-check {
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}
.form-check.switch input[type=checkbox] {
  top: 1px;
  width: 28px;
  height: 18px;
  position: absolute;
  margin: 0;
  z-index: -1;
  opacity: 0;
}
.form-check.switch input[type=checkbox] + label {
  padding-left: 34px;
}
.form-check.switch input[type=checkbox] + label:before {
  cursor: pointer;
  width: 26px;
  height: 18px;
  top: 2px;
  background-image: -webkit-linear-gradient(to right, #00a46c 0%, #11b689 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
  background-image: -moz-linear-gradient(to right, #00a46c 0%, #11b689 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
  background-image: linear-gradient(to right, #00a46c 0%, #11b689 44%, rgba(0, 0, 0, 0.14) 62%, rgba(0, 0, 0, 0.04) 97%);
  background-size: 300%;
  background-position: right;
  border-radius: 50px;
  border: none;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  transition: background 310ms, box-shadow 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-check.switch input[type=checkbox] + label:after {
  transform: translateX(0%);
  background: #fff;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  box-shadow: 1px 0px 1px 0.5px rgba(0, 0, 0, 0.12), 2px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  position: absolute;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  overflow: hidden;
}
.form-check.switch input[type=checkbox]:checked + label:before {
  background-position: left;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
}
.form-check.switch input[type=checkbox]:checked + label:after {
  transform: translateX(calc(100% - 6px));
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08), -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.form-check.switch input[type=checkbox]:focus + label:before {
  border: 2px solid black;
}
.form-check.switch.switch-lg input[type=checkbox] {
  top: 0px;
  width: 34px;
  height: 22px;
}
.form-check.switch.switch-lg input[type=checkbox] + label {
  padding-left: 42px;
}
.form-check.switch.switch-lg input[type=checkbox] + label:before {
  width: 34px;
  height: 22px;
  top: 0px;
}
.form-check.switch.switch-lg input[type=checkbox] + label:after {
  width: 18px;
  height: 18px;
  top: 2px;
}
.form-check label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  min-width: 18px;
  min-height: 18px;
  margin-bottom: 0;
  transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
}
.form-check label:before {
  content: "";
  position: absolute;
  left: 0px;
  box-sizing: border-box;
  background-color: #fff;
}

/***********************************************
****************** SWITCH V2 *******************
***********************************************/
.form-check-v2 {
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}
.form-check-v2.switch input[type=checkbox] {
  top: 1px;
  width: 28px;
  height: 18px;
  position: absolute;
  margin: 0;
  z-index: -1;
  opacity: 0;
}
.form-check-v2.switch input[type=checkbox] + label {
  padding-left: 60px;
}
.form-check-v2.switch input[type=checkbox] + label:before {
  cursor: pointer;
  width: 54px;
  height: 18px;
  top: 2px;
  background-color: black;
  border-radius: 50px;
  border: none;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  transition: background 310ms, box-shadow 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "NO";
  font-size: 12px;
  text-align: right;
  font-weight: bold;
  color: white;
  padding-right: 5px;
  padding-top: 2px;
}
.form-check-v2.switch input[type=checkbox] + label:after {
  transform: translateX(0%);
  background: #fff;
  top: 4px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  box-shadow: 1px 0px 1px 0.5px rgba(0, 0, 0, 0.12), 2px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  position: absolute;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  overflow: hidden;
}
.form-check-v2.switch input[type=checkbox]:checked + label:before {
  background-color: #00a46c;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  content: "YES";
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px !important;
  padding-right: none;
  text-align: left;
  padding-top: 2px;
}
.form-check-v2.switch input[type=checkbox]:checked + label:after {
  transform: translateX(calc(100% + 14px));
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08), -3px 3px 6px rgba(0, 0, 0, 0.3);
}
.form-check-v2.switch input[type=checkbox]:focus + label:before {
  outline: 3px solid #666666;
}
.form-check-v2.switch.switch-lg input[type=checkbox] {
  top: 0px;
  width: 54px;
  height: 22px;
}
.form-check-v2.switch.switch-lg input[type=checkbox] + label {
  padding-left: 60px;
}
.form-check-v2.switch.switch-lg input[type=checkbox] + label:before {
  width: 54px;
  height: 22px;
  top: 0px;
}
.form-check-v2.switch.switch-lg input[type=checkbox] + label:after {
  width: 18px;
  height: 18px;
  top: 2px;
}
.form-check-v2 label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  min-width: 18px;
  min-height: 18px;
  margin-bottom: 0;
  transition: border 140ms linear 0s, color 140ms linear 0s, background-color 140ms linear 0s;
}
.form-check-v2 label:before {
  content: "";
  position: absolute;
  left: 0px;
  box-sizing: border-box;
  background-color: #fff;
}

/*Progress Bar*/
#upload-progress {
  height: 20px;
  border: 1px solid #ddd;
  width: 100%;
}

#upload-progress .progress-bar {
  background: #bde1ff;
  width: 0;
  height: 20px;
}

/********************************************************
****************  Step by Step Indicator  ***************
********************************************************/
.tlwrapper {
  display: table;
  width: 100%;
}
.tlwrapper .timeline {
  display: table-row;
  counter-reset: timeline;
}
.tlwrapper .timeline li {
  display: table-cell;
  width: 20%;
  counter-increment: timeline;
  list-style: none;
  text-align: center;
  padding: 0.25em 0.5em;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding-left: 25px;
  white-space: nowrap;
}
.tlwrapper .timeline li.timeline-past {
  background-color: #ccc;
}
.tlwrapper .timeline li:first-child {
  padding-left: 0;
}
.tlwrapper .timeline li:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(151, 204, 237, 0);
  border-left-color: #ccc;
  border-width: 20px;
  margin-top: -20px;
}
.tlwrapper .timeline li > span {
  z-index: 100;
  position: relative;
  display: block;
  color: #555;
}
.tlwrapper .timeline li > span:before {
  display: inline-block;
  color: #555;
  content: counter(timeline);
  border: 3px solid #555;
  margin-right: 0.25em;
  border-radius: 5px;
  padding: 0 0.25em;
}
.tlwrapper .timeline li a {
  z-index: 100;
  position: relative;
  display: block;
  color: #555;
}
.tlwrapper .timeline li a:before {
  display: inline-block;
  color: #555;
  content: counter(timeline);
  background-color: none;
  border: 3px solid #555;
  margin-right: 0.25em;
  border-radius: 5px;
  padding: 0 0.25em;
}
.tlwrapper .timeline li.timeline-current > span {
  color: #036;
  font-weight: bold;
}
.tlwrapper .timeline li.timeline-current > span:before {
  color: #fff;
  background-color: #036;
  border-color: #036;
}
.tlwrapper .timeline li.timeline-current a {
  color: #036;
  font-weight: bold;
}
.tlwrapper .timeline li.timeline-current a:before {
  color: #fff;
  background-color: #036;
  border-color: #036;
}
.tlwrapper .timeline li.timeline-current:after {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(151, 204, 237, 0);
  border-left-color: #ccc;
  border-width: 20px;
  margin-top: -20px;
}
.tlwrapper .timeline .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/************ ENSURE ANIMATIONS IN THE VIEWPORT DON'T SHOW BEFORE ANIMATION *****/
@media (prefers-reduced-motion: no-preference) {
  .gsap-slide-up {
    visibility: hidden;
  }
  .gsap-onload-slide-down {
    visibility: hidden;
  }
  .gsap-fade-in {
    visibility: hidden;
  }
}
/******** RULES TABLES ************/
/************ Draw table has no header but UPC table does.  For each row that needs a header on mobile add data header - for example: <td data-header="UPC: ">68200347448</td>
    and for each table header column add scope="col" for example: th scope="col"></th>
***************/
.drawtable,
.upctable,
.prizetable {
  min-width: 100%;
  border: 1px solid #737373;
  margin-bottom: 20px;
}
.drawtable th, .drawtable td,
.upctable th,
.upctable td,
.prizetable th,
.prizetable td {
  padding: 0.5rem 1rem;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .drawtable th, .drawtable tr, .drawtable td,
  .upctable th,
  .upctable tr,
  .upctable td,
  .prizetable th,
  .prizetable tr,
  .prizetable td {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .upctable th, .upctable tr, .upctable td,
  .prizetable th,
  .prizetable tr,
  .prizetable td {
    display: block;
  }
  .upctable td::before,
  .prizetable td::before {
    content: attr(data-header);
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-right: 0%;
  }
  .upctable th[scope=col],
  .prizetable th[scope=col] {
    display: none;
  }
}

table, thead, tbody, tfoot, tr, td, th {
  border-collapse: collapse;
}

table > tr:nth-child(even),
tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

table > tr:nth-child(odd),
tbody tr:nth-child(odd) {
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.1);
}

.mbd-slider {
  /* --- Arrows (Your existing styles, largely untouched) --- */
  /* --- SLIDES --- */
  /* Utilities */
}
.mbd-slider .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  cursor: pointer;
  border: none;
  outline: none;
  /* Simplified Icon Logic */
}
.mbd-slider .slick-arrow.slick-prev {
  left: -10px;
}
.mbd-slider .slick-arrow.slick-next {
  right: -10px;
}
.mbd-slider .slick-arrow .slick-prev-icon, .mbd-slider .slick-arrow .slick-next-icon {
  display: block;
  width: 15px;
  height: 27px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.mbd-slider .slick-arrow .slick-prev-icon {
  background-image: url(../images/slider-arrow-left.svg);
}
.mbd-slider .slick-arrow .slick-prev-icon:before {
  display: none;
}
.mbd-slider .slick-arrow .slick-next-icon {
  background-image: url(../images/slider-arrow-right.svg);
}
.mbd-slider .slick-arrow .slick-next-icon:before {
  display: none;
}
.mbd-slider .slick-slide {
  /* BASE STATE (Off-screen / Default) */
  transform: scale(0.75);
  opacity: 1;
  z-index: 1;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease;
  position: relative;
  /* Fix the "Bounce": Persistent Transform Origins */
  /* If it's on the left side, anchor left. If right, anchor right. */
  /* --- POSITIONS (The 5 Visible Slots) --- */
  /* SLOT 1 & 5: Far Edges (Smallest Visible) */
  /* They inherit Scale 0.75 from Base State, so we just set opacity/z-index */
  /* SLOT 2 & 4: Inner Neighbors (Medium) */
  /* SLOT 3: Center (Hero) */
}
.mbd-slider .slick-slide.no-transition {
  transition: none !important;
}
.mbd-slider .slick-slide.side-left {
  transform-origin: left center;
}
.mbd-slider .slick-slide.side-right {
  transform-origin: right center;
}
.mbd-slider .slick-slide.pos-1, .mbd-slider .slick-slide.pos-5 {
  opacity: 1;
  z-index: 2;
}
.mbd-slider .slick-slide.pos-2, .mbd-slider .slick-slide.pos-4 {
  transform: scale(0.85);
  opacity: 1;
  z-index: 3;
}
.mbd-slider .slick-slide.pos-3 {
  transform: scale(1) !important;
  transform-origin: center center; /* Override side-align */
  opacity: 1;
  z-index: 4;
}
.mbd-slider .textbox {
  width: 100%;
  background-color: white;
  border-radius: 6px;
  padding: 14px;
}
.mbd-slider .textbox p {
  line-height: 110%;
}
.mbd-slider .slick-autoplay-toggle-button {
  display: none;
}
