/** This typography file is included in the WYSIWYG editor */
/* GENERIC STYLES
-------------------------------------------- */
.typography * { font-weight: 400; }

/* PARAGRAPHS
-------------------------------------------- */
.typography blockquote { margin-left: 20px; }

.typography hr { padding: 5px; }

.typography p, .typography ul li, .typography ol li, .typography a { color: black; line-height: 18px; font-size: 14px; margin: 0 0 18px 0; }

.typography p { margin-bottom: 20px; }

.typography p strong { font-weight: bold; }

.typography p.Lead { font-size: 18px; line-height: 24px; font-weight: normal; }

/** CMS LIST STYLES **/
.typography ul, .typography ol { margin-left: 10px; margin-bottom: 20px; }

.typography ul li, .typography ol li { margin: 4px 10px; line-height: 18px; }

.typography ul li { list-style-type: disc; }

.typography ol li { list-style-type: decimal; }

/* HEADER STYLES */
.typography h1, .typography h2, .typography h3, .typography h5, .typography h6 { text-transform: uppercase; }

.typography h1 { margin: 0 0 18px 0; font-size: 24px; line-height: 28px; font-weight: 800; color: #ac1917; }

.typography h2 { margin: 0 0 4px 0; font-size: 18px; line-height: 22px; font-weight: 800; color: #ac1917; }

.typography h3 { color: #ac1917; margin: 0 0 0 0; font-weight: 400; clear: both; font-size: 14px; line-height: 14px; font-style: italic; }

.typography h4 { font-size: 16px; color: #ac1917; width: 95%; font-weight: 400; line-height: 18px; border-bottom: 1px solid black; margin: 0 0 16px 0; }

.typography h5 { font-size: 14px; color: #ac1917; font-weight: 700; margin: 0 0 12px 0; }

.typography h6 { font-size: 13px; color: #ac1917; line-height: 1.4em; margin: 0 0 12px 0; }

/* LINK STYLES */
.typography a { color: #ac1917; font-size: 14px; text-decoration: none; }

.typography a:hover { color: #ac1917; text-decoration: underline; }

.typography table { font-size: 1.1em; }

.typography table tr td { padding: 3px 5px; }

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

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

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

.typography img.right { float: right; padding: 0 0 10px 10px; }

.typography img.left { float: left; padding: 0 10px 10px 0; }

.typography .captionImage { position: relative; display: inline; }

.typography .captionImage img { padding: 0; }

.typography .captionImage.right { float: right; padding-left: 20px; padding-bottom: 10px; }

.typography .captionImage p.caption { margin: 0; }

.typography p.MsoNormal, .typography p.MsoBodyText { margin: 0; }

.typography a.video { color: #EB008B; }

.typography p.video { color: #181818; font-size: 12px; line-height: 16px; }

.typography .fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
