﻿/**
* 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
--------------------------------*/
@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");
@media (min-width: 1400px) {
  .container, .container-xxl {
    max-width: 1280px !important; /* Adjust to your desired width */
  }
}
/************ CONTAINER DEBUGGER *************/
/* 
    * {
    outline: 1px solid blue;
} 

*/
/************** COLORS ******************************/
/**FORM COLORS**/
.black {
  color: #000000;
}

.white {
  color: white;
}

.warning {
  color: #D71920;
}

.grey {
  color: #737373;
}

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

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

.red-text, .red {
  color: #B12025;
}

.burgundy {
  color: #650000;
}

/************** FONTS ******************************/
.primaryfont {
  font-family: Verdana, Geneva, sans-serif;
}

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

.thirdfont {
  font-family: "Poppins", 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;
}

p {
  font-size: 1rem;
  font-family: Verdana, Geneva, sans-serif;
}
p a.red {
  text-decoration: underline;
  color: #B12025;
}
p a.red:hover, p a.red:focus {
  text-decoration: none;
  border-bottom: 2px solid #B12025;
  color: #B12025;
}
p a.white {
  text-decoration: underline;
  color: #ffffff;
}
p a.white:hover, p a.white:focus {
  text-decoration: none;
  border-bottom: 2px solid #EED5B2;
  color: #EED5B2;
}
p a.burgundy {
  text-decoration: underline;
  color: #650000;
}
p a.burgundy:hover, p a.burgundy:focus {
  text-decoration: none;
  border-bottom: 2px solid #650000;
  color: #650000;
}

/************** 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) {
  .dsktp {
    display: block;
  }
  .mble {
    display: none !important;
  }
}
@media (width <= 991.9px) {
  .dsktp {
    display: none;
  }
  .mble {
    display: block;
  }
}
@media (width >= 992px) {
  .dsktp992 {
    display: block;
  }
  .mble992 {
    display: none;
  }
}
@media (width <= 992px) {
  .dsktp992 {
    display: none;
  }
  .mble992 {
    display: block;
  }
}
sup.md-fr {
  font-size: 0.5rem;
  top: -0.3rem;
}

/**********************************************************
    ******************** SPACING ************************
***********************************************************/
sup {
  top: -0.5rem;
  font-size: 0.65em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

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

.fs-62 {
  font-size: 3.875rem;
}
@media screen and (max-width: 768px) {
  .fs-62 {
    font-size: 3.125rem;
    line-height: 3.875rem;
  }
}

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

.fs-50 {
  font-size: 3.125rem;
}
@media screen and (max-width: 768.9px) {
  .fs-50 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 540px) {
  .fs-50 {
    font-size: 1.8rem;
  }
}

.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-36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 658px) {
  .fs-36 {
    font-size: 2rem;
  }
}

.fs-34 {
  font-size: 2.125rem;
  line-height: 2.5rem;
}
.fs-34 sup {
  font-size: 1rem;
  top: -13px;
}
@media screen and (max-width: 767px) {
  .fs-34 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .fs-34 sup {
    font-size: 0.8rem;
    top: -10px;
  }
}
@media screen and (max-width: 575px) {
  .fs-34 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .fs-34 sup {
    font-size: 0.8rem;
    top: -8px;
  }
}

.fs-30 {
  font-size: 1.875rem;
}
.fs-30 sup {
  font-size: 0.8rem;
  top: -10px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .fs-30 {
    font-size: 1.45rem;
    line-height: 1.8rem;
    margin-bottom: 5px;
  }
}

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

.french .fs-30 {
  font-size: 1.7rem;
}
.french .fs-30 sup {
  font-size: 0.8rem;
  top: -10px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .french .fs-30 {
    font-size: 1.45rem;
    line-height: 1.8rem;
    margin-bottom: 5px;
  }
}

.fs-29 {
  font-size: 1.813rem;
  line-height: 1.7rem;
}

.fs-26 {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .fs-26 {
    font-size: 1.375rem;
  }
}

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

