/* CLEARFIX HACK 
http://www.mikepadgett.com/technology/technical/alternative-to-the-pie-clearfix-hack/ 
*/
.typography .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.typography .clearfix {
  display: inline-block; }

.typography * {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #2b2b2b; }

.typography p, .typography ul {
  padding-bottom: 10px;
  line-height: 18px;
  margin-left: 10px;
  margin-right: 10px; }

.typography .large {
  font-size: 150%; }

.typography a {
  color: #27301a; }

.typography a:hover {
  color: #516a33; }

.typography h1, .typography h2, .typography h3, .typography h4 {
  padding-bottom: 5px; }

.typography .smallprint {
  font-size: 90%; }

.typography h1 {
  font-size: 140%; }

.typography h2 {
  font-size: 130%;
  border-top: 1px dotted #2b2b2b;
  padding-top: 5px;
  margin-top: 20px; }

.typography h3 {
  font-size: 110%; }

.typography h4 {
  font-size: 100%; }

.typography hr {
  height: 1px;
  border: none;
  border-bottom: 1px dotted #2b2b2b;
  margin-bottom: 15px; }

.typography pre {
  width: 100%;
  font-family: "Courier New", Courier, Monaco, monospace;
  background-color: white;
  padding: 4px;
  display: block; }

body.endorsements .typography blockquote {
  margin: 20px 0;
  border-top: 1px dotted #2b2b2b;
  padding-top: 15px; }

body.endorsements .typography blockquote p {
  font-size: 120%;
  margin: 0;
  padding: 0 15px;
  margin-top: 5px;
  line-height: 150%;
  font-style: italic; }

body.endorsements .typography blockquote p span {
  padding: 0;
  margin: 0;
  font-size: 100%; }

body.endorsements .typography blockquote p.title {
  font-size: 130%;
  font-weight: bold;
  font-style: normal; }

body.endorsements .typography blockquote p.title span {
  font-weight: normal; }

.typography ul {
  list-style-type: disc;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-top: 0px; }

.typography ul.videolinks {
  list-style-type: none;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
  padding-left: 0; }

.typography ul.videolinks li {
  background-image: url(../images/videolinks-bullet.png);
  background-repeat: no-repeat;
  margin: 10px 0;
  padding: 5px 0 5px 35px;
  color: gray; }

.typography ul.videolinks li:hover {
  background-image: url(../images/videolinks-bullet-over.png); }

.typography ul.videolinks li.locked, .typography ul.videolinks li.locked:hover {
  background-image: url(../images/videolinks-bullet-locked.png); }

.typography ul.videolinks li a {
  text-decoration: none; }

.typography ul.videolinks li a:hover {
  text-decoration: underline;
  color: black; }

.typography ol ol {
  font-size: 90%;
  padding-left: 9px;
  padding-bottom: 0; }

.typography ul li {
  padding-bottom: 2px; }

.typography ol {
  margin-left: 4px;
  padding-bottom: 10px;
  list-style-type: decimal;
  padding-left: 18px; }

.typography ol li {
  padding-bottom: 4px; }

.typography div.video {
  float: right;
  /*background-color: #000;
  border: 4px solid #27301a;*/
  position: relative;
  top: -15px;
  right: -16px;
  width: 513px;
  height: 388px;
  margin-left: -20px;
  margin-bottom: -20px; }

.typography div.video div {
  position: relative;
  left: 40px;
  top: -17px;
  border: 2px solid #4a5f32;
  background-color: #a1c772;
  color: #2b2b2b; }

.typography div.video div p {
  padding: 10px; }

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
  text-align: left; }

.typography .center {
  text-align: center; }

.typography .right {
  text-align: right; }

/* IMAGES */
.typography img {
  border: none; }

.typography img.left {
  float: left;
  padding-right: 15px;
  padding-bottom: 5px; }

.typography img.leftAlone {
  margin-right: 100%; }

.typography img.right {
  float: right;
  padding-left: 15px;
  padding-bottom: 5px; }

.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 15px; }

.typography div.captionImage p.caption {
  font-size: 100%;
  text-align: center;
  font-weight: bold; }

.typography div.captionImage p.desc {
  font-size: 100% !important;
  padding-top: 5px;
  text-align: center;
  font-weight: normal; }

.typography div.captionImage img {
  padding: 0; }

.typography div.captionImage.left {
  float: left;
  padding-right: 15px; }

.typography div.captionImage.right {
  float: right;
  padding-left: 15px; }

.typography div.captionImage.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 10px; }

/* LINK GRID */
.typography div.linkgrid div.captionImage {
  float: left;
  width: 234px !important;
  margin: 5px 3px 0 3px;
  padding: 0;
  border: 1px solid #dbefbe;
  margin-bottom: 5px; }

.typography div.linkgrid div.captionImage:hover {
  background-color: #fff;
  border: 1px solid #52614a; }

.typography div.linkgrid div.captionImage p {
  font-size: 120%;
  clear: left;
  padding-bottom: 4px; }

.typography div.linkgrid div.captionImage img {
  border: 2px solid #4c5e34;
  margin-bottom: 3px; }

.typography div.linkgrid div.captionImage:hover img {
  border: 2px solid #fff;
  margin-bottom: 3px; }

/* END Link grid */
/* VIDEO GRID */
.typography div.videogrid {
  margin-bottom: 30px;
  /* 	border-top: 1px dotted #354225; */
  width: 100%;
  position: relative; }

.typography div.videogrid.single {
  width: auto;
  float: none;
  clear: none;
  margin: 0;
  padding: 0; }

.typography div.videogrid h2, .typography div.videogrid h3 {
  background-color: #364023;
  color: #fff;
  padding: 2px 8px 4px;
  margin-bottom: 10px;
  font-size: 150%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  behavior: url(/PIE.htc);
  margin-top: 0; }

.typography div.videogrid h3 {
  font-size: 120%; }

.typography div.videogrid div.captionImage {
  float: left;
  margin: 5px 3px 0 3px;
  padding: 0;
  margin-bottom: 5px;
  	/*
  		width: 234px !important;
  border: 1px solid #dbefbe;
  	background-color: #2b2b2b;
  	background-image: url("../images/video-icon-film.png");
  	background-repeat: no-repeat;
  	color: white;
  	padding-top: 20px;
  */
  position: relative;
  /* NEW */
  border: 1px solid #e4e4e4;
  width: 230px !important;
  padding: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
  box-shadow: #666 0px 1px 3px;
  background-color: white;
  behavior: url(/PIE.htc); }

.typography div.videogrid.lines2 div.captionImage {
  min-height: 173px; }

.typography div.videogrid.lines3 div.captionImage {
  min-height: 193px; }

.typography div.videogrid div.captionImage span {
  width: 60px;
  height: 60px;
  background-image: url("../images/sprites.png");
  background-position: 0px -213px;
  position: absolute;
  left: 87px;
  top: 35px; }

.typography div.videogrid div.captionImage span.paidonly, .typography div.videogrid div.captionImage span.loggedinonly {
  width: 230px;
  height: 130px;
  background-image: url("../images/video-paidonly-overlay.png");
  background-position: 0px 0px;
  position: absolute;
  left: 2px;
  top: 0px; }

.typography div.videogrid div.captionImage span.loggedinonly {
  background-image: url("../images/video-loggedinonly-overlay.png"); }

.typography div.videogrid div.captionImage:hover {
  background-position-x: 50px;
  background-repeat: no-repeat;
  /* background-color: #b3c797; */
  /* border: 1px solid #899e6b; */
  color: black;
  background-color: #e4e4e4; }

.typography div.videogrid div.captionImage p {
  font-size: 120%;
  clear: left;
  padding-bottom: 2px;
  color: inherit; }

.typography div.videogrid div.captionImage img {
  /* border:2px solid #2b2b2b; */ }

.typography div.videogrid div.captionImage div.thumbbox {
  height: 130px;
  overflow: hidden;
  margin-bottom: 3px; }

/* END Video grid */
.typography ul#SearchResults {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

.typography ul#SearchResults a {
  font-size: 110%;
  font-weight: bold; }

.typography ul#SearchResults li {
  padding-left: 0px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px; }

.typography p.searchQuery {
  padding: 5px;
  background-color: #c0d2aa;
  margin: 0 0 15px; }

.typography div#PageNumbers {
  text-align: center;
  font-size: 120%;
  margin-top: 10px;
  padding: 5px;
  background-color: #c0d2aa; }

.typography div#PageNumbers a {
  font-weight: bold;
  font-size: 100%; }

