@charset "utf-8";
/* This style sheet determines the styles of the non-mobile course content */
/* IE 6-, 7- and general-specific styles shall be placed in respective css files */
/* IMPORTANT: all style names have to start with c_ (to distinguish course content styles from the rest) */
#course-content {
	background-color: #ffffff;
	font-size: 1.4rem !important;
	line-height: 1.5;
}
/*forcing certain styles to overwrite reset styles*/
#course-content b,
#course-content strong {
	font-weight: bold;
}
#course-content p.unit-summary {
	margin-bottom: 2rem;
}
#course-content p,
#course-content li,
#course-content td,
#course-content th,
#course-content dd,
#course-content dt {
	font-size: 1.4rem;
}

/*
h2.c_lessontitle { >>>>>>>>>>>>>>>>>>>>>>>>>no longer in use
	 font-size:1.8em;
	 margin:5px 0;
	 padding:5px;
	 border:2px solid #ccc;
	 background-color:#eaeaea;
	 color:#333;
 }
#c_content {
	line-height:1.5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
#c_content li {
	line-height:1.5;
	padding-bottom:5px;
	font-size:13px;
}
#c_content p, #c_content td, #c_content div {
	font-size:13px;
}
#c_content em {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#c_content table {
	background-color:#ccc;
	border:1px solid #ccc;
	padding:5px;
	table-layout:fixed;
	page-break-inside:avoid;
}
#c_content td {
	background-color:#fff;
	padding:4px;
}
*/
/*-----Old Styles Available in Editor Begin-------------*/
/*titles*/
h3.c_sectiontitle { /*matching new #course-content h3*/
	color: #aa7351;
	margin-top: 1.5rem;
	clear:both;
}
h4.c_sectionsubtitle { /*matching new #course-content h4*/
	margin-top: 1.5rem;
	color: #aa7351;
	background-color: #f9f3f0;
	font-size: 1.6rem;
	clear:both;
}
/*highlight boxes*/

div.c_highlight_1 {
	padding:5px 5px 5px 55px;
	background:#ffc url(../images/content_imgs/c_exclamation.gif) top left no-repeat;
	border:1px solid #fc0;
	page-break-inside:avoid;
}
div.c_highlight_2,
div.c_highlight_3 {
	width:300px;
	float:left;
	margin:10px 10px 10px 0;
	padding:10px 5px;
	background-color:#ffc;
	border:1px solid #fc0;
	page-break-inside:avoid;
}
div.c_highlight_3 {
	width:250px;
	float:right;
	margin:10px 0 10px 10px;
}
div.c_didyouknow_1,
div.c_note {
	width:200px;
	float:right;
	margin:0 0 10px 10px;
	padding:45px 10px 10px 10px;
	border:2px solid #c1d5ec;
	background:#ecf2f9 url(../images/content_imgs/c_questionmark.gif) top center no-repeat;
	page-break-inside:avoid;
}
div.c_note {
	background:#e1f9b7 url(../images/content_imgs/c_note.gif) top center no-repeat;
	border-color:#c6f378;
}
div.c_highlight_1 ul,
div.c_highlight_2 ul,
div.c_didyouknow_1 ul,
div.c_note ul {
	list-style:none !important;
	margin:0;
	padding:10px 10px 10px 20px;
}
div.c_highlight_1 ul li,
div.c_highlight_2 ul li,
div.c_didyouknow_1 ul li,
div.c_note ul li {
	padding:2px 0 5px 15px;
	background:url(../images/content_imgs/yellow_bullet.gif) top left no-repeat;
}
div.c_didyouknow_1 ul li {
	background-image:url(../images/content_imgs/blue_bullet.gif);
}
div.c_note ul li {
	background-image:url(../images/content_imgs/green_bullet.gif);
}
div.c_fineprint {
	font-size:11px !important;
}
/*links*/
a.link_www, a.link_www:visited,
a.link_pdf, a.link_pdf:visited,
a.link_video, a.link_video:visited,
a.link_document, a.link_document:visited {
	display:inline;
	padding-right:12px;
/*	white-space:nowrap;*/
}
a.link_www, a.link_www:visited {
	background:url(../images/content_imgs/www.png) bottom right no-repeat;
}
a.link_pdf, a.link_pdf:visited {
	background:url(../images/content_imgs/pdf.png) top right no-repeat;
}
a.link_video, a.link_video:visited {
	background:url(../images/content_imgs/video.png) top right no-repeat;
}
a.link_document, a.link_document:visited {
	background:url(../images/content_imgs/word.png) top right no-repeat;
}
div.c_frame_1 {
	width:auto;
	border:1px solid #ccc;
	padding:5px;
	margin-left:5px;
	margin-bottom: 10px;
	float:right;
	font-size:11px !important;
}
div.c_frame_1 img,
div.c_highlight_2 img ,
div.c_highlight_3 img {
	display:block;
	border:1px solid #ccc;
	margin:0 auto;
}
.c_quiz, .c_quiz li, .c_quiz p, .c_quiz div,
.c_content, .c_content li, .c_content p, .c_content div, .c_content dt, .c_content dd {
	font-size:13px;
	letter-spacing:normal !important;
	
}
.c_content dt {
	font-weight:bold;
}
.c_content dd {
	background-color:#eaeaea;
	padding:5px;
}
.c_quiz ol li {
	background-color:#eaeaea;
	margin-bottom:10px;
	padding:5px;
	line-height:1.3;
	font-weight:bold;
}
.c_quiz ol li ol {
	list-style:upper-alpha;
}
.c_quiz ol li ol li {
	background-color:#fff;
	margin-bottom:0;
	font-weight:normal;
}
.c_quiz ol li ol li input {
	margin-bottom:-3px;
}
.c_answercorrect {
	color:#6c0;
	font-weight:bold;
}
.c_answerwrong {
	color:#c00;
	font-weight:bold;
}
/*styles to fix bad code from editor*/
span table, span td, span th, span ol, span ul, span li, span div, span p {
	font-weight:normal;
	font-size:14px;
	font-style:normal;
}

