/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
    font-size: 1.125em;
    line-height: 1.44444em;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		color: #6d6b6b;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		-moz-osx-font-smoothing: grayscale;
		margin: 0;
 }

/* #Site Styles
================================================== */
	/* Logo */
	#header {
		background: url(images/wave.jpg) #129dce center center;
		padding: 1em;
		color: #FFF;
		position: relative;
	}
	.questionnaire #header {
		background: #0796bf;
	}
	#logo {
		text-align: center;
	}
	#logo > h1 {
	  border: medium none;
	  color: #FFFFFF;
	  padding: 0;
	  margin: 0;
	}
	.questionnaire #logo > h1 {
	  padding: 12px 0;
	  margin:  0 0 15px;
	}
	/* Nav */
	#nav {
		position: relative;
		margin-bottom: 2em;
	}
	/* base.html top */
	#main { /*margin-top: 1.5em;*/ }
	/* gradient line under the nav */
	.grad {
	height:2px;
	width:500px;
	background: -webkit-radial-gradient(#02b3df 20%,white 80%); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#02b3df 20%,white 80%); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#02b3df 20%,white 80%); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#02b3df 20%,white 80%); /* Standard syntax (must be last) */
	margin: 0 auto;
	z-index: 40;
	position: relative;
	}
	/* sign in/out Welcome */
	#profile {
		position: absolute;
		right: 0;
		top: 0.75em;
		font-size: 95%;
	}
	/* My Results tab */
	#myresults { background-color: grey; font-weight: normal !important; position: absolute; top: -10px; left: 0;}
	#myresults a, #myresults span.active {color: #fff; text-decoration: none; padding: 10px 20px; border-radius: 0 0 10px 10px;}
	#myresults span.active { background-color: #6c6c6c; }
	#myresults a { background-color: #0b6d8f; }
	#myresults a:hover { background-color: #0d7ea6; }
		
	/* video responsive wrapper */
	videowrapper {
	    float: none;
	    clear: both;
	    width: 100%;
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 25px;
	    height: 0;
	}
	.videowrapper iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}	
		
	/* front page */
	.home-intro p {
		text-align: center;
	}
	.video-large {
		width: 600px;
		height: 340px;
		position: relative;
	}
	#my_video_1 > p {
	  background: none repeat scroll 0 0 #000000;
	  height: 100px;
	  padding: 10px;
	  position: absolute;
	  top: 0;
	  z-index: 40;
	  font-size: 18px;
	}
	/* other page video */
	.video-container {
		background-color: #f4f4f4;
		border-bottom: 1px solid #d3d3d3;
		margin-top: -15px;
		padding: 20px 0;
	}
	.video-container h2 {
		margin: 0;
		margin-left: 5px;
		margin-right: 5px;
		text-align: center;
		font-size: 1em;
	}
	.video-container #video-hide {
		display: none;
	}
	.video-container #video {
		margin: 15px auto 10px auto;
		display: none;
	}
	.video-small {
		width: 400px;
		height: 225px;
	}
	/* footer */
	footer {
		background-color: #d5d6d6;
		padding: 20px 0;
	}
	footer ul li {
		width: 25%;
		text-align: center;
	}
	footer ul li img {
		border-radius: 10px;
	}
	footer .copyright {
		font-weight: bold;
	}
	/* My Results page */
	#my-results h2 {
		text-align: center;
		font-size: 1em;
		margin: 0 0 20px;
	}
	#my-results .video-container h2 {
		margin: 0;
	}
	#my-results .print p {
		text-align: center;
	}
	#my-results table.domain-scores {
		width: 100%;
	}
	#my-results table.domain-scores td {
		padding-bottom: 5px;
	}
	#my-results table.domain-scores td.resources {
		text-align: right;
	}
	#my-results .compare h2 {
		text-align: left;
		margin-bottom: 5px;
	}
	#nameplate {display: none;}
	#changeDate {text-align: center;}
	#changeDate label { font-size: 20px;}
	#changeDate select {font-size: 18px; width: auto;}
	.section header {
		text-align: center;
	}
	.section .header-title {
	  background: none repeat scroll 0 0 #FFFFFF;
	  display: inline;
	  margin: 0 auto;
	  padding: 0 1em;
	  position: relative;
	  text-align: center;
	  top: -25px;
	}
	.section {
	  margin: 0 0 1em !important;
	  padding: 10px !important;
	}
	.section.first {
		margin-top: 1em !important;
	}
	/* list of statisfaction levels */
	#sat-levels {
		padding-left: 15%;
	}
	#sat-levels .lineup {
		-moz-column-count: 2;
		-moz-column-gap: 100px;
		-webkit-column-count: 2;
		-webkit-column-gap: 100px;
		column-count: 2;
		column-gap: 100px;
		height: 155px;
		width: 404px;
	}
	
	/* Table My Results */
	.vertical { /* vertical labels for the th tags */
		width: 1em;
		white-space: nowrap;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
		position: relative;
		top: 20%;
		left: 0;
	}
	table.myresults {
		font-size: 75%;
		margin-top: 7em;
		margin-left: 120px;
		border-collapse: inherit;
	}
	.myresults th, .myresults td {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 5px;
		margin: 5px;
		vertical-align: middle;
	}
	.myresults th {
		height: 1em;
		text-align: left;
	}
	.myresults tr:nth-child(even) {
		background-color: #e7e6e6;
	}
	td.hasvalue .circle {
		font-size:xx-large;
	}
	.q { line-height: 1.3em;}


