/**
* Base styles.
*/
/**
* Some handly functions and mixins.
*/
.clear-floats {
  clear: both;
  float: none;
  height: 0;
  width: 100%; }

.off-screen {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.no-margin {
  margin: 0; }

a.block {
  display: block;
  text-decoration: none; }
  a.block:hover, a.block:focus {
    text-decoration: none; }
  a.block img {
    display: block;
    border: 0; }

a img {
  border: 0; }

@font-face {
  font-family: Akzidenz;
  src: url("/design/main/fonts/Akzidenz-Grotesk-BQ.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* basic font sizes for the main text elements */
body {
  font-family: Arial, Sans-Serif;
  font-size: 16px; }

h1 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  font-weight: bold;
  font-family: Akzidenz; }
  h1:first-child {
    padding-top: 0.4em; }

h2 {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-bottom: 0.44444em;
  font-weight: normal;
  font-family: Akzidenz; }

div + h2, p + h2, .staff-profile h2 {
  padding-top: 0.55556em; }

h3 {
  font-size: 0.875em;
  line-height: 1.28571em;
  margin-bottom: 0.57143em;
  font-weight: normal;
  font-style: italic; }

div + h3, p + h3 {
  padding-top: 0.57143em; }

p {
  font-size: 0.875em;
  line-height: 1.3em;
  margin-bottom: 1em; }

li {
  font-size: 0.875em;
  line-height: 1.28571em; }

li li {
  font-size: 1em; }

ul, ol {
  margin: 0 0 0.57143em; }
  ul > li, ol > li {
    margin-left: 1.21429em;
    list-style-position: inside; }
  ul ul, ul ol, ol ul, ol ol {
    font-size: 1em;
    margin: 0.5em 0 0.5em 0em; }

ul > li {
  list-style: disc; }

ol > li {
  list-style: decimal; }

ul.reset {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.reset li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none; }

a {
  color: #ee2d32;
  text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none; }
