/*Ready to Release V2 - 5KAWF - V1.0 - Pkg Desktop CSS by RL - 8/30/20 */
/* 2021.05.19 - Update Request: Implement segments, and under10_Allitems_trending5off savings - MCL */
/* 2022.02.10 - added generic savings - bm */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333;
	background-color:#184889;
}

/*****Package Style Start*******/

#package-wrap {
	position:relative;
}

#package-contest_section {
	/*background:url("../images/RR_contestBG.png");*/
	width:900px;
	height:660px;
	margin:0 auto;
	padding-top:10px;
	position:absolute;
	left:0;
	right:0;
}

.RR_moneyBG {
	background:url("../images/RR_contestBG.png") !important;
}


.RR_blueBG {
	position:absolute;
	top:65px;
	height:410px;
	background-color:#006eff;
	width:100%;
	opacity:0;
}

.RR_contestWrap {
	margin:0 auto;
	background-color:#fff;
	width:880px;
	height:645px;
	position:relative;
	display:none;
}

.RR_contestWrap h1 {
    font-size: 43px;
    color: #006eff;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    margin-left:15px;
    padding-top: 5px;
	text-transform: uppercase;
}

.RR_contestWrap h2 {
    font-size: 40px;
    color: #58595b;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    margin: -10px 0 0 15px;
	text-transform: uppercase;
}

.RR_blueRect {
    background: url("../images/RR_blueRect.png") no-repeat;
    width: 854px;
    height: 83px;
    margin: 5px auto 0;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding-top: 7px;
	color:#636466;
}

.RR_blueSq {
	position:absolute;
	top:190px;
	left:0;
	height:383px;
	width:440px;
	background-color:#006eff;
}

.RR_blueSq.RR_colorSwap {
	background-color:#58595b;
}

.RR_blueSq h3 {
	position:absolute;
	top:5px;
	left:0;
	right:0;
	margin:0 auto;
	color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	font-size:46px;
	text-align:center;
}

.RR_greySq {
	position:absolute;
	top:190px;
	right:0;
	height:383px;
	width:440px;
	background-color:#58595b;
}

.RR_greySq.RR_colorSwap {
	background-color:#006eff;
}

.RR_greySq h4 {
	position:absolute;
	top:5px;
	left:0;
	right:0;
	margin:0 auto;
	color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
	font-size:46px;
	text-align:center;
}

.RR_cheque {
	position:absolute;
	top:291px;
	left:140px;
	height:168px;
	display:none;
}

.RR_deposit {
	position:absolute;
	top:298px;
	right:148px;
	height:160px;
	display:none;
}

.RR_chequeBtn {
	position:absolute;
	top:300px;
	left:0;
	right:0;
	margin:0 auto;
	cursor:pointer;
}

.RR_depositBtn {
	position:absolute;
	top:300px;
	left:0;
	right:0;
	margin:0 auto;
	cursor:pointer;
}

.RR_or {
    top: 312px;
    margin: 0 auto;
    color: #006eff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background-color: #fff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 32px;
    line-height: 71px;
}

.RR_bottomCopy {
	position:absolute;
	top:551px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	color:#505050;
	font-size:14px;
}
.RR_bottomCopySecond{
    position:absolute;
	top:392px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	color:#505050;
	font-size:14px;
}

.RR_stamp {
	margin:0 auto;
	position:absolute;
	top:166px;
	left:0;
	right:0;
	display:none;
	opacity:0;
	transform:scale(2);
}

.RR_postClickWrap {
	display:none;
	opacity:0;
	width:880px;
	height:435px;
	position:absolute;
	background-color:#fff;
	top:65px;
	left:0;
	right:0;
	margin:0 auto;
}

.RR_blueBanner {
	position:absolute;
	top:10px;
	left:200px;
	width:0;
	height:51px;
	background-color:#006eff;
}

.RR_chequePayment {
    position: absolute;
    top: 22px;
    left: 229px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    color: #fff;
    font-size: 20px;
}

.RR_depositPayment {
    position: absolute;
    top: 22px;
    left: 240px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    color: #fff;
    font-size: 20px;
}

.RR_finalize {
	color:#fff;
	position:absolute;
	top:3px;
	left:0;
	right:0;
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	font-size:40px;
	display:none;
	text-align:center;
}

