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

.white {
  color: white;
}

.warning {
  color: #D71920;
}

.grey {
  color: #737373;
}

.dkblue {
  color: #262C96;
}

/************** FONTS ******************************/
/*** FERRERO HEADINGS - INTER AND BODY - MONTSERRAT??? */
.primaryfont {
  font-family: "Montserrat", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

    Result:
    @media (min-width: 767px) {.....
*/
/************************************/
/************************************/
/*Device Break Mixin setup*/
/*
    Use by calling:
    @include min-width(768) {
        display: flex;
    }
*/
/************************************/
@media (width >= 768px) {
  .dsktp {
    display: block;
  }
  .mble {
    display: none !important;
  }
}
@media (width <= 767.9px) {
  .dsktp {
    display: none !important;
  }
  .mble {
    display: block;
  }
}
.fs-68 {
  font-size: 4.25rem;
  line-height: 120%;
  letter-spacing: -2%;
}
@media screen and (max-width: 768px) {
  .fs-68 {
    font-size: 2.5rem;
    line-height: 110%;
    letter-spacing: 0;
  }
}

.fs-36 {
  font-size: 2.25rem;
  line-height: 120%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fs-36 {
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: 0;
  }
}

.fs-30 {
  font-size: 1.875rem;
  line-height: 120%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fs-30 {
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: 0;
  }
}

.fs-23 {
  font-size: 1.438rem;
}
@media screen and (max-width: 768px) {
  .fs-23 {
    font-size: 1.125rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .fs-18 {
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.fs-18 sup.dagger {
  font-family: "Montserrat", sans-serif;
  font-size: 0.65rem;
  line-height: 120%;
  letter-spacing: 0;
  top: -0.35rem;
  margin-left: 2px;
}

.fs-16 {
  font-size: 1rem;
  line-height: 120%;
}

.fs-12 {
  font-size: 0.75rem;
  line-height: 124%;
}

sup {
  top: -0.3rem;
  font-size: 0.7em;
}

/******************************************************
    ************** MARGINS **********************
*****************************************************/
.mt-25 {
  margin-top: 25px;
}

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

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

.mb-md-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .mb-md-20 {
    margin-bottom: 12px;
  }
}

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

.mt-40--30 {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .mt-40--30 {
    margin-top: 30px;
  }
}

.mt-40--20 {
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .mt-40--20 {
    margin-top: 20px;
  }
}

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

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

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

#main {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  #main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#main .greybox {
  border-radius: 40px;
  background: var(--Light-grey, #F7F9FC);
  box-shadow: 0 8px 16px 0 rgba(38, 44, 150, 0.15);
  padding: 60px 50px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  #main .greybox {
    padding: 40px 20px;
  }
}
#main .greybox.formpage {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 0px;
}
@media screen and (max-width: 991.9px) {
  #main .greybox.formpage {
    padding: 20px 12px;
  }
}
#main .greybox.upload {
  padding: 60px 0px;
  margin-top: 0px;
}
@media screen and (max-width: 991.9px) {
  #main .greybox.upload {
    padding: 20px 12px 30px 12px;
    margin-bottom: 40px;
  }
}
#main .greybox .stepIcon {
  height: 126px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.9px) {
  #main .greybox .stepIcon {
    width: revert;
    height: revert;
  }
}
#main .greybox .stepArrow {
  width: 40px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991.9px) {
  #main .greybox .stepArrow {
    width: 120px;
    height: 120px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-left: 40px;
    padding-right: 40px;
  }
}
#main .greybox.fr {
  padding: 60px 25px;
}
@media screen and (min-width: 1200px) {
  #main .greybox.fr .wider h3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#main .greybox.fr .stepArrow {
  width: 40px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199.9px) {
  #main .greybox.fr .stepArrow {
    width: 120px;
    height: 120px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*******************************************
    ****************** REGISTRATION *************
******************************************/
@media screen and (min-width: 767.9px) {
  #regRowName .form-group-default {
    margin-top: 0px !important;
  }
}

#divRules.checkbox label {
  margin-bottom: 40px;
}

/********************************************
    ************** Over Social ******************
    *****************************************/
