html,
body {
	height: 100%;
}

html {
	overflow: auto;
}

body {
	overflow: hidden;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body,
canvas {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

canvas {
	/* When you selelct canvas do not flash a color */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Vertically and horizontally center course, the shim is necessary incase the window is smaller than the div */

div#section-course {
	width: 960px;
	height: 655px;
	position: absolute;
}

.hide-on-menu {
	display: none;
}

header {
	display: block;
	width: 960px;
	height: 75px;
}

div:not(.main-menu) header {
	background: url(../img/ui/bg-header.png);
}

header #seal {
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
}

header #course-title {
	display: block;
	position: absolute;
	top: 17px;
	left: 81px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}

header #lesson-and-topic-title {
	color: #fff;
	cursor: default;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	top: 43px;
	left: 81px;
}

h3.page-title {
	color: #236d47;
	cursor: default;
	font-size: 16px;
	position: absolute;
	text-align: center;
	top: 87px;
	width: 100%;
}

h3#page-title-disacspt01_02 {
	background: url(../img/ui/bg-video-page-title.png);
	color: #236d47;
	cursor: default;
	font-size: 16px;
	line-height: 26px;
	position: absolute;
	text-align: center;
	top: 81px;
	left: 145px;
	width: 670px;
	height: 26px;
}


body.unstacked header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1001;
}

footer {
	display: block;
	width: 960px;
	height: 49px;
}

div:not(.main-menu) footer {
	background: url(../img/ui/bg-footer.png);
}

body.unstacked footer {
	position: absolute;
	top: 606px; 
	left: 0;
	z-index: 1001;
}

#section-main,
#section-main > div,
#bg-overlay,
#bg-white-overlay,
#bg-black-overlay,
#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 655px;
	overflow: hidden;
}

#section-main {
	display: block;
}

div.main-menu #section-main {
	background: url(../img/ui/bg-main-menu.png);
}

div:not(.main-menu) #section-main {
	background: url(../img/ui/bg-main.png);
}

body.unstacked main {
	position: absolute;
	top: 0;
	z-index: 998;
}

/* Main Menu */

#main-menu h1#course-title {
	display: none;
}

#main-menu #main-menu-seal {
	position: absolute;
	top: 4px;
	left: 5px;
}

#main-menu #main-menu-buttons {
	position: absolute;
	top: 96px;
	left: 289px;
}

#main-menu .btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block;
	margin-top: 13px;
	padding: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 550px;
	height: 24px;
	text-align: left;
	text-indent: 5px;
}

#main-menu .btn:hover {
	color: #1a7da6;
}

#main-menu .btn:disabled {
	color: #000;
}

#main-menu #main-menu-buttons > span.complete:before {
	content: '';
	display: block;
	background: url(../img/ui/main-menu-complete.png);
	position: absolute;
	width: 31px;
	height: 27px;
	margin-top: 9px;
	margin-left: -31px;
}

#bg-overlay,
#bg-white-overlay,
#loading {
	opacity: 0.5;
	z-index: 999;
}

#bg-black-overlay {
	opacity: 0.75;
	z-index: 999;
}

#bg-overlay,
#loading {
	background-color: #000;
}

#bg-white-overlay {
	background-color: #fff;
}

#bg-black-overlay {
	background-color: #000;
}

#loading-text {
	color: #fff;
	cursor: default;
	display: block;
	font-weight: bold;
	height: 30px;
	text-align: center;
	text-shadow: 1px 0 2px #000, 0 -1px 2px #000, 0 1px 2px #000, -1px 0 2px #000;
	line-height: 18px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: 45%;
	left: 0;
	z-index: 1000;
}

/* Header and Footer */

#section-header,
#section-footer {
	pointer-events: none;
}
#section-header *,
#section-footer * {
	pointer-events: all;
}

.unclassified {
	color: #fff;
	cursor: default;
	display: block;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

header .unclassified {
	margin-top: 1px;
}

footer .unclassified {
	margin-top: 37px;
}

#nav-header .btn,
#nav-footer .btn,
#menu .btn,
#resources .btn,
#glossary .btn {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	padding: 0;
}

#nav-header .btn,
#nav-footer .btn,
#menu .btn,
#resources .btn,
#glossary .btn {
	position: absolute;
	text-indent: -9999px;
}