@-webkit-keyframes RR_pulse {
    0% { -webkit-transform: scale(1); }	
	50% { -webkit-transform: scale(1.05); }
    100% { -webkit-transform: scale(1); }
}
@-moz-keyframes RR_pulse {
    0% { -moz-transform: scale(1); }	
	50% { -moz-transform: scale(1.05); }
    100% { -moz-transform: scale(1); }
}
@-ms-keyframes RR_pulse {
    0% { -ms-transform: scale(1); }	
	50% { -ms-transform: scale(1.05); }
    100% { -ms-transform: scale(1); }
}
@-o-keyframes RR_pulse {
    0% { -o-transform: scale(1); }	
	50% { -o-transform: scale(1.05); }
    100% { -o-transform: scale(1); }
}
@keyframes RR_pulse {
    0% { transform: scale(1); }	
	50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.RR_pulse {
	-webkit-animation-name: RR_pulse;
	-moz-animation-name: RR_pulse;
	-o-animation-name: RR_pulse;
	animation-name: RR_pulse;
}

.RR_finalize.aniTiming_1s, #package-ob_section h1.aniTiming_1s {
	animation-iteration-count:1;
}

.RR_excellentChoice {
    font-family: 'Kalam', cursive;
    font-weight: 700;
    font-size: 25px;
    position: absolute;
    top: 67px;
    left: 252px;
}

.RR_excellentChoiceCover {
	background-color:#fff;
	position:absolute;
	top:65px;
	right:223px;
	width:425px;
	height:43px;
}

.RR_chequeCopy {
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    width: 792px;
    font-size: 19px;
	color:#3b3b3b;
}

.RR_depositCopy {
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    width: 797px;
    font-size: 18px;
    color: #3b3b3b;
}

.RR_chequeCopy b, .RR_depositCopy b {
	font-weight:800;
}

.RR_name {
    top: 225px;
    left: 40px;
    opacity: 0;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    font-size: 16px;
	color:#282828;
}

.RR_nameBox {
    border: 1px solid #000;
    height: 30px;
    width: 255px;
    opacity: 0;
    position: absolute;
    top: 250px;
    left: 35px;
    font-family: 'Lora', serif;
    font-size: 18px;
    padding: 6px 0 0 13px;
    font-weight: 700;
	color:#282828;
}

.RR_nameCover {
	width:185px;
	background-color:#fff;
	position:absolute;
	top:254px;
	right:657px;
	height:30px;
}

.RR_amt {
    top: 225px;
    left: 338px;
    opacity: 0;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    font-size: 16px;
	color:#282828;
}

.RR_amtBox {
    border: 1px solid #000;
	height: 30px;
	width: 289px;
	opacity: 0;
	position: absolute;
	top: 250px;
	left: 333px;
	font-family: 'Lora', serif;
	font-size: 19px;
	padding: 6px 0 0 5px;
	font-weight: 700;
	color:#282828;
}

.RR_amtCover {
    width: 287px;
    background-color: #fff;
    position: absolute;
    top: 254px;
    right: 257px;
    height: 30px;
}

.RR_fund {
    top: 225px;
    left: 664px;
    opacity: 0;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    font-size: 16px;
	color:#282828;
}

.RR_fundBox {
    border: 1px solid #000;
    height: 30px;
    width: 165px;
    opacity: 0;
    position: absolute;
    top: 250px;
    left: 659px;
    font-family: 'Lora', serif;
    font-size: 18px;
    padding: 6px 0 0 13px;
    font-weight: 700;
	color:#282828;
}

.RR_fundCover {
	width:161px;
	background-color:#fff;
	position:absolute;
	top:254px;
	right:53px;
	height:30px;
}

.RR_finalizeBtn {
	display:none;
	opacity:0;
	cursor:pointer;
	position:absolute;
	top:320px;
	left:0;
	right:0;
	margin:0 auto;
	background:url("../images/RR_finalizeBtn.png");
	width:488px;
	height:70px;
}

.RR_gwy {
    top: 410px;
    left: 735px;
    opacity: 0;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    font-size: 14px;
}

.RR_whiteArrow {
	display:none;
	position:absolute;
	top:442px;
	left:0;
	right:0;
	margin:0 auto;
}

.RR_iconSection {
	display:none;
	width:880px;
	height:160px;
	opacity:70%;
	background-color:#455469;
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	top:330px;
}

.RR_iconSection p {
	color: #fff;
	opacity: 1;
	font-family: 'Lora', serif;
	font-size: 20px;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	line-height: 27px;
}