.fs-22 {
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.fs-22 sup {
  font-size: 0.7rem;
  top: -8px;
  padding-left: 2px;
}

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

sup.fs-18 {
  font-size: 0.75rem;
  line-height: 1rem;
  top: -1em;
}
@media screen and (max-width: 767px) {
  sup.fs-18 {
    font-size: 0.65rem;
    top: -1em;
  }
}
@media screen and (max-width: 575px) {
  sup.fs-18 {
    font-size: 0.55rem;
    top: -1em;
  }
}

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

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

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

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

body {
  background-color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
}

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

a span, a .button {
  pointer-events: none;
}

body.mainContestbkg {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  background-color: #5A0000;
}
body.mainContestbkg .container.maincont {
  max-width: 1280px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  body.mainContestbkg .container.maincont {
    filter: none;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
body.mainContestbkg .container.maincont .start {
  background: linear-gradient(77deg, rgb(90, 0, 0) 0%, rgb(162, 27, 31) 83%);
  padding-top: 136px;
  padding-bottom: 136px;
  position: relative;
}
body.mainContestbkg .container.maincont .start.rules {
  padding-top: 80px;
}
@media screen and (max-width: 991.9px) {
  body.mainContestbkg .container.maincont .start {
    background: linear-gradient(0deg, rgb(90, 0, 0) 0%, rgb(176, 20, 29) 76%);
    padding-top: 54px;
    padding-bottom: 54px;
  }
  body.mainContestbkg .container.maincont .start.rules {
    padding-top: 54px;
  }
}
body.mainContestbkg .container.maincont .start .soccerball {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/ball_lg.webp);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 0;
}
body.mainContestbkg .container.maincont .start .soccerball-sm {
  max-width: 100%;
  width: 242px;
  height: auto;
  margin-top: 37px;
}
body.mainContestbkg .container.maincont .contestbody {
  background: linear-gradient(57deg, rgb(90, 0, 0) 0%, rgb(161, 27, 31) 100%);
  padding-top: 109px;
  padding-bottom: 109px;
}
@media screen and (max-width: 991.9px) {
  body.mainContestbkg .container.maincont .contestbody {
    background: linear-gradient(0deg, rgb(90, 0, 0) 0%, rgb(176, 20, 29) 76%);
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
body.mainContestbkg .container.maincont .contestbody .contestbox {
  background: #FEE4CF;
  border-radius: 18px;
  padding: 35px 80px;
}
@media screen and (max-width: 991.9px) {
  body.mainContestbkg .container.maincont .contestbody .contestbox {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 567px) {
  body.mainContestbkg .container.maincont .contestbody .contestbox {
    padding: 25px 15px;
  }
}
body.mainContestbkg a.socialiconlink {
  display: inline-block;
  border-bottom: 0px;
  text-decoration: none;
  padding: 10px;
}
body.mainContestbkg a.socialiconlink .ig-icon,
body.mainContestbkg a.socialiconlink .fb-icon {
  color: #fee4cf; /* The default starting color */
  transition: transform 0.3s ease, color 0.3s ease, filter 0.3s ease;
}
body.mainContestbkg a.socialiconlink:hover .ig-icon,
body.mainContestbkg a.socialiconlink:hover .fb-icon, body.mainContestbkg a.socialiconlink:focus .ig-icon,
body.mainContestbkg a.socialiconlink:focus .fb-icon, body.mainContestbkg a.socialiconlink:focus-within .ig-icon,
body.mainContestbkg a.socialiconlink:focus-within .fb-icon {
  color: #ffffff;
  transform: translateY(-6px) scale(1.1);
  filter: drop-shadow(0px 8px 10px rgba(0, 0, 0, 0.5));
}

/***********CONTEST HEADER***********/
body.mainContestbkg {
  position: relative;
}
body.mainContestbkg #header {
  position: relative;
  overflow: hidden;
  background-color: #B12025;
  height: 75px;
}
body.mainContestbkg #header section.preheader {
  height: 75px;
  width: 100%;
}
body.mainContestbkg #header section.preheader nav.container {
  height: 100%;
}
body.mainContestbkg #header section.preheader nav.container > .row {
  height: 100%;
}
body.mainContestbkg #header section.preheader nav.container > .row a.nav-link {
  color: white;
  border-bottom: 0px;
  text-decoration: none;
}
body.mainContestbkg #header section.preheader nav.container > .row a.nav-link:focus, body.mainContestbkg #header section.preheader nav.container > .row a.nav-link:hover {
  text-decoration: underline;
}
body.mainContestbkg #header section.preheader ul.nav-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-right: 10px;
}
body.mainContestbkg #header section.preheader ul.nav-menu li {
  display: inline-block;
}
body.mainContestbkg #header section.preheader ul.nav-menu li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px;
}
body.mainContestbkg #header section.preheader ul.nav-menu li a:hover, body.mainContestbkg #header section.preheader ul.nav-menu li a:focus {
  text-decoration: underline;
  color: #EED5B2;
}

