/*------------------------------------*\
	RESET
\*------------------------------------*/
/* LM: Removing since Bootstrap contains its own css reset
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}*/

/* MAIN */

html {
	font-size: 100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: .975em;
	color: #666666;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
	background-color: transparent;
	background-image: none;
	
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}

.accel {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

#mask {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

.ui-selectmenu-screen {
	height: 100% !important;
}

.ui-select .ui-btn-text {
	padding-top: 1px;
	font-size:13px;
}

.compare .ui-btn-inner {
	font-size: 13px;
}

textarea {
    resize: none;
}

/* Hyperlink Styles: */

a, a:visited{

}

a.over{

}

a img{

}

/* Headings: */

h1,h2,h3{
	font-family: 'nunitobold', 'Open Sans', sans-serif;
}

p{
	font-family: 'nunitolight', 'Open Sans', sans-serif;
	margin: 0 0 1em;
	padding: 0;
	line-height: 135%;
	
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
}

p:last-child,
p.last-child {
	margin-bottom: 0 !important;
}

b{
	font-weight: 700;
}

ul, ol {
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: 0em;
	margin-bottom: 1em;
}

.ui-content li {
	font-size: 1em;
	line-height: 125%;
	display: list-item;
	margin-left: 0;
	margin-bottom:1.1em;
	font-family: 'nunito', 'Open Sans', sans-serif;
	font-weight: lighter;
}

.ui-content .carousel-indicators {
	width: 200px;
	margin-left: -100px;
}

.ui-content .carousel-indicators li {
	display: inline-block;
	margin: 1px;
}

.ui-content .carousel-indicators li:last-child {
	margin: 1px;
}

.ui-content .carousel-indicators li.active {
	margin: 0;
}

.ui-content a.carousel-control,
.ui-content a.carousel-control:visited {
	color: #fff;
	opacity: 1;
}

.ui-content a.carousel-control:hover {
	color: #fff;
}

.ui-content .carousel-control .icon-next,
.ui-content .carousel-control .icon-prev {
	height: 60px;
	margin-top: -74px;
	font-size: 90px;
	margin-left: initial;
}
.ui-body-c, .ui-body-c input, .ui-body-c select, .ui-body-c textarea, .ui-body-c button{
	font-family: 'nunito', 'Open Sans', sans-serif;
}

.sub-container {
	position: relative;
	/*z-index: 2;*/
}

li:last-child{
	margin-bottom: 1.3em;	
}

.ui-page li:last-child {
	margin-bottom: 0;
}

.subscript {
	font-family: GGSubScript;
	font-size: 1em;
}

.superscript {
	font-family: GGSuperScript;
	font-size: 1em;
}

#main-container{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1012px;
	height: 650px;
	margin-top: -325px; /*set to a negative number 1/2 of your height*/
	margin-left: -506px; /*set to a negative number 1/2 of your width*/
	text-shadow: none;
	overflow: hidden !important;
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, .33);
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.33);
	background-image: url(../graphics/static.png);
	background-position: 0px -70px;
}

#logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -177px;
	margin-left: -271px;
}

#splash {
	background: #FFFFFF; /* fallback for non-supporting browsers */
	/*background-image: -webkit-gradient(radial, center center, 0, center center, 650, from(#ee8622), to(#9e0b0f));
    background-image: -webkit-radial-gradient(center center, circle cover, #ee8622 0%, #9e0b0f 100%);
	background-image: -moz-radial-gradient(center center, circle cover, #ee8622 0%, #9e0b0f 100%);
    background-image: -ms-radial-gradient(center center, circle cover, #ee8622 0%, #9e0b0f 100%);
    background-image: -o-radial-gradient(center center, circle cover, #ee8622 0%, #9e0b0f 100%);*/
	
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 22;
}

/**/

.ui-page {
	min-width: 1012px !important;
	max-width: 1012px !important;
	
	min-height: 650px !important;
	max-height: 650px !important;
	
	overflow: hidden !important;
	
	position: absolute !important;
	
	left: 0 !important;
	top: 0 !important;
	
	text-shadow: none !important;
	z-index: 10 !important;
	
	background-color: transparent;
	background-image: none;
}

[data-role=dialog]{
	z-index: 30 !important;
}

[data-role=dialog] .ui-content {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	padding: 0;
}

.fullbleed .ui-content {
	height: 100%;
	padding: 0;
	margin: 0;
}

.ui-content {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 578px;
	margin: 44px 0 28px 0;
	padding: 0;
}

/* Page styles: */

.margins {
	margin: 20px;
}

.clear {
	clear: both;
}

.drop-shadow {
	-webkit-box-shadow:  0px 0px 8px 2px rgba(0, 0, 0, .15);
    box-shadow:  0px 0px 8px 2px rgba(0, 0, 0, .15);
}

.outline {
	border: 1px solid #727272;
}

.text-holder {
	position: relative;
}

.tText {
	font-size: 1.32em;
	font-weight: bold;
	color: #333;
	margin-bottom:17px;
}

