@media print {
  @page {
    size: 8.5in 11in;
    margin: 0;
  }
  body * {
    visibility: hidden;
  }
  #printarea, #printarea * {
    visibility: visible;
  }
  #printarea {
    margin: 0;
    padding: 0;
  }
}
body, div, h1, h2, h3, p, a, ul {
  margin: 0;
  padding: 0;
}

.container {
  width: 960px;
  margin: 0 auto;
  background: white;
  color: #011627;
  font-size: 13pt;
}

h2, h3, .red {
  color: #af0000;
}

a {
  color: black;
  text-decoration: underline;
  transition: color 0.2s;
}
a:hover {
  color: #af0000;
}
a:active {
  color: #71032b;
}

.content {
  display: flex;
  flex-direction: column;
  padding: 1.5em 3em;
}

.header {
  padding-bottom: 0.5em;
  border-bottom: 2px solid #af0000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.header .left .title {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 36pt;
}
.header .left .title .pronouns {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 10pt;
  color: #011627;
}
.header .left .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14pt;
  margin-bottom: 5px;
}
.header .right {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.header .right .bottom-half {
  display: flex;
  flex-direction: row;
}
.header .right .bottom-half div {
  display: flex;
  flex-direction: column;
}
.header .right .bottom-half div:first-child {
  margin-right: 1em;
}
.header .right p {
  margin-top: 2px;
}
.header .right a {
  text-decoration: none;
}

.section {
  border-bottom: 1px dashed #af0000;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
}
.section:last-child {
  border: none;
}
.section.noborder {
  border-bottom: none;
}
.section h2, .section p {
  margin: 2px 0;
}
.section ul {
  margin: 2px 0.5em 2px 1em;
}
.section h2 {
  margin: 0;
  font-size: 14pt;
  text-transform: uppercase;
}
.section .label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.section .label h3 {
  font-size: 12pt;
}
.section .label p {
  color: #af0000;
}
.section .label .link {
  font-weight: 400;
  margin-left: 3px;
}
.section .label .link > a {
  color: #af0000;
  text-decoration: none;
}
.section .label .link > a:hover {
  text-decoration: underline;
}
.section .label .link > a:active {
  color: #71032b;
}
.section .columns {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.atsign::after {
  content: "[at]";
}

@media print {
  p.pagebreak {
    clear: both;
    page-break-before: always;
    background: red;
    height: 2.5em;
  }
  .atsign::after {
    content: "@";
  }
}

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