#nav-header .btn {
	width: 16px;
	height: 17px;
	top: 9px;
}

#nav-header .btn:hover,
#nav-footer .btn:hover,
#menu .btn:hover,
#resources .btn:hover,
#glossary .btn:hover { 
	background-position: 50% 33.3333333333%;
}

#nav-header .btn:active,
#nav-footer .btn:active,
#menu .btn:active,
#resources .btn:active,
#glossary .btn:active {
	background-position: 50% 66.6666666667%;
}

#nav-header .btn:disabled,
#nav-footer .btn:disabled,
#menu .btn:disabled,
#resources .btn:disabled,
#glossary .btn:disabled {
	cursor: auto;
	background-position: 50% 100%;
}

/* Header Buttons */

#btn-information {
	background: url(../img/ui/btn-information.png);
	right: 75px;
}

#btn-help {
	background: url(../img/ui/btn-help.png);
	right: 43px;
}

#btn-exit {
	background: url(../img/ui/btn-exit.png);
	right: 11px;
}

/* Footer Buttons */

#btn-glossary {
	background: url(../img/ui/btn-glossary.png);
	top: 7px;
	left: 14px;
	width: 72px;
	height: 23px;
}

#btn-resources {
	background: url(../img/ui/btn-resources.png);
	top: 7px;
	left: 100px;
	width: 82px;
	height: 23px;
}

#btn-menu {
	background: url(../img/ui/btn-menu.png);
	top: 7px;
	left: 199px;
	width: 89px;
	height: 23px;
}

#btn-transcript {
	background: url(../img/ui/btn-transcript.png);
	top: 5px;
	left: 595px;
	width: 19px;
	height: 24px;
}

#btn-turn-ad-on,
#btn-turn-ad-off {
	top: 5px;
	left: 622px;
	width: 32px;
	height: 25px;
}

#btn-turn-ad-on {
	background: url(../img/ui/btn-turn-ad-on.png);
}

#btn-turn-ad-off {
	background: url(../img/ui/btn-turn-ad-off.png);
}

#btn-turn-cc-on,
#btn-turn-cc-off {
	width: 26px;
	left: 666px;
}

#btn-turn-cc-on {
	background: url(../img/ui/btn-turn-cc-on.png);
	top: 8px;
	height: 20px;
}

#btn-turn-cc-off {
	background: url(../img/ui/btn-turn-cc-off.png);
	top: 5px;
	height: 25px;
}

#btn-replay {
	background: url(../img/ui/btn-replay.png);
	top: 7px;
	left: 566px;
	width: 19px;
	height: 19px;
}

#btn-rewind,
#btn-fast-forward {
	width: 16px;
	height: 18px;
	top: 7px;
}

#btn-rewind {
	background: url(../img/ui/btn-rewind.png);
	left: 397px;
}

#btn-fast-forward {
	background: url(../img/ui/btn-fast-forward.png);
	left: 544px;
}

#btn-play {
	background: url(../img/ui/btn-play.png);
	top: 1px;
	left: 365px;
	width: 33px;
	height: 39px;
}

#btn-pause {
	background: url(../img/ui/btn-pause.png);
	top: 8px;
	left: 376px;
	width: 11px;
	height: 19px;
}

#btn-back,
#btn-next {
	top: 6px;
	width: 17px;
	height: 23px;
}

#btn-back {
	background: url(../img/ui/btn-back.png);
	right: 107px;
}

#btn-next {
	background: url(../img/ui/btn-next.png);
	right: 12px;
}

/* Hide highlight on next focus and hover */
#btn-next:focus + #next-highlight,
#btn-next:hover + #next-highlight {
	display: none;
}

#next-highlight {
	display: block;
	pointer-events: none;
	position: absolute;
	top: 4px;
	left: 923px;
}

#btn-play-big {
	display: block;
	padding: 0;
	width: 102px;
	height: 102px;
	position: absolute;
	top: 277px;
	left: 429px;
	background: url(../img/ui/btn-play-big.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 999;
}

#cc,
#cc div {
	display: block;
	width: 320px;
}

#cc {
	position: absolute;
	bottom: 64px;
	left: 319px;
	z-index: 1002;
}

#cc div {
	background-color: #000;
	color: #fff;
	font-size: 14.5px;
	text-align: center;
	line-height: 18px;
	position: relative;
	top: 0;
	left: 0;
	padding: 1px;
}

