/*  RIO 02 - 2013                                      */
/*	-------------------------------------------------- */
/*	Base CSS                                           */
/*	-------------------------------------------------- */


/*  FONT Muli ---------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 25, 2013 */

html {
	margin: 0 auto;
	padding: 0;
	width: /*100%; */ 600px;
	height: /*100%; */ 979px;
}

html.devicestatusbar {
	height: 979px; /* statusbar is 45px */
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light-webfont.eot');
    src: url('../fonts/Muli-Light-webfont.eot?#iefix') format('embedded-opentype')/*,
         url('../fonts/Muli-Light-webfont.woff') format('woff'),
         url('../fonts/Muli-Light-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Light-webfont.svg#MuliLight') format('svg')*/;
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-LightItalic-webfont.eot');
    src: url('../fonts/Muli-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/Muli-LightItalic-webfont.woff') format('woff'),
         url('../fonts/Muli-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Muli-LightItalic-webfont.svg#MuliLightItalic') format('svg');*/
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular-webfont.eot');
    src: url('../fonts/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype')/*,
         url('../fonts/Muli-Regular-webfont.woff') format('woff'),
         url('../fonts/Muli-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Regular-webfont.svg#MuliRegular') format('svg')*/;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Italic-webfont.eot');
    src: url('../fonts/Muli-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/Muli-Italic-webfont.woff') format('woff'),
         url('../fonts/Muli-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Italic-webfont.svg#MuliItalic') format('svg')*/;
    font-weight: normal;
    font-style: italic;
}







body,
.rio {
	font-size: 1.0em;
	font-family: 'Muli';
}

	body em,
	.rio em { 
		font-family: 'muliitalic';
	}
	
#rio-statusbar {
	width: 100%;
	height: 50px;
}

.rio .container {
	width: 100%;
}
	#rio-timezone.rio .section-main .container,
	#rio-timezone.rio .section.section-main .container,
	#rio-agegate.rio .section-main .container,
	#rio-agegate.rio .section.section-main .container {
		width: 540px;
	}

.rio .container-or,
.rio .container-more {
	position: absolute;
	left: 0;
	bottom: -300px;
	margin: 0;
	padding: 3.5em 2.5em;
	background: #eeeeee;
	height: 100%;
}

#rio-congratulations.rio .container-more {
	margin-top: 1.5em;
	padding: 0.5em 2.5em 2em 2.5em;
}

#rio-create .section .container-or {
	padding: 3em 2.5em;
}
	.rio .container-or:before {
		content: 'OR';
		font-size: 1.7em;
		line-height: 2em;
		color: #adadad;
		text-align: center;
		margin: -1em 0 0 -1em;
		position: absolute;
		left: 50%;
		top: 0;
		height: 2em;
		width: 2em;
		border: .1em solid #adadad;
		-webkit-border-radius: 1.1em;
		   -moz-border-radius: 1.1em;
		        border-radius: 1.1em;
		background: #f1f1f1;
		z-index: 40;
	}

.rio .no-underline {
	font-size: 1.2em;
	text-decoration: none;
}
	.rio a.no-underline {
		color: #669900;
	}