footer {
  background-color: #B12025;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1400px) {
  footer > .container {
    margin-left: 58px;
    margin-right: 58px;
    max-width: 1140px !important;
  }
}
@media screen and (max-width: 991.9px) {
  footer {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
}
footer p {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: white;
}
footer p a {
  color: white;
}
footer p a:hover, footer p a:focus {
  color: white;
  text-decoration: none;
  border-bottom: 2px solid white;
}

body.mainContestbkg {
  /*******Mobile menu styles*********/
  /*******Mobile menu styles*********/
}
@media screen and (min-width: 992px) {
  body.mainContestbkg .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;
  }
}
@media screen and (max-width: 991px) {
  body.mainContestbkg #header .desktop-menu {
    display: none;
  }
  body.mainContestbkg #header .header-nav-trigger {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    height: 54px;
    width: 54px;
    background-color: transparent;
    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;
  }
  body.mainContestbkg #header .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: 22px;
    height: 3px;
    transition: background-color 0.5s ease;
    background-color: #ffffff;
  }
  body.mainContestbkg #header .header-nav-trigger .header-nav-icon::before, body.mainContestbkg #header .header-nav-trigger .header-nav-icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -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;
  }
  body.mainContestbkg #header .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);
  }
  body.mainContestbkg #header .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);
  }
  body.mainContestbkg #header a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1em;
  }
  body.mainContestbkg .nav-container {
    position: fixed;
    z-index: 20;
    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;
  }
  body.mainContestbkg .nav-container .nav-wrapper {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 110px 0 40px 0;
    background-color: #650000;
    -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);
  }
  body.mainContestbkg .nav-container .nav-wrapper ul {
    padding-left: 20px !important;
  }
  body.mainContestbkg .nav-container .nav-wrapper ul, body.mainContestbkg .nav-container .nav-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
  }
  body.mainContestbkg .nav-container .nav-wrapper ul a, body.mainContestbkg .nav-container .nav-wrapper li a {
    line-height: 2.5rem !important;
  }
  body.mainContestbkg .nav-container .nav-wrapper .nav-menu li {
    padding: 0 5%;
    margin: 0 0;
    text-transform: uppercase;
    display: block;
    font-size: 19px;
    line-height: 55px;
  }
  body.mainContestbkg .nav-container .nav-wrapper .nav-menu li:nth-child(1), body.mainContestbkg .nav-container .nav-wrapper .nav-menu li:nth-child(2), body.mainContestbkg .nav-container .nav-wrapper .nav-menu li:nth-child(3), body.mainContestbkg .nav-container .nav-wrapper .nav-menu li:nth-child(4) {
    font-size: 19px;
    line-height: 45px;
  }
  body.mainContestbkg .nav-container .nav-wrapper .nav-menu li:first-of-type {
    border-top: none;
  }
  body.mainContestbkg .nav-container .nav-wrapper .nav-menu li a {
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.mainContestbkg .nav-container .nav-wrapper .nav-menu li a:hover, body.mainContestbkg .nav-container .nav-wrapper .nav-menu li a:focus {
    border-bottom: 0px;
  }
  body.mainContestbkg.nav-is-open #header .header-nav-trigger {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  body.mainContestbkg.nav-is-open #header .header-nav-trigger .header-nav-icon {
    background-color: white;
    transition: background-color 0.5s ease;
  }
  body.mainContestbkg.nav-is-open #header .header-nav-trigger .header-nav-icon::before {
    -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;
  }
  body.mainContestbkg.nav-is-open #header .header-nav-trigger .header-nav-icon::after {
    -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;
  }
  body.mainContestbkg.nav-is-open .nav-container {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
  body.mainContestbkg.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);
  }
}
@media screen and (min-width: 992px) {
  body.mainContestbkg #header .desktop-menu {
    display: block;
  }
  body.mainContestbkg #header .header-nav-trigger {
    display: none;
  }
}

/*--------------------------------
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 *****************/
@media screen and (max-width: 767.9px) {
  .rulesPage {
    margin-bottom: 0px;
  }
}
.rulesPage p {
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
}
.rulesPage p a {
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
}
.rulesPage a {
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
}
.rulesPage ol li {
  color: #ffffff;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
}
.rulesPage table {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Verdana, Geneva, sans-serif;
}