.RR_leftDivider {
	position:absolute;
	top:90px;
	height:65px;
	width:1px;
	left:270px;
	background-color:#fff;
}

.RR_rightDivider {
	position:absolute;
	top:90px;
	height:65px;
	width:1px;
	right:270px;
	background-color:#fff;
}

.RR_icon1 {
	position:absolute;
	top:100px;
	left:51px;
    font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	background:url("../images/RR_icon1.png") transparent no-repeat;
	opacity:0;
	transform:scale(2);
	height:44px;
	width:240px;
	white-space: nowrap;
	color:#fff;
	padding-left:50px;
	line-height:40px;
}

.RR_icon2 {
	position:absolute;
	top:100px;
	left:330px;
    font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	background:url("../images/RR_icon2.png") transparent no-repeat;
	margin:0 0 0 0;
	opacity:0;
	transform:scale(2);
	height:44px;
	width:240px;
	white-space: nowrap;
	color:#fff;
	padding-left:50px;
	line-height:40px;
}

.RR_icon3 {
	position:absolute;
	top:100px;
	left:637px;
    font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-weight:700;
	background:url("../images/RR_icon3.png") transparent no-repeat;
	margin:0 0 0 0;
	opacity:0;
	height:44px;
	width:240px;
	transform:scale(2);
	white-space: nowrap;
	color:#fff;
	padding-left:50px;
	line-height:40px;
}

#package-ob_section {
	display:none;
	opacity:0;
	position:relative;
	top:10px;
	left:0;
	right:0;
	margin:0 auto;
	height:645px;
	width:880px;
	background-color:#fff;
}
.rr-balance,
.rr-lapsed,
.rr-offline,
.rr-preferred,
.rr-preferred-plus,
.rr-presidential,
.rr-prospects,
.rr-popular_items,
.rr-5off {
	display:none;
}

#package-ob_section h1 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #31ab25;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 47px;
    display: none;
    line-height: 50px;
}
/* generic update */
.generic #package-ob_section h1 span{display: none; opacity: 0;}
.genUpdate{
    display: none;
    opacity: 0;
}
.generic .genUpdate{display: block !important; opacity: 1 !important;}
.generic .genUpdate.RR_savingsCopy{
    position: absolute;
    top: 415px;
    left: 64px;
}
.generic .RR_OBGreySq h3 {
	font-family: 'Bitter', serif;
    font-weight: 700;
	text-align:center;
	top: 215px;
	font-size:48px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	line-height:44px;
}

#package-ob_section h2 {
    opacity: 0;
    position: absolute;
    top: 114px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #31ab25;
    text-align: center;
}

.RR_topGreenBorder {
	position:absolute;
	top:10px;
	left:15px;
	height:2px;
	background-color:#31ab25;
	width:0;
}

.RR_rightGreenBorder {
	position:absolute;
	top:10px;
	right:15px;
	width:2px;
	background-color:#31ab25;
	height:0;
}

.RR_bottomGreenBorder {
	position:absolute;
	top:178px;
	right:15px;
	height:2px;
	background-color:#31ab25;
	width:0;
}

.RR_leftGreenBorder {
	position:absolute;
	top:10px;
	left:15px;
	width:2px;
	background-color:#31ab25;
	height:168px;
}

.RR_leftBorderCover {
	position:absolute;
	top:10px;
	left:15px;
	width:2px;
	background-color:#fff;
	height:168px;
}

.RR_OBGreenSq {
	position:absolute;
	top:190px;
	left:15px;
	height:377px;
	width:426px;
	background-color:#31ab25;
	opacity:0;
}

.RR_OBGreenSq.RR_colorSwap {
	background-color:#aaaaaa !important;
}

.RR_OBGreySq {
	position:absolute;
	top:190px;
	right:15px;
	height:377px;
	width:426px;
	background-color:#aaaaaa;
	opacity:0;
}

.RR_OBGreenSq.RR_colorSwap {
	background-color:#31ab25 !important;
}

.RR_and {
    top: 315px;
    margin: 0 auto;
    color: #31ab25;
    font-family: 'Bitter', serif;
    font-weight: 700;
    background-color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    line-height: 61px;
	opacity:0;
}

.RR_tag {
	position:absolute;
	top:15px;
	left:90px;
}
/* generic update */
.generic .RR_tag{
    display: none;
}
.generic .RR_tag{margin: auto; left: 0; right: 0;}