.rio .section {
	margin: 0 auto;
	padding: 1.5em 2em;
}
	.rio .section-top,
	.rio .section.section-top {
		padding: 0;
		height: 75px;
		background-color: transparent;
		z-index: 30;
	}
		.rio .section-top ul,
		.rio .section.section-top ul {
			margin: 0;
			padding: 0;
		}
		.rio .section-top li,
		.rio .section.section-top li {
			margin: 0;
			padding: 0;
			width: 120px;
			height: 75px;
			background: transparent url(../img/sprite_12345.png) no-repeat 0 0;
			overflow: hidden;
		}
			.rio .section-top li:nth-child(2),
			.rio .section.section-top li:nth-child(2) {
				background: transparent url(../img/sprite_12345.png) no-repeat -120px 0;
			}
			.rio .section-top li:nth-child(3),
			.rio .section.section-top li:nth-child(3) {
				background: transparent url(../img/sprite_12345.png) no-repeat -240px 0;
			}
			.rio .section-top li:nth-child(4),
			.rio .section.section-top li:nth-child(4) {
				background: transparent url(../img/sprite_12345.png) no-repeat -360px 0;
			}
			.rio .section-top li:nth-child(5),
			.rio .section.section-top li:nth-child(5) {
				background: transparent url(../img/sprite_12345.png) no-repeat -480px 0;
			}

		.rio .section-top li.completed,
		.rio .section.section-top li.completed {
			background: transparent url(../img/sprite_12345.png) no-repeat 0 -75px;
		}
			.rio .section-top li.completed:nth-child(2),
			.rio .section.section-top li.completed:nth-child(2) {
				background: transparent url(../img/sprite_12345.png) no-repeat -120px -75px;
			}
			.rio .section-top li.completed:nth-child(3),
			.rio .section.section-top li.completed:nth-child(3) {
				background: transparent url(../img/sprite_12345.png) no-repeat -240px -75px;
			}
			.rio .section-top li.completed:nth-child(4),
			.rio .section.section-top li.completed:nth-child(4) {
				background: transparent url(../img/sprite_12345.png) no-repeat -360px -75px;
			}
			.rio .section-top li.completed:nth-child(5),
			.rio .section.section-top li.completed:nth-child(5) {
				background: transparent url(../img/sprite_12345.png) no-repeat -480px -75px;
			}

		.rio .section-top li.active,
		.rio .section.section-top li.active {
			background: transparent url(../img/sprite_12345.png) no-repeat 0 -149px;
		}
			.rio .section-top li.active:nth-child(2),
			.rio .section.section-top li.active:nth-child(2) {
				background: transparent url(../img/sprite_12345.png) no-repeat -120px -149px;
			}
			.rio .section-top li.active:nth-child(3),
			.rio .section.section-top li.active:nth-child(3) {
				background: transparent url(../img/sprite_12345.png) no-repeat -240px -149px;
			}
			.rio .section-top li.active:nth-child(4),
			.rio .section.section-top li.active:nth-child(4) {
				background: transparent url(../img/sprite_12345.png) no-repeat -360px -149px;
			}
			.rio .section-top li.active:nth-child(5),
			.rio .section.section-top li.active:nth-child(5) {
				background: transparent url(../img/sprite_12345.png) no-repeat -480px -149px;
			}

			#rio-welcome.rio .section-top,
			#rio-welcome.rio .section.section-top {
				height: 45px;
			}
				#rio-welcome.rio .section-top ul,
				#rio-welcome.rio .section.section-top ul {
					display: none;
				}
				#rio-welcome.rio .section-top li,
				#rio-welcome.rio .section.section-top li {
					background: transparent none;
				}
	
	.rio .section-main,
	.rio .section.section-main {
		height: 754px;
		max-height: 754px;
		/* overflow-y: scroll; */
		background: #cbd2b6; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiZDJiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZWZmN2Q4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjZWZmN2Q4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiZDJiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  #cbd2b6 0%, #eff7d8 2%, #ffffff 25%, #ffffff 75%, #eff7d8 98%, #cbd2b6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbd2b6), color-stop(2%,#eff7d8), color-stop(25%,#ffffff), color-stop(75%,#ffffff), color-stop(98%,#eff7d8), color-stop(100%,#cbd2b6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #cbd2b6 0%,#eff7d8 2%,#ffffff 25%,#ffffff 75%,#eff7d8 98%,#cbd2b6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #cbd2b6 0%,#eff7d8 2%,#ffffff 25%,#ffffff 75%,#eff7d8 98%,#cbd2b6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #cbd2b6 0%,#eff7d8 2%,#ffffff 25%,#ffffff 75%,#eff7d8 98%,#cbd2b6 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #cbd2b6 0%,#eff7d8 2%,#ffffff 25%,#ffffff 75%,#eff7d8 98%,#cbd2b6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd2b6', endColorstr='#cbd2b6',GradientType=0 ); /* IE6-8 */
		background-size: 100% 100%;
		background-color: #ffffff;
		background-repeat: no-repeat;
		z-index: 20;
	}
	
	/*
	   Working around issues with Rio scrollbars (e.g. Draggable thumb
	   sometimes works and sometimes does not)
	*/
	.rio .section-main-noscroll,
	.rio .section.section-main-noscroll {
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #e0e0e0 0%, #f6f6f6 50%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(50%,#f6f6f6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f6f6f6 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e0e0e0 0%,#f6f6f6 50%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e0e0e0 0%,#f6f6f6 50%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e0e0e0 0%,#f6f6f6 50%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
		background-size: 100% 200px;
		background-color: #ffffff;
		background-repeat: no-repeat;
		z-index: 20;
	}
		#rio-welcome.rio .section-main,
		#rio-welcome.rio .section.section-main {
			height: 784px;
			max-height: 784px;
			overflow-y: hidden;
		}
		#rio-congratulations.rio .section-main,
		#rio-congratulations.rio .section.section-main {
			height: 904px;
			max-height: 100%;
			background: #cbd2b6; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiZDJiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZWZmN2Q4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZjdkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
			background: -moz-linear-gradient(top,  #cbd2b6 0%, #eff7d8 2%, #ffffff 25%, #ffffff 75%, #eff7d8 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbd2b6), color-stop(2%,#eff7d8), color-stop(25%,#ffffff), color-stop(75%,#ffffff), color-stop(100%,#eff7d8)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #cbd2b6 0%,#eff7d8 2%,#ffffff 25%,#ffffff 75%,#eff7d8 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #cbd2b6 0%,#eff7d8 2%,#ffffff 25%,#ffffff 75%,#eff7d8 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #cbd2b6 0%,#eff7d8 2%,#ffffff 25%,#ffffff 75%,#eff7d8 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #cbd2b6 0%,#eff7d8 2%,#ffffff 25%,#ffffff 75%,#eff7d8 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd2b6', endColorstr='#eff7d8',GradientType=0 ); /* IE6-8 */
		}
		#rio-signin.rio .section-main,
		#rio-signin.rio .section.section-main,
		#rio-congratulations.rio .section-main,
		#rio-congratulations.rio .section.section-main {
			overflow: hidden;
		}

		#rio-child.rio {
			overflow-y: hidden;
		}
			#rio-child.rio .section-main,
			#rio-child.rio .section.section-main {
				min-height: 754px;
				height: auto;
				max-height: 100%;
				overflow-y: hidden;
			}


	.rio .section-bottom,
	.rio .section.section-bottom {
		padding: 3.5em;
		height: 150px;	/* 100px; */
		background: #ffffff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
		background-size: 100% 150px;
		background-color: #dddddd;
		background-repeat: no-repeat;
	    z-index: 10;
	}

		
