<style>

.blank { /*This is here just so the module header will work. Do not use or remove.*/
}

.course_header {/*This is the course graphic header.*/
	background: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/hcc_welcome.png'), rgb(3,28,59); /* Old browsers */
	background: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/hcc_welcome.png'), -moz-linear-gradient(top,  rgba(3,28,59,1) 0%, rgba(8,44,92,1) 100%); /* FF3.6+ */
	background: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/hcc_welcome.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,28,59,1)), color-stop(100%,rgba(8,44,92,1))); /* Chrome,Safari4+ */
	background: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/hcc_welcome.png'), -webkit-linear-gradient(top,  rgba(3,28,59,1) 0%,rgba(8,44,92,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/hcc_welcome.png'), -o-linear-gradient(top,  rgba(3,28,59,1) 0%,rgba(8,44,92,1) 100%); /* Opera 11.10+ */
	background: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/hcc_welcome.png'), -ms-linear-gradient(top,  rgba(3,28,59,1) 0%,rgba(8,44,92,1) 100%); /* IE10+ */
	background: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/hcc_welcome.png'), linear-gradient(to bottom,  rgba(3,28,59,1) 0%,rgba(8,44,92,1) 100%); /* W3C */
	filter: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/hcc_welcome.png'), progid:DXImageTransform.Microsoft.gradient( startColorstr='#031c3b', endColorstr='#082c5c',GradientType=0 ); /* IE6-9 */
	background-repeat:no-repeat;
	background-position: left center;
	color: #FFFFFF;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 14pt;
	padding: 14px 10px 14px 230px;
	margin: -14px 0px 0px 0px;
}

.course_header h2{/*This is the course graphic header.*/
	color: #FFFFFF;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 14pt;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.module_header {  /*This is the module header.*/
	background-color: #FFFFFF;
	background-image: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/bg_texture.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	color: #002b5c;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 25px;
	font-weight: bold;
	border-bottom: solid #d7a71e 3px;
	padding: 5px 10px 5px 10px;
	font-variant: small-caps;
}

.module_header h3{  /*This is the module header.*/
	color: #002b5c;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-variant: small-caps;
}

.module_header_font { /*Use this if the header has an image in the title that shouldn't overlap with the text. If you are just using a background, this can be deleted.*/
	color: #002b5c;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-variant: small-caps;
}

.course_labels { /* This is the style for the course headers. i.e. Lesson Lecture, Supplemental Resources, Lesson Activities*/
	background-image: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/icon.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif,;
	font-size: 12pt;
	font-weight: bold;
	color: #002b5c;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 10px;
}