/* ID verification timer for arizonadef */
span#idseconds{
	font-weight:bold;
	font-size:20px;
}
.ctvdisclaimerbox {
	height:200px;
	padding:10px;
	background-color:#fff;
	border:#e3e3e1 solid 1px;
	width:95%;
	overflow: scroll;
	overflow-x:hidden;
}
/*---NEW CORE COURSE CONTENT STYLES (USED IN EDITOR)-----------------------*/

#course-content em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.01rem;
}

#course-content ul {
	list-style: disc outside none;
	padding-left: 4rem; /*TODO reduce size of indent*/
}

#course-content ol {
	list-style-type: decimal;
	padding-left: 4rem;
}
#course-content ol.alpha {
	counter-reset: item;
	list-style: none;
}
ol.alpha li:before {
	content: "(" counter(item, lower-latin) ") ";
	counter-increment: item;
}
#course-content li {
	font-size: inherit;
}
#course-content h3 {
	margin-top: 1.5rem;
	padding: 0 0.2rem;
	color: #aa7351;
	background-color: #f9f3f0;
	font-weight: 700;
}
#course-content h4 {
	margin-top: 1.5rem;
	color: #aa7351;
	background-color: #f9f3f0;
	font-size: 1.6rem;
	font-weight: 600;
}

#course-content h5 {
	margin: 0.5rem 0 1.5rem 0;
	color: #aa7351;
	font-size: 1.6rem;
	font-weight: 600;
}
#course-content h6 {
	margin: 0.5rem 0 0.5rem 0;
	font-size: 1.6rem;
	font-weight: 600;
}

/*-------------tables and table content*/
#course-content table caption {
	padding: 2rem;
}
#course-content table td {
	vertical-align: top;
}
#course-content table td img {
	width: auto;
	max-width: 100%;
}
/*-------------images and image containers*/
#course-content img.image-right {
	float: right;
	margin-left: 1rem;
	max-width: 35%;
	width: auto;
}
#course-content img.image-left {
	float: left;
	margin-right: 1rem;
	max-width: 35%;
	width: auto;
}