/***************** START:: RULES MODAL *****************/
#rulesModal .modal-content, #productsModal .modal-content {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
#rulesModal .modal-content .modal-header, #productsModal .modal-content .modal-header {
  border-bottom: 0px;
  align-items: unset;
}
#rulesModal .modal-content .modal-header .btn-close, #productsModal .modal-content .modal-header .btn-close {
  color: #737373;
  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, #productsModal .modal-content .modal-header .btn-close:focus, #productsModal .modal-content .modal-header .btn-close:hover {
  outline: 1px solid #000000;
}
#rulesModal .modal-content .modal-body, #productsModal .modal-content .modal-body {
  padding: 1rem 1rem;
}
#rulesModal .modal-content .modal-body p, #productsModal .modal-content .modal-body p {
  color: #000000;
}
#rulesModal .modal-content .modal-body p a, #productsModal .modal-content .modal-body p a {
  color: #000000;
}
#rulesModal .modal-content .modal-body ol li, #productsModal .modal-content .modal-body ol li {
  color: #000000;
  margin-bottom: 10px;
}
#rulesModal .modal-content .modal-body ol li a, #productsModal .modal-content .modal-body ol li a {
  color: #000000;
}
#rulesModal .modal-content .modal-body table, #productsModal .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: #000000;
}

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: 60px;
  border-radius: 7px;
  border: 2px solid #231F20;
  padding-top: 2px;
  padding-right: 12px;
  padding-bottom: 2px;
  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 #231F20;
  outline-offset: 2px;
}
.form-group-default:focus-within:not(.multicheckboxcontainer), .form-group-default.focussed {
  border: 2px solid black;
  border-radius: 7px;
  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: #B12025;
  content: "*";
  font-family: Verdana, Geneva, 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: #707070;
  font-weight: 400;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1rem;
}
.form-group-default label:not(.error) {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767.9px) {
  .form-group-default label:not(.error) {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767.9px) {
  .form-group-default label {
    font-size: 1rem;
  }
}
.form-group-default .form-control {
  border: 0;
  height: 25px;
  min-height: 25px;
  padding: 0px;
  margin-top: 0px;
  background: 0 0;
  outline: 0;
}
.form-group-default .form-control option {
  height: 30px;
}

@media screen and (max-width: 767.9px) {
  .french .form-group-default label {
    padding-right: 35px;
  }
}

.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: Verdana, Geneva, sans-serif;
}
fieldset.form-group-default legend:not(.error) {
  font-size: 1rem;
  font-weight: 400;
}

.form-control {
  background-color: white;
  background-image: none;
  min-height: 70px;
  border: 2px solid #707070;
  font-family: Verdana, Geneva, sans-serif;
  -webkit-appearance: none;
  color: #737373;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 1rem;
  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: 1rem !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.8rem;
  font-family: Verdana, Geneva, sans-serif;
  padding: 5px 0 0px 0px;
  margin: -25px 0px 25px 0;
  color: #000000;
  line-height: 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;
}
@media screen and (max-width: 767.9px) {
  .inputhelper {
    font-size: 1rem;
  }
}

.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 span {
  pointer-events: none;
}

.button {
  display: inline-flex;
  position: relative;
  z-index: 10;
  padding: 13px 32px;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.1s;
  font-size: 1.375rem;
  font-weight: bold;
  color: #B12025;
  border: 2px solid white;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .button {
    transition: all 0.1s;
  }
}
.button.wide {
  padding: 13px 50px;
}
.button.redoutline {
  border: 2px solid #B12025;
}
.button:hover {
  background: #B12025;
  color: #ffffff;
}
.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);
  }
}

.regButtonRed {
  position: relative;
  display: inline-block; /* Fits the size of the button */
  overflow: visible;
  margin-left: 0%;
}
.regButtonRed .button {
  display: inline-flex;
  position: relative;
  z-index: 10;
  padding: 3px 3px;
  align-items: flex-start;
  width: 100%;
  gap: 4px;
  border-radius: 100px;
  border: 0px;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.1s;
}
@media screen and (max-width: 576px) {
  .regButtonRed .button {
    width: 100%;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
  }
}
.regButtonRed .button:hover {
  background: #B12025;
  border-bottom: 0px;
  box-shadow: 0 2px 16px 0 rgba(215, 25, 32, 0.5);
}
.regButtonRed .button .button-outline {
  border-radius: 100px;
  width: 100%;
  padding: 17px 44px;
  border: 0px;
  background: #B12025;
  font-family: Barlow;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 100% */
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  text-align: center;
}
.regButtonRed .button .button-outline:hover {
  background: white;
  color: black;
  transition: all 0.1s;
}
.regButtonRed .button .button-outline:focus-visible, .regButtonRed .button .button-outline:active {
  background: white;
  color: black;
  transition: all 0.1s;
}
.regButtonRed .button .button-outline .spinner {
  margin-top: -5px;
  padding-right: 15px;
}
.regButtonRed .button .button-outline .spinner img {
  -webkit-animation: rotation 2s infinite linear;
  vertical-align: unset;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.submit-button {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 0;
  border: 2px solid #000000;
  opacity: 1;
  text-align: center;
  font-weight: 700;
  font-family: Verdana, Geneva, 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 #737373;
}
.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);
  }
}