.socialicon-content {
  height: 100%;
}
.socialicon-content a {
  display: inline-block;
  padding: 10px;
}
.socialicon-content a .fb-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: black;
  -webkit-mask: url("../images/icon-social-facebook.svg") no-repeat center/contain;
  mask: url("../images/icon-social-facebook.svg") no-repeat center/contain;
  transition: transform 0.3s ease-in-out;
  margin-bottom: -3px;
}
.socialicon-content a .ig-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: black;
  -webkit-mask: url("../images/icon-social-instagram.svg") no-repeat center/contain;
  mask: url("../images/icon-social-instagram.svg") no-repeat center/contain;
  transition: transform 0.3s ease-in-out;
  margin-bottom: -3px;
}
.socialicon-content a .ig-icon:hover {
  background-color: #CE181E;
  transform: scale(1.3);
}
.socialicon-content a:hover .fb-icon, .socialicon-content a:hover .ig-icon {
  background-color: #CE181E;
  transform: scale(1.3);
}
.socialicon-content a:hover, .socialicon-content a:focus {
  border-bottom: 0px;
  text-decoration: none;
}

/***********CONTEST HEADER***********/
#mainHeader .header-content #preheader {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  #mainHeader .header-content #preheader {
    box-shadow: 0 4px 16px 0 rgba(38, 44, 150, 0.25);
  }
}
@media screen and (max-width: 767.9px) {
  #mainHeader .header-content #preheader {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #00AEEF;
  }
}
@media screen and (max-width: 767.9px) {
  #mainHeader .header-content #preheader .row.dsktp {
    display: none !important;
  }
}
#mainHeader .header-content #preheader .headerlogo {
  width: 121px;
  height: auto;
}
@media screen and (max-width: 991.9px) {
  #mainHeader .header-content #preheader .headerlogo {
    position: absolute;
    z-index: 1001;
  }
}
#mainHeader .header-content .hero-banner {
  background: linear-gradient(to bottom, #00aeef 0%, #262c96 100%);
}
#mainHeader .header-content .hero-banner .hero-dsktp-left {
  margin-left: -5px;
}
#mainHeader .header-content .hero-banner .hero-dsktp-right {
  padding-bottom: 35px;
  padding-right: 12px;
  margin-left: -20px;
}
#mainHeader a[aria-label=home]:hover {
  border-bottom: 0px;
}

