html {
    --content-top: 170px;
    --sales-wrapper-swap: #FFF;
    --sales-text-swap: #FFF;
    --mobile-active-background: #19345E;

}

html.labor {
    --content-top: 170px;
    --sales-wrapper-swap: linear-gradient(134deg, #004FA1 0%, #17315B 100%);
    --sales-text-swap: #FFF;
    --mobile-active-background: #19345E;


}

html.black {
    --content-top: 170px;
    --sales-wrapper-swap: #000;
    --sales-text-swap: #FFF;
    --mobile-active-background: #000;

}

body {
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}

select {
    -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    transition: background-color 5000s;
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus, input:focus, select:focus {
    outline: none !important;
}

#cartOverlayButton {
    display:none !important;
}

#emptyCartImage {
    width:120px;
    margin:0 auto;
    padding-top:72px;
}

#showCartDiv {
    width:64px;
    height:36px;
    background-color:#06c;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    position:absolute;
    top:180px;
    left:-86px;
    cursor:pointer;
}

.showCartActive {
    width:36px !important;
    border-radius:18px;
    left:-18px !important;
}

.showCartLeft {
    float:left;
    position: relative;
    margin-right:5px;
    padding-top:6px;
 }

#showCartItems {
    color: #FFF;
    height:14px;
    width:14px;
    position:absolute;
    top:2px;
    left:14px;
    border-radius:7px;
    background-color:#EC1C23;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

#eventPlusMain {
    margin-top: var(--content-top);
    min-height:0;
    display:none;
}

#eventPlusDual {
    margin-top: 150px;
    min-height:0;
    display: flex;
    flex: 1;
    align-items: stretch;
    position:relative;
    overflow-x:clip;
}

.eventPlusLeft {
    border-radius: 5px 0 0 5px;
    width: 100%;
    flex: 1;
    padding-top: 10px;
}

#eventPlusRight {
    position:relative;
    width:1px;
}

#eventPlusFixed {
    width: 300px;
    margin-top:175px;
    position: static;
    margin-right: 0;
    z-index: 9999;
}

.salesBoxWrapper {
    width:100%;
    background:#FFF;
    color:#000;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.salesBoxWrapperRight {
    background:#F7FCFF;
}

.salesBoxLeft {
    width:48%;
    position:relative;
}

.salesBoxRight {
    width:48%;
    position:relative;
}

.salesDetailBox {
    width:90%;
    margin:0 auto;
}

.salesBoxLine {
    width: 100%;
    height: 1px;
    margin: 12px 0;
    background-color: #c9d2d7;
}

.salesBoxHeader {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.salesBoxSubHeader {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.salesPackageWrapper {
    width: 100%;
    max-width: 1350px;
    padding-bottom: 20px;
}

#salesPackageWrap {
    width: 100%;
    max-width: 1350px;
    padding-top:30px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    align-items: stretch;
}

#salesPackageHeader {
    width:100%;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #000;
    display:none;
}

.salesPackagePopular {
    padding: 4px 18px 4px 19px;
    background-color: #EC1C23;
    font-size:15px;
    font-weight:700;
    color:#ffffff;
    position: absolute;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    left: 50%;
    transform: translateX(-50%);
}

#salesPackageText {
    width:50%;
    margin:0 auto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #000;
    display:none;
}

.salesPackageBox {
    width: 30%;
    position:relative;
    border: 1px solid #DAE4E9;
}

.cardBigBox {
    width:90%;
    height: 92px;
    margin:0 auto;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #DAE4E9;
    background: #F7FCFF;
    margin-top:16px;
}

.cardHeaderLeft {
    color: #19345E;
    font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    float:left;
}

.rewardHeader {
    color: #19345E;
    font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align:center;
    margin-bottom:5px;
}

.rewardGreenHeader {
    color: #FFF;
    width: 90%;
    height: 24px;
    background-color:#693;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius:4px;
    margin:0 auto;
}