/* Pagination */

	.pagination {
	    border-bottom: 1px solid #d3d3d3; 
	    padding-bottom: 12px;
	    text-align: center; 
	}
	.pagination .page-links a {
		font-weight: bold;
		text-decoration: none;
	}
	.pagination .page-links .prev-next-link {
		display: inline-block;
		margin: 0 20px;
		min-width: 100px;
	}
	.pagination .page-links .prev-next-link.next-link {
		text-align: left;
	}
	.pagination .page-links .prev-next-link.prev-link {
		text-align: right;
	}
	
/* #QoL Tool*/

	/* Work/Study Form */
	#work-study-form .form-item {
		margin: 15px 0;
	}
	#work-study-form li {
		margin-bottom: 0;
	}
	#work-study-form .field ul {
		white-space: nowrap;
	}
	#work-study-form .field  ul > li {
		display: inline;
	}
	#work-study-form .field  ul > li {
		margin-left: 20px;
	}
	#work-study-form .field  ul > li > label {
		font-size: 20px;
		text-transform: uppercase;
	}
	#work-study-form .field  ul > li > label input[type=radio]{
		margin-top: -1px;
		vertical-align: middle;
  	}

	/* About */
	#about h1 {
		margin-bottom: 30px;
	}
	#about > .row {
		margin-bottom: 35px;
	}
	.about-img-container {
		text-align: center;
	}
	
	/* Helpful Tips link */
	#help-tips{
		position: absolute;
		top: 3.5em;
		right: 30px;
	}
	#help-tips a{ color: #fff;}
	/* Quit button*/
	#quit { position: absolute; top: 10px; right: 10px; margin-left: 15px;}
	#quit .button { margin: 0;}
	/* highcharts */
	#chart_container.large {
	
	}
	#chart_wrapper.small {
		width: 250px;
		height: 500px;
		position: absolute;
		right: 0px;
		top: 130px;
		z-index: 10;
	}
	#chart_wrapper.small > #chart_container {
		width: 250px;
		height: 250px;
	}
	#chart_wrapper.small .caption {
		font-size: .75em;
		padding-left: 20px;
		position: relative;
		top: -20px;
		line-height: normal;
	}
	#chart-dot {
		position: absolute;
		right: 108px;
		top: 236px;
		background: #13A7D0;
		width: 34px;
		height: 34px;
		border-radius: 34px;
	}
	/* progress bar */
	div.progress {
		padding: 12px;
		border-bottom: #d3d3d3 solid 1px;
		text-align: center;
	}
	div.progress .title {
		font-size: 11px;
		margin-bottom: 5px;
	}
	div.progress span {
		width: 12px;
		height: 12px;
		display: inline-block;
		background-color: #a5a4a4;
		border-radius: 12px;
		margin-left: -4px;
	}
	div.progress span.active {
		background-color: #000;
	}
	div.progress span.complete {
		background-color: #d9d9d9;
	}
	/* domain */
	div.domain {
		background-color: #edeff0;
		margin-bottom: 1em;
		padding: 1em 0;
	}
	div.domain .title {
		font-size: 11px;
	}
	div.domain h1 {
		border: none;
		text-align: left;
		padding: 0;
	}
	div.domain h1 span.bullet {
		width: 12px;
		height: 12px;
		display: inline-block;
		background-color: black;
		border-radius: 12px;
		margin-top: -4px;
		vertical-align: middle;
	}
	div.domain hr {
		border-color: #fff;
		margin: 0 0 12px;
	}
	div.domain p {
		font-size: 24px;
		margin-bottom: 0;
	}
	/* liekert */
	.radioset > ul {
		margin: 0;
		padding: 0;
	}
	.radioset > ul li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	.question {
		margin-bottom: 1em;
	}
	/* Next button */
	#next {
	  background-color: #EDEFF0;
	  border-top: 1px solid #D3D3D3;
	  height: 100px;
	  text-align: center;
	}
	#next > input[type="submit"], .button.wide {
  	margin-top: 30px !important;
  	width: 75%;
  	max-width: 280px;
  	padding-left: 0;
  	padding-right: 0;
	}
	.button.wide {
		margin-top: 0 !important;
	}
	#reg1 .button.wide {
		margin-top: 10px !important;
	}
	span.spinner {
		margin-top: 39px;
		position: absolute;
		margin-left: 3px;
		display: none;
	}
	
	/* Help tabs */
	#tabs {
		text-align: center;
	}
	#tabs li {
		margin: 0;
		padding: 5px 1em 6px;
		line-height: 30px;
		display: inline;
		text-align: center;
		font-size: 14px;
		font-weight: 400;
	}

	#tabs li {
		background-color: #e5e5e5;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		margin-left: 2px;
		margin-right: 2px;
	}

	#tabs li:first-child {
		margin-left: 0;
	}

	#tabs li:last-child {
		margin-right: 0;
	}

	#tabs li.active {
		background-color: #6c6c6c;
	}
	ul.tabs {
		height: 30px;
		margin: 0;
		padding: 0;
		border-bottom: 2px solid #d2d2d2;
		display: inline-block;
	}
	
	.tabs li a { 
		text-decoration: none; 
		text-transform: uppercase;
	}

	.tabs li.active a { 
		color: #fff;
	} 


	/* Help */
	.help-sidebar-img {
		text-align: center;
	}
	
	/* FAQ */
	.faq-category {
		border-top: 1px solid #d3d3d3;
	}
	
	.faq-toc a {
		text-decoration: none;
		font-weight: normal;
	}
	
	.faq-up {
		text-align: right;
	}
	