.typography div#PageNumbers div.prev {
  padding-right: 40px;
  float: left; }

.typography div#PageNumbers div.next {
  padding-left: 40px;
  float: right;
  text-align: right; }

.typography div#PageNumbers div.next, .typography div#PageNumbers div.prev {
  font-size: 100%;
  width: 100px; }

/* QUIZ STYLES */
.typography p.startquizbutton {
  display: block;
  text-align: center;
  font-size: 250%;
  margin: 40px auto; }

.typography p.startquizbutton a {
  color: #fff;
  text-decoration: none;
  padding: 20px; }

.typography ol.answerlist {
  padding-left: 20px; }

.typography ol.answerlist li {
  list-style-position: inside;
  list-style-type: upper-alpha;
  font-size: 130%; }

.typography ol.answerlist li a {
  text-decoration: none;
  padding: 3px;
  font-size: 100%;
  font-weight: bold; }

.typography ol.answerlist li a:hover {
  background-color: #2d381e;
  border: 1px solid #5d733f;
  color: white; }

.typography p.questiontext {
  font-size: 150%;
  text-align: center;
  margin: 15px 0 0px; }

.typography div.quizvideo {
  width: 480px;
  margin: 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
  border: 1px solid #e4e4e4;
  background-color: white;
  padding: 10px;
  padding-top: 5px;
  margin-bottom: 20px;
  margin-top: 20px; }