footer {
  padding-bottom: 40px;
}
@media screen and (max-width: 991.9px) {
  footer {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
footer .bluebkg {
  background-color: #262C96;
}
footer .bluebkg p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  line-height: 125%;
}
footer .bluebkg p a {
  color: white;
  text-decoration: underline;
}
footer .bluebkg p a:focus, footer .bluebkg p a:hover {
  text-decoration: none;
  border-bottom: 2px solid white;
}
footer .links ul.main-menu {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  text-align: center;
}
footer .links ul.main-menu li {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 120%;
}
@media screen and (max-width: 767.9px) {
  footer .links ul.main-menu li {
    display: block;
    text-align: center;
  }
  footer .links ul.main-menu li.mble {
    display: none;
  }
}
footer .links ul.main-menu li a {
  color: #262C96;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
footer .links ul.main-menu li a:focus, footer .links ul.main-menu li a:hover {
  text-decoration: underline;
  border-bottom: 0px;
}

/*******Mobile menu styles*********/
@media screen and (min-width: 992px) {
  .desktop-menu ul.main-menu {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    backdrop-filter: blur(2px);
    margin-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
  }
  .desktop-menu ul.main-menu li {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 120%;
  }
  .desktop-menu ul.main-menu li:last-of-type {
    margin-right: 0px;
  }
  .desktop-menu ul.main-menu li a {
    color: #000000;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .desktop-menu ul.main-menu li a:focus, .desktop-menu ul.main-menu li a:hover {
    text-decoration: underline;
    border-bottom: 0px;
  }
  .desktop-menu ul.main-menu li.socialicon {
    height: 100%;
  }
  .desktop-menu ul.main-menu li.socialicon a .fb-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: black;
    -webkit-mask: url("../images/icon-social-facebook.svg") no-repeat center/contain;
    mask: url("../images/icon-social-facebook.svg") no-repeat center/contain;
    transition: transform 0.3s ease-in-out;
    margin-bottom: -3px;
  }
  .desktop-menu ul.main-menu li.socialicon a .fb-icon:hover {
    background-color: #CE181E;
    transform: scale(1.3);
  }
  .desktop-menu ul.main-menu li.socialicon a .ig-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: black;
    -webkit-mask: url("../images/icon-social-instagram.svg") no-repeat center/contain;
    mask: url("../images/icon-social-instagram.svg") no-repeat center/contain;
    transition: transform 0.3s ease-in-out;
    margin-bottom: -3px;
  }
  .desktop-menu ul.main-menu li.socialicon a .ig-icon:hover {
    background-color: #CE181E;
    transform: scale(1.3);
  }
  .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;
  }
  .mobile-menu {
    display: none;
  }
}
@media screen and (max-width: 1199.9px) and (min-width: 992px) {
  .desktop-menu ul.main-menu.fr li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991.9px) {
  #headernav .desktop-menu {
    display: none;
  }
  #headernav .mobile-menu {
    display: inline-block;
  }
  #headernav .header-nav-trigger {
    margin-right: 20px;
    display: block;
    position: relative;
    margin-left: auto;
    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: none;
    /*.header-nav-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 30px;
        height: 3px;
        transition: background-color 0.5s ease;
        background-color: $dkBlue;
        border-radius: 3px;

        @media screen and (max-width: 767.9px) {
            background-color: white;
        }



        &::before,
        &::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;
            border-radius: 3px;
        }

        &::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);
        }

        &::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);
        }
    }*/
  }
  #headernav .header-nav-trigger::before, #headernav .header-nav-trigger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease-in-out, opacity 0.7s ease;
  }
  #headernav .header-nav-trigger::before {
    opacity: 1;
    top: 17px;
    left: 12px;
    width: 30px;
    height: 19px;
    display: inline-block;
    background-color: black;
    -webkit-mask: url("../images/menu-icon.svg") no-repeat center/contain;
    mask: url("../images/menu-icon.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 991.9px) and (max-width: 767.9px) {
  #headernav .header-nav-trigger::before {
    background-color: white;
  }
}
@media screen and (max-width: 991.9px) {
  #headernav .header-nav-trigger:hover::before {
    background-color: #CE181E;
    transform: scale(1.3);
  }
  #headernav .header-nav-trigger:focus-visible {
    outline: 2px solid black;
    border-radius: 8px;
  }
  #headernav .header-nav-trigger::after {
    opacity: 1;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: white;
    -webkit-mask: url("../images/menu-icon-open.svg") no-repeat center/contain;
    mask: url("../images/menu-icon-open.svg") no-repeat center/contain;
    opacity: 0;
  }
  #headernav .header-nav-trigger:hover::before {
    transform: scale(1.3);
  }
  #headernav .header-nav-trigger:focus-visible {
    outline: 2px solid black;
    border-radius: 8px;
  }
  #headernav ul.main-menu {
    text-align: center;
  }
  #headernav ul.main-menu li {
    text-align: center;
    padding: 10px 0;
  }
  #headernav ul.main-menu li a {
    color: white;
    text-decoration: none;
    font-size: 1.125rem;
    margin-bottom: 0px;
    text-align: center;
  }
  #headernav ul.main-menu li.socialicon {
    display: inline-block;
    text-align: center;
  }
  #headernav ul.main-menu li.socialicon a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #headernav ul.main-menu li.socialicon a .fb-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: white;
    -webkit-mask: url("../images/icon-social-facebook.svg") no-repeat center/contain;
    mask: url("../images/icon-social-facebook.svg") no-repeat center/contain;
  }
  #headernav ul.main-menu li.socialicon a .fb-icon:hover {
    background-color: white;
  }
  #headernav ul.main-menu li.socialicon a .ig-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: white;
    -webkit-mask: url("../images/icon-social-instagram.svg") no-repeat center/contain;
    mask: url("../images/icon-social-instagram.svg") no-repeat center/contain;
  }
  #headernav ul.main-menu li.socialicon a .ig-icon:hover {
    background-color: white;
  }
  .nav-container {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
  }
  .nav-container .nav-wrapper {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 110px 0 40px 0;
    background-color: #262C96;
    -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: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-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 {
    padding-left: 0 !important;
  }
  .nav-container .nav-wrapper ul, .nav-container .nav-wrapper li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 1.125rem;
    line-height: 120%;
  }
  .nav-container .nav-wrapper .nav-menu li {
    padding: 0 5%;
    margin: 0 0;
    text-transform: uppercase;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 1.125rem;
    line-height: 120%;
  }
  .nav-container .nav-wrapper .nav-menu li a {
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
  }
  .nav-container .nav-wrapper .nav-menu li a:hover, .nav-container .nav-wrapper .nav-menu li a:focus {
    border-bottom: 0px;
    margin-bottom: 0px;
    color: white;
  }
  .nav-is-open #headernav .header-nav-trigger {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    /*&:hover, &:focus {
        text-decoration: none;
        border-bottom: 0px;
    }

    .header-nav-icon {
        background-color: white;
        transition: background-color 0.5s ease;

        &::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;
        }

        &::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;
        }
    }*/
  }
  .nav-is-open #headernav .header-nav-trigger::before {
    opacity: 0;
  }
  .nav-is-open #headernav .header-nav-trigger::after {
    opacity: 1;
  }
  .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);
  }
}
@media screen and (min-width: 992px) {
  #headernav .desktop-menu {
    display: block;
  }
  #headernav .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;
}

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

