/* Note: The templates have some extra CSS to fix I8 issues.  */
@import url("/css/fonts/aleo/aleo.css");
/* === Style Reset === */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, #article, #aside, canvas, details, embed, figure, figcaption, #footer, #header, hgroup, menu, .navigation-bar, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-family: proxima-nova, "Open Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
#article, #aside, details, figcaption, figure, #footer, #header, hgroup, menu, .navigation-bar, section {/*HTML5 display-role reset for older browsers*/
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
blockquote {
	margin: 2em;
	font-style: italic;
}
q {
	quotes: "“" "”" "‘" "’";
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
.table {
    width: 100%;
    margin-bottom: 18px;
}
/* -- Additional style resets -- */
html {
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: inherit;
}

/* === Primary Styles === */
body {
	background: #fff;
	color: #242424;
	line-height: 1.5;
}
h2, h3, h4, h5, h6, p {
	margin: 0.8em 0;
}
h1, h2, h3, h4, h5, h6, strong, b, th, caption {
	font-weight: bold;
}
h1 {
	font-size: 1.3em;
}
#course-title {
	/*This is the title at the top of each page. It is an H1 on the home page and a div on subsequent pages.*/
	font-family: "Roboto Slab", Rockwell, Aleo, "Courier New", Courier, serif;
	font-size: 1.3em;
	padding: 8px 15px;
	color: #FFFFFF;
	text-align: left;
	font-weight: 400;
	border-bottom: 3px solid #183152;
}
h1.pageTitle {
	font-size: 1.8em;
	margin: 0;
}
h1.certpageTitle {
	/* This centers the title in the certificate page */
	text-align: center;
	margin-bottom: 10px;
}
.pageTitle h2 {
	margin-top: .3em;
	margin-bottom: 0.7em;
}
h2.subhead {
	font-size: 1em;
}
#pagexofy {
	margin-top: 0.2em;
	margin-bottom: 2em;
}
#aside {
	margin-bottom: 1em;
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 2px 5px 1px #999;
}
#aside img { 
	display: block; 
}
#aside h2, #aside h3, #aside h4, #aside h5, #aside h6, #aside p {
	margin: 0.5em;
}
#content #aside ol, #content #aside ul {
	margin: 0.5em;
	text-align: left;
}
#aside li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.question {
	font-weight: bold;
	color: #057;
	margin-top: 5px !important;
}
.option {
	margin-top: 10px;
	margin-left: 20px;
}
#radio-a {
	margin-right: 7px;
}
.check-answer-button {
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.check-answer-button input {
/*display:inline;
	border:1px solid #637a84;
	background-color:#ddd;
		font-weight:bold;
		padding:4px;
		color:#790000;			
		border-radius:13px;
		width: 150px;
		font-size: 0.95em;
		text-decoration:none;	*/	
}
#feedback {
	padding: 4px;
	/*font-weight:bold;*/
	margin-bottom: 20px;
	margin-left: 20px;/*background-color:#ddd;*/
}
.next-up {
	clear: both;
	color: #0a4259;
	border-top: 2px dotted #ccc;
	padding: 10px;
	margin-top: 2.3em;
	margin-bottom: .3em;
	font-weight: bold
}
.home-question {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0;
}
.bld {
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
}
sub {
	line-height: 0;
	vertical-align: sub;
}
sup {
	line-height: 0;
	vertical-align: super;
}
img {
	max-height: 100%;
	max-width: 100%;
}

img.image-padded {
    /* Corrects image padding when the template property twocolumns=true and an image is placed in the right column. 	
	   Recommend image to be at least 270px wide for the most uniform appearance.*/
    padding:6px 6px 0px 6px	
}
img.image-padded-one-column {
	/*Styles an image in a 1-column page to look the same way that images look when twocolumns=true. */
	padding:6px 6px 6px 6px; 
	border:1px solid #ddd;
	background:#fff;
	box-shadow: 1px 2px 5px 0px #999;
}
* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
 }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Can be used to split a 1-column template into two evenly spaced columns of information. */
