@font-face {
  font-family: 'Gravity';
  src: url('../fonts/Gravity-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gravity';
  src: url('../fonts/Gravity-Italic.otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gravity Light';
  src: url('../fonts/Gravity-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gravity Light';
  src: url('../fonts/Gravity-LightItalic.otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gravity UltraLight';
  src: url('../fonts/Gravity-UltraLight.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gravity UltraLight';
  src: url('../fonts/Gravity-UltraLightItalic.otf');
  font-weight: normal;
  font-style: italic;
}
h1 {
  font-family: 'Gravity';
  font-size: 2rem;
}
h2 {
  font-family: 'Gravity';
  font-size: 1.5rem;
}
h3 {
  font-family: 'Gravity';
  font-size: 1.25rem;
}
small {
  font-family: 'Gravity';
  font-size: .875rem;
}
p,
li {
  font-family: 'Gravity Light';
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
body #resume {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin: 1rem;
  border: 1px solid #777777;
  box-shadow: 0px 3px 20px 2px rgba(51, 51, 51, 0.5);
  background-color: #efefef;
}
@media print {
  body #resume {
    margin: 0;
    box-shadow: initial;
    border: none;
    max-width: none;
    background-color: white;
  }
}
body #resume #personalInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 30%;
  max-width: 300px;
  padding-top: 2rem;
  background-color: #263238;
  color: #eeeeee;
}
@media print {
  body #resume #personalInfo {
    color: black;
    background-color: white;
  }
}
body #resume #personalInfo header {
  -ms-flex-positive: 0;
      flex-grow: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
body #resume #personalInfo header img {
  width: 100%;
  max-width: 190px;
  height: auto;
  max-height: 190px;
  border: 1px solid white;
  border-radius: 50%;
}
@media print {
  body #resume #personalInfo header img {
    width: 50%;
  }
}
body #resume #personalInfo header h1 {
  margin-top: 1rem;
}
@media print {
  body #resume #personalInfo header h1 {
    margin-top: .25rem;
  }
}
body #resume #personalInfo header small,
body #resume #personalInfo header h3 {
  margin-bottom: 1rem;
  text-align: center;
}
@media print {
  body #resume #personalInfo header small,
  body #resume #personalInfo header h3 {
    margin-bottom: .25rem;
  }
}
body #resume #personalInfo #info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #37474f;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
body #resume #personalInfo #info .top {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 100%;
  min-height: 100px;
  padding-bottom: 10rem;
}
body #resume #personalInfo #info .top > p {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print {
  body #resume #personalInfo #info .top > p {
    font-size: .875rem;
  }
}
body #resume #personalInfo #info .top p {
  line-height: 1.3;
}
body #resume #personalInfo #info .bottom {
  display: none;
  padding-bottom: 2.5rem;
}
@media print {
  body #resume #personalInfo #info .bottom {
    display: none;
  }
}
body #resume #personalInfo #info .bottom > p {
  margin-left: 1rem;
  margin-right: 1rem;
  line-height: 1.3;
}
@media print {
  body #resume #personalInfo #info .bottom > p {
    font-size: .875rem;
  }
}
@media print {
  body #resume #personalInfo #info .top,
  body #resume #personalInfo #info .bottom {
    color: black;
    background-color: white;
  }
}
body #resume #content {
  width: 70%;
  padding: 2rem;
}
body #resume #content div.infoSectionTitle {
  margin-bottom: 1.5rem;
}
body #resume #content .employerHeading {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print {
  body #resume #content .employerHeading {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
body #resume #content .employerHeading .splitHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body #resume #content .employerHeading .splitHeader > h2 {
  margin-bottom: .5rem;
}
@media print {
  body #resume #content .employerHeading .splitHeader > h2 {
    font-size: 1rem;
  }
}
body #resume #content .employerHeading .splitHeader > p {
  margin-right: 0;
}
@media print {
  body #resume #content .employerHeading .splitHeader > p {
    font-size: .875rem;
  }
}
body #resume #content .employerHeading .title {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
}
@media print {
  body #resume #content .employerHeading .title {
    font-size: .875rem;
  }
}
body #resume #content .employerHeading .timeline {
  font-size: .875rem;
  margin-bottom: .75rem;
}
@media print {
  body #resume #content .employerHeading .timeline {
    font-size: .75rem;
  }
}
body #resume #content .employerHeading ul li {
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media print {
  body #resume #content .employerHeading ul li {
    font-size: .875rem;
  }
}
body #resume #content .jobBlock {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print {
  body #resume #content .jobBlock {
    margin-left: 1rem;
  }
}
body #resume #content .jobBlock > h3 {
  margin-bottom: .75rem;
}
@media print {
  body #resume #content .jobBlock > h3 {
    font-size: .875rem;
  }
}
body #resume #content .jobBlock .splitHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
body #resume #content .jobBlock .splitHeader > h2 {
  margin-bottom: .5rem;
}
@media print {
  body #resume #content .jobBlock .splitHeader > h2 {
    font-size: 1rem;
  }
}
body #resume #content .jobBlock .splitHeader > p {
  margin-right: 0;
}
@media print {
  body #resume #content .jobBlock .splitHeader > p {
    font-size: .875rem;
  }
}
body #resume #content .jobBlock ul li {
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media print {
  body #resume #content .jobBlock ul li {
    font-size: .875rem;
  }
}
body #resume .piSectionHeader,
body #resume .contentSectionHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
@media print {
  body #resume .piSectionHeader,
  body #resume .contentSectionHeader {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}
body #resume .piSectionHeader span,
body #resume .contentSectionHeader span {
  margin-right: .5rem;
  color: #263238;
}
@media print {
  body #resume .piSectionHeader span,
  body #resume .contentSectionHeader span {
    color: black;
  }
}
body #resume .piSection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1rem;
  padding-left: 1rem;
}
body #resume .piSection span {
  margin-right: .5rem;
  color: #263238;
}
@media print {
  body #resume .piSection span {
    color: black;
  }
}
@media print {
  body #resume .piSection {
    margin-top: .25rem;
    font-size: .875rem;
  }
}
@media print {
  .breaker {
    page-break-after: always;
  }
}
@media print {
  .noprint {
    display: none;
  }
}
.onlyprint p {
  display: none;
}
@media print {
  .onlyprint p {
    display: block;
    font-size: .75rem;
    line-height: 1.3;
    margin-left: 1rem;
    margin-right: 4rem;
    font-style: italic;
  }
}

.margin-left-medium {
  margin-left: 1rem;
}