body {
  background-color: #ffffff;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: underline;
}
a > span, a > .button {
  pointer-events: none;
}
a:hover, a:focus {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}
a.black {
  color: #000000;
}
a.no-underline {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover, a.underline:focus {
  text-decoration: none;
}

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

p {
  font-size: 16px;
  line-height: 1.5rem;
  font-family: "Raleway", sans-serif;
}
p a {
  text-decoration: underline;
}
p a:focus, p a:hover {
  color: #000000;
}
p a.black {
  color: #000000;
}
p a.black:focus, p a.black:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #000000;
}
p a.red {
  color: #CE181E;
}
p a.red:focus, p a.red:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #000000;
}
p sup {
  top: -0.3rem;
}

ol li, ul li {
  color: #000000;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 767.9px) {
  ol li, ul li {
    font-size: 1rem;
  }
}
ol li a, ul li a {
  color: #000000;
  text-decoration: underline;
}
ol li a:focus, ol li a:hover, ul li a:focus, ul li a:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid black;
}

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

/*--------------------------------
THEME SETTINGS
--------------------------------*/
/***************** START: RULES PAGE *****************/
.rulesPage p {
  color: black;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .rulesPage p {
    font-size: 1rem;
  }
}
.rulesPage p a {
  color: #000000;
}
.rulesPage a {
  color: #000000;
}
.rulesPage ol li, .rulesPage ul li {
  color: black;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .rulesPage ol li, .rulesPage ul li {
    font-size: 1rem;
  }
}
.rulesPage table {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .rulesPage table {
    font-size: 1rem;
  }
}

/***************** START:: RULES / PRODUCT MODAL *****************/
button.modalbutton {
  background-color: transparent;
  border: 0px;
  text-decoration: underline;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
button.modalbutton:focus, button.modalbutton:hover {
  text-decoration: none;
  border-bottom: 2px solid #000000;
  margin-bottom: -2px;
}
button.modalbutton.black {
  color: #000000 !important;
}
button.modalbutton.black:focus, button.modalbutton.black:hover {
  color: #000000 !important;
  border-bottom: 2px solid #000000;
}
button.modalbutton.red {
  color: #CE181E !important;
}
button.modalbutton.red:focus, button.modalbutton.red:hover {
  color: #CE181E !important;
  border-bottom: 2px solid #CE181E;
}

#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;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
#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;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #rulesModal .modal-content .modal-body p, #productsModal .modal-content .modal-body p {
    font-size: 1rem;
  }
}
#rulesModal .modal-content .modal-body p a, #productsModal .modal-content .modal-body p a {
  color: #000000;
}
#rulesModal .modal-content .modal-body ol li, #rulesModal .modal-content .modal-body ul li, #productsModal .modal-content .modal-body ol li, #productsModal .modal-content .modal-body ul li {
  color: #000000;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #rulesModal .modal-content .modal-body ol li, #rulesModal .modal-content .modal-body ul li, #productsModal .modal-content .modal-body ol li, #productsModal .modal-content .modal-body ul li {
    font-size: 1rem;
  }
}
#rulesModal .modal-content .modal-body ol li a, #rulesModal .modal-content .modal-body ul li a, #productsModal .modal-content .modal-body ol li a, #productsModal .modal-content .modal-body ul li a {
  color: #000000;
}
#rulesModal .modal-content .modal-body table, #productsModal .modal-content .modal-body table {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  #rulesModal .modal-content .modal-body table, #productsModal .modal-content .modal-body table {
    font-size: 1rem;
  }
}

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

