﻿/**
* Theme Name: SAPPORO 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.black {
  color: #000000;
}

.white {
  color: white;
}

.warning {
  color: #EB0000;
}

.grey {
  color: #737373;
}

.yellow {
  color: #FDBE4F;
}

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

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

/************** FONTS ******************************/
.primaryfont {
  font-family: "Poppins", sans-serif;
}

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

.thirdfont {
  font-family: "Poppins", sans-serif;
}

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

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

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

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

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

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

.fontWeightBlack, .fw-black {
  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 >= 769px) {
  .retna, .dsktp {
    display: block;
  }
  .regsize, .mble {
    display: none;
  }
}
@media (width <= 768px) {
  .retna, .dsktp {
    display: none;
  }
  .regsize, .mble {
    display: block;
  }
}
h1 {
  font-size: 3.688rem;
  line-height: 4.5rem;
  color: #FDBE4F;
}
@media screen and (max-width: 658px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 3.313rem;
  color: #FDBE4F;
}
@media screen and (max-width: 658px) {
  h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  .french .modal-body h2.fs-40 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 2.625rem;
}

.fs-75 {
  font-size: 4.688rem;
}
@media screen and (max-width: 658px) {
  .fs-75 {
    font-size: 3.6rem;
  }
}

.fs-59 {
  font-size: 3.688rem;
  line-height: 4.5rem;
}
@media screen and (max-width: 658px) {
  .fs-59 {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
  line-height: 3.313rem;
}
@media screen and (max-width: 658px) {
  .fs-40 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.fs-32 {
  font-size: 2rem;
  line-height: 2.625rem;
}
.fs-32 sup {
  font-size: 0.8rem;
  top: -0.8rem;
}
@media screen and (max-width: 658px) {
  .fs-32 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.fs-26 {
  font-size: 1.625rem;
  line-height: 1.625rem;
}

.fs-22 {
  font-size: 1.375rem;
  line-height: 35px;
}
.fs-22 sup {
  font-size: 0.65rem;
  top: -0.5rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
  line-height: 2.188rem;
}

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

.fs-18 {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.fs-18 sup {
  font-size: 0.6rem;
  top: -0.5rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.lh-30 {
  line-height: 1.875rem;
}

.lh-3-5 {
  line-height: 3.5rem;
}

.lh-2 {
  line-height: 2rem;
}

.lh-26 {
  line-height: 1.625rem;
}

.lh-40 {
  line-height: 3.313rem;
}
@media screen and (max-width: 575px) {
  .lh-40 {
    line-height: unset;
  }
}

/**********************************************************
    ******************** SPACING ************************
***********************************************************/
.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%;
  }
}

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

body {
  font-size: 16px;
  line-height: 1.8rem;
  font-family: "Poppins", sans-serif;
  background-color: #000000;
}
body p {
  font-size: 16px;
  line-height: 1.8rem;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Poppins", sans-serif;
  color: #FDBE4F;
}

a {
  cursor: pointer;
  color: #FDBE4F;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #FDBE4F;
  text-decoration: none;
  border-bottom: 1px solid white;
}
a.socialLink:hover, a.socialLink:focus {
  color: #FDBE4F;
  text-decoration: none;
  border-bottom: 0px solid white;
}
a.socialLink:hover img, a.socialLink:focus img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(15%) saturate(2800%) hue-rotate(319deg) brightness(103%) contrast(98%);
}
a.no-underline {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover, a.underline:focus {
  color: #FDBE4F;
  text-decoration: none;
  border: 2px solid #FDBE4F;
}

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

#preheader {
  padding-top: 12px;
}

.starbkg {
  background-color: #D7D9DD;
  background-image: url(../images/025034-header-rays.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: D7D9DD;
  overflow: hidden;
}
@media screen and (max-width: 991.5px) {
  .starbkg {
    background-image: url(../images/025034-header-rays-mble.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
.starbkg .winLockup {
  z-index: 1;
  position: relative;
  margin-bottom: -15%;
}
@media screen and (max-width: 575.5px) {
  .starbkg .winLockup {
    margin-bottom: -10%;
  }
}
.starbkg .mountainfooter {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767.5px) {
  .starbkg .mountainfooter {
    width: 200%;
    max-width: unset;
    min-width: 150%;
    height: auto;
    margin-left: -50%;
    margin-right: -50%;
    overflow: hidden;
  }
}
.starbkg .black a {
  color: #000000;
}
.starbkg .black a:hover, .starbkg .black a:focus {
  border-bottom: #000000;
}

/**********AGE GATE HEADER***********/
#ageHeader nav.lang p {
  color: black;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  text-align: right;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#ageHeader nav.lang p a {
  color: black;
  font-weight: 600;
  text-decoration: none;
}
#ageHeader nav.lang p a:focus, #ageHeader nav.lang p a:hover {
  text-decoration: underline;
  border-bottom: 0px;
}
@media screen and (max-width: 992px) and (min-width: 769px) {
  #ageHeader nav.lang p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #ageHeader nav.lang p {
    font-size: 1rem;
  }
}
#ageHeader a:focus, #ageHeader a:hover {
  border-bottom: 0px;
}

/***********CONTEST HEADER***********/
#mainHeader section.preheader {
  height: 100%;
}
#mainHeader section.preheader nav.container {
  height: 100%;
}
#mainHeader section.preheader nav.container > .row {
  height: 100%;
}