#course-content figure.image {
	box-sizing: border-box;
	border:1px solid #d8e0eb;
	background-color: #e4eaf1;
	padding: 0.5rem;
	margin: 0 0 10px 10px;
	width: 35%;
	float: right;
	overflow: auto !important;
}
#course-content figure.image img {
	box-sizing: border-box;
	border:1px solid #d8e0eb;
	width: 100% !important;
	height: auto !important;

}
#course-content figure.image-right,
#course-content figure.image-left {
	margin: 0 0 10px 0;
	width: 100%;
	float: none;
}
#course-content figure.image-right img {
	width: auto !important;
	max-width: 50%;
	float: right;
	margin-left: 1rem;
}
#course-content figure.image-left img {
	width: auto !important;
	max-width: 50%;
	float: left;
	margin-right: 1rem;
}
#course-content figcaption {
	line-height: 1.5;
	margin-bottom: 1rem;
	color:#3a5170;
}



#course-content figure.full-width-one-third-image,
#course-content figure.video-container-425 {
	width: 100%;
	margin-bottom: 1rem;
}
#course-content figure.full-width-one-third-image img {
	float: left;
	margin: 0 1rem 1rem 0;
	width: 33%;
	max-width: 310px;
	box-shadow: 0 2px 4px #cccccc;
}


.youtube-embed-wrapper {
	margin-bottom: 10px;
}

.videodetector {
	position      : relative;
	width         : 100%;
	height        : 0;
	padding-bottom: 60%;
	padding-bottom: 67.5%;
}

.videodetector iframe {
	position: absolute;
	top     : 0;
	left    : 0;
	width   : 100%;
	height  : 100%;
}


#course-content div.video-50 {
	width: 50%;
	float: left;
	margin: 0 10px 10px 0;
}

#course-content div.video-60 {
	width: 55%;
	float: left;
	margin: 0 10px 10px 0;
}

#course-content div.video-70 {
	width: 65%;
	float: left;
	margin: 0 10px 10px 0;
}

#course-content div.video-80 {
	width: 75%;
	float: left;
	margin: 0 10px 10px 0;
}

#course-content div.video-90 {
	width: 85%;
	float: left;
	margin: 0 10px 10px 0;
}

/*--------------blocks of content, highlight boxes*/
div.grouped-content {
	clear: both;
	height: auto;
	width: auto;
	overflow: auto;
}
#course-content div.highlight {
	box-sizing: border-box;
	float: right;
	width: 35%;
	min-height: 3rem;
	padding:0 2rem 2rem 2rem;
	margin: 0 0 1rem 1rem;
	background-color: #eaeaea;
}
#course-content div.did-you-know,
#course-content div.puzzle,
#course-content div.green-box-full {
	background: -webkit-linear-gradient(rgb(235,243,228) , rgb(255,255,255)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(235,243,228), rgb(255,255,255)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(235,243,228) , rgb(255,255,255)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(235,243,228) , rgb(255,255,255)); /* Standard syntax */
	border: 1px solid #adcf94;
}
#course-content div.idea,
#course-content div.yellow-box-full {
	background: -webkit-linear-gradient(rgb(250,241,218) , rgb(255,255,255)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(250,241,218), rgb(255,255,255)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(250,241,218) , rgb(255,255,255)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(250,241,218) , rgb(255,255,255)); /* Standard syntax */
	border: 1px solid #eac971;
}
#course-content div.note,
#course-content div.blue-box-full {
	background: -webkit-linear-gradient(rgb(229,244,251) , rgb(255,255,255)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(229,244,251) , rgb(255,255,255)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(229,244,251) , rgb(255,255,255)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(229,244,251) , rgb(255,255,255)); /* Standard syntax */
	border: 1px solid #8ccdeb;
}
#course-content div.important,
#course-content div.red-box-full { /*using 'important' instead 'warning' ... warning is used in main CSS*/
	background: -webkit-linear-gradient(rgb(247,225,227) , rgb(255,255,255)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(247,225,227) , rgb(255,255,255)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(247,225,227) , rgb(255,255,255)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(247,225,227) , rgb(255,255,255)); /* Standard syntax */
	border: 1px solid #da747b;
}
#course-content div.did-you-know:before,
#course-content div.puzzle:before,
#course-content div.idea:before,
#course-content div.note:before,
#course-content div.important:before {
	display: block;
	padding: 0 1rem 1rem 0;
	font-size: 2.6rem;
	font-family:'FontAwesome';
	font-variant: small-caps;
	text-align: left;
	white-space: nowrap;
}