#x-of-y {
	font-size: 15px;
	color: #fff;
	cursor: default;
	display: block;
	height: 16px;
	width: 60px;
	position: absolute;
	top: 11px;
	left: 861px;
	text-align: center;
}

/* Progress Bar and Percentage */

.hidden,
#top,
#progress-bar-label,
#for-question {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

input[type=range]#progress-bar {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 7px;
	left: 415px;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	width: 127px;
	border: none;
	background: none;
}

input[type=range]#progress-bar:disabled {
	cursor: default;
	opacity: 0.5;
}

/* Webkit */

/* Chrome and Safari Fixes issue with placement of progress bar */
input[type=range]#progress-bar:not(*:root) {
	top: 13px;
}

input[type=range]#progress-bar::-webkit-slider-runnable-track {
	width: 127px;
	height: 6px;
	background: url(../img/ui/scrub-fill-upper.png);
	border: none;
}

input[type=range]#progress-bar::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 8px;
	height: 14px;
	background: url(../img/ui/scrub-thumb.png);
	margin-top: -4px;
	border: none;
}

input[type=range]#progress-bar:focus::-webkit-slider-runnable-track {
	background: url(../img/ui/scrub-fill-upper.png);
}

div#progress-bar-fill-lower {
	display: block;
	position: absolute;
	top: 13px; 
	left: 415px;
	width: 119px; 
	height: 6px;
	background: url(../img/ui/scrub-fill-lower.png);
	pointer-events: none;
	visibility: hidden;
	z-index: 1000;
}

div#progress-bar-fill-lower.temp-disabled {
	opacity: 0.5;
}

/* Firefox */

input[type=range]#progress-bar::-moz-range-progress {
	width: 127px;
	height: 6px;
	background: url(../img/ui/scrub-fill-lower.png);
	border: none;
}

input[type=range]#progress-bar::-moz-range-track {
	width: 127px;
	height: 6px;
	background: url(../img/ui/scrub-fill-upper.png);
	border: none;
}

input[type=range]#progress-bar::-moz-range-thumb {
	width: 8px;
	height: 14px;
	background: url(../img/ui/scrub-thumb.png);
	border: none;
	border-radius: 0%;
}

/* Fix focus on range */
input[type=range]#progress-bar:-moz-focusring {
	outline: 1px solid #fff;
	outline-offset: -1px;
}

/* IE */

input[type=range]#progress-bar::-ms-track {
	width: 127px;
	height: 6px;
	background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
}

input[type=range]#progress-bar::-ms-fill-lower {
	background: url(../img/ui/scrub-fill-lower.png);
}

input[type=range]#progress-bar::-ms-fill-upper {
	background: url(../img/ui/scrub-fill-upper.png);
}

input[type=range]#progress-bar::-ms-thumb {
	width: 8px;
	height: 14px;
	background: url(../img/ui/scrub-thumb.png);
	border: none;
}

input[type=range]#progress-bar:focus::-ms-fill-lower {
	background: url(../img/ui/scrub-fill-lower.png);
}

input[type=range]#progress-bar:focus::-ms-fill-upper {
	background: url(../img/ui/scrub-fill-upper.png);
}

/* Edge */

@supports (-ms-ime-align:auto) {
	input[type=range]#progress-bar {
		top: 3px;
	}

	input[type=range]#progress-bar::-ms-thumb {
		margin-top: 0;
	}
}

/* Menu */

.course-mask {
	position: absolute;
	overflow: hidden;
}

#menu {
	background: url(../img/ui/bg-menu.png);
	display: block;
	position: absolute;
	top: 600px;
	left: 168px;
	width: 278px;
	height: 431px;
	padding: 6px;
	transition: top .5s ease;
	z-index: 1000;
}

/* Animate menu sliding up when the show class is added */
#menu.show {
	top: 163px;
}

#menu p#menu-title {
	cursor: default;
	font-size: 15px;
	font-weight: bold;
	margin-top: 13px;
	margin-left: 6px;
}

#menu p#menu-instructions {
	cursor: default;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-top: 27px;
	margin-left: 5px;
}

#menu ul#menu-lessons {
	margin-top: 16px;
	padding-left: 5px;
}

#menu ul#menu-lessons > li {
	margin-bottom: 7px;
}