/****************** headerline ********************/
.headerline {
  display: block;
  height: 19px;
  background-image: url(../images/line-fullwidth.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

footer {
  margin-top: 35px;
}
footer.age {
  margin-top: 35px;
  overflow: hidden;
}
footer p {
  font-size: 1rem;
  line-height: 1.6rem;
}
footer p a {
  color: #ffffff;
  text-decoration: underline;
}
footer p a:focus, footer p a:hover {
  text-decoration: none;
  border-bottom: 1px solid white;
}

/*--------------------------------
MOBILE MENU STYLES
--------------------------------*/
.preheader nav > .row {
  position: relative;
}
.preheader .header-nav-trigger {
  display: block;
  position: relative;
  height: 54px;
  width: 54px;
  background-color: transparent;
  overflow: hidden;
  animation: fadein 200ms 1 ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 991px) {
  .preheader .header-nav-trigger {
    width: 44px;
    height: 40px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.preheader:hover {
  border-bottom: 0px;
}
.preheader .header-nav-icon {
  position: absolute;
  background-image: url(../images/nav_menu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 39px;
  height: 31px;
  margin: 7px 7.5px;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .preheader .header-nav-icon {
    width: 30px;
    height: 24px;
  }
}
.preheader .header-nav-icon:hover, .preheader .header-nav-icon:focus {
  border-bottom: 0px;
  text-decoration: none;
  opacity: 0.5;
}
.preheader a {
  color: #FDBE4F;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1em;
  border-bottom: 0px;
}

.nav-container {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  height: 100%;
  width: 303px;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
@media screen and (max-width: 548px) {
  .nav-container {
    width: 100%;
  }
}
.nav-container .nav-wrapper {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 75px 40px 40px 40px;
  background-color: #000000;
  border-left: 10px solid #FDBE4F;
  -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);
}
.nav-container .nav-wrapper ul, .nav-container .nav-wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  font-family: "Poppins", sans-serif;
}
.nav-container .nav-wrapper .nav-menu li {
  padding: 0;
  margin: 0 0 15px 0;
  display: block;
  border-top: 0px solid white;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 35px;
}
.nav-container .nav-wrapper .nav-menu li a {
  padding: 0;
  color: #ffffff;
  text-decoration: none;
}

.french .nav-container {
  width: 403px;
}
@media screen and (max-width: 548px) {
  .french .nav-container {
    width: 100%;
  }
}
.french .nav-container ul.nav-menu {
  max-width: 250px;
}

.nav-is-open .preheader .header-nav-trigger {
  animation: fadeout 200ms 1 ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadeout {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.nav-is-open .header-nav-trigger.close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 54px;
  width: 54px;
}
.nav-is-open .header-nav-trigger.close:hover, .nav-is-open .header-nav-trigger.close:focus {
  text-decoration: none;
  border-bottom: 0px;
}
.nav-is-open .header-nav-trigger.close .header-nav-icon {
  background-image: url(../images/nav_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 35px;
  margin: 20px 10px;
  opacity: 1;
  display: block;
}
.nav-is-open .header-nav-trigger.close .header-nav-icon:hover, .nav-is-open .header-nav-trigger.close .header-nav-icon:focus {
  border-bottom: 0px;
  text-decoration: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%);
}
.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::AGEGATE **********/
.ageGateBody {
  overflow: visible;
}

/**** END::AGEGATE **********/
/**********************START:: PRIZE PAGE *******************/
ul.custom-star {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 60px;
}
ul.custom-star li {
  position: relative;
  color: white;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin-left: 45px;
  margin-top: 38px;
}
@media screen and (max-width: 658px) {
  ul.custom-star li {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
ul.custom-star li:before {
  display: inline-block;
  content: "";
  background-image: url(../images/icon-list-star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 45px;
  margin-left: -45px;
  padding-right: 17px;
  height: 27px;
  position: relative;
}
ul.custom-star.french {
  padding-bottom: 20px;
}

.card {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
}
.card .card-body {
  padding: 0px;
}
.card .card-body .prizePage-Instant {
  position: relative;
  z-index: 10;
}
.card .card-body .prizeNameTextBox {
  background-color: #FDBE4F;
  position: relative;
  z-index: 0;
  margin-left: -55%;
}
.card .card-body .prizeNameTextBox p {
  margin-left: 35%;
  margin-right: 2%;
  padding-top: 14px;
  margin-bottom: 0px;
  padding-bottom: 14px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .card .card-body .prizeNameTextBox p {
    margin-left: 30%;
  }
}

.prizePage .prizeRows .prizeImg {
  max-width: 50%;
  min-width: 50%;
  height: 50%;
  height: auto;
  display: inline-block;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .prizePage .prizeRows .prizeImg {
    margin: -15px 0;
  }
}
.prizePage .prizeRows .yellowPrizeTitle {
  display: flex;
  background-color: #FDBE4F;
  display: inline-block;
  min-width: 50%;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 0;
  right: 0;
  width: 71%;
  z-index: 1;
}
.prizePage .prizeRows .yellowPrizeTitle p {
  margin-left: 32%;
  margin-right: 2.5%;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1400px) {
  .prizePage .prizeRows .yellowPrizeTitle {
    width: 67%;
  }
  .prizePage .prizeRows .yellowPrizeTitle.angledfix {
    width: 70%;
  }
  .prizePage .prizeRows .yellowPrizeTitle p {
    margin-left: 29%;
    margin-right: 2.5%;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .french .prizePage .prizeRows .yellowPrizeTitle p.fs-22 {
    font-size: 1.2rem !important;
  }
}

/********************** END:: PRIZE PAGE *******************/
/************ START:: CLAIM FORM **************/
@media screen and (min-width: 576px) {
  .claimform-prizeimg.mob {
    max-width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .claimform-prizeimg.mob {
    max-width: 50%;
    height: auto;
  }
}

/************** END:: CLAIM FORM **************/
/***************** START:: ANIMATION PAGE *****************/
.confirmation .winnerPrizeImage {
  max-height: 211px;
  width: auto;
}

/***************** START: RULES PAGE *****************/
.rulesPage {
  margin-top: 50px;
  margin-bottom: 50px;
}
.rulesPage p {
  color: white;
}
.rulesPage ol li {
  color: white;
  margin-bottom: 10px;
}
.rulesPage table {
  margin-top: 10px;
  margin-bottom: 10px;
}

/***************** START:: RULES MODAL *****************/
#rulesModal .modal-content {
  background-color: #000000;
  border: 1px solid #FDBE4F;
}
#rulesModal .modal-content .modal-header {
  border-bottom: 0px;
  align-items: unset;
}
#rulesModal .modal-content .modal-header .btn-close {
  color: #FDBE4F;
  background-image: url(../images/modal-close.svg);
  opacity: 1;
}
#rulesModal .modal-content .modal-header .btn-close:focus, #rulesModal .modal-content .modal-header .btn-close:hover {
  outline: 1px solid #FDBE4F;
}
#rulesModal .modal-content .modal-body {
  padding: 1rem 3rem;
}
#rulesModal .modal-content .modal-body p {
  color: white;
}
#rulesModal .modal-content .modal-body ol li {
  color: white;
  margin-bottom: 10px;
}
#rulesModal .modal-content .modal-body table {
  margin-top: 10px;
  margin-bottom: 10px;
}

/***************** 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: #FDBE4F;
}

fieldset {
  margin: 0;
  margin-bottom: 44px;
  padding: 0;
  padding: 11px 33px;
  border: 1px solid #231F20;
  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 #231F20;
  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: 0px;
  border-radius: 5px;
  border: 2px solid #231F20;
  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:focus-within, .form-group-default.focussed {
  border: 2px solid #FDBE4F !important;
  outline: 2px solid #FDBE4F;
}
.form-group-default.required::after {
  z-index: 1;
  color: #231F20;
  content: "*";
  font-family: "Poppins", 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: "Poppins", sans-serif;
}
.form-group-default label:not(.error) {
  font-size: 15px;
  font-weight: 400;
}
.form-group-default .form-control {
  border: 0;
  height: 25px;
  min-height: 25px;
  padding: 0px;
  margin-top: -2px;
  background: 0 0;
  outline: 0;
}
.form-group-default .form-control option {
  height: 30px;
}

.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: #231F20;
  font-weight: 400;
  font-family: "Poppins", 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: #EB0000;
  border: 1px solid #EB0000;
  border-top: none;
  background-color: #EB0000;
  margin-bottom: 10px;
}

.inputhelper {
  font-size: 0.75rem;
  padding: 5px 0 0px 0px;
  margin: -25px 0px 25px 0;
  color: #ffffff;
  line-height: 1rem;
}
.inputhelper.black {
  color: #000000;
}
.inputhelper a {
  color: #FDBE4F;
  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 {
  position: relative;
  display: inline-block;
  background-color: #FDBE4F;
  border: 2px solid #000000;
  color: black;
  cursor: pointer;
  line-height: 1.16;
  outline: none;
  overflow: hidden;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  padding: 5px 55px;
  text-decoration: none;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 1.813rem;
  line-height: 53px;
  letter-spacing: 0px;
}
.button:hover, .button:active, .button:focus {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-bottom: 2px solid #000000 !important;
  text-decoration: none;
  transition: all 0.3s;
}
.button .fa, .button .fas {
  /*background-image: url(scss/spinner-solid.svg);
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;*/
}
.button .spinner {
  margin-top: -5px;
  padding-right: 15px;
}
.button .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.sixtysevenHeight {
  line-height: 50px;
}

.french .button {
  font-size: 1.813rem;
  text-align: center;
  line-height: 1.8rem;
  padding: 20px 40px;
}

.submit-button {
  background: #FDBE4F 0% 0% no-repeat padding-box;
  border-radius: 0;
  border: 2px solid #000000;
  opacity: 1;
  text-align: center;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 1.813rem;
  line-height: 61px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  padding: 0 85px;
}
@media screen and (max-width: 576px) {
  .submit-button {
    font-size: 1.5rem;
    line-height: 60px;
    padding: 0 20px;
    width: 100%;
  }
}
.submit-button:hover, .submit-button:focus {
  background-color: white;
  color: #000000;
  text-decoration: none;
  outline: 2px solid #FDBE4F;
}
.submit-button .spinner {
  margin-top: -5px;
  padding-right: 15px;
}
.submit-button .spinner img {
  -webkit-animation: rotation 2s infinite linear;
  vertical-align: unset;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

/*--------------------------------
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-bottom: 20px;
  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: 14px;
  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: "Poppins", 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: 16px;
    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 #231F20;
}
.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: #FDBE4F;
  text-decoration: underline;
}
.checkbox label a:focus, .checkbox label a:hover {
  text-decoration: none;
  border-bottom: 1px solid white;
}
.checkbox input[type=checkbox]:checked + label::before {
  border-color: #FDBE4F;
  /*border-width: 12px;*/
  background-color: #FDBE4F;
}
.checkbox input[type=checkbox]:not(:checked):focus ~ label::before {
  border: 2px solid #FDBE4F !important;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(../images/mbd-icon-checkbox.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: 25px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #ffffff;
}
.multi-checkbox label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: white;
  border: 1px solid #737373;
}
.multi-checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox label::before {
  top: 1.4px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox 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;
}
.multi-checkbox input[type=checkbox]:checked + label::before {
  border-color: #ffffff;
  border-width: 8.5px;
}
.multi-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(../images/mbd-icon-checkbox.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  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: 16px;
  height: 16px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .multi-checkbox input[type=checkbox]:checked + label::after {
    left: 0px;
    top: 2px;
    background-size: 20px 20px;
  }
}
.multi-checkbox.has-error input[type=checkbox] + label::before {
  border-color: #EB0000;
  background-color: #EB0000;
}