.stopfade {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

.form-group-default {
  background-color: white;
  position: relative;
  min-height: 70px;
  border-radius: 5px;
  border: 2px solid #737373;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  margin-top: 20px;
  /*overflow: hidden;*/
  width: 100%;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 767.9px) {
  .form-group-default {
    margin-bottom: 0px;
  }
}
.form-group-default.multicheckboxcontainer {
  border: 0px;
  padding: 0px;
}
.form-group-default.multicheckboxcontainer:focus-within, .form-group-default.multicheckboxcontainer:focus {
  border: 0px !important;
  outline: 0px solid #737373;
  outline-offset: 2px;
}
.form-group-default:focus-within:not(.multicheckboxcontainer), .form-group-default.focussed {
  border: 2px solid black;
  border-radius: 5px;
  outline: 1px solid;
}
.form-group-default:focus-within, .form-group-default.focussed {
  border: 2px solid #000000 !important;
  outline: 2px solid #000000;
}
.form-group-default .sgl-checkbox:focus-within input[type=checkbox]:checked + label::before,
.form-group-default .sgl-checkbox:focus-within label::before {
  border-color: #000000 !important;
}
.form-group-default.required::after {
  z-index: 1;
  color: #CE181E;
  content: "*";
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  right: 12px;
  top: 0px;
}
.form-group-default label {
  margin: 0;
  display: block;
  opacity: 1;
  transition: opacity 0.2s ease;
  color: #5574B1;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
}
.form-group-default label:not(.error) {
  font-size: 1rem;
  font-weight: 500;
}
.form-group-default .form-control {
  border: 0;
  height: 25px;
  min-height: 25px;
  padding: 0px;
  margin-top: -2px;
  background: 0 0;
  outline: 0;
  font-size: 1.375rem;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.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: #737373;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}
fieldset.form-group-default legend:not(.error) {
  font-size: 15px;
  font-weight: 400;
}

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

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

.inputhelper {
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 0 0px 0px;
  margin: -10px 0px 25px 0;
  color: #5574B1;
  line-height: 1rem;
}
@media screen and (max-width: 767.9px) {
  .inputhelper {
    margin: 0px 0px 0px 0;
  }
}
.inputhelper.black {
  color: #000000;
}
.inputhelper a {
  color: #000000;
  text-decoration: underline;
}
.inputhelper a:hover, .inputhelper a:focus {
  text-decoration: none;
  border-bottom: 1px solid white;
}

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

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

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

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

/*--------------------------------
FORM BUTTONS
--------------------------------*/
.button {
  display: inline-block;
  border-radius: 40px;
  padding: 20px 40px;
  border: 3px solid #CE181E;
  background: #CE181E;
  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  color: white;
  line-height: 1.6rem;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
}
@media screen and (max-width: 576px) {
  .button {
    width: 100%;
  }
}
.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:focus, .button:hover {
  border-bottom: 3px solid #CE181E;
  background: white;
  color: #CE181E;
}

button#btnSubmitResend, .text-button {
  background-color: transparent;
  border: 0px white solid;
  color: #CE181E;
  text-decoration: underline;
  margin-bottom: 4px;
}
button#btnSubmitResend:hover, button#btnSubmitResend:focus, .text-button:hover, .text-button:focus {
  text-decoration: none;
  border-bottom: 1px solid black;
  margin-bottom: 3px;
}

.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: "Montserrat", 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);
  }
}

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

