HTML,BODY{
    margin:0px;
    padding:0px;
}
LABEL{
	cursor:pointer;
}

.horizontal_overlap .menuItem label{
	margin-left:3px\0/;
}
#choice{
	font-size:11pt;
	padding:3px 12px 3px 12px;	
	font-weight:normal;
	text-align:center;
	vertical-align:bottom;
}
#sidebar1{
	width:24px;
	vertical-align:top;
}
#pageFrame{
	
}
#inputFrame{
    padding:18px;
    padding-top:0px;
    /*position:relative;*/
}
#pageHeader1{
    background-repeat:no-repeat;
    height:74px;
    
    
}
#pageHeader2{
    width:100%;
    background-color:white;
    height:2px;
    padding-top:1px;
}
#pageHeader3{
    font-size:18pt;
    padding:6px 24px;
}
#content{
}
.prompt{
	padding-top:12px;
}
.promptText{
    font-size:11pt;
    position:relative; /* Fix IE 6 "Peekaboo" bug */
}
.promptInput, .promptOutput{
    font-size:11pt;
    padding:6px 6px 6px 6px;
    margin-left:32px;
    position:relative; /* Fix IE 6 "Peekaboo" bug */
}
/* Hides from IE5-mac \*/
* .promptInput {height: 1%;}
/* End hide from IE5-mac */ /*� Holly Hack for IE 6 Peekaboo bug �*/

.promptOutput {
	font-size:300%;
	font-weight:bold;
	text-align:center;
}

.requiredText {
	font-size:11pt;
}

.promptInput TABLE TR TD{
    vertical-align:top;
}
#nav, #nav2 {
    text-align: center;
    padding-left: 18px;
    padding-bottom: 12px;
}
#nav input {
    margin:3px 6px 0px 6px;
}
#nav2 {
	display: none;
}
#nav2 span {
	display: inline-block;
	margin: 3px 6px 0px 6px;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}
#nav2 img, #nav2 input {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	/* IE 8 */
	filter: alpha(opacity=0);											/* IE 5-7 */
	-khtml-opacity: 0;													/* Safari 1.x */	
	opacity: 0;															/* awesome browsers */
}
#pageFooter2{
	padding:0px 0px 0px 0px;
}
#legal{
	padding:2px 12px 0 12px;
	float:left;
	clear:left;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:7pt;
	position:relative;
}

#contestRules, #privacyPolicy, #previousWinners{
	padding:10px 0 0 12px;
	float:left;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:7pt;
	position:relative;
}
#privacyPolicy + #contestRules, #previousWinners  {
	padding-left: 0;
}

#progress{
	padding:12px;
	text-align:center;	
	margin: 0px 184px 0px 184px;
	font-family:Arial,Helvetica,Sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	position:relative;
}

#previousWinners ~ #progress {
	margin-left: 244px;
}
#progressBack{
	padding:2px;
	text-align:left;
}
#progressBar{
	height:15px;
	font-size:12px;
}
#powered{
	padding:6px 12px 0px 12px;
	float:right;
	position:relative;
}
#powered A{
	
}
SPAN.required-marker{

}
SPAN.required-marker-error{
	color:red;
}
DIV.error-detail{
	color:red;
}
#searchSubmit {
	background-color:#eee;
	border: outset #333 2px;
	font-size: 0.9em;
	padding: 2px 6px;
	cursor: default;
	position:relative; /* Fix IE 6 "Peekaboo" bug */
}
#offerCodes {
	margin-top: 3px;
	position:relative; /* Fix IE 6 "Peekaboo" bug */
}
#offerCodeSearchResult {
	font-size:0.8em;
	font-style:italic;
    position:relative; /* Fix IE 6 "Peekaboo" bug */
}
TABLE.multiMenu {
	width: 700px;
}
.choiceText td#choice{
	width:1%;	
}
TD.multiMenuLabel {
	width: 450px;
	padding-right: 50px;
}
table.horizontal {
width: 100%;
}

/* Cookie banner css */
#cookieBanner {
    overflow: hidden;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
#cookieHeader {
    background: #ffffff;
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    padding: 10px 0px 10px 0px;
    text-align: center;
}