/*--------------------------------
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: #737373;
  font-family: "Poppins", sans-serif;
}

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

.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: #ffffff;
  border-width: 12px;
}
.radio input[type=radio]:checked + label::after {
  content: "";
  background-image: url("images/mbd-icon-checkbox.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;
    background-size: 12px 12px;
  }
}
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
@media screen and (max-width: 767px) {
  .radio label {
    font-size: 16px;
    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: #ffffff;
  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: #231F20;
}
.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 #EB0000;
  background-color: #EB0000;
  color: #EB0000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.alert-text, .text-danger {
  color: #EB0000 !important;
  margin-top: 5px;
  font-family: "Poppins", 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 #EB0000;
  display: block;
}

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

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

.form-group-default.advanced.has-error {
  border: 2px solid #EB0000 !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 #EB0000 !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 #EB0000 !important;
}

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

.checkbox.has-error .field-validation-error {
  margin-left: 40px;
  margin-top: -15px;
  margin-bottom: 24px;
  width: auto !important;
}
.checkbox.has-error .field-validation-error span {
  background-color: #000000;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

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

/********************************* 
********* 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 #EB0000 !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;
}
@media screen and (max-width: 991px) {
  select.form-control:not([size]):not([multiple]) {
    height: 35px;
  }
}

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

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FDBE4F !important;
  color: black;
}

.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;
}
@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: #FDBE4F;
  color: black;
}
.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 #EB0000;
  background-color: #EB0000;
  color: #EB0000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.alert-text, .text-danger {
  color: #EB0000 !important;
  margin-top: 5px;
  font-family: "Poppins", 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 #EB0000;
  display: block;
}

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

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

.form-group-default.advanced.has-error {
  border: 2px solid #EB0000 !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 #EB0000 !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 #EB0000 !important;
}

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

.checkbox.has-error .field-validation-error {
  margin-left: 40px;
  margin-top: -15px;
  margin-bottom: 24px;
  width: auto !important;
}
.checkbox.has-error .field-validation-error span {
  background-color: #000000;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

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

/********************************* 
********* 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 #EB0000 !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;
}
.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: "Poppins", sans-serif !important;
  color: #231F20;
}
.dropzone .dz-message .dz-button:focus {
  outline: 0px;
}
.dropzone .dz-message .dz-button .uploadtxt {
  font-size: 15px !important;
}
.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: #EB0000;
  border-radius: unset;
  top: 0;
  text-align: center;
  padding: 20px 0 0 0;
}
.dropzone .dz-preview .dz-error-message:after {
  border: 0px;
}
.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: 10%;
  height: auto;
  padding-top: 20px;
}

.success-area {
  background-color: white;
  position: relative;
  border: 0px;
  border-radius: 5px;
  border: 2px solid #006cac;
  padding-top: 7px;
  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;
  padding-top: 20px;
}

.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;
}

/*********** ANIMATON *********/
@media screen and (min-width: 1400px) {
  #flash {
    height: 670px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  #flash {
    height: 615px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #flash {
    height: 615px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  #flash {
    height: 475px;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  #flash {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  #flash {
    height: 350px;
  }
}