.checkbox {
  margin-top: 0px;
  min-height: 0;
  padding-left: 0;
}
.checkbox:focus-within label::before {
  border: 2px solid black !important;
  outline: 1px solid;
}
.checkbox .help-block {
  background-color: transparent;
  padding: 0;
}
.checkbox.has-error .help-block {
  border: none;
  background-color: transparent;
  font-size: 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: #000000;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .checkbox label {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.checkbox label::before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  top: 1.4px;
  border-radius: 5px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  border: 2px solid #737373;
}
.checkbox label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 1.125rem;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label a {
  color: #000000;
  text-decoration: underline;
}
.checkbox label a:focus, .checkbox label a:hover {
  text-decoration: none;
  border-bottom: 1px solid #737373;
}
.checkbox input[type=checkbox]:checked + label::before {
  border-color: #737373;
  /*border-width: 12px;*/
  background-color: #737373;
}
.checkbox input[type=checkbox]:not(:checked):focus ~ label::before {
  border: 2px solid #737373 !important;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url(../images/mbd-icon-checkbox-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: #000000;
  top: 1.4px;
  border-radius: 5px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  border: 2px solid #737373;
}
.multi-checkbox label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 1.125rem;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.multi-checkbox label a {
  color: #000000;
  text-decoration: underline;
}
.multi-checkbox label a:focus, .multi-checkbox label a:hover {
  text-decoration: none;
  border-bottom: 1px solid #737373;
}
.multi-checkbox input[type=checkbox]:checked + label::before {
  border-color: #737373;
  /*border-width: 12px;*/
  background-color: #737373;
}
.multi-checkbox input[type=checkbox]:checked:focus + label::before {
  border: 3px solid #000000 !important;
}
.multi-checkbox input[type=checkbox]:not(:checked):focus ~ label::before {
  border: 3px solid #000000 !important;
}
.multi-checkbox input[type=checkbox]:checked + label::after {
  content: "";
  background-image: url("../images/mbd-icon-checkbox-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: 15px;
  font-weight: 400;
  transition: opacity 0.2s ease;
  margin: 0px;
  color: #737373;
  font-family: "Montserrat", 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: #737373;
  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: 1rem;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #000000;
  font-family: "Montserrat", 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: #737373;
  top: 1.4px;
  border-radius: 5px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
  border: 2px solid #737373;
}
.radio label::after {
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sortableGroup1 {
  margin-right: 3%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-default:focus-within.advanced.has-error {
  border: 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;
  font-family: "Raleway", sans-serif;
}

.form-group-default.provdropdown,
#ParticipatingRetailer.form-control {
  padding-right: 2px !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Raleway", sans-serif;
}
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;
}

/* Targets the list of options in the dropdown */
.select2-results__options {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
}

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

.select2-container {
  height: 25px;
  margin-top: -10px;
  padding: 0 0 0 0;
  width: auto;
}
.select2-container.select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0);
  border: 0px solid #aaa;
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
}
.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 {
  top: 5px;
  right: 10px;
}
.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;
}

.receiptDropdown {
  margin-top: 40px;
}
.receiptDropdown label.dropdown {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #5574B1;
}
.receiptDropdown .select2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  position: relative;
}
.receiptDropdown .select2-selection__rendered {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.receiptDropdown span.select2-container {
  background-color: white;
  position: relative;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #737373;
  padding-top: 10px;
  padding-right: 2px;
  padding-bottom: 4px;
  padding-left: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .receiptDropdown span.select2-container {
    margin-bottom: 0px;
  }
}
.receiptDropdown span.select2-container:focus, .receiptDropdown span.select2-container:focus-within {
  outline: 1px solid;
  border: 2px solid black;
}
.receiptDropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 15px;
  top: 16px;
  right: 15px;
}
.receiptDropdown.required span.select2-container::before {
  color: #CE181E;
  content: "*";
  font-family: "Raleway", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  position: absolute;
  right: 7px;
  top: -5px;
  height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropzoneContainer {
  margin-bottom: 20px;
}

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

@media screen and (max-width: 768px) {
  .french .dropzone .dz-message .dz-button .uploadbutton {
    font-size: 1.275rem;
    line-height: 1.5rem;
  }
}
.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: 100px;
  height: auto;
  padding-top: 0px;
}

.success-area {
  background-color: transparent;
  position: relative;
  border: 0px;
  padding-top: 7px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  /* overflow: hidden; */
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.success-area .fa-check-square {
  font-size: 30px;
  padding-top: 0px;
}

.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;
}
.drawtable th, .drawtable td,
.upctable th,
.upctable td,
.prizetable th,
.prizetable td {
  padding: 0.5rem 1rem;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .drawtable th, .drawtable tr, .drawtable td,
  .upctable th,
  .upctable tr,
  .upctable td,
  .prizetable th,
  .prizetable tr,
  .prizetable td {
    display: block;
  }
}
@media screen and (max-width: 1199.9px) {
  .drawtable.fr th, .drawtable.fr tr, .drawtable.fr td,
  .upctable.fr th,
  .upctable.fr tr,
  .upctable.fr td,
  .prizetable.fr th,
  .prizetable.fr tr,
  .prizetable.fr td {
    display: block;
  }
}

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

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

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

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

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