body { background: center top; background-image: url(../images/bg.png);background-repeat: repeat;}
	div#outerframe { width: 822px;}
	div#headerpush {display:none;} 
	#header { height: 129px;}
	#footer { height: 113px;}		

	input#NextButton {
		background-image: url('../images/Button.png');
		border-style: none;
		background-color: transparent;
		color: White;
		font-weight: bold;
		height: 35px;
		width: 115px;
		margin-left: 5px;
		margin-right: 5px;
	}	

/* Simple Radio Button & Checkbox */


/* Alt. Background Color */
.InputRowEven { background-color: #EEEEEE; }
#content { margin:0 15px !important;} /* Required for Privacy Policy */
h2 {font-size: 1.2em;} /* Required for ADA Compliant Header Sizing */

#footer {padding:15px 15px 0 15px !important;}

li#footerCR {padding-top: 35px; width:45% !important;}

body.GBR li#footerCR {padding-top: 1px;}
body.FIN li#footerCR, body.SWE li#footerCR {padding-top: 5px;}
body.ESP li#footerCR {padding-top: 40px !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:#E4E4E4;
	-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:#B6B6B6;height:1px;margin:1em auto;}
.ConnectOn hr.connectHeaderRule {margin-top:.5em !important;}

/* WCAG - The next padding-left is usually 1.5 em, but since some of the countries can have all of the finish page buttons, set it to .8em to better center-align on the finish page. - TP 2023-01-10. */
body.MBS_Y.ConnectOn div#finishConnect div#connectContent div#connectSocial {text-align: left; padding-left: .8em;}
.ConnectOn div#finishConnect div#connectContent div#connectSocial li {padding: 0 .25em;}

/* WCAG - Controls adding a few pixels of space on the right and left of the ConnectSocial Buttons so they're not touching. - TP 2023-01-10. */
.ConnectOn a img {padding: 0 2px 0 2px !important;}

.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;}

/* CINE - ESP */
body.CINE { background-image: url(../images/CINE/bg.png); background-repeat: repeat-x; background-color:#031122;}
body.CINE #header { background-image:url('../images/CINE/Header.png'); }
body.CINE #middle { background-image:url('../images/CINE/Middle.png'); }	
body.CINE #footer { background-image:url('../images/CINE/Footer.png'); }
body.CINE div#Progress {	background-image:url('../images/CINE/ProgressBar.png'); }	
body.CINE input#NextButton { background-image:url('../images/CINE/Button.png'); color:White;}
body.CINE .checkboxSimpleInput { background: url(../images/CINE/WSE_Checkboxes_@1x.png) no-repeat;}
body.CINE div#footerframe { background-image:url(../../../Common/images/BottomLogoBlack.png);}
body.CINE #footer, body.CINE #footer a { color:white !important;}

/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */
body.CINE input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	/*  content: "\f6be";*/
	color: #FFED00; /* - Controls the color of the font awesome radio buttons before they are selected */
}

body.CINE input[type="radio"]:checked ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	/*  content: "\f6be";*/
	color: #FFED00; /* - Controls the color of the font awesome radio buttons after they are selected */
}


/* FILM - SWE */
body.FILM { background-image: url(../images/FILM/bg.png); background-repeat: repeat-x; background-color:black;}
body.FILM #header { background-image:url('../images/FILM/Header.png'); }
body.FILM #middle { background-image:url('../images/FILM/Middle.png'); }	
body.FILM #footer { background-image:url('../images/FILM/Footer.png'); }
body.FILM div#Progress {	background-image:url('../images/FILM/ProgressBar.png'); }	
body.FILM input#NextButton { background-image:url('../images/FILM/Button.png'); color:White;}
body.FILM .checkboxSimpleInput { background: url(../images/FILM/WSE_Checkboxes_@1x.png) no-repeat;}
body.FILM div#footerframe { background-image:url(../../../Common/images/BottomLogoWhite.png);}
body.FILM #footer, body.FILM #footer a { color:white !important;}