.left-column {
	float:left; 
	width:45%;
}
.right-column {
	float:left;
	width:45%;
	padding-left:10px;	
}
hr {
	background: #000;
	height: 1em;
	margin: auto;
	width: 80%;
}
em, i, cite {
	font-style: italic;
}
/* === Page Components === */
#container {
	background: #fff;
	width: 100%;
}
#header {
	/* background:#057;
	/*background: -webkit-linear-gradient(#0a4259, #057); /* For Safari 5.1 to 6.0 */
	/* background: -o-linear-gradient(#0a4259, #057); /* For Opera 11.1 to 12.0 */
	/* background: -moz-linear-gradient(#0a4259, #057); /* For Firefox 3.6 to 15 */
	/* background: linear-gradient(#0a4259, #057); /* Standard syntax */
	text-align: right;
	vertical-align: middle;
	background-color: #4376b3;
	background-image: url(/images/site/page-title-bg.jpg);
}
#header #logo-index {
	max-height: 100px;
}
#header h1 { /* only effects index page */
	color: #fff;
	line-height: 1.3;
	padding: 0.5em 1em 0.5em 1em;
}
#header p {
	margin: 0;
	padding: 0.5em;
}
.navigation-bar, .color-bar {
	width: 100%;
	background-color: #CCC;
	padding: 8px 12px 8px 12px;
	overflow: auto;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}
a.previous, a.next {
	border: 1px solid #aaa;
	color: #242424;
	background-color: #f8f9fd;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	width: 80px; /*set larger in media below*/
	font-size: 0.8em; /*set larger in media below*/
	text-align: center;
	text-decoration: none;
}
.previous {
	float: left;
}
.next {
	float: right;
}
a.previous:focus, a.previous:hover, a.previous:active, a.next:focus, a.next:hover, a.next:active {
	background-color: #fff;
	border-color: #242424;
	color: #242424;
}
#get-started {
	text-align: center;
	margin: 0px;
	margin-top: 20px;
	padding-top: 12px;
	padding-bottom: 20px;
}
#get-started a, #print-cert {
	display: block;
	margin: auto;
	border: 1px solid #AAA;
	background-color: #CCC;
	font-weight: bold;
	padding: 5px;
	color: #ab2328;
	border-radius: 13px;
	width: 271px;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.print_instruction {
	background-color: rgba(171, 35, 40, 0.05); 
	padding: 10px; 
}

#get-started a:focus, #get-started a:hover, #get-started a:active, #print-cert:focus, #print-cert:hover, #print-cert:active {
	box-shadow: 1px 2px 5px 0px #999;
	cursor: pointer;
}
#content {
	/* background: -webkit-linear-gradient(#f4f6f7, #fff); /* For Safari 5.1 to 6.0 */
	/* background: -o-linear-gradient(#f4f6f7, #fff); /* For Opera 11.1 to 12.0 */
	/* background: -moz-linear-gradient(#f4f6f7, #fff); /* For Firefox 3.6 to 15 */
	/* background: linear-gradient(#f4f6f7, #fff); /* Standard syntax */
	border: 1px solid #aaa;
	background-color: #f8f9fd;
	padding: 1em 0.5em 1em 0.5em;
}
#content ol {
	list-style: decimal;
}
#content ul {
	list-style: disc;
}
#content ol, #content ul {
	margin: 1em;
}
#article ul, #article ul:first-child li {
	margin-top: 0 !important;
}
#article ul:first-child, #article ol:first-child { 
	padding-top:1em;
}
#content ol ol, #content ol ul, #content ul ol, #content ul ul {
	margin: 0 1em 0 2.5em;
}
#footnotes {
	border-top: 1px solid #000;
	margin: 1.5em;
}
.caption-box {
	float: right;
	width: 300px;
	margin: 30px 10px 0px 60px;
}
.emphasis {
	font-size: 1.5em;
	font-weight: bold
}
#footer {
	background-color: #4376b3;
	border-top: 3px solid #183152;
	clear: both;
	color: #fff;
	padding: 1em;
	position: relative;
	vertical-align: middle;
}
#footer #logo {
	width: 500px;
	max-width: 100%;
}
#footer .top-of-page {
	float:right;
}
#footer p {
	margin: 1em;
}
li {
	margin: 1em 0 1em 1.5em; 
}
/* -- Link styles -- */
#skiplink {
	display: none;
	padding: 0.5em 1em 0.2em 0em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
