body { background: center top; background-image: url(../images/ENP/bg.png);background-repeat: repeat-x;} /* If you have a background color, include !important; after it or it may not take (new from the WCAG releases 2022-05) */

    /* the width of the outerframe must be the same as the width of your header image */
	div#outerframe { width: 822px;}
	/* comment the next line if your header should not be flush with the top of the page */
	div#headerpush {display:none;} 

    /* ADA Configuration */
    div#header { height: 116px;} /* NOTE: if your header should be flush with your Content, shorten the height if you need to to make bring the content section up and flush with the Header. */
    div#header img {display:block;}

    /* This next line is not needed when you have ADA Configuration. */
	div#header { background-image:url('../images/ENP/Header.png'); height: 116px;}
	div#middle { background-image:url('../images/ENP/Middle.png'); }	
	div#footer { background-image:url('../images/ENP/Footer.png'); height: 58px;}		
	div#Progress {	background-image:url('../images/ENP/ProgressBar.png'); }	
/* If you see this line in your styles, with this exact color, you can remove it from your Styles.  The Global Styles will apply this exact color and no border automatically */
/*#ProgressBar { background-color: #d0d4de !important; border: none !important;}*/		
	input#NextButton {
		background-image:url('../images/ENP/Button.png');
		border-style:none; 
		background-color:transparent;
		color:White;
		font-weight:bold;
		height:49px;
		width:123px;		
	}	
.checkboxSimpleInput { background: url(../images/ENP/WSE_Checkboxes_@1x.png) no-repeat;}
.radioSimpleInput { background: url(../images/ENP/WSE_Radio_@1x.png) no-repeat; } 



/* Alt. Background Color */
.InputRowEven { background-color: #F5F5F5; }
#content { margin:0 15px !important;} /* Required for Privacy Policy */
h2 {font-size: 1.2em;} /* Required for ADA Compliant Header Sizing */

#footer {padding:12px 15px 0 15px !important;}
li#footerCR {width:35% !important;}
#footerCR {padding:2px 20px 0 0px !important;}

body.IndexPage #surveyEntryForm, body.IndexPage div#Buttonholder {text-align:left;}

/* **** 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;}

.ConnectOn p.connectHeader, .ConnectOn p.FinishHeader {font-weight:bold;font-size:1.4em;margin:auto;}

.ConnectOn div#finishIncentiveHolder
{
	padding:15px;
	margin:5px;
}
 
.ConnectOn div#finishConnectHolder 
{
	border:solid 1px #d1d1d1;
	padding:15px;
	margin:5px;
	background-color:#f0f1ed;
	-moz-border-radius:.2em;
	border-radius:.2em;
	-webkit-border-radius:.2em;
}
.ConnectOn div#finishIncentive {float:left;width:63%;}
.ConnectOn div#finishConnect {float:left;width:37%;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;}



/* **** Branded Looks **** */
body.BIS { background: center top; background-image: url(../images/BIS/bg.png);background-repeat: repeat-x;}
body.BIS div#header { background-image:url('../images/BIS/Header.png'); height: 81px;}
body.BIS div#middle { background-image:url('../images/BIS/Middle.png'); }	
body.BIS div#footer { background-image:url('../images/BIS/Footer.png'); height: 62px;}		
body.BIS div#Progress {	background-image:url('../images/BIS/ProgressBar.png'); }	
body.BIS input#NextButton {
		background-image:url('../images/BIS/Button.png');
		border-style:none; 
		background-color:transparent;
		color:White;
		font-weight:bold;
		height:35px;
		width:119px;		
	}	
body.BIS .checkboxBranded {background-image: url(../images/BIS/checkbox.png) !important;}
body.BIS .radioBranded {background-image: url(../images/BIS/radio.png)  !important;}
body.BIS .InputRowEven { background-color: #EBEAEA; }
body.BIS { background-color:#FFFFFF;}
body.BIS #footer { background-color:#FFFFFF;}
body.BIS #footerPP, body.BIS #footerPP a, body.BIS #footerSW, body.BIS #footerSW a { color:#ffffff; }
body.BIS #footerCR, body.BIS #PwBY{ color:#FFFFFF !important; }

.picklisttext { font-weight: bold }

/* ADA Styles - you need this for your Header Image.  Don't change anything, but add this to your Styles. */
#header h1 { display: block; }

/* Footer control - ADA On */
body.ADACompliance_True #footer {padding:4px 15px 0 15px !important;}
body.ADACompliance_True li#footerCR {width:35% !important;}
body.ADACompliance_True #footerCR {padding:9px 0px 0 0px !important;}