/* Typography */
a { color: #005f92; text-decoration: none; }
a:focus, a:hover { color: #f36f21; outline: none; text-decoration: underline; }
a.more, span.more { color: #f36f21; font-size: 10px; text-transform: uppercase; font-weight: 700; }

h1, h2, h3, h4, h5, h6 {  font-family: Calibri, Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: -0.25px; }
h1 { font-size: 30px; line-height: 30px; margin: 0 0 10px 0; }
h1.title { font-size: 22px; margin-bottom: 5px; color: #0d2743; }
h1.white { color: #fff; }
h2 { font-size: 22px; line-height: 24px; margin: 0 0 10px 0; font-style:normal; }
h3 { font-size: 20px; }
h4 { font-size: 18px; line-height: 18px; }
h5 { font-size: 16px; line-height: 18px; margin: 0; color: #000; padding-bottom: 5px; }
h6 { font-size: 12px; font-style:italic; }

p { margin: 0 0 1.0em; }
p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }


ul { margin: 0 0 1em 15px; }
ol { margin: 0 0 1em 30px; }

hr { margin: 18px 0; height: 2px; border: none; overflow: hidden; }

blockquote { margin: 5px 5px 20px 30px; width: 400px; float:right; color: #d2232a; font-size: 20px; line-height: 24px; }
blockquote cite { display: block; margin: 0 0 1em; }