.row-keyboard .control-group {
	text-align: center;
	margin: 0 auto;
}

.row.divider {
	margin-top: 20px;
	border-top: 1px solid #c6c6c6;
	border-bottom: 1px solid #f3f3f3;
}
	#rio-congratulations.rio .row.divider {
		margin-top: 4.5em;
		margin-bottom: 2.5em;
	}

#rio-congratulations.rio p {
	margin: 1.5em 0;
}

#rio-congratulations.rio .span6 .no-underline {
	font-size: 1.2em;
	display: block;
	margin-top: 0.6em;
}

.rio .inset {
	padding: 2em 2.5em;
}
	.rio .container-or .inset {
		padding-top: 15px;
	}
	.rio .inset-block,
	.rio .span.inset-block {
		margin: 20px;
		width: 90%;
		padding: 20px;
		border: 1px solid #dddddd;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background: #ffffff none;
	}
		.rio .inset-block.blockstar,
		.rio .span.inset-block.blockstar {
			margin-top: 40%;
			padding: 10px;
		}
			.rio .inset-block.blockstar .span {
				text-align: center;
				margin-left: 0;
			}
			.rio .inset-block.blockstar h4 {
				font-size: 1.3em;
				line-height: 1.3em;
				color: #656565;
				padding: 2em 0;
			}
		.rio .inset-block .form-horizontal .control-group {
			margin-bottom: 10px;
		}
		.rio .inset-block .form-horizontal .control-label {
			text-align: left;
			margin-left: 1em;
			width: 5em;
		}

.rio .right {
	text-align: right;
}

.rio .right .center {
	text-align: center;
}

.rio .underline {
	text-decoration: underline;
}

.rio h2 {
	font-size: 2em;
	margin-bottom: 10px;
}
	.rio h2 .right {
		margin-top: -5px;
		right: 0;
	}

.rio h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