/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */
body.FILM input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	/*  content: "\f6be";*/
	color: #CC0028; /* - Controls the color of the font awesome radio buttons before they are selected */
}

body.FILM input[type="radio"]:checked ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	/*  content: "\f6be";*/
	color: #CC0028; /* - Controls the color of the font awesome radio buttons after they are selected */
}

/* FINN - FIN */
body.FINN { background-image: url(../images/FINN/bg.png); background-repeat: repeat-x; background-color:black;}
body.FINN #header { background-image:url('../images/FINN/Header.png'); }
body.FINN #middle { background-image:url('../images/FINN/Middle.png'); }	
body.FINN #footer { background-image:url('../images/FINN/Footer.png'); }
body.FINN div#Progress {	background-image:url('../images/FINN/ProgressBar.png'); }	
body.FINN input#NextButton { background-image:url('../images/FINN/Button.png'); color:#000000;}
body.FINN .checkboxSimpleInput { background: url(../images/FINN/WSE_Checkboxes_@1x.png) no-repeat;}
body.FINN div#footerframe { background-image:url(../../../Common/images/BottomLogoWhite.png);}
body.FINN #footer, body.FINN #footer a { color:white !important;}

/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */
body.FINN input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	/*  content: "\f6be";*/
	color: #FFC40D; /* - Controls the color of the font awesome radio buttons before they are selected */
}

body.FINN input[type="radio"]:checked ~ label.radioSimpleInput:before {
font-family: "Font Awesome 5 Pro";
font-weight: 900;
/*  content: "\f6be";*/
color: #FFC40D; /* - Controls the color of the font awesome radio buttons after they are selected */
}

/* ODEO - GBR */
body.ODEO { background-image: url(../images/ODEO/bg.jpg); background-repeat: no-repeat; background-color:#00041F;}
body.ODEO #header { background-image:url('../images/ODEO/Header.png'); }
body.ODEO #middle { background-image:url('../images/ODEO/Middle.png'); }	
body.ODEO #footer { background-image:url('../images/ODEO/Footer.png'); }
body.ODEO div#Progress {	background-image:url('../images/ODEO/ProgressBar.png'); }	
body.ODEO input#NextButton { background-image:url('../images/ODEO/Button.png'); color:white;}
body.ODEO .checkboxSimpleInput { background: url(../images/ODEO/WSE_Checkboxes_@1x.png) no-repeat;}
body.ODEO div#footerframe { background-image:url(../../../Common/images/BottomLogoBlack.png);}
body.ODEO #footer, body.ODEO #footer a { color:white !important;}

/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */
body.ODEO input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	/*  content: "\f6be";*/
	color: #FFED00; /* - Controls the color of the font awesome radio buttons before they are selected */
}

body.ODEO input[type="radio"]:checked ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	/*  content: "\f6be";*/
	color: #FFED00; /* - Controls the color of the font awesome radio buttons after they are selected */
}

/* ODNY - NOR */
body.ODNY { background-image: url(../images/ODNY/bg.png); background-repeat: repeat-x; background-color:black;}
body.ODNY #header { background-image:url('../images/ODNY/Header.png'); }
body.ODNY #middle { background-image:url('../images/ODNY/Middle.png'); }	
body.ODNY #footer { background-image:url('../images/ODNY/Footer.png'); }
body.ODNY div#Progress {	background-image:url('../images/ODNY/ProgressBar.png'); }	
body.ODNY input#NextButton { background-image:url('../images/ODNY/Button.png'); color:white;}
body.ODNY .checkboxSimpleInput { background: url(../images/ODNY/WSE_Checkboxes_@1x.png) no-repeat;}
body.ODNY div#footerframe { background-image:url(../../../Common/images/BottomLogoWhite.png);}
body.ODNY #footer, body.ODNY #footer a { color:white !important;}

/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */
body.ODNY input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	/*  content: "\f6be";*/
	color: #0068C8; /* - Controls the color of the font awesome radio buttons before they are selected */
}

body.ODNY input[type="radio"]:checked ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	/*  content: "\f6be";*/
	color: #0068C8; /* - Controls the color of the font awesome radio buttons after they are selected */
}