.cardHeaderRight {
    color: #FFF;
    width: 78px;
    height: 24px;
    background-color:#693;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius:4px;
    margin-top:3px;
    float:right;
}

.cardHeaderBottom {
    color: #19345E;
    margin-top:5px;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.cardBottomLight {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.cardLineWrapper {
    padding-top:20px;
    width:190px;
    margin:0 auto;
}

.rewardLineWrapper {
    padding-top:10px;
    width:100%;
    margin:0 auto;
}

.cardStripe {
    width: 90%;
    font-size: 13px;
    position:relative;
    font-style: normal;
    color:#fff;
    font-weight: 400;
    line-height:28px;
    height: 28px;
    padding-left:10px;
    background: linear-gradient(224deg, #0F6FCF 0%, #19345E 100%);
    margin-top:10px;
    margin-bottom:10px;
    float: left;
}

.cardStripeAngle {
    height: 0;
    width: 0;
    margin-top: 10px;
    border-bottom: 28px solid #0F6FCF;
    border-right: 23px solid transparent;
    float: left;
    display: block;
}

.cardRunLineWrapper {
    width:100%;
    min-height:90px;
}

.cardRunLines {
    width:90%;
    margin:0 auto;
    padding-bottom: 8px;
}

.salesRunLines {
    width: 100%;
    margin-bottom:20px;
}

.salesLineWrapper {
    padding-top:20px;
    width:100%;
}

.salesHeaderLeft {
    color: #19345E;
    font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-right:10px;
    float:left;
}

.salesHeaderPercent {
    color: #FFF;
    width: 78px;
    height: 24px;
    background-color:#693;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius:4px;
    margin-top:3px;
    float:left;
    display:none;
}

.productPriceBold {
    font-size: 17px;
    line-height: 24px;
    font-style: normal;
    float:left;
    font-weight: 700;
}

.salesPercent {
    color: #FFF;
    width: 52px;
    height: 18px;
    background-color:#693;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    border-radius:4px;
    margin-bottom:3px;
    float:right;
}

.epBoxRunImage {
    float:left;
    width:15px;
}

.epBoxTick {
    height:16px;
    width:16px;
}

.epBoxRunLineWrapper {
    margin-top:8px;
    margin-bottom:8px;
    width:100%;
}

.sidebarBoxRunLineWrapper {
    padding-top: 5px;
    padding-bottom: 5px;
    width:100%;
    display:none;
}

.epBoxRunLine {
    font-size: 15px;
    width: 90%;
    margin-left: 10px;
    float: left;
}

.sidebarCartRunLine {
    color: #000;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    width: 90%;
    margin-left: 10px;
    text-align:left;
    float: left;
}


.epBoxRunLine a{
    text-decoration:none;
    color: #0066cc;
}

.cardProductBox {
    width:90%;
    margin:0 auto;
    position:relative;
    border-radius: 4px;
    border: 1px solid #DAE4E9;
    background:#FFF;
    padding:8px;
    margin-bottom:8px;
}

.salesProductBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    border: 1px solid #DAE4E9;
    background: #FFF;
    padding: 8px;
    margin-bottom: 8px;
}

.cardBoxLeft {
    width:50px;
    position:relative;
    float:left;
}

.cardBoxRight {
    float:left;
    width:85%;
}

.cardBoxInnerLeft {
    float:left;
}

.cardBoxInnerRight {
    float: right;
    text-align:right;
}

.cardBoxHeader {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
}

.cardBoxGreen {
    color: #693;
    font-size: 13px;
    margin-left:8px;
    font-style: normal;
    font-weight: 600;
}

.cardBoxRed {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color:#EC1C24;
    text-decoration: line-through;
}

.salesBoxRed {
    font-size: 12px;
    line-height:24px;
    margin-left:10px;
    float:left;
    font-style: normal;
    font-weight: 700;
    color:#EC1C24;
    text-decoration: line-through;
}

/* CustomRadio Buttons */
.cardContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.cardContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/*Custom radio button */
.cardCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: solid 2px #666;
    border-radius: 50%;
}

.cardContainer:hover input ~ .cardCheckmark {
    background-color: #ccc;
}

.cardContainer input:checked ~ .cardCheckmark {
    background-color: #fff;
    border: solid 2px  #06C;
}

.cardCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cardContainer input:checked ~ .cardCheckmark:after {
    display: block;
}

.cardContainer .cardCheckmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #06C;
}