.rio p {
	font-size: 1.2em;
}
	#rio-starterflow.rio p.description,
	#rio-starterflow.rio p.primary {
		margin-left: 0;
		font-size:16px;
	}
	#rio-starterflow.rio h5 {
		color: #656565;
		font-weight:bold;
	}
	
	#rio-starterflow.rio ul {
		margin-top:1px;
		font-size:15px;
	}
	
	#rio-starterflow.rio ul li {
		margin-left:-20px;
	}
	
.rio input[type="text"],
.rio input[type="email"],
/*.rio input[type="password"],*/
.rio textarea,
.rio select {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	padding: 0.4em 0.6em;
}

.rio input[type="password"] {
	font-size: 1.2em;
	/*
	line-height: 1.2em;
	letter-spacing: 0.1em;	
	*/
	padding: 0.4em 0.6em;
}
.rio select {
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0em;
	padding: 0.4em 0.6em;
	height: 2em;
}
	.rio .input-xmini  {width: 4em;}
	.rio .input-mini   {width: 6em;}
	.rio .input-small  {width: 8em;}
	.rio .input-medium {width: 12em;}
	.rio .input-large  {width: 16em;}
	.rio .input-xlarge {width: 20em;}
		.rio select.input-xmini  {width: 5.2em;}
		.rio select.input-mini   {width: 7.2em;}
		.rio select.input-small  {width: 9.2em;}
		.rio select.input-medium {width: 13.2em;}
		.rio select.input-large  {width: 17.2em;}
		.rio select.input-xlarge {width: 21.2em;}
			#rio-child.rio select.input-small   {width: 8.2em;}