.pText {
	font-size: 13.5px;
	color: #333333;
	position: relative;
}

.pText p:first-child {
	margin-top: 0;
}

.fbText {
	top: 0px;
}

.qText {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.dText {
	color: #333333;
	position: absolute;
	top: 629px;
	left: 34px;
	z-index: 20;
	font-size: .92em;
}

.graphic {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.graphic img {
	float: right;
}

.graphic-border {
	overflow: hidden;
	
	border: solid 1px #888;
	background: #EFEFEF;
	
	-moz-box-shadow: 1px 1px 8px 1px #ccc;
	-webkit-box-shadow: 1px 1px 8px 1px #ccc;
	box-shadow: 1px 1px 8px 1px #ccc;
}

.panel {
	padding: 20px;
	background: #FFFFFF;
	overflow-y: auto;
}

.button {
	/*  background: url(../graphics/static.png) -502px -930px; */
	text-align: center;
	font-family: 'nunito', 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: .92em;
	display: inline-block;
	width: 154px;
	position: relative;
	padding: 10px;
	text-transform: uppercase;
}

.text-panel{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.52);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.52);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.52);
	left: 0;
	top: 22px;
}

div#submit.button, div#retry.button{

	padding: 9px 20px;
	background: -moz-linear-gradient(
		top,
		#b9e193 0%,
		#caee9b 39%,
		#b9e193);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b9e193),
		color-stop(0.39, #caee9b),
		to(#b9e193));
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 1px 5px rgba(000,000,000,0.2),
		inset 1px 1px 0px rgba(202,231,178,0.7);
	-webkit-box-shadow:
		0px 1px 5px rgba(000,000,000,0.2),
		inset 1px 1px 0px rgba(202,231,178,0.7);
	box-shadow:
		0px 1px 5px rgba(000,000,000,0.2),
		inset 1px 1px 0px rgba(202,231,178,0.7);

}

div#retry.button{
	position:relative;
	left: 288px;
	top: 16px;
}

.button p{
	padding: 1px 0 0 0;	
	margin: 0 0 0 -1px
}

.button.over {
	
}

.edge-animation {
	border: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

div.columnize {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
    -moz-column-fill: auto;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-webkit-column-fill: auto;
	column-count: 2;
	column-gap: 20px;
    column-fill: auto;
}

#overlays {
	width: 100%;
	height: 100%;
}

#intro {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;

	display: none;
	background-color: #fff;
	z-index: 17;
}

#intro img {
	float: none;
	border: 1px solid #727272;
}

.refresh {
	border: 1px solid transparent;
}

.text-area li {
	margin-bottom: 2px;
}

.text-area {
	background-image: none;
	padding: 6px;
	margin: .5em 0;
	min-height: 1.4em;
	line-height: 1.4em;
	font-size: 16px;
	display: block;
}

.zoom {
	background: url(../graphics/zoom-in-sm.png) no-repeat top left;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 64px;
	width: 64px;

	opacity: 0.2;
	cursor: pointer;
}

.zoom.zoomed {
	background: url(../graphics/zoom-out-sm.png) no-repeat top left;
}

.over .zoom {
	/*opacity: 0.8;*/
}

img.zoomed {
	/*width: 200% !important;
	height: 200% !important;*/
	width: 946px !important;
	height: auto !important;
}

.graphic.zoomed {
	width: 964px !important;
	max-width: none !important;
	overflow-x: hidden !important;
}

#skill-close {
	display: none;
}

.complete #skill-close {
	display: block;
}

#skill-close, #close-feedback {
	position: absolute;
	top: 80px;
	right: 80px;
	z-index: 2;
	background: url(../graphics/static.png) -800px -941px;
	height: 25px;
	width: 25px;
}

#skill-close p, #close-feedback p{
	display:none;
}

#feedback-correct{
	background:#C1EC9C;
}

#feedback-incorrect{
	background:#FFCBC5;	
}

.ui-popup-container,
.ui-popup-active {
	top: 100px !important;
}

.overlay-shadow {
	position: relative;
	width: 488px;
	padding: 5px 20px 13px 13px;
	background: url('../graphics/overlay-shadow.png') no-repeat;
	background-position: bottom;
	display: inline-block;
}

.overlay-shadow > .inner-content {
	background: #fff;
	border: 1px solid #c9c9c9;
	margin-top: -5px;
	margin-left: -5px;
	width: 472px;
	padding: 14px;
	min-height: 50px;
}

.dimmer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: #000;
	z-index: 10;
}

.transparent {
	background: url('../graphics/invisible.png') no-repeat;
}

.volume-icon{
	height: 109px;
	width: 129px;
	background: url(../graphics/vol-on.PNG) no-repeat;
	position: absolute;
	top: 87%;
	left: 1%;
	z-index: 9999;
	cursor: pointer;
}
.volume-icon.inactive{
	background: url(../graphics/vol-off.PNG) no-repeat;
}