/*End custom radio button */

.cardButtonPadding {
    width:100%;
    height:70px;
}

.rewardButtonPadding {
    width: 100%;
    height: 50px;
}

.epButtons {
    width:406px;
    margin-top:20px;
    display:flex;
    justify-content: space-between;

}

.epPackageButtons {
    width: 95%;
    margin: 0 auto;
    display: flex;
    position: absolute;
    justify-content: flex-end;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.epButton {
    border-radius: 4px;
    border: 1px solid #06C;
    background: #06C;
    width: 48%;
    height: 38px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    margin-left:8px;
}

.epButton:hover {
    box-shadow: 0 4px 8px -2px rgba(25, 52, 94, 0.7);
}

.epRewardButton {
    position:absolute;
    bottom:10px;
    border-radius: 4px;
    border: 1px solid #06C;
    background: #06C;
    width: 94%;
    height: 38px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    margin-left:10px;
}

.epRewardButton:hover {
    box-shadow: 0 4px 8px -2px rgba(25, 52, 94, 0.7);
}

.epButtonCheckout {
    border-radius: 4px;
    border: 1px solid #06C;
    background: #06C;
    width: 100%;
    height: 38px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    display:none;
}

.epButtonCheckout:hover {
    box-shadow: 0 4px 8px -2px rgba(25, 52, 94, 0.7);
}

.epButtonLogin {
    border-radius: 4px;
    border: 1px solid #EC1C24;
    background:#EC1C24;
    box-shadow: 0 4px 4px -3px rgb(236 28 36 / 50%);
    color:#ffffff;
    width: 100%;
    height: 38px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    line-height: 38px;
    cursor: pointer;
    margin-top: 10px;
    display:none;
}

.epAddButton {
    border-radius: 4px;
    border: 1px solid #06C;
    background: #FFF;
    width: 48%;
    height: 38px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
    line-height: 38px;
    color: #06C;
    cursor: pointer;
}

.epAddButton:hover {
    box-shadow: 0 4px 8px -2px rgba(25, 52, 94, 0.7);
}

#sidebarCartFrame {
    position: absolute;
    z-index:99999;
    right:-322px;
    top:-171px;
    display:none;
}


#sidebarCartWrapper {
    top:200px;
    width:300px;
    height: auto;
    padding:10px;
    border: 1px solid #DAE4E9;
    background-color:#fff;
    margin:0 auto;
    margin-top:10px;
    display:none;
}

#sidebarCartEmpty {
    display:none;
}

.sidebarCartHeader {
    width: 90%;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    height:50px;
    margin:0 auto;

}

.sidebarCartHeaderLine {
    width: 90%;
    height:15px;
    margin:0 auto;
    border-top: solid 1px #DAE4E9;
}