/*The following 3 overflow styles will not change anything unless the overflowCategoricalGroupLabels property is set to true*/
.overflow{
  position:absolute;
  bottom: 0px;
  width: 90px;
  left: 48%;
  margin-left: -45px;
  z-index: 10;
}

@-moz-document url-prefix() { 
 .overflow{
    display: block;
    position: static;
    width: 100px;
    margin-left: -40px;
    margin-right: -40px;
  }
span.overflow{
	width:auto;
	margin-left:-30px;
	margin-right:-30px;}
}

div.sweepstakesButtonPromptText {
	display: none;
}

div.sweepstakesButtonCheck div.sweepstakesButtonButton {
	border: solid 1px #666666;
	background-color: #cccccc;
	color: #666666;
	cursor: pointer;
	padding: 5px 20px;
	font-size: 120%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

div.sweepstakesButtonCheck div.sweepstakesButtonButton:hover {
	border: solid 1px #000;
	background-color: #fff;
	color: #000;
}

div.sweepstakesButtonProcessing {
	padding-right: 18px;
}

div.sweepstakesButtonProcessing div.sweepstakesButtonProcessingSpinner {
	width: 64px;
	height: 64px;
	background: url(../image/sweepstakes-spinner.gif) no-repeat top center;
	margin: 0 auto;
}

.level{
	display:table-row;
}

.levelData{
	display:table-cell;
	padding:3px;
}

.levelLabel{
	padding-right: 10px;
}

.levelError{
	color:red;
}

.levelSelect{
	min-width:230px;
	*width:230px;
}
.disabledSelector{
	color:white;
}

/* OpenTell Transfer frames */
#backdropFrame {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #707a82;
}
#backdropPage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0;
}
#backdropOverlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #333;
	opacity: .6;
}
#transferFrame {
	position: relative;
	width: 479px;
	margin: 50px auto;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
#transferFrame .promptInput,
#transferFrame .promptOutput {
	margin: 0;
}
#transferFrame .promptText {
	text-align: center;
}
#transferFrame .connect-with-us {
	text-align: center;
}
#transferHeader {
	position: relative;
	height: 103px;
	overflow: hidden;
}
#transferHeader img.banner {
	max-height: 100%;
}
#transferHeader img.closer {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 11px;
	height: 11px;
	padding: 3px;
	border-radius: 15px;
	background-color: #a72b2a;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
}
#transferHeader img.closer:hover {
	background-color: #e03c31;
}
#transferFooter {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#transferFooter a:link,
#transferFooter a:visited {
	background-color: #eae9e9;
	display: block;
	color: #707a82;
	padding: 20px 0;
	text-decoration: none;
}
/*
#transferFooter a:hover,
#transferFooter a:active {
	color: #fff;
	background-color: #77bd43;
	text-decoration: none;
}
*/

#transferFooter .goButton {
	background-color: #707a82;
	border: solid 1px #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	color: #fff;
	margin-left: 10px;
	padding: 5px 25px;
	text-transform: uppercase;
}
#transferFooter a:hover .goButton,
#transferFooter a:active .goButton {
	background-color: #77bd43;
}

#transferFrame #inputFrame {
	width: 100%;
	min-height: 300px;
	background: #fff;
	margin: 0 !important;
	padding: 0 !important;
}


/* Smart Comment */
.nudge_sidebar {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	left: 0;
	bottom:30px;	 
	height: 140px;
	width: 28px !important;
	max-height: 170px;
	display: inline-block;
	padding-right: 31px;
}

.nudge_sidebar .nudgeLabel{
	font-size: .6em;
	padding-top: 12px;
	position: absolute;
	left: -8px;
}

.nudge_sidebar .nudge_meter {
	position: relative;
	margin: auto;
	height: 100%;
	background-color: #b4b6ba;
	box-shadow: inset 3px 3px 3px -2px #aaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 6px !important;
	max-height: 170px;
}

.nudge_sidebar .nudge_meter .nudge_goal {
	height: 85%;
	position: relative;	
	background-color: #b4b6ba;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	top: 15%;
	right: 6px;
	height: 18px;
	width: 18px !important;
}
			