#menu span,
#menu a {
	color: #fff;
	display: block;
	font-size: 12.25px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	padding-right: 6px;
}

#menu ul#menu-lessons > li .current-lesson span,
#menu ul#menu-lessons > li > a:hover > span,
#menu ul#menu-lessons > li > a:focus > span {
	background: #ccc url(../img/ui/bg-menu-current-lesson.png) center right no-repeat;
	color: #000;
}

#menu ul#menu-lessons > li > span > img,
#menu ul#menu-lessons > li > a > img {
	margin-top: 3px;
	margin-right: 5px;
	float: left;
}

#menu ul#menu-lessons .current-lesson span,
#menu ul#menu-lessons > li > a > span {
	display: block;
	overflow: hidden;
	margin-right: 5px;
}

#btn-close-menu {
	background: url(../img/ui/btn-close-menu.png);
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	padding: 0;
}

#bg-overlay,
#bg-white-overlay,
#bg-black-overlay {
	position: relative;
	top: 0;
	left: 0;
}

#menu ul#menu-lessons .current-lesson span,
ul#lesson-menu #lesson-menu-title-title,
ul#lesson-menu li span span {
	cursor: default;
}

/* Lesson Submenu */

ul#lesson-menu {
	background: url(../img/ui/bg-menu-lesson.png);
	opacity: 0;
	position: absolute;
	top: 55px;
	left: 290px;
	width: 271px;
	height: 372px;
	padding: 8px;
	transition: opacity .5s ease;
	z-index: 1000;
}

/* Fade lesson menu when show class is added */
ul#lesson-menu.show {
	opacity: 1;
}

ul#lesson-menu #lesson-menu-title-title {
	color: #000;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 4px;
}

ul#lesson-menu li {
	margin-bottom: 9px;
}

#lesson-menu li:nth-child(2) {  
	margin-top: 35px;
}

ul#lesson-menu a span,
ul#lesson-menu li span span {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 12px;
	width: 250px;
	margin-left: 6px;
}

ul#lesson-menu a,
ul#lesson-menu li span {
	padding-right: 0;
}

ul#lesson-menu a:hover span,
ul#lesson-menu a:focus span {
	background-color: #fefee5;
	color: #000;
	border-top: 2px solid #c6c6c2;
	border-bottom: 2px solid #c6c6c2;
	padding-top: 1px;
	padding-bottom: 10px;
}

/* Resources and Glossary */
#resources {
	background: url(../img/ui/bg-resources.png);
	display: block;
	position: absolute;
	top: 121px;
	left: 179px;
	width: 578px;
	height: 389px;
	padding: 12px;
	z-index: 1000;
}

#resources h1,
#glossary h1 {
	cursor: default;
	font-weight: bold;
	margin-top: 7px;
	margin-left: 4px;
}

#resources #resources-links {
	position: absolute;
	top: 60px;
	left: 12px;
	width: 538px;
	height: 301px;
	padding: 20px;
	overflow-y: scroll;
}

#resources #resources-links h2 {
	font-size: 15px;
	font-weight: bold;
}

#resources #resources-links a {
	color: #0000ff;
	font-size: 14px;
	font-weight: bold;
}

#resources #resources-links a:hover {
	color: #990000;
}

#resources #resources-links ul {
	list-style: disc;
	margin: 8px 0 16px 17px;
}

#resources #resources-links ul li {
	margin-bottom: 7px;
}

#resources #btn-close-resources,
#glossary #btn-close-glossary {
	background-image: url(../img/ui/btn-close-resources.png);
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 29px;
	padding: 0;
}

/* Glossary */
#glossary {
	background: url(../img/ui/bg-glossary.png);
	display: block;
	position: absolute;
	top: 144px;
	left: 189px;
	width: 558px;
	height: 342px;
	padding: 12px;
	z-index: 1000;
}

#glossary #glossary-content {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	width: 506px;
	height: 283px;
	overflow: auto;
	position: absolute;
	top: 51px;
	left: 30px;
	padding: 7px;
	font-size: 12px;
}

#glossary #glossary-content dl dt {
	font-weight: bold;
	display: inline-block;
	margin-right: 4px;
}

#glossary #glossary-content dl dd {
	display: inline;
}

#glossary #glossary-content dl dd:after {
	content: '';
	display: block;
	margin-bottom: 26px;
}