.sidebarCartHeaderText {
    padding-top:20px;
    margin:0 auto;
    color: #000;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.sidebarCartText {
    padding-top:5px;
    color: #444;
    margin:0 auto;
    width:70%;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.sidebarItemsWrapper {
    max-height: 380px;
    overflow: scroll;
}

.sidebarCartBox {
    width: 90%;
    margin:0 auto;
    border-radius: 4px;
    border: 1px solid #DAE4E9;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(21, 57, 92, 0.08);
    padding:7px;
    margin-top: 8px;
}

.sidebarCartLine {
    width:100%;
    height:5px;
    border-bottom: 1px solid #DAE4E9;

}
.sidebarCartLeft {
    float:left;
    font-size:13px;
    line-height:18px;
    font-weight:400;
}

.sidebarCartLeftBold {
    float:left;
    font-size:13px;
    line-height:18px;
    font-weight:700;
}

.sidebarCartRight {
    float:right;
    font-size:13px;
    line-height:18px;
    font-weight:400;
    cursor:pointer;
    text-align:right;
}

.sidebarCartRightBold {
    float:right;
    font-size:13px;
    line-height:18px;
    font-weight:700;
    cursor:pointer;
    text-align:right;
}

.sidebarRed {
    color:#EC1C24;
}

.sidebarTotalBold {
    font-size:15px;
    line-height:18px;
    font-weight:700;
}

.sidebarCheckoutOfferWrap {
    width: 93%;
    padding: 10px 0;
}

.sidebarCheckoutTotalWrap {
    width: 93%;
    margin: 0 auto;
    padding: 10px 0;
}


#sidebarCheckoutDetails {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align:left;
}

.sidebarCheckoutPadding {
    width:90%;
    height:70px;
}

.sidebarRemove {
    cursor: pointer;
    background-image: url(../img/remove.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    margin-top:2px;
    float: right;

}

.paddedArrow {
    padding-top:2px;
}

#arrowRight {
    display:none;
    padding-left:9px;
}

#subNavContainer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#eventPurchaseComplete, #eventPurchaseProcessing {
    display: none;
    height: 550px;
    width:500px;
    margin:0 auto;
    margin-top:200px;
}

#epNoCard {
    display:none;
}

.eventPurchaseCenter {
    width: 100%;
    font-size:18px;
    line-height:24px;
    font-weight:600;
    text-align: center;
    margin-bottom:10px;
}

#purchaseOverlayWrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 99998;
    position: fixed;
    display: none;
}

#purchaseOverlay {
    top: 50px;
    width: 470px;
    height:700px;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 24px;
    z-index: 99999;
    display:none;
}

#purchaseOverlayFrame {
    height:850px;
    background: none;
}

.rewardNotesWrapper {
    width: 100%;
    margin-bottom:30px;

}

.rewardNotesHeader {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 10px 0;
}

#rewardNotes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #06c;
    color: #fff;
    padding: 15px;
}

.rewardNoteBox {
    width:40%;
}

.rewardNoteBoxLeft {
    float:left;
    width:20px;
    height: 20px;
    line-height: 20px;
    background-color: #a30000;
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.rewardNoteBoxRight {
    float:left;
    padding-left: 10px;
    font-weight: 700;
    width: 300px;
}

.rewardProductNotesHeader {
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0 10px 0;
}

#rewardProductNotes {
    background: #f7fcff;
    padding: 20px;
}

.rewardProductNoteBox {
    width:70%;
    margin:0 auto;
    color:#000;
    border-bottom: 1px solid #000;
}

.rewardProductNoteBoxLeft {
    float:left;
    width:25%;
    text-align:right;
    font-size: 16px;
    line-height:22px;
    font-weight: 700;
    padding-right:10px;
}

.rewardProductNoteBoxRight {
    float:left;
    width:70%;
    text-align:left;
    font-weight: 700;
    font-size: 12px;
    line-height:18px;
}

.rewardProductNoteBoxRight a {
    color:#06c;
}

.rewardContactsWrapper {
    width:100%;
    padding: 10px 0;
}

.rewardContactLine {
    font-size: 14px;
    line-height:22px;
}

.rewardContactLine a {
    color:#06c;
}

/* CustomRadio Buttons */
.epContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.epContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.epCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.epContainer:hover input ~ .epCheckmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.epContainer input:checked ~ .epCheckmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.epCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.epContainer input:checked ~ .epCheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.epContainer .epCheckmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.salesFooterWrapper {
    width:100%;
    margin-bottom:30px;
}

