/************ Eric Meyer's CSS Reset ***************/

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;
}


/************************* End Reset ************************/

body {
  font-family: 'Crimson Text', serif;
  background: #fff;
  color: #333;
  padding-bottom: 30px;
  font-size: 18px;
}

#container {
  width: 960px;
  margin: auto;
}

section {
  overflow: hidden;
}


/*********************** Header Styles **********************/

header {
  background: url(images/pen.png) 480px top no-repeat;
  height: 200px;
  border-bottom: 3px solid #cb2000;
  position: relative;
}

#cta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 30px;
}


/***************** Typography ***********************/

h1, h2, h3 {
  font-family: Oswald, sans-serif;
  margin-bottom: .5em;
}

header h1 {
  font-size: 60px;
  padding-top: 30px;
  text-transform: uppercase;
  line-height: 50px;
  color: #2c3e6d;
}

header h1 span {
  font-family: 'Crimson Text', serif;
  display: block;
  font-size: 40px;
  text-transform: lowercase;
  color: #000;
}

a {
  color: #CB2000;
  text-decoration: none;
}


/***************** Navigation Styles *****************/

nav ul {
  overflow: hidden;
}

nav ul li {
  float: left;
}

nav ul li a {
  display: block;
  width: 117px;
  border-right: 3px solid #cb2000;
  color: #000;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  line-height: 28px;
}

nav ul li a:hover {
  color: #cb2000;
}


/************* Top Section Styles ******************/

#top figure {
  width: 400px;
  float: left;
  font-size: 28px;
  line-height: 1.4em;
  padding: 60px 40px;
  text-indent: -.5em;
}

blockquote {
  margin-bottom: 28px;
}

figcaption {
  margin-left: .5em;
}

.front {
  width: 465px;
  float: right;
  margin-top: 30px;
}

.new-box {
  background: #eee;
  padding: 15px 0px 15px 15px;
}

.new-box h1 {
  font-size: 28px;
  border-bottom: 3px solid #2D3E6C;
  color: #2D3E6C;
  padding-bottom: .3em;
  margin-bottom: .8em;
}

.new-box article {
  border-left: 6px solid #cb2000;
  padding: 0 10px;
  margin-bottom: 20px;
}

.new-box h2 {
  color: #666;
  font-size: 20px;
  margin-bottom: .3em;
}

.new-box p {
  font-style: italic;
  color: #333;
  line-height: 1.2em;
}

.more {
  white-space: nowrap;
}


/***************** Middle Section Styles *******************/

#middle {
  margin: 30px 0;
}

#middle article {
  border-top: 3px solid #2D3E6C;
}

#middle article {
  width: 300px;
  float: left;
  margin-right: 30px;
  padding: 15px 0;
}

#middle article:last-of-type {
  margin-right: 0;
}

#middle h2 {
  font-size: 20px;
  color: #2D3E6C;
  text-transform: uppercase;
  margin-bottom: .5em;
}

p {
  margin-bottom: 1em;
  line-height: 1.4em;
}

p.large-link {
  font-size: 20px;
}


/***************** Footer Styles *******************/

footer {
  padding: 20px 0;
  background-color: #630b00;
  color: #c9cad1;
  overflow: hidden;
}

footer h1 {
  float: left;
  width: 200px;
  padding: 0 20px;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 32px;
  color: #c9cad1;
}

footer h1 span {
  font-family: 'Crimson Text', serif;
  display: block;
  font-size: 24px;
  text-transform: lowercase;
}

footer nav {
  width: 200px;
  float: left;
  padding: 20px 0 0 20px;
}

footer nav ul li {
  float: none;
}

footer nav ul li a {
  border: none;
  color: #c9cad1;
  text-align: left;
  font-size: 16px;
}

footer article {
  padding-top: 20px;
  float: left;
  width: 440px;
}

footer article span {
  font-family: Oswald, sans-serif;
}

footer article nav {
  padding: 10px 0 0 0;
}

footer article nav ul li {
  float: left;
}

footer article nav ul li a {
  display: inline;
  padding-right: 10px;
  font-size: 20px;
}

footer nav ul li a:hover {
  color: #fff;
}