.RR_ribbon {
	position:absolute;
	top:20px;
	right:160px;
}

.RR_OBGreySq h3 {
	font-family: 'Bitter', serif;
    font-weight: 700;
	text-align:center;
	top: 202px;
	font-size:48px;
	left:0;
	right:0;
	margin:0 auto;
	position:absolute;
	line-height:44px;
}
.RR_OBGreySq h3.rr-prospects {
	font-size:36px;
	line-height:34px;
}
.RR_OBGreySq h4 {
	font-weight:400;
	font-size:20px;
	position:absolute;
	top: 340px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	font-family: 'Bitter', serif;
	text-align:center;
}
.RR_OBGreySq h4.rr-prospects {
	position:static;
	font-size:32px;
	font-weight:700;
	text-align:center;
	margin-top:245px;
}
.rr-txt-1 {
	font-family: 'Bitter', serif;
	font-size:20px;
	text-align:center;
	text-transform:uppercase;
	padding-top:10px;
}
.rr-disclosure.rr-prospects {
	font-size:13px;
	line-height:17px;
		text-transform:uppercase;
	position:absolute;
	top:332px;
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;
}
#package-ob_section h5 {
	position:absolute;
	top:587px;
	left:0;
	right:0;
	margin:0 auto;
	font-family: 'Bitter', serif;
	font-size:31px;
	font-weight:bold;
	opacity:0;
	text-align:center;
}

.RR_obLeftArrow {
	position:absolute;
	top:602px;
	left:133px;
	opacity:0;
}

.RR_obRightArrow {
	position:absolute;
	top:602px;
	right:133px;
	opacity:0;
}

.RR_arrowBounce {
	-webkit-animation: bounceLess 2s cubic-bezier(.06, .31, .75, .96) 7;
	-moz-animation: bounceLess 2s cubic-bezier(.06, .31, .75, .96) 7;
	animation: bounceLess 2s cubic-bezier(.06, .31, .75, .96) 7;
}

/* OB Savings declarations */
.RR_dd_25_eih, 
.RR_dd_25, 
.RR_dd_10_eih, 
.RR_dd_10, 
.RR_u15_eih, 
.RR_u15, 
.RR_u10_eih, 
.RR_u10, 
.RR_s25_eih, 
.RR_s25, 
.RR_s50_eih, 
.RR_s50, 
.RR_s50Max, 
.RR_s5Off, 
.RR_s70, 
.RR_BIGIF, 
.RR_lp_u10, 
.rr-hot10, 
.rr-hot10_s5Off,
.RR_FGC {
	display:none;
} 

.dd_25_eih .RR_dd_25_eih, 
.dd_25 .RR_dd_25, 
.dd_10_eih .RR_dd_10_eih, 
.dd_10 .RR_dd_10, 
.u15_eih .RR_u15_eih, 
.u15 .RR_u15, 
.u10_eih .RR_u10_eih, 
.u10 .RR_u10, 
.s25_eih .RR_s25_eih, 
.s25 .RR_s25, 
.s50_eih .RR_s50_eih, 
.s50 .RR_s50, 
.s50Max .RR_s50Max, 
.s70 .RR_s70, 
.BIGIF .RR_BIGIF, 
.lp_u10 .RR_lp_u10, 
.s5Off .RR_s5Off,
.FGC .RR_FGC {
	display:block;
}

/* extra savings */
.dd_25_eih .rr-popular_items, 
.dd_25 .rr-popular_items, 
.dd_10_eih .rr-popular_items, 
.dd_10 .rr-popular_items, 
.u15_eih .rr-popular_items, 
.u15 .rr-popular_items, 
.u10_eih .rr-popular_items, 
.u10 .rr-popular_items, 
.s25_eih .rr-popular_items, 
.s25 .rr-popular_items, 
.s50_eih .rr-popular_items,  
.s70 .rr-popular_items, 
.BIGIF .rr-popular_items {
	display:block;
}
.s50 .rr-popular_items, .lp_u10 .rr-5off, .s50Max .rr-hot10, .s5Off .rr-hot10_s5Off{
    display: block;
}
h3.rr-hot10{
    top:278px;
    font-size: 62px;
}
h4.rr-hot10{
    top: 189px;
    line-height: 1em;
    font-size: 40px;
}
h3.rr-hot10_s5Off{
    top:278px;
    font-size: 62px;
}
h4.rr-hot10_s5Off{
    top: 189px;
    line-height: 1em;
    font-size: 40px;
}


