.typography {
  font-family: 'Open Sans', sans-serif; 
}

/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-family: 'Open Sans', sans-serif; /* This references one of the custom @font-face fonts - the other fonts that are referenced are fallbacks for browsers that don't support @fontface */
    font-weight: normal;
    margin: 0;
    color: #af001b;
}
.typography h1 {
  font-size: 32px;
}
.typography h2 {
	font-weight: lighter;
	font-size: 26px;
	margin-bottom: 15px;
}
.typography h3 { font-family: 'Open Sans', sans-serif;  color: #777; font-size: 20px; margin-bottom: 5px; font-weight: bold;}
.typography h4 { font-family: 'Open Sans', sans-serif; font-weight: lighter; font-size: 16px; line-height: 1.5; margin-bottom: 5px; }
.typography h5 { font-size: 18px; line-height: 1.5; margin-bottom: 5px; }
.typography h6 { font-size: 14px; line-height: 1.5; font-weight: bold; margin-bottom: 5px; }
/* PARAGRAGHS */
.typography  p { font-size: 13px; line-height: 1.5; margin: 5px 0 10px; }
.typography .intro {
     font-size: 13px; line-height: 1.5; margin: 5px 0 10px;
}
.typography em { font-style: italic; }
/* LINKS */
.typography h2 a {
	color: #c4001e;
}
.typography h2 a:hover {
	color: #ea0023;
	text-decoration: none;
}
.typography a, 
.typography a.intro {
    color: #257cbc;
    text-decoration: none;
}
.typography a.disable {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.typography a:hover { 
	text-decoration: underline;
}
.typography a:focus { }
/* LIST STYLES
-------------------------------------------- */
.typography ul li:before {
    content: "»";
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding-right: 10px;	
}
.typography ul{ margin: 5px 0 10px 0; padding: 0; list-style: none; }
.typography ol, .typography dl {
    margin: 5px 0 10px;
    padding: 0 0 0 20px;
}
.typography ol li {
    line-height: 1.5;
    margin: 0 0 0 5px;
    padding-left: 5px;
}
.typography ul li{
    line-height: 1.5;
	margin: 0 0 0 10px;
}
.typography ul.nav li:before, .typography ul.nav-tabs li:before {
	content: '';
}
/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse; /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
	width: 100%;
}
.typography table tr:nth-child(odd) {
      background-color: #f8f8f8
}
.typography table tr.even,
  .typography table th,
  .typography thead td {
      background-color: #ededed
}
.typography table td, .typography table th {
      padding: 5px 10px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
}
.typography table th {
      font-weight: bold;
	  text-align: center;
}
.typography a.btn {
	font-size: 13px;
}
.typography .message.good,
.typography .message.error {
	background: #fee3e2;
    color: #a80000;
	padding: 10px 20px;
	margin-top: 10px;
	width: 100%;
}
.typography .message.good {
	border-color: rgb(0,97,0);
	background: rgb(198,239,206);
	color: rgb(0,97,0);
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}
/* IMAGES ------------------------------------- */
.typography img {
    height: auto;
    
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
.typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
}
.typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
}
.typography .captionImage.left[style],
  .typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
}
.typography .captionImage.left img,.typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
}
.typography .captionImage.left img {
    margin-right: -10px;
}
.typography .captionImage.right img {
    margin-left: -10px;
}
.typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
}
.typography .captionImage.leftAlone{
  float:none;
  margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
  margin: 0 auto 20px;
}
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}
/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}
.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}
.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}
/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}
/***** form fields **********************/
.typography input[type="text"], .typography select, .typography textarea {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 13px;
}