/**********************/
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(4320deg);
  }
}
@keyframes norotate {
  0% {
    transform: rotate(4320deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.spin {
  animation: 3s rotate 1;
  animation-timing-function: ease-in-out;
  transform-origin: center;
}

.spin::before {
  animation: 3s norotate 1;
  animation-timing-function: ease-in-out;
}

.gold {
  position: absolute;
  width: 300px;
  height: 300px;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .gold {
    width: 260px;
    height: auto;
    margin-left: -2px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .gold {
    width: 260px;
    height: auto;
    margin-left: 0px;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .gold {
    top: 260px;
    width: 215px;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .gold {
    top: 190px;
    width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .gold {
    top: 190px;
    width: 160px;
    height: auto;
  }
}

.gold::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  top: 0%;
  left: 0%;
  z-index: -1;
  transform: rotate(1080deg);
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .gold::before {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .gold::before {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .gold::before {
    width: 215px;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .gold::before {
    width: 160px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .gold::before {
    width: 160px;
    height: auto;
  }
}

.animation-container {
  position: relative;
}

.knife {
  position: absolute;
  left: 110px;
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .knife {
    left: 90px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .knife {
    left: 90px;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .knife {
    left: 34%;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .knife {
    left: 35%;
  }
}
@media screen and (max-width: 576px) {
  .knife {
    left: 45%;
  }
}
.knife img {
  width: 102px;
  height: auto;
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .knife img {
    width: 96px;
    height: auto;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .knife img {
    width: 96px;
    height: auto;
  }
}
@media screen and (max-width: 991.5px) and (min-width: 768px) {
  .knife img {
    width: 70px;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .knife img {
    width: 50px;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .knife img {
    width: 50px;
    height: auto;
  }
}

@keyframes knifeanim {
  /*from {
    transform: translate(0px, 0px);
  }

  to {
    transform: rotate(29deg) translate(-20px, 0px);
  }*/
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: rotate(29deg) translate(-20px, 0px);
  }
  75% {
    transform: rotate(29deg) translate(-20px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.knifeAnimation {
  transform: translate(0px, 0px);
  transform-origin: bottom center;
  animation: 3s knifeanim ease-out 1;
  animation-fill-mode: forwards;
}

@keyframes confirmanimationout {
  from {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  to {
    transform: translate(0px, 7px);
    opacity: 0;
  }
}
@keyframes winneranimationin {
  from {
    transform: translate(0px, 7px);
    opacity: 0;
    display: inline-block;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
    display: inline-block;
  }
}
@keyframes winneranimationinMobile {
  from {
    transform: translate(0px, 0px);
    opacity: 0;
    display: inline-block;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
    display: inline-block;
  }
}
#entryConfirmation {
  opacity: 1;
  display: inline-block;
}
#entryConfirmation.remove {
  animation-name: confirmanimationout;
  animation-duration: 500ms;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#winnerbox {
  opacity: 0;
  display: none;
}
#winnerbox.activate {
  opacity: 0;
  display: inline-block;
  animation-name: winneranimationin;
  animation-duration: 500ms;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 992px) {
  #winnerbox.activate {
    animation-name: winneranimationinMobile;
    animation-duration: 150ms;
    animation-delay: 150ms;
  }
}

/******** 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 grey;
  margin-bottom: 20px;
}
.drawtable th, .drawtable td,
.upctable th,
.upctable td,
.prizetable th,
.prizetable td {
  padding: 0.5rem 1rem;
  color: white;
}
@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(255, 255, 255, 0.05);
}

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

.mbd-slider {
  margin-top: 78px;
}
.mbd-slider .slick-arrow.slick-prev {
  width: 34px;
  height: 35px;
  top: -45px;
  left: unset;
  right: 75px;
}
.mbd-slider .slick-arrow.slick-prev .slick-prev-icon {
  background-image: url(../images/025034-slick-slider/arrow-left.svg);
  width: 34px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.mbd-slider .slick-arrow.slick-prev .slick-prev-icon:before {
  content: "";
}
.mbd-slider .slick-arrow.slick-prev:focus .slick-prev-icon {
  margin-left: 0px;
}
.mbd-slider .slick-arrow.slick-next {
  width: 34px;
  height: 35px;
  top: -45px;
  right: 0;
}
.mbd-slider .slick-arrow.slick-next .slick-next-icon {
  background-image: url(../images/025034-slick-slider/arrow-right.svg);
  width: 34px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.mbd-slider .slick-arrow.slick-next .slick-next-icon:before {
  content: "";
}
.mbd-slider .slick-arrow.slick-next:focus .slick-next-icon {
  margin-left: 0px;
}