.rio a {
	color: #669900;
}
.rio button {
	color: #656565;
}
.rio a.btn,
.rio button {
	font-size: 1.4em;
	font-weight: 600;
	min-width: 7em;
}

	.rio button.btn {
	    height: 48px;
	}
	#rio-congratulations.rio a.btn,
	#rio-congratulations.rio button.btn {
		min-width: 150px;
	}
	.rio button.btn-small {
		min-width: 80px;
		height: 35px;
	}
	.rio .row-keyboard .btn {
		margin-top: 4px;
		min-width: 0;
		width: 47%;
		height: 86px;
	}	
	.rio .row-keyboard .btn-key {
		text-align: center;
		padding: 0;
		min-width: 0;
		width: 23%
	}
	.rio a.btn-yellow,
	.rio button.btn-yellow {
		color: #ffffff;
	}
	.rio button.close {
		min-width: 28px;
		width: 28px;
		height: 28px;
	}		
	.rio button:disabled {
		color: #999999;
		text-shadow: 0 0 0 rgba(189,127,36,0);
		background: #cccccc; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #cccccc 0%, #cccccc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #cccccc 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #cccccc 0%,#cccccc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #cccccc 0%,#cccccc 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #cccccc 0%,#cccccc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
		-pie-background: linear-gradient(to bottom,  #cccccc 0%,#cccccc 100%);
	}
	.rio .section-bottom .btn,
	.rio .section.section-bottom .btn {
		margin-top: 0;
	}

.rio .numbered-list {
	list-style: none; /* Remove default numbering */
	margin: 2em 5em;
	padding: 0;
}
	.rio .numbered-list li {
		font-size: 24px;
		line-height: 75px;
		color: #adadad;
		position: relative;
		display: block;
		margin: 0 0 1em 0;
		padding: 0 0 0 100px;
		text-decoration: none;
		height: 75px;
		border-radius: 0;
	}
		.rio .numbered-list li.completed {
			color: #adadad;
		}
		.rio .numbered-list li.active {
			font-size: 30px;
			color: #99cc00;
		}
		.rio .numbered-list li:before {
			content: '';
			position: absolute;	
			left: 30px;
			top: -5px;
			margin-top: 0;
			width: 75px;
			height: 75px;
			background: transparent url(../img/sprite_12345.png) no-repeat 0 -300px;
			z-index: -1;
		}
			.rio .numbered-list li:nth-child(2):before {
				background: transparent url(../img/sprite_12345.png) no-repeat 0 -375px;
			}
			.rio .numbered-list li:nth-child(3):before {
				background: transparent url(../img/sprite_12345.png) no-repeat 0 -450px;
			}
			.rio .numbered-list li:nth-child(4):before {
				background: transparent url(../img/sprite_12345.png) no-repeat 0 -525px;
			}
			.rio .numbered-list li:nth-child(5):before {
				background: transparent url(../img/sprite_12345.png) no-repeat 0 -600px;
			}

		.rio .numbered-list li.completed:before {
			background: transparent url(../img/sprite_12345.png) no-repeat -75px -300px;
		}
			.rio .numbered-list li.completed:nth-child(2):before {
				background: transparent url(../img/sprite_12345.png) no-repeat -75px -375px;
			}
			.rio .numbered-list li.completed:nth-child(3):before {
				background: transparent url(../img/sprite_12345.png) no-repeat -75px -450px;
			}
			.rio .numbered-list li.completed:nth-child(4):before {
				background: transparent url(../img/sprite_12345.png) no-repeat -75px -525px;
			}
			.rio .numbered-list li.completed:nth-child(5):before {
				background: transparent url(../img/sprite_12345.png) no-repeat -75px -600px;
			}
			
		.rio .numbered-list li.active:before {
			background: transparent url(../img/sprite_12345.png) no-repeat -150px -300px;
		}
			.rio .numbered-list li.active:nth-child(2):before {
				background: transparent url(../img/sprite_12345.png) no-repeat -150px -375px;
			}
			.rio .numbered-list li.active:nth-child(3):before {
				background: transparent url(../img/sprite_12345.png) no-repeat -150px -450px;
			}
			.rio .numbered-list li.active:nth-child(4):before {
				background: transparent url(../img/sprite_12345.png) no-repeat -150px -525px;
			}
			.rio .numbered-list li.active:nth-child(5):before {
				background: transparent url(../img/sprite_12345.png) no-repeat -150px -600px;
			}


.rio .country-list {
	list-style: none; /* Remove default numbering */
	margin: 0 5em;
	padding: 0;
}
	.rio .country-list li {
		font-size: 1.4em;
		line-height: 71px;
		color: #656565;
		position: relative;
		display: block;
		padding: 0.4em 0 0.4em 2.5em;
		margin: 0;
		text-decoration: none;
		border-radius: 0;
		border-bottom: 1px solid #dddddd;
		cursor: pointer;
	}
		.rio .country-list li:last-child {
			border-bottom: none;
		}
		.rio .country-list li .image {
			display: inline-block;
			*display: block;
			vertical-align: middle;
			margin: 0 0.5em 0 1em;
			width: 60px;
			height: 36px;
			background: transparent url(../img/sprite-flags.png) no-repeat 0 0;
			zoom: 1;
		}
			.rio .country-list li.us .image {background-position: 0 0;}
			.rio .country-list li.ca .image {background-position: 0 -69px;}
			.rio .country-list li.uk .image {background-position: 0 -138px;}
			.rio .country-list li.ie .image {background-position: 0 -208px;}
			.rio .country-list li.au .image {background-position: 0 -277px;}
			.rio .country-list li.nz .image {background-position: 0 -346px;}
			.rio .country-list li.oe .image {background-position: 0 -416px;}
			
		.rio .country-list li span {
			display: inline-block;
			*display: block;
			vertical-align: middle;
			zoom: 1;		
		}
	.rio .country-list input[type="radio"] {
		position: relative;
		visibility: hidden;
	}
		.rio .country-list input[type="radio"]:after {
			position: relative;
			content: '';
			color: #adadad;
			text-align: center;
			visibility: hidden;
			margin: 0;
			position: absolute;
			left: -20px;
			top: -12px;
			width: 40px;
			height: 30px;
			background: transparent url(../img/sprite-checks.png) no-repeat 0 0;
			z-index: 30;
		}
			.rio .country-list input[type="radio"]:checked:after {
				visibility: visible;
				background-position: 0 -119px;
			}

#rio-language .form-horizontal .control-group {
	margin-bottom: 0;
}

.rio .link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.rio .link-list li {
		font-size: 1.2em;
		margin: 1.2em 0 0 0;
	}
		.rio .link-list li ul {
			list-style: disc;
			margin: 0.4em 0 0 0;
		}
		.rio .link-list li p,
		.rio .link-list li li {
			font-size: 1em;
			margin-top: 0;
			margin-bottom: 0.4em;
		}
		.rio .link-list li a {
			color: #669900;
		}

.rio .controls {
	margin: 0;
}
	.rio .row-keyboard .controls {
		margin-top: 20px;
		margin-bottom: 8px;
	}
		.rio .row-keyboard .controls.error {
		margin-bottom: 0;
	}