a.simple-link, a.simple-link:link, a.simple-link:visited {
	padding: 2px;
	text-decoration: underline;
	color: #fff;
	border: 0;
}
a.simple-link:focus, a.simple-link:hover, a.simple-link:active {
	font-style: bold;
	color: #fff;
	border: 0;
}
/* === Miscellaneous Styles === */
#front_cover {
}
blockquote.spec {
	margin-bottom: 4em;
	margin-top: 4em;
	text-align: center;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.left {
	text-align: left;
}
.fltrt { /*Floats an element to the right on a page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 1em;
}
.fltlft { /*Floats an element to the left on a page. The floated element must precede the element it should be next to on the page.*/
	float: left;
	margin-right: 1em;
}
.clearfloat { /*This class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container.*/
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.longtext {/*This class makes long URLs wrap to fit their container, but it should be applied to the immediate block-level parent of the URL for it to work in IE 9+.*/
	word-wrap: break-word;
}
.iba { /*Makes an element invisible but audible*/
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
}
	
/* === Responsive Styles for Particluar Breakpoints === */
/* -- 20em (approximately 320px) -- */
@media only screen and (min-width : 20em) {
a.previous, a.next {
	width: 145px;
	font-size: 1em;
}
}

/* -- 30em (approximately 480px) -- */
@media only screen and (min-width : 30em) {
}

/* -- 37.5em (approximately 600px) -- */
@media only screen and (min-width: 37.5em) {
/*2 columns of content start at this width
	  anything more narrow will just stack the two floats*/
#article {
	float: left;
	width: 64%;
	margin-right: 20px;/*border: 1px solid green; */
}
/* -- Added by AP. This makes the page one column --*/
#indexarticle {
	width: 95%;
	text-align: center;
	}
#indexarticle h2 {
	font-size: 1.3em;
	margin-top: 0; 
}
#indexarticle h3 {
	font-size: 1.1em 
}
#aside {
	float: left;
	width: 30%;/*stylings are above*/
	margin-top: 1em;
	clear: none;
}
#article p {
	margin-top: 1em;
}
#course-title {
	font-size: 1.5em;
	padding: 10px 20px 20px 20px;
}
#skiplink {
	display: block;
	position: static;
}
}

/* -- 48em (approximately 768px) -- */
@media only screen and (min-width : 48em) {
#course-title {
	font-size: 1.7em;
	padding: 10px 20px 30px 20px;
}
#header {
	padding: 0;
}
#header h1 {
	padding-top: 0.5em;
}
#container {
	margin-left: auto;
	margin-right: auto;
	max-width: 60em;
}
#content {
	padding: 1.5em 1.5em 2em 1.5em;
	width: 100%;
}
}

/* -- 56.25em (approximately 900px) -- */
@media only screen and (min-width : 56.25em) {
}

/* -- 68.75em (approximately 1100px) -- */
@media only screen and (min-width : 68.75em) {
}

/* -- 81.25em (approximately 1300px) -- */
@media only screen and (min-width : 81.25em) {
}

@media print {
#skiplink, .navigation-bar, .simple-link, #pagexofy, #print-cert, #addl-resources, #footer, #print-instructions {
	display: none;
}
h1 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.5em;
}
#course-title {
	margin: 50px;
	border: 0;
	font-size: 2.0em;
	color: #000;
}
#content {
	border: 0;
	margin: 50px;
}
#article {
	width: 100%;
	text-align: center;/*border:1px solid green;*/
}
#aside {
	box-shadow: none;
}
body {
	border: 1px dashed #333;
}
}