.course_labels h4{ /* This is the style for the course headers. i.e. Lesson Lecture, Supplemental Resources, Lesson Activities*/
	font-family:Arial, Helvetica, sans-serif,;
	font-size: 12pt;
	font-weight: bold;
	color: #002b5c;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.course_sublabels { /* This is the style for the course subheaders used for sections within the main labels. This is used on a case by case basis.*/
	background-image: url('//content.learninghouse.com/clients/hcc/course_CMABERshell_redesign/sublabel.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif,;
	font-size: 10pt;
	font-weight: bold;
	color: #d7a71e;
	padding: 0px 0px 0px 20px;
	margin: 12px 0px 0px 0px;
}

.course_sublabels h5{ /* This is the style for the course subheaders used for sections within the main labels. This is used on a case by case basis.*/
	font-family:Arial, Helvetica, sans-serif,;
	font-size: 10pt;
	font-weight: bold;
	color: #d7a71e;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.page_header { /*This is the style for Compose a Webpage headers. It should contain the resource title and be used primarily for Objectives and Introduction pages and Internet Resource pages.*/
    background-color: #FFFFFF;
	background-image: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/bg_texture.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	color: #002b5c;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 25px;
	font-weight: bold;
	border-bottom: solid #d7a71e 3px;
	padding: 30px 10px 5px 10px;
	font-variant: small-caps;
	margin-bottom: 15px;
}

.page_header h2{ /*This is the style for Compose a Webpage headers. It should contain the resource title and be used primarily for Objectives and Introduction pages and Internet Resource pages.*/
    color: #002b5c;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
}

.page_subheader { /*This style should be used for subheadings in the Compose a Webpage resource. It should be used as headers to break up the content. For example, Objectives or Introduction.*/
	background: #001731; /* Old browsers */
    background: -moz-linear-gradient(top, #001731 1%, #002b5c 41%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#001731), color-stop(41%,#002b5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #001731 1%,#002b5c 41%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #001731 1%,#002b5c 41%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #001731 1%,#002b5c 41%); /* IE10+ */
    background: linear-gradient(to bottom, #001731 1%,#002b5c 41%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001731', endColorstr='#002b5c',GradientType=0 ); /* IE6-9 */
	font-family:Arial, Helvetica, sans-serif,;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: -15px 0px -10px -5px;
	padding: 10px 10px 10px 17px;
	font-variant:small-caps;
}

.page_container { /*This is the style for Compose a Webpage background. It should contain all content under the page header.*/
	padding: 0px 0px 0px 0px;
	margin: -15px 0px 0px 0px;	

}

.content_container { /*This style should be used for actual content in the Compose a Webpage resource. Content includes things such as the actual list of objectives or an introduction paagraph*/
	font-family: Arial, Helvetica, sans-serif;	
	padding: 15px 20px 25px 20px;
	margin: 10px 0px 0px 0px;	
	background-image: url('//content.learninghouse.com/clients/hcc/course_shell_redesign/border_gradient.png');
	background-size: 1% 100%;
	background-position: top left;
	background-repeat: no-repeat;
}

.content_container h3:first-child{ /*This style should be used for subheadings in the Compose a Webpage resource. It should be used as headers to break up the content. For example, Objectives or Introduction.*/
	background: #001731; /* Old browsers */
    background: -moz-linear-gradient(top, #001731 1%, #002b5c 41%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#001731), color-stop(41%,#002b5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #001731 1%,#002b5c 41%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #001731 1%,#002b5c 41%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #001731 1%,#002b5c 41%); /* IE10+ */
    background: linear-gradient(to bottom, #001731 1%,#002b5c 41%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001731', endColorstr='#002b5c',GradientType=0 ); /* IE6-9 */
	font-family:Arial, Helvetica, sans-serif,;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: -15px -20px 0px -20px;
	padding: 10px 10px 10px 10px;
	font-variant:small-caps;
}

.content_container h3{ /*This style should be used for subheadings in the Compose a Webpage resource. It should be used as headers to break up the content. For example, Objectives or Introduction.*/
	background: #001731; /* Old browsers */
    background: -moz-linear-gradient(top, #001731 1%, #002b5c 41%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#001731), color-stop(41%,#002b5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #001731 1%,#002b5c 41%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #001731 1%,#002b5c 41%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #001731 1%,#002b5c 41%); /* IE10+ */
    background: linear-gradient(to bottom, #001731 1%,#002b5c 41%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001731', endColorstr='#002b5c',GradientType=0 ); /* IE6-9 */
	font-family:Arial, Helvetica, sans-serif,;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px -20px 0px -20px;
	padding: 10px 10px 10px 10px;
	font-variant:small-caps;
}

.content_container h4{ /*This is the style used for the Heading 4 element*/
	color: #002b5c;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-variant: small-caps;
}
	
.content_container h5{ /*This is the style used for the Heading 5 element*/
	font-size: 12pt; 
	color: #d7a71e; 
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

.content_container p{
/*This is the paragraph tag for the content container*/
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.content_container ol{
/*This is the ordered list tag for the content container*/
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}

.content_container ul{
/*This is the ordered list tag for the content container*/
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}

.video_frame { /* Video frame with standard width */
	max-width: 640px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

/*TABLE*/

.content_container table { 
 	border: solid #000000 1px;
 	border-collapse: collapse;
 	max-width: 800px;
}

.content_container th { 
 	border: solid #000000 1px;
	color: #FFFFFF !important;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #ffffff !important;
}

.content_container th[scope=col]  { /*use this for the headers of columns, tells screen readers what order to read things*/
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #777777 !important;
}

.content_container td { 
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
}

.content_container tr.alt  { 
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #CACACA;
}

.content_container tr.footer { /*Last row*/
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #595959;
	font-weight: bold;
}

.content_container td.alt  {  /*Alternate table cell shading. Mostly for alternate columns*/
 	border: solid #000000 1px;
	padding: 5px 5px 5px 5px !important;
	vertical-align:top;
	background: #cacaca;
}

/* END TABLE*/

div.page_container {
	width: 100%;
}

h1.in_course { /*This is the style used for the Heading 1 element*/
	color: #002b5c;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 25px;
	font-weight: bold;
	padding: 5px 10px 0px 10px;
	font-variant: small-caps;
}
	
h2.in_course { /*This is the style used for the Heading 2 element*/
		background: #001731; /* Old browsers */
    background: -moz-linear-gradient(top, #001731 1%, #002b5c 41%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#001731), color-stop(41%,#002b5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #001731 1%,#002b5c 41%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #001731 1%,#002b5c 41%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #001731 1%,#002b5c 41%); /* IE10+ */
    background: linear-gradient(to bottom, #001731 1%,#002b5c 41%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001731', endColorstr='#002b5c',GradientType=0 ); /* IE6-9 */
	font-family:Arial, Helvetica, sans-serif,;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	font-variant:small-caps;
}
	
h3.in_course { /*This is the style used for the Heading 3 element*/
	color: #002b5c;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px 0px 10px;
	font-variant: small-caps;
}
	
h4.in_course { /*This is the style used for the Heading 4 element*/
	font-size: 12pt; 
	color: #d7a71e; 
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
	padding: 5px 0px 5px 10px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 550px;
}

.school_resources {
   margin: 5px 0px 5px 0px;
}

.school_resources .icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
}
.school_resources .link {
    display: inline-block;
	font-family: 'Arial';
	font-size: 1em;
    vertical-align: middle;
	padding-left: 3px;
	width: 100px;
}

</style>