.nudge_sidebar .nudge_meter .nudge_progress {
	position: absolute;
	left: -2px;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	background-color: #b4b6ba; 
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,.5);

	-webkit-border-top-right-radius: 0%;
	-webkit-border-top-left-radius: 0%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	-moz-border-radius-topright: 0%;
	-moz-border-radius-topleft: 0%;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	
	border-top-right-radius: 0%;
	border-top-left-radius: 0%;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip:  padding-box;
	
	border: 2px solid #fff;
	-moz-transition: all .15s;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	-ms-transition: all .15s;
	transition: all .15s;
}	

.nudge_sidebar .nudge_meter .nudge_progress:before {			
	content: attr(dumbie);
	background-color: inherit;
	border: 2px solid #fff;
	.border-radius();
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	height: 18px;
	position: absolute;
	right: -8px;
	top: -10px;
	width: 18px !important;
	z-index: 1;
}
		
.nudge_sidebar .nudge_meter .nudge_progress:after {
	content: "";
	visibility: hidden;
}
	
/*Adds a lower tail to the moving progress circle.*/
.nudge_sidebar.active .nudge_progress:after {
	content: attr(dumbie);
	position: absolute;	
	background-color: inherit;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	left: -2px;
	top: 9px;
	height: 6px;
	width: 6px !important;
	z-index: 2;
	visibility: visible;
}

.nudge_arrow{
	position: absolute;
	left: 17px;
	visibility: visible;
	width: 0 !important;
	height: 0;
	border-style: solid;
	border-width: 7.5px 20px 7.5px 0;
	border-color: transparent transparent transparent transparent;
	opacity: 0;
	-moz-transition: all .15s;
	-webkit-transition: all .15s;
	-o-transition: all .15s;
	-ms-transition: all .15s;
	transition: all .15s;
}

.nudge_sidebar, .nudge_sidebar + .textarea {
	margin-top:5px;
}

.nudge_sidebar + .textarea {
	resize:none;
	height: 178px;
	width:24%;
}

.promptInput #hintContainer{
	position: relative;
	left: 41px;
	overflow: hidden;
	height: 80px;
	top: -80px;
	cursor: text;
	width:23%;
}

.promptInput #hintContainer .hintComponent {
  position: absolute;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-style: solid;
  border-width: 1px;
  border-color: #c9e5b4;
  background: #E3F1D3;
  background: -moz-linear-gradient(90deg, rgba(165, 210, 114, 0.4) 0%, rgba(165, 210, 114, 0.4) 5%, rgba(153, 204, 95, 0.25) 5%, rgba(227, 241, 211, 0.4) 100%);
  background: -webkit-linear-gradient(90deg, rgba(165, 210, 114, 0.4) 0%, rgba(165, 210, 114, 0.4) 5%, rgba(153, 204, 95, 0.25) 5%, rgba(227, 241, 211, 0.4) 100%);
  background: -ms-linear-gradient(90deg, rgba(165, 210, 114, 0.4) 0%, rgba(165, 210, 114, 0.4) 5%, rgba(153, 204, 95, 0.25) 5%, rgba(227, 241, 211, 0.4) 100%);
}
.promptInput #hintContainer .hintComponent.hideHint {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  height: 0px !important;
  width: 0px !important;
}
.promptInput #hintContainer .hintComponent.hideHint-remove #hintText {
  display: none;
}

@-webkit-keyframes nudgeBubble {
  0%,
  100% {
    padding: 7px 7px 9px 10px;
    bottom: 12px;
  }
  50% {
    padding: 9px 9px 11px 10px;
    bottom: 10px;
  }
}
@-moz-keyframes nudgeBubble {
  0%,
  100% {
    padding: 7px 7px 9px 10px;
    bottom: 12px;
  }
  50% {
    padding: 9px 9px 11px 10px;
    bottom: 10px;
  }
}
@-ms-keyframes nudgeBubble {
  0%,
  100% {
    padding: 7px 7px 9px 10px;
    bottom: 12px;
  }
  50% {
    padding: 9px 9px 11px 10px;
    bottom: 10px;
  }
}
@-o-keyframes nudgeBubble {
  0%,
  100% {
    padding: 7px 7px 9px 10px;
    bottom: 12px;
  }
  50% {
    padding: 9px 9px 11px 10px;
    bottom: 10px;
  }
}
@keyframes nudgeBubble {
  0%,
  100% {
    padding: 7px 7px 9px 10px;
    bottom: 12px;
  }
  50% {
    padding: 9px 9px 11px 10px;
    bottom: 10px;
  }
}