#glossary #glossary-left-menu,
#glossary #glossary-right-menu {
	position: absolute;
	top: 51px;
}

#glossary #glossary-left-menu {
	left: 13px;
}

#glossary #glossary-right-menu {
	left: 552px;
}

#glossary #glossary-left-menu a,
#glossary #glossary-right-menu a {
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 17px;
	height: 21px;
	margin-bottom: 1px;
}

#glossary #glossary-left-menu span,
#glossary #glossary-right-menu span {
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 23px;
	height: 20px;
	margin-bottom: 1px;
}

#glossary #glossary-left-menu span {
	margin-left: -6px;
	text-indent: 6px;
}

#glossary #glossary-right-menu span {
	text-indent: -6px;
}

#glossary #glossary-left-menu a,
#glossary #glossary-right-menu a {
	cursor: pointer;
}

#glossary #glossary-left-menu a {
	background: url(../img/ui/btn-glossary-left-letter.png) 50% 0% no-repeat;
}

#glossary #glossary-right-menu a {
	background: url(../img/ui/btn-glossary-right-letter.png) 50% 0% no-repeat;
}

#glossary #glossary-left-menu a:hover,
#glossary #glossary-right-menu a:hover { 
	background-position: 50% 33.3333333333%;
}

#glossary #glossary-left-menu a:active,
#glossary #glossary-right-menu a:active {
	background-position: 50% 66.6666666667%;
}

#glossary #glossary-left-menu a:disabled,
#glossary #glossary-right-menu a:disabled {
	cursor: auto;
	background-position: 50% 100%;
}

#glossary #glossary-left-menu span.glossary-current-letter {
	background: url(../img/ui/btn-glossary-left-letter-current.png) top left no-repeat;
	cursor: default;
}

#glossary #glossary-right-menu span.glossary-current-letter {
	background: url(../img/ui/btn-glossary-right-letter-current.png) top left no-repeat;
	cursor: default;
}

/* Knowledge Check */

#section-main .kc-single form,
#section-main .kc-survey form {
	position: absolute;
	left: 87px;
}

#section-main .kc-single form {
	top: 104px;
}

#section-main .kc-survey form {
	top: 131px;
}

#kc-instructions,
#kc-question-x-of-y {
	display: table-cell;
	float: left;
	line-height: 22px;
	height: 22px;
	vertical-align: middle;
}

#kc-text {
	display: table-cell;
	float: left;
	line-height: 18px;
	height: 30px;
	vertical-align: top;
}

#kc-text,
#kc-instructions,
#kc-question-x-of-y,
.kc-single legend.question {
	color: #010101;
	font-size: 14px !important;
	margin: 5px;
	width: 750px;
}

#kc-text strong {
	font-weight: bold;
}

#kc-instructions {
	color: #fff;
	background: url(../img/kc/bg-kc-instructions.png) top left no-repeat;
	font-style: italic;
	text-indent: 3px;
	width: 800px;
}

#kc-instructions em {
	font-style: italic;
}

#kc-instructions strong {
	font-weight: bold;
}

legend.question {
	font-weight: bold;
	padding-bottom: 30px;
}

.kc-single legend.question {
	display: block;
	float: left;
}

/* Non-highlighted answer */
.kc-single form > fieldset > input {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-left: 31px;
	margin-right: 11px;
}

.kc-single label {
	position: relative;
	padding-left: 24px;
}

.kc-survey label {
	position: relative;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 auto;
	text-indent: -9999px;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	margin: 0;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

.kc-single input[type="radio"] + label::before,
.kc-single input[type="checkbox"] + label::before {
	top: 9px;
}

input[type="radio"] + label::before {
	background: url(../img/kc/btn-kc-radio.png);
}

input[type="checkbox"] + label::before {
	background: url(../img/kc/btn-kc-checkbox.png);
}

input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
	background-position: 50% 33.3333333333%;
}

input[type="radio"]:disabled + label::before,
input[type="checkbox"]:disabled + label::before {
	opacity: .8;
}

/* Highlighted correct answer */

input[type="radio"] + label.correct-answer::before,
input[type="checkbox"] + label.correct-answer::before,
.correct-answer input[type="radio"] + label::before,
.correct-answer input[type="checkbox"] + label::before {
	background-position: 50% 66.6666666667%;
	opacity: 1;
}

