@font-face {
  font-family: roboto;
  src: url("../fonts/roboto-light-webfont.eot");
  src: url("../fonts/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: roboto;
  src: url("../fonts/roboto-medium-webfont.eot");
  src: url("../fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: roboto;
  src: url("../fonts/roboto-lightitalic-webfont.eot");
  src: url("../fonts/roboto-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-lightitalic-webfont.woff") format("woff"), url("../fonts/roboto-lightitalic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: roboto;
  src: url("../fonts/roboto-mediumitalic-webfont.eot");
  src: url("../fonts/roboto-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mediumitalic-webfont.woff") format("woff"), url("../fonts/roboto-mediumitalic-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@media screen {
  div, p, blockquote, pre, h1, h2, h3, h4, h5, h6, ul, ol, li, table, thead, tbody, tfoot, tr, form, fieldset, input, button, textarea {
    position: relative;
    margin: 0px;
    padding: 0px;
    zoom: 1; }

  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    position: relative;
    zoom: 1; }

  fieldset, img {
    border: 0 solid; }

  option, optgroup {
    font-family: inherit; }

  .desktop {
    display: none; }

  html, body {
    min-height: 100%;
    margin: 0px;
    padding: 0px; }

  body {
    color: #222;
    font-family: roboto, gill sans, gill sans mt light, gill sans mt, segoe, segoe ui, droid sans, ubuntu, helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
    cursor: default;
    _text-align: center;
    background: white;
    background: -moz-linear-gradient(top, #f2ead9 0, white 200px);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2ead9), color-stop(200px, white));
    background: -webkit-linear-gradient(top, #f2ead9 0, white 200px);
    background: -o-linear-gradient(top, #f2ead9 0, white 200px);
    background: -ms-linear-gradient(top, #f2ead9 0, white 200px);
    background: linear-gradient(top, #f2ead9 0, white 200px);
    _background: white; }

  a {
    color: #df5020;
    text-decoration: none;
    border-bottom: 1px dotted; }
    a:focus, a:hover, a:active {
      border-bottom-style: solid; }
    a img {
      border: 0 none; }

  header, article {
    _text-align: left; }

  header {
    margin: 1.5em 1em;
    font-size: 1.25em;
    line-height: 1.5em; }
    header #logo {
      padding-left: 1.75em;
      border-bottom: 0 none;
      color: #603020;
      font-weight: bold;
      white-space: nowrap; }
      header #logo .light {
        color: #a97e70; }
      header #logo .icon {
        position: absolute;
        top: 0.125em;
        left: 0;
        width: 1.25em;
        height: 1.25em; }
        header #logo .icon:before, header #logo .icon:after {
          content: "";
          display: block;
          position: absolute;
          width: 72%;
          height: 72%;
          -webkit-border-radius: 0.15em;
          -moz-border-radius: 0.15em;
          border-radius: 0.15em; }
        header #logo .icon:before {
          top: 0;
          left: 0;
          z-index: 1;
          background: #30a4cf; }
        header #logo .icon:after {
          bottom: 0;
          right: 0;
          z-index: 2;
          background: #df5020; }
    header #login {
      padding-left: 1.75em;
      letter-spacing: -0.02em;
      font-weight: normal !important; }
      header #login strong {
        font-weight: normal;
        color: #603020; }
      header #login span {
        display: none; }
      header #login a {
        color: #a97e70;
        border: 0 none;
        text-transform: lowercase; }

  article {
    margin: 1em; }
    article h1.title {
      margin: 0.75em 0; } }
@media screen and (min-width: 480px) {
  body {
    font-size: 16px; } }
@media screen and (min-width: 640px) {
  header, article {
    width: 600px;
    margin-left: auto !important;
    margin-right: auto !important; }

  header {
    height: 1.5em; }
    header #logo {
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    header #login {
      position: absolute;
      top: 0;
      right: 0; }

  .desktop {
    display: block; }

  .mobile {
    display: none; } }
@media screen {
  .hidden {
    display: none; }

  .center-box {
    margin-left: auto !important;
    margin-right: auto !important; }

  .inline {
    display: -moz-inline-stacked !important;
    display: inline-block !important;
    vertical-align: middle;
    *display: inline !important;
    letter-spacing: normal;
    word-spacing: normal;
    font-family: roboto, gill sans, gill sans mt light, gill sans mt, segoe, segoe ui, droid sans, ubuntu, helvetica, arial, sans-serif; }

  .block {
    display: block; }

  .top {
    vertical-align: top; }

  .middle {
    vertical-align: middle; }

  .baseline {
    vertical-align: baseline; }

  .bottom {
    vertical-align: bottom; }

  .indent, .indent-1 {
    margin-left: 3em; }

  .indent-2 {
    margin-left: 6em; }

  .indent-3 {
    margin-left: 9em; }

  .no-margin {
    margin: 0 !important; }

  .no-padding {
    padding: 0 !important; }

  .clear {
    clear: both; }

  .left, .l {
    text-align: left !important; }

  .right, .r {
    text-align: right !important; }

  .center, .c {
    text-align: center !important; }

  .justify, .j {
    text-align: justify !important; }

  .small {
    font-size: 0.9em;
    line-height: 1.5em; }

  .large {
    font-size: 1.2em;
    line-height: 1.5em; }

  .rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

  .sans-serif {
    font-family: roboto, gill sans, gill sans mt light, gill sans mt, segoe, segoe ui, droid sans, ubuntu, helvetica, arial, sans-serif !important; }

  .serif {
    font-family: georgia, times new roman, times, serif !important; }

  .monospace {
    font-family: andale mono, consolas, lucida console, monospace !important; }

  .normal {
    font-weight: normal !important;
    font-style: normal !important; }

  .bold {
    font-weight: bold !important; }

  .italic {
    font-style: italic !important; }

  .black {
    color: #000 !important; }

  .red {
    color: #cc0000 !important; }

  .blue {
    color: #0a66c2 !important; }

  .green {
    color: #407906 !important; }

  .orange {
    color: #df5020 !important; }

  .beige {
    color: #bf9540 !important; }

  .brown {
    color: #603020 !important; }

  .gray {
    color: #666 !important; }

  .lightgray {
    color: #999 !important; }

  a.borderless, a.borderless:hover, a.borderless:focus {
    border-bottom: 0 none; }

  a.red, .red a {
    color: #cc0000 !important; }

  a.green, .green a {
    color: #407906 !important; }

  a.blue, .blue a {
    color: #0a66c2 !important; }

  ul.bullets {
    margin-left: 2.25em; }
    ul.bullets li {
      list-style: none;
      text-indent: -.8em;
      margin: 0.2em 0; }
      ul.bullets li:before {
        content: "\25A0";
        display: inline-block;
        position: relative;
        width: .8em;
        top: -.1em;
        color: #a97e70; }
      ul.bullets li ul li:before {
        color: #888; }

  input, button, textarea, select {
    font-family: roboto, gill sans, gill sans mt light, gill sans mt, segoe, segoe ui, droid sans, ubuntu, helvetica, arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: 2px; }

  input[type=text], input[type=password],
  textarea, select {
    border: 2px solid #d1bd94;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0 none !important; }

  select:focus option, select option:focus, select:focus option:focus {
    outline: 0 none !important; }

  input[type=text]:hover, input[type=password]:hover,
  textarea:hover, select:hover {
    border-color: #c2a770; }

  input[type=text]:disabled, input[type=password]:disabled,
  textarea:disabled, select:disabled {
    border-color: #CCC !important; }

  input[type=text]:focus, input[type=password]:focus,
  textarea:focus, select:focus {
    border-color: #b3914d;
    background: #f2ead9 !important; }

  input.large, button.large, textarea.large, select.large {
    font-size: 1.25em; }

  input.empty, textarea.empty, select.empty, option.empty {
    color: #a68c59; }

  .message {
    color: #FFF;
    padding: 10px 15px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .message.error {
      background: #cc0000; }
    .message.info {
      background: #0a66c2; }
    .message.success {
      background: #407906; }
    .message.warning {
      background: #df5020; }

  form.default {
    margin: 20px 0; }
    form.default .errors {
      background: #cc0000;
      color: #FFF;
      padding: 10px 15px;
      font-weight: bold;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    form.default .row {
      margin: 20px 0; }
      form.default .row label,
      form.default .row .field,
      form.default .row .error,
      form.default .row .help {
        display: block;
        margin-bottom: 5px; }
      form.default .row label.inline {
        vertical-align: top;
        margin-left: 12px;
        margin-bottom: 0;
        max-width: 90%; }
      form.default .row .error {
        color: #cc0000;
        line-height: 1.5em;
        font-weight: bold; }
      form.default .row .help {
        color: #6b572e;
        font-size: 0.8em;
        line-height: 1.5em; }
      form.default .row .button {
        padding: 5px 25px; }
      form.default .row .field.text.has-error {
        border-color: #cc0000; }
      form.default .row input.field.text,
      form.default .row textarea.field.text {
        width: 400px; }
        form.default .row input.field.text.short,
        form.default .row textarea.field.text.short {
          width: 200px; }
        form.default .row input.field.text.tiny,
        form.default .row textarea.field.text.tiny {
          width: 100px; }

  div.table {
    display: table;
    width: 100%;
    height: 100%; }
    div.table div.cell {
      display: table-cell;
      vertical-align: middle; }

  .list .row {
    font-family: "Courier New", monospace;
    letter-spacing: -.31em;
    word-spacing: -.43em; }
    .list .row .cell {
      display: -moz-inline-stacked !important;
      display: inline-block !important;
      vertical-align: middle;
      *display: inline !important;
      letter-spacing: normal;
      word-spacing: normal;
      font-family: roboto, gill sans, gill sans mt light, gill sans mt, segoe, segoe ui, droid sans, ubuntu, helvetica, arial, sans-serif;
      padding: 5px 10px; }
      .list .row .cell.actions {
        text-align: right; }
        .list .row .cell.actions a {
          display: -moz-inline-stacked !important;
          display: inline-block !important;
          vertical-align: middle;
          *display: inline !important;
          letter-spacing: normal;
          word-spacing: normal;
          font-family: roboto, gill sans, gill sans mt light, gill sans mt, segoe, segoe ui, droid sans, ubuntu, helvetica, arial, sans-serif;
          margin-left: 15px; }
    .list .row:hover {
      background: #f2ead9;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

  article h1, article h2, article h3, article h4, article h5, article h6, .document h1, .document h2, .document h3, .document h4, .document h5, .document h6 {
    margin: 1em 0;
    color: #603020; }
  article h1, .document h1 {
    margin: 0.75em 0;
    font-size: 3.75em;
    line-height: 1.1em;
    letter-spacing: -0.05em;
    font-weight: normal; }
  article h2, .document h2 {
    margin: 0.875em 0;
    font-size: 2.5em;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    font-weight: normal; }
  article h3, .document h3 {
    font-size: 2em;
    line-height: 1.3em;
    letter-spacing: -0.035em;
    font-weight: normal; }
  article h4, .document h4 {
    font-size: 1.25em;
    line-height: 1.4em; }
  article h5, .document h5 {
    font-size: 1em;
    line-height: 1.5em; }
  article h6, .document h6 {
    font-size: 0.8em;
    line-height: 1.5em; }
  article p, .document p {
    margin: 1em 0; }
  article blockquote, .document blockquote {
    margin: 0 3em; }
  article dfn, .document dfn {
    font-weight: bold; }
  article sup, article sub, .document sup, .document sub {
    line-height: 0; }
  article abbr, article acronym, .document abbr, .document acronym {
    border-bottom: 1px dotted; }
  article address, .document address {
    margin: 1em 0; }
  article del, .document del {
    color: #999; }
  article pre, article code, article tt, .document pre, .document code, .document tt {
    font-family: andale mono, consolas, lucida console, monospace; }
  article ul, article ol, .document ul, .document ol {
    margin: 1em 0 1em 3em; }
  article li ul, article li ol, .document li ul, .document li ol {
    margin: 0 0 0 3em; }
  article .content, .document .content {
    margin: 20px 0;
    padding: 0 20px; }

  body.home a.icon {
    display: -moz-inline-stacked !important;
    display: inline-block !important;
    vertical-align: middle;
    *display: inline !important;
    letter-spacing: normal;
    word-spacing: normal;
    font-family: roboto, gill sans, gill sans mt light, gill sans mt, segoe, segoe ui, droid sans, ubuntu, helvetica, arial, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.0001em;
    color: rgba(255, 255, 255, 0);
    width: 50px;
    height: 50px;
    border: 0 none;
    background: #bf9540; }
    body.home a.icon.linkedin {
      background: #30a4cf url("../images/icons.png") -50px 0 no-repeat; }
    body.home a.icon.email {
      background: #df5020 url("../images/icons.png") 0 0 no-repeat; }
  body.home article .title h1 {
    margin-top: 0.35em; }
  body.home article .title .icons {
    white-space: nowrap; }
    body.home article .title .icons a {
      margin-left: 15px;
      vertical-align: bottom; }
  body.home article .portrait {
    width: 96px;
    height: 96px;
    margin-right: 10px; }
  body.home article .professional {
    margin: 2.5em 0; }
    body.home article .professional h3 {
      font-size: 1.875em;
      line-height: 1em;
      margin: 0; }
    body.home article .professional p {
      font-size: 1.25em;
      line-height: 1em;
      color: #a97e70;
      margin: 0.125em 0 0.875em 0;
      letter-spacing: -0.02em; }
    body.home article .professional .portrait {
      position: absolute;
      right: 0;
      top: 0; }
  body.home article .contact {
    margin-bottom: 4em; }
    body.home article .contact div {
      display: -moz-inline-stacked !important;
      display: inline-block !important;
      vertical-align: middle;
      *display: inline !important;
      letter-spacing: normal;
      word-spacing: normal;
      font-family: roboto, gill sans, gill sans mt light, gill sans mt, segoe, segoe ui, droid sans, ubuntu, helvetica, arial, sans-serif;
      margin-bottom: 1em; }
      body.home article .contact div.linkedin {
        margin-right: 4em; }
      body.home article .contact div h4 {
        display: -moz-inline-stacked !important;
        display: inline-block !important;
        vertical-align: middle;
        *display: inline !important;
        letter-spacing: normal;
        word-spacing: normal;
        font-family: roboto, gill sans, gill sans mt light, gill sans mt, segoe, segoe ui, droid sans, ubuntu, helvetica, arial, sans-serif;
        margin: 0 0 0 0.3em; }
        body.home article .contact div h4 a {
          border: 0 none;
          color: #603020; }
          body.home article .contact div h4 a span {
            color: #a97e70; } }
@media screen and (min-width: 480px) {
  body.home article .portrait {
    width: 120px !important;
    height: 120px !important; } }
@media screen and (min-width: 640px) {
  body.home article h1.title {
    margin-top: 0.75em; }
  body.home article .icons {
    position: absolute;
    top: 7px;
    right: 0; }
  body.home article .portrait {
    margin-right: 0; }
  body.home article .professional {
    margin: 3.5em 0; } }

@media print {
  body {
    font-family: georgia, times new roman, times, serif; } }