#course-content div.did-you-know:before		{ color: #adcf94; content:"\f059\00a0\ did you know" }
#course-content div.puzzle:before			{ color: #adcf94; content:"\f12e \00a0 resources"  }
#course-content div.idea:before				{ color: #eac971; content:"\f0eb \00a0 it is a good idea" }
#course-content div.note:before				{ color: #8ccdeb; content:"\f044 \00a0 note" }
#course-content div.important:before		{ color: #da747b; content:"\f06a \00a0 warning" }

#course-content div.green-box-full,
#course-content div.yellow-box-full,
#course-content div.blue-box-full,
#course-content div.red-box-full {
	color: #333333;
	padding: 1rem 0.5rem;
	margin: 0.5rem 0 1rem 0;
}

#course-content div.green-box-full::after,
#course-content div.yellow-box-full::after,
#course-content div.blue-box-full::after,
#course-content div.red-box-full::after ,
#course-content div.grouped-content::after {
	content: "";
	clear: both;
	display: table;
}


#course-content div.green-box-full h5,
#course-content div.yellow-box-full h5,
#course-content div.blue-box-full h5,
#course-content div.red-box-full h5 {
	padding: 0.5rem;
	margin: -1rem -0.5rem 1rem -0.5rem !important;
	font-variant: small-caps;
	font-size: 1.8rem !important;
	color: #ffffff;

}
#course-content div.green-box-full h5 {
	background-color: #4a6d30;
}
#course-content div.yellow-box-full h5 {
	background-color: #a98218;
}
#course-content div.blue-box-full h5 {
	background-color: #2b659e;
}
#course-content div.red-box-full h5 {
	background-color: #b6303a;

}
#course-content div.quote {
	background:rgb(8,103,167) url("../images/quote-bg.jpg") top left no-repeat;
	color: white;
	padding-top: 1rem;

}
/*--------------------links*/
a.link:after, a.link-external:after, a.link-pdf:after, a.link-video:after {
	display: inline-block;
	padding-left: 0.2rem;
	font-family:'FontAwesome';
	text-decoration: none;
}
a.link-external:after { content:"\f08e" }
a.link:after { content:"\f0c1" }
a.link-pdf:after { content:"\f1c1" }
a.link-video:after { content:"\f03d" }


.quote p {
	padding: 1rem;
}

/*---------------------------------------------------Media Queries------------------------*/

@media screen and (max-width: 640px) {
	#course-content figure.full-width-one-third-image img {
		width: 50%;
		max-width: 310px;
	}
	#course-content figure.image,
	#course-content div.highlight {
		width: 50%;
	}
	#course-content figure.image-right,
	#course-content figure.image-left {
		width: 100%;
	}
	#course-content figure.image-right img,
	#course-content figure.image-left img {
		max-width: 70%;
	}
	#course-content div.video-50 ,
	#course-content div.video-60 ,
	#course-content div.video-70 ,
	#course-content div.video-80 ,
	#course-content div.video-90
	{
		float: none;
		margin: 0;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	video, object, embed { /*we added this for old courses*/
		max-width: 95%;
		height: auto;
	}

	#course-content img { /*we added this for old courses*/
		max-width: 95%;
		height: auto;
	}
	#course-content figure.image img {
		max-width:100%
	}
	#course-content figure.image-right img {
		width: 100% !important;
		max-width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 1rem;
	}

	#course-content .blue-box-full img.image-right,
	#course-content .red-box-full img.image-right,
	#course-content .blue-box-full img.image-left,
	#course-content .red-box-full img.image-left {
		width: 100% !important;
		max-width: 100%;
		float: none;
		margin: 0 0 1rem 0;
}
	#course-content ol.alpha {
		margin-left: 1.5rem;
		padding-left: 0;


	}

}
@media screen and (max-width: 480px) { /*mobile landscape (480x320)*/

	#course-content figure.full-width-one-third-image img,
	#course-content figure.full-width-one-third-image figcaption {
		float: none;
		width: 98%;
		display: block;
		margin: 0 auto 1rem auto;
		max-width: 310px;
	}
	#course-content figure.image,
	#course-content div.highlight {
		float: none;
		width: auto;
		margin: 0 auto 1rem auto;
	}
	#resumebutton {
		float:right;
	}

}