.rio .modal .form-horizontal .control-group {
	margin-top: 10px;
}
.rio .form-horizontal .control-label {
	white-space: nowrap;
    padding-right: 0.5em;
	width: 8.5em;
}
	.rio .modal .form-horizontal .control-label {
		padding-right: 0.2em;
		width: auto;
	}
	#rio-child.rio .form-horizontal .control-label {
		width: 6em;
	}

.rio .section-top .container,
.rio .section-top .row,
.rio .section-top .span {
	margin: 0;
	padding: 0;
	height: 100%;
}
.rio .section-top ol {
	list-style-type: decimal;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	float: none;
}
	.rio .section-top li {
		font-size: 1.2em;
		line-height: 44px;
		text-indent: 0;
		text-align: center;
		display: inline-block;
		margin: 0 auto;
		padding: 0;
		width: 33.3%;
		height: 100%;
	}
		.rio .section-top li.active {
			color: #ffffff;
			background-color: #669900;
		}
	
.rio .attention {
	margin: 50% 10px;
	top: -120px;
	height: 240px;
}
	.rio .attention h3 {
		color: #656565;
		text-align: center;
		margin: 60px 0;
		padding: 0;
	}

.rio .icon-doc {
	vertical-align: middle;
	margin-right: 5px;
    width: 20px;
    height: 22px;
	background: transparent url(../img/icon-doc-2.png) no-repeat 0 0;
}
.rio .icon-plus {
	vertical-align: middle;
	margin-right: 5px;
    width: 24px;
    height: 24px;
	background: transparent url(../img/icon-plus.png) no-repeat 0 0;
}
.rio .icon-plus-small {
	vertical-align: middle;
	margin-top: -0.2em;
	margin-right: 0.4em;
    width: 21px;
    height: 21px;
	background: transparent url(../img/icon-plus-2.png) no-repeat 0 0;
}
.rio .icon-info {
	vertical-align: middle;
	margin-top: -0.2em;
	margin-right: 0.2em;
    width: 20px;
    height: 20px;
	background: transparent url(../img/sprite-profile.png) no-repeat 0 0;
	
}

.rio input.confirm {
	border: none;
	background: transparent none;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.rio input[type="checkbox"] {
	visibility: hidden;
	z-index: 20;
}

.rio input[type="checkbox"]:after {
	content: '';
	visibility: visible;
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
	width: 40px;
	height: 30px;
	background: transparent url(../img/sprite-checks.png) no-repeat 0 -39px;
	z-index: 30;
}
	.rio input[type="checkbox"]:checked:after {
		visibility: visible;
		background-position: 0 0;
	}
	
.rio .row-keyboard input,
.rio .row-keyboard .error input[type="text"] {
	font-size: 1.2em;
	letter-spacing: 3.6em;
	padding-left: 3.2em;
	width: 15.6em;
	line-height: 2.5em;
}

.rio .modal {
    background-clip: padding-box;
    left: 50%;
    margin-left: -250px;
    top: 200px;
    width: 500px;
}

.rio #busyOverlay.modal {
	top: 41%;
}

	.rio .modal.attention {
		position: absolute;
		left: 50%;
		margin-left: -250px;
		top: 200px;
		width: 500px;
		height: auto;
		z-index: 100;
	}
	.rio .modal .inset {
		padding: 2em 3em 2.5em 3em;
		width: auto;
	}
	
	.appdetail {
		height: 600px;
		overflow-y: auto;
	}
	
	.appdetail2 {
		height: 490px;
		overflow-y: auto;
	}	
	
		.rio .modal .inset h2,
		.rio .modal .inset h3 {
			text-align: center;
			margin: 0.5em 0;
		}

.rio .close {
	background-image: url(../img/sprite-close.png);
}
	.rio .modal .close {
		margin: -1.2em -1.7em 0 0;
	}

.rio .error input[type="text"], 
.rio .error input[type="email"], 
.rio .error input[type="password"],
.rio .error textarea {
	border: 0.1em solid #cc0000;
	padding: 0.3em 0.5em;
}

.rio select {
	padding: 3px 3px 3px 1px;
	border: 1px solid #c6c6c6;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background-clip: content-box;
}
	.rio .error select {
		padding: 3px 3px 3px 1px;
		border: 1px solid #cc0000;
	}
	
