@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600");
@import url("fonts/fontello.css");

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body:after {
  content: '';
  display: table;
  clear: both;
}

h1:before, h2:before, li:before, #contact a:before {
  font-family: resume-icons;
  float: left;
  width: 1.28571em;
  margin: 0 .3em 0 0;
  transition: color 0.2s linear;
}

body {
  color: #555;
  margin: 0 auto;
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, .location, .dates {
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
}

h1, h2 {
  font-size: 23px;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 .3em;
  color: #222;
}

h1:before, h2:before {
  font-size: .6em;
  width: 1.3em;
}

h1 a, h2 a {
  border-bottom: none;
}

h3 {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 .6em;
}

p, ul {
  line-height: 1.6em;
  margin: 0 0 .8em;
}

ul {
  clear: both;
  list-style: none;
  padding: 0 0 0 1.2em;
}

li {
  position: relative;
}

li:before {
  color: #888;
  font-size: 0.75em;
  margin: 0 0 0 -1.33333em;
}

.csv, .links {
  padding: 0;
}

.csv li:before, .links li:before {
  content: none;
}

.csv li {
  display: inline;
}

.csv li:before {
  content: none;
}

.csv li:after {
  content: ',';
  color: #888;
}

.csv li:last-child:after {
  content: none;
}

.links small {
  font-size: .85em;
  font-style: italic;
  color: #888;
}

#opensource h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 1em 0 .3em;
}

#opensource .links {
  padding-left: .6vw;
  margin-left: .3vw;
  border-left: #aaa 1px solid;
}

#opensource .links small {
  display: block;
}

#opensource .links small:before {
  margin-right: 5px;
  font-family: resume-icons;
}

.links small:before {
  content: ' - ';
}

a {
  color: #21759b;
  text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
}

a:hover {
  color: #4ca6cf;
}

section {
  overflow: hidden;
  padding: 20px 20px 5px;
  background: rgba(255, 255, 255, 0.6);
  margin: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: background 0.2s linear, box-shadow 0.2s linear;
}

section:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

section:hover h1:before, section:hover h2:before {
  color: #21759b;
}

section:hover article {
  border-color: #dfdfdf;
}

article {
  border-top: 1px solid #efefef;
  padding: 20px 0 10px;
  transition: border 0.2s linear;
}

.position, .company {
  font-weight: 600;
}

.location, .dates {
  color: #888;
  font-style: italic;
  margin: 0 0 .5em;
}

.details {
  clear: both;
}

#contact a:before {
  font-size: .8em;
}

#contact a:hover:before {
  color: #4ca6cf;
}

.photo-container {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.profile-photo {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

#experience h2, #education h2 {
  margin: 0 0 .6em;
}

@page {
  margin: .5in;
}

@media screen {
  html {
    background: #efefef url(bg/triangular.png);
  }

  .position {
    display: block;
  }

  .location {
    margin: 0;
  }

  .dates {
    margin: 0 0 .5em;
  }
}

@media print {
  body, h3 {
    font-size: 12pt;
  }

  body, section {
    background: none;
  }

  #summary {
    float: left;
    width: 30%;
  }

  #details {
    float: right;
    width: 65%;
  }

  section {
    padding: 0;
    margin: 0 0 .1in;
    box-shadow: none;
  }

  section+section {
    border-top: 1px solid #dfdfdf;
    padding-top: .25in;
  }

  article {
    padding: 9pt 0 0;
  }

  .location {
    float: left;
  }

  .dates {
    float: right;
  }

  h1, h2 {
    font-size: 18pt;
    margin: 0 0 9pt;
  }

  h3 {
    color: #222;
  }

  a {
    color: #555;
  }

  a[data-url]:after {
    content: " "attr(data-url);
    font-size: .8em;
    font-style: italic;
    line-height: 1em;
  }
}

@media screen and (min-width: 768px) {
  body {
    padding: 20px 0;
    max-width: 728px;
  }

  section {
    margin: 0 0 20px;
  }

  #summary {
    width: 264px;
    float: left;
  }

  #details {
    width: 444px;
    float: right;
    padding-left: 20px;
  }

  .position {
    display: inline;
  }

  .location {
    float: left;
  }

  .dates {
    float: right;
  }
}

@media screen and (min-width: 1010px) {
  body {
    max-width: 980px;
  }

  body, h3 {
    font-size: 15px;
  }

  h1, h2 {
    font-size: 28px;
  }

  #summary {
    width: 290px;
  }

  #details {
    width: 670px;
  }
}