h1#title {
	font-size: 4em;
}

h2#subtitle {
	font-size: 1.5em;
	margin-top: 0;
}

#page-footer {
	padding-top: 0px;
	padding-bottom: 0px;
}

.modified {
    display: none;
}

ul.breadcrumb {
    display: none;
}

.button
{
	width: 183px;
	display: inline-block;
	background: #0090c5;
	color: #fff !important;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 800;
	outline: 0;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	-ms-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
	font-size: 30px;
	padding: 20px 24px;
}

.button:hover
{
	background: #10a0d5;
}

.button:active
{
	background: #20b0e5;
}

.button-icon
{
	position: relative;
}

.button-icon:after
{
	content: '';
	display: inline-block;
	width: 54px;
}

.button-icon:before
{
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url('/images/icons/button_icons.png');
	position: absolute;
	right: 0.75em;
	top: 50%;
	margin-top: -24px;
}

.button-icon-rarrow:before
{
	background-position: 0px 0px;
}

.button-icon-larrow:before
{
	background-position: -48px 0px;
}
/*
.button-icon-larrow:before
{
	background-position: -48px 0px;
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url('/images/icons/button_icons.png');
	position: absolute;
	left: 0.75em;
	top: 50%;
	margin-top: -24px;
	text-align: right !important;
}
*/
.button-icon-question:before
{
	background-position: 0px -48px;
}

.button-alt
{
	background: #f1f1f1;
	color: #444;
}

.button-alt:hover
{
	background: #e8e8e8;
}

.button-alt:active
{
	background: #e4e4e4;
}

/* Video Area */

.videoWrapper {
	position: relative;
	width: 75%;
	/*padding-bottom: 56.25%;*/ /* 16:9 */
	/*padding-bottom: 42.18%;*/
	padding-bottom: 44.18%;
	padding-top: 25px;
	height: 0;
	margin: 0 auto;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	height: 98%;
	box-shadow: 3px 3px 6px rgb(102, 102, 102);
}
	

/* Interactive Areas */

#interactive-area {
	background-color: #d9edf7; 
	padding: 20px; 
	border-radius: 5px; 
	border: 1px solid #BCE8F1;
	font-size: 1.4em;
	font-family: 'Quicksand', sans-serif !important;
}

#interactive-area h2 {
	font-family: 'Quicksand', sans-serif !important;
	font-size: 3em;
	text-align: center;
	font-weight: 700 !important;
	text-shadow: 0px 2px 3px #999999 !important;
	color: #333333;
}

#interactive-area h3 {
	font-family: 'Quicksand', sans-serif !important;
	font-size: 2em;
	line-height: 1em;
	font-weight: 700 !important;
	color: #666666;
}

#interactive-area p {
	font-family: 'Quicksand', sans-serif !important;
	font-size: 1.5em;
}

#selectable .ui-selecting { 
	background: #FECA40; 
}

#selectable .ui-selected { 
	background: #F39814 !important; 
	color: white; 
}

#selectable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

#selectable li { 
	margin: 10px; 
	padding: 0.5em; 
	background-color: white; 
	border: 1px solid #888888; 
	font-size: 1.5em;
}

#selectable li:hover {
	background-color: #EFEFEF;
	cursor: pointer;
}

#selectable2 .ui-selecting { 
	background: #FECA40; 
}

#selectable2 .ui-selected { 
	background: #F39814 !important; 
	color: white; 
}

#selectable2 { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

#selectable2 li { 
	margin: 10px; 
	padding: 0.4em; 
	height: 18px; 
	background-color: white; 
	border: 1px solid #888888; 
}

#selectable2 li:hover {
	background-color: #EFEFEF;
	cursor: pointer;
}

.selectedAnswer {
	background-color: #F39814 !important;
	color: white;
}

.clickSelect {
	padding: .5em; 
	margin: 5px; 
	background-color: #ffffff; 
	border: 1px solid #cccccc; 
	display: inline-block; 
	cursor: pointer;
	font-size: 1.2em !important;
}

.clickSelect:hover {
	background-color: #EFEFEF !important;
	color: black !important;
}

.drag {
	padding: .5em; 
	margin: 5px; 
	background-color: #ffffff; 
	border: 1px solid #cccccc; 
	display: inline-block; 
	cursor: move;
	font-size: 1.2em !important;
}

.ui-draggable-dragging {
	background-color: #efefef;
	box-shadow: 5px 5px 5px #888888;
}

.dropped-in {
	background-color: #F39814 !important;
	color: white !important;
}

#feedback-table {
	border: 5px solid #30ADD1;
	border-radius: 10px;
	background-color: white;
}

#feedback-table td:first-child {
	font-weight: bold;
	padding-left: 15px;
}

#feedback-table td:not:first-child {
	text-align: center;
}

#feedback-table td div {
	margin-left: auto;
	margin-right: auto;
}

#interactive-area .image_picker_selector { display: block; text-align:center; }
#interactive-area .image_picker_selector li { display: inline-block; }

.bottom-navigation {
	clear: both; 
	margin: 20px 0;
}

.hidden-nav {
	display: none;
}

.large-text {
	font-family: 'Quicksand',sans-serif !important;
	font-size: 2em;
	line-height: 1em;
	font-weight: 700 !important;
	color: #666;
}