.salesFooterBox {
    width:100%;
    padding: 20px 0;
    height:120px;
    background: linear-gradient(134deg, #004FA1 0%, #17315B 100%);
}

.salesFooterImage {
    margin-right:20px;
    margin-left:10%;
    float:left;
}

.salesFooterText {
    font-size:21px;
    line-height:36px;
    width:45%;
    text-align:center;
    font-weight:700;
    color:#fff;
    float:left;
    padding-top:25px;
    margin-right:20px;
    height:120px;
}

.salesFooterJoin {
    float:left;
    height:120px;
    vertical-align: center;
}

.salesFooterWordsWrapper {
    margin-top:20px;
}

.salesFooterWords {
    width: 50%;
    margin: 0 auto;
    padding-bottom:10px;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    color: #000000;
}

#joinNowButton {
    width: 168px;
    height: 50px;
    margin-top:38px;
    border-radius: 4px;
    background: #693;
    color:#fff;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    cursor:pointer;
}

#eventPurchaseComplete, #eventPurchaseProcessing {
    display: none;
    height: 550px;
    width:500px;
    margin:0 auto;
    margin-top:200px;
}

.eventPurchaseCenter {
    width: 100%;
    font-size:18px;
    line-height:24px;
    font-weight:600;
    text-align: center;
    margin-bottom:10px;
}

#purchaseOverlayWrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 99998;
    position: fixed;
    display: none;
}

#purchaseOverlay {
    top: 50px;
    width: 470px;
    height:700px;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 24px;
    z-index: 99999;
    display:none;
}

#purchaseOverlayFrame {
    height:850px;
    background: none;
}

#purchaseOverlayClose {
    position:absolute;
    right:5px;
    font-size:24px;
    line-height:30px;
    font-weight:600;
    text-align:center;
    cursor:pointer;
    font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
}

.boxWrapperSwap {
    background:var(--sales-wrapper-swap);
}

.boxTextSwap {
    color:var(--sales-text-swap);
}

.oneProduct {
    margin-top:-15px;
}

.oneProductWidth {
    width:95%;
}

#epTopBanner {
    width:100%;
    max-width: 1349px;
    margin: 0 auto;
}

#epTopBannerMobile {
    display:none;
}

#mobileSalesPackageWrap {
    display:none;
}

@media only screen and (max-width: 1200px) {



    .cardHeaderBottom {
        font-size: 16px;
    }

    .cardStripe {
        width: 80%;
        font-size: 12px;
    }

    .cardBoxRight {
        width: 70%;
    }
}




@media only screen and (max-width: 1024px) {

    .cardLineWrapper {
        width: 180px;
    }

    .cardHeaderLeft {
        font-style: normal;
        line-height: 32px;
    }

    .cardHeaderRight {
        height: 21px;
        font-size: 17px;
        margin-top: 6px;
    }

    .cardHeaderBottom {
        font-size: 14px;
    }

    .cardBoxGreen {
        display: none;
    }

}


