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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 16px/20px 'tenso', 'Helvetica Neue', Arial, Helvetica, sans-serif; }

em {
  font-style: italic; }

br.opt {
  display: none; }
  @media (min-width: 800px) {
    br.opt {
      display: block; } }

br.mid {
  display: none; }
  @media (min-width: 760px) and (max-width: 780px) {
    br.mid {
      display: block; } }

br.mid_lg {
  display: none; }
  @media (min-width: 1020px) and (max-width: 1040px) {
    br.mid_lg {
      display: block; } }

.bio {
  color: #7D7D7D;
  padding: 30px; }
  .bio h1 {
    font-size: 48px;
    line-height: 55px;
    color: #5084A7; }
  .bio h2 {
    color: #5084A7; }
  .bio h3 {
    font-weight: bold; }
  .bio a:link, .bio a:visited {
    color: #7D7D7D;
    text-decoration: none; }
  .bio a:hover {
    text-decoration: underline; }
  @media (min-width: 700px) {
    .bio .bio_inner {
      max-width: 400px;
      float: right; } }
  .bio .bio_img img {
    width: 160px;
    height: 160px; }
  .bio .jobs {
    margin: 30px 0; }
    .bio .jobs li {
      margin-bottom: 15px; }
      .bio .jobs li.previously {
        color: #A0A0A0; }
        .bio .jobs li.previously a:link, .bio .jobs li.previously a:visited {
          color: #A0A0A0; }
      .bio .jobs li:last-child {
        margin-bottom: 0; }
  @media (min-width: 700px) {
    .bio {
      width: 40%;
      float: left;
      text-align: right; } }

.work {
  color: #fff; }
  .work a:link, .work a:visited {
    color: #fff;
    text-decoration: none; }
  .work a:hover {
    text-decoration: underline; }
  .work h4 {
    font-weight: 700;
    margin-bottom: 20px; }
  .work .work_block {
    padding: 30px; }
  @media (min-width: 700px) {
    .work .work_block_inner {
      max-width: 600px; } }
  .work .quote_list {
    line-height: 22px; }
    .work .quote_list li {
      margin-bottom: 20px; }
      .work .quote_list li:last-child {
        margin-bottom: 0; }
    .work .quote_list .quote {
      font-size: 20px;
      line-height: 28px;
      font-weight: 300; }
    .work .quote_list .title {
      font-weight: 500; }
    .work .quote_list .meta {
      font-weight: 300; }
  .work .accolades_list {
    line-height: 22px; }
    .work .accolades_list li {
      margin-bottom: 20px; }
      .work .accolades_list li:last-child {
        margin-bottom: 0; }
    .work .accolades_list .title {
      font-size: 20px;
      line-height: 24px; }
  .work .press {
    background: #5084A7; }
  .work .accolades {
    background: #DCA24C; }
  .work .writing {
    background: #6E7982; }
  @media (min-width: 700px) {
    .work {
      width: 60%;
      float: left; } }

/*# sourceMappingURL=main.css.map */
