@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xF1YPouZEKgzpqZW9wN-3Ek.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

body{
		background-color: #EEE;
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
	}

	.container{
		margin-top: 75px;
	}
	.box,.login{
		border-radius: 3px;
		border-bottom: 3px solid #DDD;
        margin-bottom: 15px;
        padding: 15px;
		background-color: white
		}

		.progress{
			background-color: white;
		}


	.box{
				min-height: 670px;
	}
	.questionframe{
		border: 1px solid #DDD;
		height: 350px;
		background-size: cover;
		padding: 0;
		border-radius: 3px;
		position: relative;
	}

	.shade{
		content: " ";
		background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
		width: 100%;
		height:100%;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 10;
		border-radius: 3px;
		background: -webkit-linear-gradient(to top rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 60%);
	}

	#question{
		position: absolute;
		bottom: 0;
		color: white;
		padding: 15px;
		width: 100%;
		font-size: 2em;
		font-weight: bold;
		line-height: 1.425em;
		text-shadow: 2px 2px 0px rgba(0,0,0,0.7);
	}

	.fract{
		font-size: 96px;
		font-weight: bold;
		fill: #428bca;
		color: #428bca;


	}

	.sec2{
		text-align: center;
	}

	.first{
		font-style: italic;
		font-size: 1.125em;
	}

	 .pager .previous, .pager .next{
	 	border-radius: 6px;


	 }


	 #introduction{
	 	margin-top: 15px;
	 	line-height: 1.475em;
	 }
	 #answers, #introduction{
	 	margin-bottom: 15px;
	 }

	input[type=radio].css-checkbox {
		display:none;
	}

	input[type=radio].css-checkbox + label.css-label {
		padding-left:24px;
		height:19px; 
		display:inline-block;
		line-height:19px;
		background-repeat:no-repeat;
		background-position: 0 0;
		font-size:19px;
		vertical-align:middle;
		cursor:pointer;

	}

	input[type=radio].css-checkbox:checked + label.css-label {
		background-position: 0 -19px;
	}
	label.css-label {
		background-image:url(../img/checkbox.png);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.current{
		color: #666;
	}
	.current, .nextt{
		font-size: 1.25em;
		margin-bottom: 50px;
		margin-top: 5px;
		}

	.margin-top{ margin-top: 80px; }
	.nextt{
		color: #DDD;
	}
	.num{
		background-color: #DDD;
		border-radius: 4em;
		color: #EEE; 
		padding: 5px;
		width: 2em;
		height: 2em;
		margin-right: 15px;

	}

	.number{
		position: relative;
		top: 3px;
		font-size: 2em;
		font-family: 'Open Sans Condensed', sans-serif;
		text-align: right;
	}

	.exp{
		font-family: 'Open Sans', sans-serif;
		padding: 10px;


	}


	.current .num{
		background-color: #666; 
	}
	.count{
		color: #428bca;
		font-size: 0.75em;
		display: inline-block;
		padding-left: 3px;
		padding-right: 3px;
		//margin-top: 5px;
	}

	.next-previous{
		margin-bottom: 15px;

	}

	svg{
		margin-bottom: 25px;
	}

	/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
    margin-bottom: 15px;
}
.row-xs-height {
    display:table-row;

}
.col-xs-height {
    display:table-cell;
    vertical-align: top;
    float:none;
}