/* UCIT - ITA */
body.UCIT { background-image: url(../images/UCIT/bg.png); background-repeat: repeat-x; background-color:white;}
body.UCIT #header { background-image:url('../images/UCIT/Header.png'); }
body.UCIT #middle { background-image:url('../images/UCIT/Middle.png'); }	
body.UCIT #footer { background-image:url('../images/UCIT/Footer.png'); }
body.UCIT div#Progress {	background-image:url('../images/UCIT/ProgressBar.png'); }	
body.UCIT input#NextButton { background-image:url('../images/UCIT/Button.png'); color:#00133A;}
body.UCIT .checkboxSimpleInput { background: url(../images/UCIT/WSE_Checkboxes_@1x.png) no-repeat;}
body.UCIT div#footerframe { background-image:url(../../../Common/images/BottomLogoBlack.png);}
body.UCIT #footer, body.UCIT #footer a { color:white !important;}

/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */
body.UCIT input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	/*  content: "\f6be";*/
	color: #0468BF; /* - Controls the color of the font awesome radio buttons before they are selected */
}

body.UCIT input[type="radio"]:checked ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	/*  content: "\f6be";*/
	color: #0468BF; /* - Controls the color of the font awesome radio buttons after they are selected */
}

/* UCKI - DEU */
body.UCKI { background-image: url(../images/UCKI/bg.png); background-repeat: repeat-x; background-color:black;}
body.UCKI #header { background-image:url('../images/UCKI/Header.png'); }
body.UCKI #middle { background-image:url('../images/UCKI/Middle.png'); }	
body.UCKI #footer { background-image:url('../images/UCKI/Footer.png'); }
body.UCKI div#Progress {	background-image:url('../images/UCKI/ProgressBar.png'); }	
body.UCKI input#NextButton { background-image:url('../images/UCKI/Button.png'); color:#002E4F;}
body.UCKI .checkboxSimpleInput { background: url(../images/UCKI/WSE_Checkboxes_@1x.png) no-repeat;}
body.UCKI div#footerframe { background-image:url(../../../Common/images/BottomLogoWhite.png);}
body.UCKI #footer, body.UCKI #footer a { color:white !important;}

/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */
body.UCKI input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	/*  content: "\f6be";*/
	color: #FFED00; /* - Controls the color of the font awesome radio buttons before they are selected */
}

body.UCKI input[type="radio"]:checked ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	/*  content: "\f6be";*/
	color: #FFED00; /* - Controls the color of the font awesome radio buttons after they are selected */
}

/* UCPO - PRT */
body.UCPO { background-image: url(../images/UCPO/bg.png); background-repeat: repeat-x; background-color:#031122;}
body.UCPO #header { background-image:url('../images/UCPO/Header.png'); }
body.UCPO #middle { background-image:url('../images/UCPO/Middle.png'); }	
body.UCPO #footer { background-image:url('../images/UCPO/Footer.png'); }
body.UCPO div#Progress {	background-image:url('../images/UCPO/ProgressBar.png'); }	
body.UCPO input#NextButton { background-image:url('../images/UCPO/Button.png'); color:white;}
body.UCPO .checkboxSimpleInput { background: url(../images/UCPO/WSE_Checkboxes_@1x.png) no-repeat;}
body.UCPO div#footerframe { background-image:url(../../../Common/images/BottomLogoWhite.png);}
body.UCPO #footer, body.UCPO #footer a { color:white !important;}

/* WCAG - control the color of the radio buttons (https://confluence.smg.com/pages/viewpage.action?spaceKey=WSE&title=Upgrading+to+WCAG+survey+setup) */
body.UCPO input[type="radio"] ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	/*  content: "\f6be";*/
	color: #FFED00; /* - Controls the color of the font awesome radio buttons before they are selected */
}

body.UCPO input[type="radio"]:checked ~ label.radioSimpleInput:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	/*  content: "\f6be";*/
	color: #FFED00; /* - Controls the color of the font awesome radio buttons after they are selected */
}