input[type="radio"]:checked + label.correct-answer::before,
input[type="checkbox"]:checked + label.correct-answer::before,
.correct-answer input[type="radio"]:checked + label::before,
.correct-answer input[type="checkbox"]:checked + label::before {
	background-position: 50% 100%;
	opacity: 1;
}

.kc-single label {
	display: block;
	font-size: 13px;
	margin-left: 38px;
	padding-top: 10px;
	width: 488px
}

#kc-feedback {
	background: url(../img/kc/bg-kc-feedback.png) top left repeat-x;
	color: #0c0101;
	display: block;
	width: 780px; 
	padding: 35px 10px 0 10px;
	font-size: 15px !important;
	position: absolute;
	left: 87px;
}

.kc-single #kc-feedback {
	top: 380px;
}

.kc-survey #kc-feedback {
	top: 410px;
}

#kc-feedback strong {
	font-weight: bold;
}

#kc-feedback em {
	font-style: italic;
}

.kc-single #kc-nav {
	position: absolute;
	top: 306px;
	right: 280px;
}

.kc-survey #kc-nav {
	position: absolute;
	top: 370px;
	right: 0;
}

div.clear {
	clear: both;
}

table#kc-survey {
	border: 1px solid #2a4f74;
	width: 740px;
	margin-top: 44px;
}

table#kc-survey th,
table#kc-survey td {
	border: 1px solid #2a4f74;
}

table#kc-survey th.kc-table-header {
	color: #000;
	font-size: 13px !important;
	font-weight: bold;
	padding: 6px;
	vertical-align: middle;
}

table#kc-survey td,
table#kc-survey tr:not(:first-child) th:first-child {
	color: #111111;
	font-size: 13px !important;
	min-height: 16px;
	text-align: center;
	vertical-align: middle;
}

table#kc-survey tr:first-child th:first-child {
	text-align: left;
}

/* Page Specific Knowledge Check */

#page-disacspt08_05 #kc-feedback {
	top: 420px;
}

#page-disacspt08_08 #kc-feedback {
	top: 450px;
}

#page-disacspt08_08 #kc-nav {
	top: 380px;
}

#page-disacspt11_05 #kc-feedback {
	top: 480px;
}

#page-disacspt11_05 #kc-nav {
	top: 438px;
}

/* Firefox Only */
@media screen and (-moz-images-in-menus:0) {

	form.form-enabled table#kc-survey td input[type="radio"] {
		margin-top: -1px;
	}

	form.form-enabled fieldset > input {
		outline: 1px solid #424242;
	}

	form.form-enabled fieldset > input:focus {
		box-shadow: 0 0 0 1px #fff;
		outline: 1px dashed #000;
	}

	form.form-enabled fieldset > input[type="radio"] {
		-moz-outline-radius: 100px;
	}

	/* Fix for zoom */
	#section-main input[type="radio"],
	#section-main input[type="checkbox"] {
		-moz-appearance: none;
	}
}


table#kc-survey tr:not(:first-child) th:first-child {
	padding: 3px 3px 3px 8px;
	text-align: left;
	vertical-align: middle;
}

.highlight-row th,
.highlight-row td {
	background-color: #ecf0d9 !important;
	border-top: 2px solid #e6ae25 !important;
	border-bottom: 2px solid #e6ae25 !important;
}

.highlight-row th:first-child {
	border-left: 2px solid #e6ae25 !important;
	padding: 3px 3px 3px 7px !important;
}

.highlight-row td:last-child {
	border-right: 2px solid #e6ae25 !important;
}

/* Knowledge Check Buttons */

/* Done Button */

#section-main .kc-btn {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}

#section-main .kc-btn:hover,
#section-main .kc-btn:hover,
#section-main .kc-btn:hover { 
	background-position: 50% 33.3333333333%;
}

#section-main .kc-btn:active,
#section-main .kc-btn:active,
#section-main .kc-btn:active {
	background-position: 50% 66.6666666667%;
}

#section-main .kc-btn:disabled,
#section-main .kc-btn:disabled,
#section-main .kc-btn:disabled {
	cursor: auto;
	background-position: 50% 100%;
}

#btn-kc-submit {
	background: url(../img/kc/btn-kc-done.png);
	position: absolute;
	width: 115px;
	height: 47px;
}