.rio label {
	font-size: 1.2em;
}	

.rio .controls.error label {
	color: #666666;
}

.rio .controls .alert-error {
	display: none;
}
	.rio .controls.error .alert-error {
		font-size: 1.1em;
		line-height: 1.2em;
		color: #ff33333;
		display: block;
		padding: 0.1em 0 0 0;
		border: none;
		background: transparent none;
	}
	#rio-create.rio .controls.error {
		margin-bottom: 3px;
	}
		#rio-create.rio .controls.error .alert-error {
			margin: 0 0 0 10.5em;
		}
	#rio-child.rio .controls.error .alert-error {
		margin: 0 0 0 132px;
		padding-bottom: 0;
	}
		#rio-child.rio .controls.span4.error .alert-error {
			margin-left: 0;
		}
	.rio .row-keyboard .controls.error .alert-error {
		margin-bottom: 4px;
	}
	
#timeZone,
#ageGate {
	margin-top: 50%;
}
	.rio .form-horizontal #timeZone .control-label,
	.rio .form-horizontal #ageGate .control-label {
		width: 7em;
	}

#rio-starterflow .row .catalog-product {
    width: auto;
	
}

.rio .bottom {
	position: absolute;
	bottom: 0;
}

.rio .modal-gradient {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\
	background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
	border: 0.4em solid #ffffff;
	-webkit-border-radius: 0.7em;
	   -moz-border-radius: 0.7em;
	        border-radius: 0.7em;
}

.rio ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 24px;
	background-color: transparent;
}

.rio .chosen-container ::-webkit-scrollbar {
	width: 2em;
}

.rio .chosen-container ::-webkit-scrollbar-thumb {
    height: 3em;
}

	.rio ::-webkit-scrollbar-thumb {
		border-radius: 4px;
		border: 4px solid rgba(255,255,255,0);
		background-clip: content-box;
		background-color: #bfbfbf;
	}
	.rio ::-webkit-scrollbar-thumb:hover {
		border-radius: 4px;
		border: 4px solid rgba(255,255,255,0);
		background-clip: content-box;
		background-color: #a0a0a0;
	}
	
	.rio ::-webkit-scrollbar-corner {
		background-color: #e6e6e6;
	}
	
#deleteConfirmationOverlay .inset .row .span > p {
	text-align: center;
}

#forgotPasswordDialog_messsageBox {
	color: blue;
}

#forgotPasswordDialog_errorsBox {
	color: red;
}

#lf_overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: gray;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index:50;
}

.test1 #lf_overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: gray;
    opacity: 1.0;
    filter: alpha(opacity=100);
    z-index:50;
}

.test2-section-main {
	background: #ffffff url(../img/test2-bg.png) no-repeat 0 0;
	background-size: 100% 100%;
	height: 784px;
	max-height: 784px;
	overflow-y: hidden;
	z-index: 20;
}

.test2-section-main .shadow {
	position: absolute;
	left: 0;
	background: transparent url(../img/test2-shadow.png) repeat-x 0 0;
	width: 100%;
	height: 16px;
	z-index: 30;
}

.test2-section-main .shadow.bottom {
	bottom: 0;
	background-position: top left;
}

.test2-section-main .shadow.top {
	top: 0;
	background-position: bottom left;
}

.test2-section-bottom,
.rio .section.test2-section-bottom {
	padding: 2.5em 3.5em;
	background: #ffffff url(../img/test2-bg-btm.png) no-repeat 0 0;
	background-size: 100% 100%;
	height: 150px;
	max-height: 150px;
	overflow-y: hidden;
	z-index: 30;
}

#overlayReclaimDeviceYesButton {
   font-family: Muli; 
   font-weight: bold; 
   width: 211px;
}

/***
* Qt 4.8.2 started showing dotted borders around focused elements that older
* versions of the browser were not. This appears to impact
* some of the elements. The checkboxes and radio buttons appear to still have issues though.
*/
*:focus{
	outline: 0;
}

.rio .nomargin {
    margin: 0;	
}

.extended {
    padding-bottom: 200px;
}

/**
 * making smaller to get zip code to fit by default (with device keyboard)
 */
#rio-create .form-horizontal .control-group {
    margin-bottom: 18px;    
}

#rio-create .section-main {
    overflow-y: auto;	
}
