body {
  color: #333;
  background: #ccc;
  font-size: medium;
  line-height: 1.3rem;
  font-family: Helvetica Neue, Helvetica, Arial;
}
a.home-icon + a.back-icon {
  right: 30px;
}
a.pdf-link {
  right: 60px;
  top: 10px;
  position: absolute;
}
a, a:visited {
  color: #0044CC;  
}
.home-icon,
.back-icon {
  position: absolute;
  right: 20px;
}
.icon-up {
  stroke: #ff8888;
  fill: #ff8888;
  width: 1.5rem;
  height: 1.5rem;
}
.resume {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  padding: 1rem 2rem;
  background: #f2f2f2;
}
heading {
  display: block;
  margin: 0 0 1.5rem;
}
heading h4 {
  margin: 0.5rem 0 0;
}
heading .icon {
  width: 24px;
  height: 24px;
  fill: #333;
  vertical-align: middle;
}
main {
  display: block;
  margin: 0;
  padding: 0;
}
section {
  display: block;
  page-break-inside: avoid;
}
section.job {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
section.job details {
  display: none;
}
section.job jobtitle,
section.job employer {
  font-weight: bold;
}
section.job employer::after {
  content: ", ";
} 
section.job jobscope {
  display: block;
}
section.job time {
  display: inline;
}
section.job time:before {
  content: " - ";
}
section.job location {
  display: inline;
}
section.job summary {
  display: block;
  list-style-type: circle;
  list-style-position: outside;
  padding: 4px 20px;
}
section.job summary item {
  display: list-item;
}
section.job website {
  display: inline;
}
section.job website:before {
  content: " - ";
}
section.job website a {
  text-decoration: none;
}
section.job website a:hover {
  text-decoration: underline;
}
section.school {
  background: #fff;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border-radius: 5px;
}
section.school time {
  display: inline-block;
}
section.school time:after {
  content: " - ";
}
section.school university {
  display: inline-block;
  font-weight: bold;
}
section.school degree {
  display: inline-block;
  font-weight: bold;
}
section.school major {
  display: inline-block;
}
section.school location {
  display: inline-block;
}
h1,
h2,
h3,
h4 {
  font-family: sans-serif;
}
h1.catHeader {
  font-family: 'Archivo Black', sans-serif;
  color: #aaa;
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-top: 0.5em;
}
h1.catHeader,
h1 {
  margin-left: -2px;
}
main > summary {
  background: #fff;
  padding: 0.5rem;
  border-radius: 5px;
}
jobs {
  display: block;
}
jobs.two-point-0 summary {
  list-style-type: circle;
}
jobs.two-point-0 summary item {
  margin: 5px;
}
education {
  display: block;
}
section.printonly {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  div.resume {
    max-width: 100%;
  }
  jobs section.job {
    margin-bottom: 2rem;
    padding: 1rem;
  }
  main > summary {
    margin-bottom: 2rem;
    line-height: 1.5rem;
    font-size: 1.5rem;
    padding: 1rem;
  }
  summary div,
  section {
    line-height: 2rem;
    font-size: 1.5rem;
  }
  time,
  university,
  degree {
    font-size: 1.5rem;
  }
  svg.icon.icon-back,
  svg.icon.icon-up {
    width: 3rem;
    height: 3rem;
  }
  h1.resume-name {
    line-height: 1.8rem;
  }
  .icon {
    width: 48px;
    height: 48px;
  }
  a.pdf-link {
    right: 90px;
    top: 20px;
  }
  a.pdf-link img {
    height: 48px;
    width: 48px;
  }
}
@media print {
  body,
  .resume {
    background: #fff !important;
    margin: auto !important;
    padding: 0;
    -webkit-print-color-adjust: exact;
  }
  heading {
    margin-bottom: 0;
  }
  heading h1 {
    font-size: 22px;
    margin-bottom: 0;
  }
  heading h4 {
    margin: 0.5rem 1rem 0;
    display: inline-block;
  }
  .home-icon,
  a.pdf-link {
    display: none;
  }
  summary,
  time,
  university,
  degree,
  .job {
    font-size: 16px !important;
    line-height: 1.1rem !important;
    padding-bottom: 0 !important;
    border: none;
  }
  jobs section.job {
    margin-bottom: 4px !important;
  }
  jobs section.job summary {
    margin-top: 0 !important;
  }
  main > summary {
    padding: 0 !important;
    margin: 10px 0 0 10px !important;
  }
  h1.catHeader {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-left: 2px;
    color: #666;
  }
  education major,
  education location {
    font-size: 1rem;
  }
  section.noprint {
    display: none;
  }
  section.printonly {
    display: block;
  }
  section.printonly heading {
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.5rem;
  }
  section.printonly jobtitle {
    display: inline-block;
  }
  section.printonly summary employer::after {
    content: " - ";
  } 
  section.printonly summary location::after {
    content: " - ";
  } 
}