.kc-single #btn-kc-submit {
	bottom: -60px;
	right: 185px;
}

.kc-survey #btn-kc-submit {
	bottom: -50px;
	right: 128px;
}

#btn-kc-previous,
#btn-kc-next {
	position: absolute;
	height: 35px;
}

#btn-kc-previous {
	background: url(../img/kc/btn-kc-previous.png);
	width: 102px;
}

#btn-kc-next {
	background: url(../img/kc/btn-kc-next.png);
	width: 73px;
}

.kc-survey #btn-kc-previous {
	right: 205px;
}

.kc-survey #btn-kc-next {
	right: 130px;
}

/* 508 */
#main-menu .btn:focus,
#menu a:focus,
#resources a:focus,
#glossary a:focus,
#glossary-content:focus,
#lesson-menu .btn:focus,
#lesson-menu a:focus,
#skip-to-content:focus,
#skip-nav:focus,
.skip-to-next-tab:focus,
#nav-header .btn:focus,
#nav-footer .btn:focus,
.kc-btn:focus,
#btn-save-certificate:focus,
#btn-close-menu:focus,
#btn-close-resources:focus,
#btn-close-glossary:focus,
#btn-close-information:focus,
#information a:focus {
	box-shadow: 0 0 0 1px #fff;
	outline: 1px dashed #000;
	overflow: hidden; 
}

input[type="radio"]:focus + label::before,
input[type="checkbox"]:focus + label::before,
input:focus {
	box-shadow: 0 0 0 1px #fff;
	outline: 1px dashed #000;
}

#main-menu:focus,
.page:focus,
canvas:focus,
#loading-text:focus,
#section-main div:focus:not(.focusable),
#menu:focus,
#lesson-menu:focus,
#resources:focus,
#glossary:focus,
#kc-question-x-of-y:focus,
#kc-feedback:focus,
#wrapper-certificate:focus,
#x-of-y {
	outline: none;
}

.hidden,
#skip-to-content,
#skip-nav,
.skip-to-next-tab,
input[type=radio],
input[type=checkbox],
#wrapper-certificate label {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip-to-content:focus,
#skip-nav:focus,
.skip-to-next-tab:focus {
	background-color: #1a6c46;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	height: auto;
	z-index: 1003;
}

#skip-to-content:focus {
	top: 0;
	left: 620px;
}

#skip-nav:focus {
	top: 580px;
	left: 0;
}

.skip-to-next-tab:focus {
	bottom: 5px;
	left: 1px;
}

/* Certificate */

#wrapper-certificate {
	background: url(../img/ui/bg-certificate-wrapper.png) top left no-repeat;
	display: block;
	width: 655px;
	height: 315px;
	position: absolute;
	top: 200px;
	left: 152px;
}

#wrapper-certificate #form-instructions,
#wrapper-certificate #text-certificate,
#wrapper-certificate #exit-text-certificate {
	cursor: default;
	position: absolute;
}

#wrapper-certificate #form-instructions,
#wrapper-certificate #exit-text-certificate {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	width: 430px;
	text-align: center;
	left: 113px;
}

#wrapper-certificate #form-instructions {
	top: 55px;
}

#wrapper-certificate #form-instructions:after {
	content: '';
	background: url(../img/ui/bg-certificate-line.png) top left no-repeat;
	display: block;
	position: relative;
	top: 65px;
	left: -52px;
	width: 534px;
	height: 1px;
}

#wrapper-certificate #exit-text-certificate {
	top: 65px;
}

#wrapper-certificate input[type=text] {
	border: 1px solid #000;
	font-size: 20px;
	font-weight: bold;
	width: 320px;
	height: 28px;
	position: absolute;
	top: 118px;
	left: 165px;
	box-sizing: border-box;
	text-align: center;
}

#wrapper-certificate #btn-save-certificate {
	background: url(../img/ui/btn-save-certificate.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	width: 110px;
	height: 111px;
	position: absolute;
	top: 161px;
	left: 274px;
}

/* Information */
#page-information {
	background: rgba(0, 0, 0, 0.5);
}

.information-popover-container {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 920px;
	height: 487px;/* 655 - 108 - 60 */
	overflow: hidden;
}

#btn-close-information {
	background: url(../img/ui/btn-close-info.png);
	border: none;
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 103px;
	right: 23px;
	text-indent: -9999px;
}

