/* Fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 20, 2014 */
@font-face {
  font-family: 'merriweather';
  src: url("fonts/merriweather-regular-webfont.eot");
  src: url("fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/merriweather-regular-webfont.woff2") format("woff2"), url("fonts/merriweather-regular-webfont.woff") format("woff"), url("fonts/merriweather-regular-webfont.ttf") format("truetype"), url("fonts/merriweather-regular-webfont.svg#merriweatherregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'merriweather';
  src: url("fonts/merriweather-bold-webfont.eot");
  src: url("fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/merriweather-bold-webfont.woff2") format("woff2"), url("fonts/merriweather-bold-webfont.woff") format("woff"), url("fonts/merriweather-bold-webfont.ttf") format("truetype"), url("fonts/merriweather-bold-webfont.svg#merriweatherbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'merriweather';
  src: url("fonts/merriweather-italic-webfont.eot");
  src: url("fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/merriweather-italic-webfont.woff2") format("woff2"), url("fonts/merriweather-italic-webfont.woff") format("woff"), url("fonts/merriweather-italic-webfont.ttf") format("truetype"), url("fonts/merriweather-italic-webfont.svg#merriweatheritalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'roboto_condensed';
  src: url("fonts/robotocondensed-bold-webfont.eot");
  src: url("fonts/robotocondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotocondensed-bold-webfont.woff2") format("woff2"), url("fonts/robotocondensed-bold-webfont.woff") format("woff"), url("fonts/robotocondensed-bold-webfont.ttf") format("truetype"), url("fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensed';
  src: url("fonts/robotocondensed-regular-webfont.eot");
  src: url("fonts/robotocondensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotocondensed-regular-webfont.woff2") format("woff2"), url("fonts/robotocondensed-regular-webfont.woff") format("woff"), url("fonts/robotocondensed-regular-webfont.ttf") format("truetype"), url("fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedlight';
  src: url("fonts/robotocondensed-light-webfont.eot");
  src: url("fonts/robotocondensed-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/robotocondensed-light-webfont.woff2") format("woff2"), url("fonts/robotocondensed-light-webfont.woff") format("woff"), url("fonts/robotocondensed-light-webfont.ttf") format("truetype"), url("fonts/robotocondensed-light-webfont.svg#roboto_condensedlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: 'merriweather', serif;
  font-size: 14px;
  line-height: 19px;
  color: #504e4f;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'roboto_condensed', sans-serif;
  font-size: 37px;
  line-height: 40px;
  color: #241e1e;
  margin: 0 0 10px 0;
}
@media (max-width: 650px) {
	h1 {
		font-size: 25px;
		line-height: 28px;
	}
}

h2 {
  font-family: 'roboto_condensed', sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: #504e4f;
  line-height: 44px;
  border-bottom: 3px solid #ffbe00;
  margin: 0 0 15px 0;
}
@media (max-width: 650px) {
	h2 {
		font-size: 22px;
		line-height: 25px;
	}
}

h3 {
  font-family: 'merriweather', serif;
  font-size: 18px;
}

p {
  margin: 12px 0;
}

em.important {
  color: red;
}

/* Generic */
.container img {
  max-width: 100%;
  height: auto;
}

.body {
  padding: 10px 15px;
}

.clear {
  clear: both;
  width: 100%;
  height: 1px;
}

.directions {
  margin: 20px 0 10px 0;
  position: relative;
}
.directions img.icon {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -19px;
}
.directions img + p {
  margin: 0;
  padding-left: 45px;
}
.directions p {
  margin: 0;
}

.video-transcript {
  margin: 10px auto;
}

ul.space-between li, ol.space-between li {
  margin-top: 10px;
}

/* Overview/Tables */
table {
  border-collapse: collapse;
  margin: 0 auto;
  border-bottom: 5px solid #ffe79f;
}
table td, table th {
  border: 2px solid #FFF;
}
table thead th, table th  {
  background-color: #ffe79f;
  padding: 5px 10px;
}
table thead th {
  line-height: 38px;
}
.quiz table th {
  background-color: #ffe79f;
}
.quiz table tbody th {
    font-weight: normal;
    background-color: #fff2cc;
}
table tbody th {
  text-align: left;
  font-weight: bold;
}
table tbody .time {
  text-align: center;
}
table tbody tr:nth-child(even) td {
  background-color: #f2f3f3;
}
table tbody tr.highlighted td {
  background-color: #fff2cc;
}
table tbody td {
  vertical-align: top;
  padding: 10px;
}
table tbody td ul {
  margin: 0 0 0 20px;
  padding: 0;
}

table.no-shading {
  border-bottom: none;
}
table.no-shading td, table.no-shading th {
  border: none;
}
table.no-shading thead th {
  background-color: #fff;
}
table.no-shading tbody tr:nth-child(even) td {
  background-color: #fff;
}
table.no-shading tbody tr.highlighted td {
  background-color: #fff;
}

table.left-align {
  margin: 0 0;
}

body.popup .container {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
body.popup#assets-liabilities-popup table {
  border-bottom: none;
}
body.popup#assets-liabilities-popup table td, body.popup#assets-liabilities-popup table th {
  border: 1px solid #000;
}
body.popup#assets-liabilities-popup ul {
  list-style-type: none;
  margin: 0 0 0 50px;
}

.footer {
  background-color: #9d9fa1;
  color: #fff;
  padding: 1px 10px;
  font-size: 11px;
  clear: both;
}



/*ol {
  list-style-position: inside;
}
ol li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}
ol li label {
  padding-left: 30px;
}*/ 

iframe {
  margin: 0 auto;
  max-width: 770px;
}

.header { position: relative;  min-height: 103px; }
.header .logo { display: block; position: absolute; left: 10px; }
.logo.fullsize { display: none; }
.header .heading { background-color: #000; color: #fff;  top: 13px; margin-left: 230px; padding: 7px 14px;  position: relative; white-space: nowrap}
.header .heading .h1 { margin: 0; padding: 0; font-weight: normal; color: #fff; font-family: 'roboto_condensedlight', sans-serif; font-size: 29px; line-height: 30px; }
.header .heading .h2 { margin: 0; padding: 0; font-weight: normal; border: none; color: #fff; font-family: 'roboto_condensed', sans-serif; text-transform: uppercase; font-size: 27px; line-height: 30px;  }
@media (max-width: 1050px) {
	body .header .heading {
	  margin-left: 0;
	  top: 0;
	}

	body .header .logo {
	  position: relative;
	  left: auto;
	  top: auto;
	  margin: auto;
	}
}
@media (max-width: 800px) {
	.header .heading .h1, .header .heading .h2 { font-size: 21px; }
	.vjs-default-skin { max-width: 100%; height: auto; }
}
@media (max-width: 670px) {
	.header .heading .h1, .header .heading .h2 { font-size: 19px; }
}
@media (max-width: 650px) {
	.header { height: auto; }
	.header .heading .h1, .header .heading .h2 { font-size: 21px; white-space: normal; }
}