button#btnSubmitResend {
  background-color: transparent;
  border: 1px white transparent;
  color: #650000;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 4px;
}
button#btnSubmitResend:hover, button#btnSubmitResend:focus {
  text-decoration: none;
  border-bottom: 2px solid #650000;
  margin-bottom: -2px;
}

p button.textlink {
  background-color: white;
  border: 0;
  padding: 0px;
  margin: 0px;
  color: #B12025;
}
p button.textlink:hover, p button.textlink:focus {
  border-bottom: 1px solid #B12025;
}

/*--------------------------------
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: #650000;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  font-size: 1rem;
}
@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: #650000;
  text-decoration: underline;
}
.checkbox label a:focus, .checkbox label a:hover {
  text-decoration: none;
  border-bottom: 2px solid #650000;
}
.checkbox input[type=checkbox]:checked + label::before {
  border-color: #650000;
  /*border-width: 12px;*/
  background-color: #650000;
}
.checkbox input[type=checkbox]:not(:checked):focus ~ label::before {
  border: 2px solid #231F20 !important;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(../images/mbd-icon-checkbox-white.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: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
  color: #000000;
}
.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 #231F20;
}
.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 #231F20;
}
.multi-checkbox input[type=checkbox]:checked + label::before {
  border-color: #231F20;
  /*border-width: 12px;*/
  background-color: #231F20;
}
.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-white.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: 1.125rem;
  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.tight {
  margin-top: 0px;
  margin-bottom: 0px;
}
.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: #231F20;
  border-width: 12px;
}
.radio input[type=radio]:checked + label::after {
  content: "";
  background-image: url("../images/mbd-icon-checkbox-white.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: #000000;
  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: 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 #231F20;
}
.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 #D71920;
  background-color: #D71920;
  color: #D71920;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.alert-text, .text-danger {
  color: #D71920 !important;
  margin-top: 5px;
  font-family: Verdana, Geneva, 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: #707070;
}

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

/************************************ 
********* CHECKBOX ERRORS ***********
************************************/
.checkbox.has-error input[type=checkbox] + label::before {
  border-color: #D71920;
  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;
}
.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 0px;
}
@media screen and (max-width: 991px) {
  select.form-control:not([size]):not([multiple]) {
    margin-top: -8px;
    height: 35px;
  }
}

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

/*.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: $red !important;
    color: white;
}*/
body.mainContestbkg .select2-container--default .select2-results .select2-highlighted,
body.mainContestbkg .select2-container--default .select2-results__option--highlighted,
body.mainContestbkg .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body.mainContestbkg .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #650000 !important;
  background: #650000 !important;
  color: white !important;
}

.select2-container {
  height: 25px;
  margin-top: -5px;
  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: Verdana, Geneva, sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 991.9px) {
  .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
  }
}
@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;
}
.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 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: "Poppins", sans-serif !important;
  color: #000000;
}
.dropzone .dz-message .dz-button:focus {
  outline: 0px;
}
.dropzone .dz-message .dz-button .uploadtxt {
  font-size: 1.125rem !important;
  font-weight: normal;
}
@media screen and (max-width: 991.9px) {
  .dropzone .dz-message .dz-button .uploadtxt {
    font-size: 1rem !important;
  }
}
.dropzone .dz-message .dz-button .uploadbutton {
  background-color: #231F20;
  color: white;
  display: inline-block;
  padding: 0px 18px;
  border: 5px solid #231F20;
  border-radius: 10px;
  font-family: "Poppins", 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: #231F20;
  border: 5px solid #231F20;
  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 {
  background-color: white;
  position: relative;
  border: 0px;
  border-radius: 5px;
  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;
}

/******** 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;
  max-width: 100%;
}
.drawtable th, .drawtable td,
.upctable th,
.upctable td,
.prizetable th,
.prizetable td {
  padding: 0.5rem 1rem;
  color: #000000;
  word-wrap: break-word; /* Legacy name */
  overflow-wrap: break-word; /* Standard name */
  max-width: 100%;
}

@media screen and (max-width: 991.9px) {
  .upctable thead, .upctable thead tr, .upctable th,
  .prizetable thead,
  .prizetable thead tr,
  .prizetable th {
    display: none;
  }
  .upctable tr, .upctable td,
  .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;
}