.biovideoContainer {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-attachment: scroll;
	overflow: hidden;
}
.biovideoContainer video {
	min-width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1;
}
.biovideoContainer .canvas {
	text-align: center;
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.biovideoContainer .canvas canvas {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.biovideoContainer .overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	background: transparent;
	opacity: 0.5;
}
.biovideoContainer .buttons-capture,
.biovideoContainer .buttons-reset
{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}
/*2023 style fixes*/
img {
	max-width: 100%;
	height: auto;
}
figure {
	border:1px solid #d8e0eb;
	background-color: #e4eaf1;
}
figcaption {
	padding: 5px;
}
figcaption span.fineprint, p.fineprint, span.fineprint {
	font-size:11px !important;
}
div.video-100 {
	width: 100%;
	margin: 0 0 10px 0;
}


dl.tabbed-course-content  {
    width:100%;
    display:table;
    margin:0 0 15px;
}

dl.tabbed-course-content dt.required-tab , span.example-dt-required {
    border:2px solid red !important;
}
span.example-dt-required {
    display: inline-block !important;
    width:200px !important;
    cursor:text !important;
    margin:0 .6rem!important;
}
dl.tabbed-course-content dt , span.example-dt-required{
    display: table-cell;
    cursor:pointer;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    width:100px;
    font-size: 1.6rem;
    height: 2rem;
    margin:0 1.6rem;
    padding: 0.6rem;
    border-radius: 1.4em;
    border:4px solid white;;
    -webkit-border-radius: 1.4em;
    -moz-border-radius: 1.4em;
    color: #ffffff;
    text-decoration: none;
    line-height: 1;
    background-color: #2c7c2c;
    text-shadow: -1px -1px #1d521d;
}
dl.tabbed-course-content dt:hover , dl.tabbed-course-content dt.active {
    background-color: #359735;
}
dl.tabbed-course-content dt.active{
    font-weight: bold;
}
dl.tabbed-course-content dd {
    display:none;
}
div.tabbed-course-content-target {
    clear: both;
    padding:1rem;
}

.tabbed-course-content-target::after {
    content: "";
    clear: both;
    display: table;
}

.vimeo-after-video {
    float: left;
    margin-bottom: 20px;
}

.vimeo-after-video::after {
    content: "";
    clear: both;
    display: block;
}
.video-quiz-container {
    background: -webkit-linear-gradient(rgb(235,243,228) , rgb(255,255,255)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(235,243,228), rgb(255,255,255)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(235,243,228) , rgb(255,255,255)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(235,243,228) , rgb(255,255,255)); /* Standard syntax */
    border: 1px solid #adcf94;
    padding:2rem;
    margin: 20px 0;
    max-width: 360px;
}

span.video-quiz-container-title:before		{
    color: #2c7c2c; content:"\f059\00a0\ Q and A session";
    display: block;
    padding: 0 1rem 1rem 0;
    font-size: 2.6rem;
    font-family:'FontAwesome';
    font-variant: small-caps;
    text-align: left;
    white-space: nowrap;
}

p.video-quiz-container-intro{
    color:#2c7c2c;
}

.video-quiz-container::after
{
    content: "";
    clear: both;
    display: table;
}
.video-quiz-container a {
    display: inline-block;
    margin-right:4px;
    height: 2.4rem;
    margin-top: 1rem;
    padding-top: 1rem;
}

.hidden {
   display: none !important;
}

.buttonerror {
    background-color: red !important;
}