.RR_dd_disclosure {
	display:none;
	position:absolute;
	top:567px;
	left:20px;
	font-size:13px;
	line-height:14px;
	font-weight:bold;
    font-family: 'PT Sans', sans-serif;
}

.dd_25_eih .RR_dd_disclosure, .dd_25 .RR_dd_disclosure, .dd_10_eih .RR_dd_disclosure, .dd_10 .RR_dd_disclosure {
	display:block; 
	opacity:0;
}

.dd_25_eih #package-ob_section h5, .dd_25 #package-ob_section h5, .dd_10_eih #package-ob_section h5, .dd_10 #package-ob_section h5 {
		top:599px;
}

.dd_25_eih .RR_obRightArrow, .dd_25 .RR_obRightArrow, .dd_10_eih .RR_obRightArrow, .dd_10 .RR_obRightArrow, .dd_25_eih .RR_obLeftArrow, .dd_25 .RR_obLeftArrow, .dd_10_eih .RR_obLeftArrow, .dd_10 .RR_obLeftArrow {
	top:614px !important;
}

.RR_savingsCopy {
	opacity:0;
}

.dd_25_eih .RR_savingsCopy {
	position:absolute;
	top:398px;
	left:30px;
}

.dd_25 .RR_savingsCopy {
	position:absolute;
	top:398px;
	left:25px;
}

.dd_10_eih .RR_savingsCopy {
	position:absolute;
	top:398px;
	left:30px;
}

.dd_10 .RR_savingsCopy {
	position:absolute;
	top:398px;
	left:26px;
}

.dd_10 .RR_savingsCopy {
	position:absolute;
	top:398px;
	left:26px;
}

.u15_eih .RR_savingsCopy {
	position:absolute;
	top:418px;
	left:44px;
}

.u15 .RR_savingsCopy {
	position:absolute;
	top:418px;
	left:43px;
}

.u10_eih .RR_savingsCopy {
	position:absolute;
	top:418px;
	left:43px;
}

.u10 .RR_savingsCopy {
	position:absolute;
	top:418px;
	left:41px;
}

.s25_eih .RR_savingsCopy {
	position:absolute;
	top:394px;
	left:26px;
}

.s25 .RR_savingsCopy {
	position:absolute;
	top:425px;
	left:21px;
}

.s50_eih .RR_savingsCopy {
	position:absolute;
	top:394px;
	left:24px;
}

.s50 .RR_savingsCopy {
	position:absolute;
	top:403px;
	left:23px;
}
.s50Max .RR_savingsCopy {
	position:absolute;
	top:385px;
	left:23px;
}
.s5Off .RR_savingsCopy {
	position:absolute;
	top:395px;
	left:23px;
}

.s70 .RR_savingsCopy {
	position:absolute;
	top:431px;
	left:26px;
}

.BIGIF .RR_savingsCopy {
	position:absolute;
	top:398px;
	left:30px;
}

.lp_u10 .RR_savingsCopy {
	position:absolute;
	top:410px;
	left:40px;
}

.FGC .RR_tag{display: none;}
.FGC .RR_savingsCopy {
	position:absolute;
	top:200px;
	left:40px;
}

.FGC .RR_OBGreySq :is(h3, h4){
	color: #000;
}
.FGC .RR_OBGreySq h3{
	font-size: 46px;
	line-height: 46px;
	padding-top: 20px;
}
.FGC .RR_OBGreySq h4{
	font-size: 25px;
	line-height: 26px;
	top: 320px;
}
/*****Package Style End*********/
#multipageWrap{
	margin: 0 20px;
	display:none;
	/* padding-top:670px; */
}

.disclaimer{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 600px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	display:none;
}

.disclaimer p, .disclaimer a{
	color: #000;
}

.disclaimer p {
	margin-bottom: 14px;
}

.disclaimer strong {
	/*for NPN*/
	font-size: 12px;
}

/*****Merch Ineligible button.. place over package button (Absoulute positioning)*****/
/*Refer to merch INELLIGABLE inelligable doc: http://creativedept.classic.pchad.com/Libraries/Packages/Spectrum/_docs/MERCH%20INELLIGABLE.TXT*/
.contestOnlySubmitButton{
	width: 100%;
	height: 100%;
	border: 0;
	text-indent: -999px;
	overflow: hidden;
	font-size: 0;
	background: none;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 0;
	z-index: 10;
}