.promptInput #hintContainer .hintComponent.hideHint-remove#hint {
  -webkit-animation: nudgeBubble .3s .7s ease;
  -moz-animation: nudgeBubble .3s .7s ease;
  -ms-animation: nudgeBubble .3s .7s ease;
  animation: nudgeBubble .3s .7s ease;
}
.promptInput #hintContainer #hint {
  -moz-transition: all .3s linear .4s;
  -webkit-transition: all .3s linear .4s;
  -o-transition: all .3s linear .4s;
  -ms-transition: all .3s linear .4s;
  transition: all .3s linear .4s;
  width: 83%;
  left: 31px;
  bottom: 12px;
  padding: 7px 7px 9px 10px;
  font-size: .9em;
  min-height: 19px;
}

[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
 
}

.promptInput #hintContainer #hint #closeButton:hover {
  cursor: pointer;
}
.promptInput #hintContainer #hint #closeButton:before {
  position: relative;
  left: 0px;
  padding-left: 4px;
  bottom: -2px;
  float: right;
  color: #d9dbdd;
  font-size: 11px;
}
.promptInput #hintContainer #bubble1 {
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  height: 7px;
  width: 7px;
  bottom: 41px;
  left: 0;
}
.promptInput #hintContainer #bubble2 {
  -moz-transition: all .3s linear .3s;
  -webkit-transition: all .3s linear .3s;
  -o-transition: all .3s linear .3s;
  -ms-transition: all .3s linear .3s;
  transition: all .3s linear .3s;
  height: 14px;
  width: 14px;
  bottom: 30px;
  left: 12px;
}


.promptInput #hintContainer.closed #hint.hideHint {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
  height: inherit !important;
  width: 0;
  left: 100%;
}


.promptInput #hintContainer.closed #hint.hideHint-add{
	-moz-transition: all .3s linear .4s, width .1s linear 1.5s, left .5s cubic-bezier(0.85, -0.26, 1, 0.39) .5s;
	-webkit-transition: all .3s linear .4s, width .1s linear 1.5s, left .5s cubic-bezier(0.85, -0.26, 1, 0.39) .5s;
	-o-transition: all .3s linear .4s, width .1s linear 1.5s, left .5s cubic-bezier(0.85, -0.26, 1, 0.39) .5s;
	-ms-transition: all .3s linear .4s, width .1s linear 1.5s, left .5s cubic-bezier(0.85, -0.26, 1, 0.39) .5s;
	transition: all .3s linear .4s, width .1s linear 1.5s, left .5s cubic-bezier(0.85, -0.26, 1, 0.39) .5s;
	left:100%;
}
	
@media all and (max-width: 1020px){
	.nudge_sidebar + .textarea, .promptInput .nudge_sidebar ~ #hintContainer {
		min-width: 50%;
		width: 80%;
	}
}
	
@media all and (max-width: 600px){
	.promptInput #hintContainer #hint{
		max-width: 250px;
	}
}		
	

	
@media all and (max-width: 400px){
	.nudge_sidebar{
		left:3px;
	}
	.nudge_sidebar + .textarea {
		min-width: 30%;
		width: 70%;
	}
	
	.promptInput #hintContainer #hint{
		max-width: 100px;
	}
}	

@font-face {
    font-family: 'icomoon';
    src:url('/icomoon.eot');
    src:url('../css/webfonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('../css/webfonts/icomoon.woff') format('woff'),
        url('../css/webfonts/icomoon.ttf') format('truetype'),
        url('../css/webfonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

#fingerprintData{
width:5px;
overflow:hidden;
}
 