.typography div.quizvideo.widescreen {
  width: 640px; }

.typography p.qnext a, .typography p.qback a {
  font-size: 130%;
  font-weight: bold; }

.typography p.qnext {
  text-align: right; }

.typography div.qtick, .typography div.qcross {
  float: right;
  padding: 10px 10px 15px 15px;
  z-index: 10;
  position: relative; }

.typography ol.qjump {
  font-weight: bold;
  margin-top: 10px; }

.typography ol.qjump li {
  margin-bottom: 5px; }

.typography ol.qjump li a {
  text-decoration: none;
  font-weight: normal;
  padding-left: 5px; }

.typography ol.qjump li a:hover {
  text-decoration: underline; }

/* END QUIZ STYLES */
/***** subbox *****/
.typography div.subbox {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  margin: 10px 0;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #666 0px 2px 2px;
  -moz-box-shadow: #666 0px 2px 2px;
  box-shadow: #666 0px 2px 2px;
  behavior: url(/PIE.htc); }

.typography div.subbox h2 {
  background-color: #364023;
  color: #fff;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/PIE.htc);
  margin: -2px;
  margin-bottom: 5px; }

.typography div.subbox p, div.subbox label, div.subbox input, div.subbox textarea {
  margin: 0 10px 10px 10px; }

.typography div.subbox p {
  padding: 0; }

.typography div.subbox.sbright {
  float: right;
  width: 400px;
  margin-left: 20px;
  margin-top: 0; }

/***** end subbox *****/
/*** where to play table ****/
.typography table.wheretoplay h2 {
  border: none;
  margin-top: 0;
  padding-top: 0;
  margin-left: 5px;
  margin-bottom: 5px; }

.typography table.wheretoplay tr {
  border-top: 1px dotted #2b2b2b; }

.typography table.wheretoplay td {
  padding: 10px; }

.typography table.wheretoplay td.thumb {
  padding: 10px;
  padding-left: 10px;
  background-color: white;
  text-align: center; }

.typography table.wheretoplay td.thumb img {
  margin: 0 5px;
  padding: 0; }

/***** end wtp table ****/
/***** Language table ***/
.typography table.language h3 {
  padding: 0;
  margin: 0; }

.typography table.language tr {
  border-top: 1px dotted #2b2b2b; }

.typography table.language tr td {
  padding: 8px 0; }

.typography table.language a.top {
  float: right;
  font-size: 80%; }

/*** end lag table ****/
/***** score tables ***/
.typography div.scorecardholder {
  float: left;
  width: 350px; }

.typography table.scoring {
  border: 1px solid #2d3a1c;
  background-color: #fff;
  border-collapse: collapse;
  margin: 15px; }

.typography table.scoring td {
  border: 1px solid #c9ccbc;
  padding: 0;
  margin: 0; }

.typography table.scoring td p {
  padding: 3px 5px;
  margin: 0; }

/*** end score tables ***/
.typography p.moresoon {
  font-size: 150%;
  text-align: center;
  border-top: 1px dotted #2b2b2b;
  border-bottom: 1px dotted #2b2b2b;
  padding: 8px 0;
  margin: 20px 0;
  background-color: #fff; }

.typography p.twitter {
  border: 1px solid #4fc0e0;
  background-color: #b3dcf4;
  padding: 4px;
  margin-bottom: 15px; }

.typography p.twitter a {
  color: #0971a1;
  font-weight: bold; }

.typography p.twitter a:hover {
  color: #fff; }