/* #Typography
================================================== */
	h1 { 
    color: #383838; 
    font-family: 'Oswald', sans-serif;
    font-weight: 400; 
    font-variant: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    border-top: 1px solid #d3d3d3; 
    border-bottom: 1px solid #d3d3d3; 
    padding: 12px 0; 
    clear: both;
  }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { text-transform: none; }
  h1, .h1 { font-size: 1.6em; margin-bottom: 15px; line-height: 1.2em; }
  h2, .h2 { font-size: 1.3em; }
  h3, .h3 { font-size: 1em; }
  h2 {
  	color: #383838;
  } 
  h2, h3 {
  	border: 0; 
  	font-weight: 700; 
  	font-family: "Roboto"; 
  	padding: 0; 
  	text-align: left;
  	line-height: 26px;
  	margin: 25px 0 10px;
  }

	p { font-size: 1em; font-style: normal; text-align: left; margin: 0 0 20px; }
	p img { margin: 0; }
	.lead, .lead p { font-size: 1.1111em; line-height: 1.4em; }

	em { font-style: italic; }
	strong { font-weight: bold; }
	small { font-size: 80%; }

	blockquote, blockquote p { font-size: 1em; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 10px 20px 0; }
	blockquote cite { display: block; font-size: 0.750em; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 20px; height: 0; }
	
	.title { color: #383838; font-weight: 500; font-family: "Roboto"; }


/* #Links
================================================== */
	a, a:visited { color: #129dce; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #5ed4f1; }
	p a, p a:visited { line-height: inherit; }
	#main-menu {
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 12px 0;
	}
	#menu {
		display: flex;
		justify-content: center;
		font-weight: 400;
		margin: 0 auto;
		text-align: center;
		list-style: none;
	}
	#menu li {
		border-color: #D3D3D3;
		border-right: 1px solid #D3D3D3;
		padding: 0 25px 0;
		border-top: none;
		border-bottom: none;
	}
	#menu li.last {
		border: none;
	}
	#menu a { text-decoration: none;}

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 26px; }
	li p { line-height: 26px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	    -moz-box-orient: vertical;
	    background-color: #3bc022;
	    background: linear-gradient(#56dc3d, #3bc022) repeat scroll 0 0 #3bc022;
	    border: 1px solid #2aa413;
	    border-radius: 4px;
	    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	    color: #FFFFFF !important;
	    display: inline-block;
	    font-size: 20px;
	    font-weight: normal;
	    line-height: 1 !important;
	    margin: 10px 0;
	    padding: 10px 20px;
	    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	    vertical-align: middle;
	    /*white-space: nowrap;*/
	    text-decoration: none;
	    outline: none;
	}

	.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
		background-color: #3bc022;
	    background: linear-gradient(#72f559, #3bc022) repeat scroll 0 0 #3bc022;
	}

	.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
		background-color: #3bc022;
		background: linear-gradient(#72f559,  #3bc022) repeat scroll 0 0 #3bc022;
	}
	
	button:disabled, input[type="submit"]:disabled,
	input[type="reset"]:disabled {
		background-color: #a5a4a4;
		background: linear-gradient(#d5d6d6, #a5a4a4) repeat scroll 0 0 #a5a4a4;
		border: #a5a4a4 1px solid;
	}
	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {}
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label {
		font-weight: bold;
		font-size: 13px;  }
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
	label.ui-button span {
		color: #FFF;
		font-size: 14px;
	}
	form p.help_text {
		font-size: 13px;
	}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 15px !important; }
	.add-bottom { margin-bottom: 30px !important; }
	.add-top { margin-top: 30px !important; }
	.radioset {	padding-bottom: 1em; }
	.center { margin-left: auto; margin-right: auto; text-align: center; }
	.inline { display: inline;}
	ul.inline li { float: left; margin-right: 1em;}
	footer ul.inline li { display: inline !important; float: none;}
	.left { float: left; margin-right: 10px; margin-bottom: 10px;}
	.right { float: right; margin-left: 10px; margin-bottom: 10px;}
	ul.messages {
		margin: 20px;
		text-align: center;
	}
	.errorlist {font-weight: bold; font-size: 13px; color: #F00; margin: 0;}
	.success {font-weight: bold; font-size: 13px;}
	.grey {background-color: #EDEFF0;}
	.row.grey {margin-bottom: 0; }
	.grey .white { background: #fff; border-radius: 8px; padding: 2em; margin-bottom: 2em; width: 50%; margin-left: auto; margin-right: auto;}