@media only screen and (max-width: 979px) {

    #sidebarCartWrapper {
        margin-top: 0;
    }

    #showCartDiv {
        left:-96px;
    }

    #eventPlusMain {
        margin-top: 105px;
    }

    #rewardNotes {
        display: block;
    }

    .rewardNotesHeader {
        margin-left: 5px;
    }

    .rewardContactLine {
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .rewardProductNoteBox {
        width: 95%;
    }

    .cardProductBox {
        width: 95%;
    }

    .cardBoxRight {
        width: 90%;
    }

    .cardStripe {
        width: 87%;
        font-size: 13px;
    }

    .salesFooterImage {
        display:none;
    }

    .salesFooterText {
        font-size: 16px;
        line-height: 20px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-weight: 700;
        color: #fff;
        padding-top: 5px;
        height: 60px;
        float: none;
    }

    .salesFooterWords {
        width: 95%;
    }

    .salesFooterJoin {
        float:none;
    }

    #joinNowButton {
        margin: 0 auto;
        margin-top:10px;
    }

    .salesPackageWrapper {
        padding-top: 0;
    }

    #eventPlusDual {
        margin-top: 90px;
    }

    #salesPackageWrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    #salesPackageHeader {
        width: 100%;
        font-size: 24px;
        line-height: 32px;
        display:block;
    }

    #salesPackageText {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        font-weight:700;
        display:block;
    }

    .salesPackageBox {
        display:none;
        width:90%;
        margin:0 auto;
    }

    .salesBoxActive {
        display:block;
    }

    .salesBoxRight {
        display:none;
    }

    .cardBigBox {
       display:none;
    }

    .salesPackagePopular {
        display:none;
    }

    .salesBoxLeft {
        width: 98%;
    }

    #mobileSalesPackageWrap {
        width: 100%;
        max-width: 750px;
        padding-top:30px;
        padding-bottom: 16px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
        margin: 0 auto;
    }

    .mobileSalesPackageBox {
        width: 159px;
        height: 98px;
        color: #19345E;
        background:#fff;
        border-radius: 4px;
        border: 1px solid #DAE4E9;
        flex-shrink: 0;
        position:relative;
        cursor:pointer;
        opacity: 0.5;
        margin: 0 10px;
    }

    .salesPackageBoxActive {
        background: var(--mobile-active-background);
        opacity: 1.0;
        color:#fff;
    }

    .mobileRedBox {
        color: #FFF;
        width: 50px;
        height: 13px;
        background-color: #EC1C23;
        text-align: center;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 13px;
        border-radius: 4px;
        margin: 0 auto;
        margin-top: 12px;
    }

    .mobileGreenBox {
        color: #FFF;
        width: 90%;
        height: 17px;
        background-color: #693;
        text-align: center;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
        line-height: 17px;
        border-radius: 4px;
        margin: 0 auto;
        margin-top: 12px;
    }

    .mobileCardHeader {
        width:100%;
        font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-align:center;
        margin:0 auto;
    }

    .mobileRewardHeader {
        width:100%;
        font-family: 'Alfa Slab One', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        text-align:center;
        margin:0 auto;
        padding-top:15px;
    }

    .mobileCardText {
        width:100%;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        text-align:center;
    }

    .mobileCardArrow {
        width: 0;
        height: 0;
        bottom: -14px;
        left: 65px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid var(--mobile-active-background);
        position: absolute;
        display:none;
    }

    .mobileCardArrowActive {
        display:block;
    }

    html.labor {
        --content-top: 110px;
        --header-box-wrapper:linear-gradient(120deg, #029169 55%, #19345e 20%);
    }

    html.black {
        --content-top: 110px;
        --header-box-border: #fff;
        --header-box-wrapper:linear-gradient(120deg, #ffc000 55%, #19345e  20%);

    }

    .rewardNoteBoxRight {
        width: 280px;
    }

}

@media only screen and (max-width: 868px) {

}

@media only screen and (max-width: 680px) {

    .rewardNoteBoxRight {
        width: 280px;
    }

    .rewardNoteBox {
        width: 90%;
        margin-bottom:5px;
    }

    .rewardProductNoteBoxLeft {
        font-size: 14px;
        line-height: 18px;
    }

    .rewardNotesHeader {
        font-size: 16px;
        padding: 10px 0;
        margin-left: 5px;
    }

    .rewardContactLine {
        font-size: 14px;
        line-height: 18px;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    #epTopBanner {
        display:none;
    }

    #epTopBannerMobile {
        display:block;
    }

    .mobileCardArrow {
        left: 36px;
    }


    .mobileSalesPackageBox {
        margin: 0 5px;
        width:100px;
    }

    .cardBoxRight {
        width: 80%;
    }
}


