body { background:white url('../images/bg.png') repeat-x center top; }
div#outerframe { width: 822px;}
div#headerpush {display:none;}

	/* WCAG setup - Note that they don't begin with "div" */
	#header { background-image:url('../images/Header.png'); height: 156px;}
	#middle { background-image:url('../images/Middle.png'); }	
	#footer { background-image:url('../images/Footer.png'); height: 53px;}	

	/* WCAG es-US Header */
	body.es-US #header { background-image:url('../images/Header_es-US.png');}	


div#Progress {	background-image:url('../images/ProgressBar.png');}	
#ProgressBar { background-color: #d0d4de; border: none;}

/* New for WCAG Next Button */
input#NextButton {
	background-image: url('../images/Button.png');
	border-style: none;
	background-color: transparent;
	color: White;
	font-weight: bold;
	height: 29px;
	width: 96px;
	margin-left: 5px;
	margin-right: 5px;
}	

.checkboxBranded {background-image: url(../images/checkbox.png) !important;}
.radioBranded {background-image: url(../images/radio.png)  !important;}

/* Simple Radio Button & Checkbox */
.checkboxSimpleInput { background: url(../images/WSE_Checkboxes_@1x.png) no-repeat;}


/* Alt. Background Color */
.InputRowEven { background-color:#e8e8e8; }
#content { margin:0 15px !important;} /* Required for Privacy Policy */

#footer {padding:7px 25px 0 25px !important;}
body.es-US #footer {padding:0px 25px 0 25px !important;}

div#footerframe { background-image:url(../../../Common/images/BottomLogoBlackNoG.png);}

li#footerCR {width:35% !important;}
#footerCR {padding:-5px 0px 0 0px !important;}
/*#footerCRT {padding:9px 0px 0 0px !important;}*/

/* WCAG - I had to put the Copyright into it's own list and try to control it on the left side of the page (#footerCRT, #footerCRT li) */
#footerCRT {
	padding: 0 6px;
	margin: 0;
	position: relative;
}

#footerCRT li {
	list-style-type: none;
	float: left;
	text-align: right;
	/* -.3em top margin to center the copyright text. */
	margin: -.3em 0 0 1em;
}


/* **** IndexPage PickLanguageLinks - WCAG **** */
ul.languageOption {width:100%;text-align:left;padding:0;margin:0;}
ul.languageOption li {display:block;margin-right:1em;}
div.languageOption {text-align: left !important;}


/* **** Finish Page *****/
div#finishContainer {text-align:left;margin:auto;}

div#connectContent ul {padding:0;margin:auto;}
div#connectContent ul li {display:inline;margin:0 auto;list-style:none;}
div#connectContent .connect ul li iframe { position:absolute;padding-top:1em;}

.ConnectOn p.connectHeader, .ConnectOn p.FinishHeader {font-weight:bold;font-size:1.4em;margin:auto;}
.ConnectOn p.connectHeader {color: #235BA8;}
.ConnectOn div#finishIncentiveHolder, 
.ConnectOn div#finishConnectHolder 
{
	border:none;
	padding:15px;
	margin:5px;
	background-color: white;
	-moz-border-radius:.6em;
	border-radius:.6em;
	-webkit-border-radius:.6em;
}
.ConnectOn div#finishIncentive {float:left;width:70%;}
.ConnectOn div#finishConnect {float:left;width:30%;text-align:center;}
.ConnectOn div#finishIncentive hr, .ConnectOn div#finishConnect hr {border:none;background-color:#CCCCCC;height:1px;margin:1em auto;}
.ConnectOn hr.connectHeaderRule {margin-top:.5em !important;}
.ConnectOn div#finishConnect div#connectContent div#connectSocial {text-align:left;padding-left:1.5em;}
.ConnectOn div#finishConnect div#connectContent div#connectSocial li {padding: 0 .25em;}

.ConnectOff p.connectHeader {display:none;}
.ConnectOff div#connectContent ul li {padding-right:1em;}
.ConnectOff div#finishConnect {text-align:center;}
.ConnectOff div#finishIncentive hr, .ConnectOff div#finishConnect hr {display:none;}
.SocialOff div#finishIncentive {float:none;margin:auto;}
.ConnectOn div#connectContent iframe { margin-top:-7px;}


/* Branded Styles */
/* App */
body.App { background: #EBEBEB url(../images/Drive/bg.jpg)  repeat-x scroll center top; }
body.App div#outerframe { width: 822px;}

	/* WCAG setup - Note that they don't begin with "div" */
	body.App #header { background-image:url('../images/Drive/Header.png'); height: 88px;}
	body.App #middle { background-image:url('../images/Drive/Middle.png'); }	
	body.App #footer { background-image:url('../images/Drive/Footer.png'); height: 60px;}	

	/* WCAG es-US Header */
	body.Appes-US #header { background-image:url('../images/Drive/Header_es-US.png');}


body.App div#Progress {background-image:url('../images/Drive/ProgressBar.png');}
body.App input#NextButton { background-image:url('../images/Drive/Button.png'); height:35px; width:118px; }
body.App .InputRowEven {background-color: #ececec !important; }		
body.App .ConnectOn div#finishConnectHolder {background-color:#ececec;}

body.AppUS #footer {padding:10px 25px 0 25px !important;}
body.AppUS #footerCR {padding:1px 0px 0 0px !important;}
body.Appes-US #footer {padding:5px 25px 0 25px !important;}
body.Appes-US #footerCR {padding:9px 0px 0 0px !important;}


/* Used to add padding to the Social buttons on the finish page for WCAG now that they use <span> */
a img {
	padding: 4px 4px !important;
}


/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */
input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	/*  content: "\f6be";*/
	color: #E02828; /* - Controls the color of the font awesome radio buttons before they are selected */
}

input[type="radio"]:checked ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	/*  content: "\f6be";*/
	color: #E02828; /* - Controls the color of the font awesome radio buttons after they are selected */
}