.information-popover-nav {
	float: left;
	width: 100%;
	padding: 2px;
	list-style-type: none;
	background-color: #093243;
}

.information-popover-nav li {
	float: left;
}

.information-popover-nav li a {
	display: block;
	width: 217px;
	height: 40px;
	margin: 1px;
	color: #000;
	background-color: #8ac3d6;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

.information-popover-nav li.active a {
	background-color: #ffcc00;
}

.information-popover-content > .information-popover-pane {
	display: none;
}

.information-popover-content em {
	font-style: italic;
}

.information-popover-content h4 {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.information-popover-content h5 {
	font-weight: bold;
	line-height: 1.5rem;
}

.information-popover-content p,
.information-popover-content li,
.information-popover-content a {
	font-size: 1rem;
	line-height: 1.5rem;
}

.information-popover-content p {
	margin: 0 0 1rem 0;
}

.information-popover-content ul {
	margin: 0 1rem 1rem 1rem;
	padding-left: 1rem;
}
.information-popover-content p:last-child,
.information-popover-content ul:last-child,
.information-popover-content ol:last-child {
	margin-bottom: 0;
}

.information-popover-content ul {
	list-style-type: disc;
}

.information-popover-content ul ul {
	list-style-type: circle;
}

.information-popover-content table {
	margin: 0 0 1rem 186px;
}

.information-popover-content table tr:first-child th {
	font-weight: bold;
}

.information-popover-content table tr:not(:first-child) th {
	text-align: left;
}

.information-popover-content table th,
.information-popover-content table td {
	background-color: #094b66;
	border: 1px solid #0d5572;
	padding: 10px;
}

.information-popover-content table td p {
	margin: 0;
}

.information-popover-content > .information-popover-pane.active {
	display: block;
	height: 397px;/* 487 - 50 - 40 */
	padding: 20px;
	overflow-y: auto;
	background-color: #0d5572;
	color: #fff;
}

/* Exit Message */
#exit-message {
	display: block;
	height: 16px;
	overflow: hidden;
	position: relative;
	margin: -8px auto 0 auto;
	text-align: center;
	top: 50%;
}

#page-disacspt13_03,
#page-disacspt13_04 {
	background: url(../img/ui/bg-exit-callout.png) 865px 70px no-repeat;
}

/* Only center content when window is larger than content */
@media only screen 
	and (min-width: 960px)
	and (min-height: 655px) {
	/* This had to be duplicated in multiple spots */
	div#section-course {
		top: 50%;
		left: 50%;
		margin: -327.5px 0 0 -480px;
		box-shadow: 0 0 0 1px #a6aaab;
	}
}

/* Mobile */

/* iPad Portrait */
@media only screen 
	and (min-device-width: 768px) 
	and (max-device-width: 1024px) 
	and (orientation: portrait) {
	div#section-course {
		top: 50%;
		left: 50%;
		margin: -327.5px 0 0 -480px;
		box-shadow: 0 0 0 1px #a6aaab;
		-moz-transform:    scale(.75);
		-o-transform:      scale(.75);
		-webkit-transform: scale(.75);
		transform:         scale(.75);
	}
}

/* Samsung Galaxy Note 8 Portrait */
@media only screen 
	and (min-device-width: 601px) 
	and (max-device-width: 767px) 
	and (orientation: portrait) {
	div#section-course {
		top: 50%;
		left: 50%;
		margin: -327.5px 0 0 -480px;
		box-shadow: 0 0 0 1px #a6aaab;
		-moz-transform:    scale(.60);
		-o-transform:      scale(.60);
		-webkit-transform: scale(.60);
		transform:         scale(.60);
	}
}

/* Samsung Galaxy Note 8 Landscape */
@media only screen 
	and (min-device-width: 601px)
	and (max-device-width: 962px)
	and (orientation: landscape)
	and (-webkit-min-device-pixel-ratio: 1.3)
	and (-webkit-max-device-pixel-ratio: 1.4) {
	div#section-course {
		top: 50%;
		left: 50%;
		margin: -327.5px 0 0 -480px;
		box-shadow: 0 0 0 1px #a6aaab;
		-moz-transform:    scale(.70);
		-o-transform:      scale(.70);
		-webkit-transform: scale(.70);
		transform:         scale(.70);
	}
}