/**
 * Print stylesheet
*/
@import url("//fonts.googleapis.com/css?family=Bitter|Roboto:300,400,500,700");
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important; }
  /* Black prints faster: h5bp.com/s */
  pre, blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  @page {
    size: auto; }
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-print-color-adjust: exact !important;
    box-sizing: border-box;
    background: #fff !important;
    color: #4f4f4f;
    display: table;
    font-family: 'Roboto', sans-serif;
    height: auto;
    margin: 0;
    padding: 1.5cm;
    table-layout: fixed;
    width: 100%; }
    body * {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      background-image: none !important; }
    body a {
      color: #4f4f4f;
      text-decoration: none; }
    body h1 {
      font-size: 24px;
      font-family: 'Bitter', serif;
      font-weight: 500;
      letter-spacing: .1pt; }
    body h2, body h3, body h4, body h5, body h6 {
      margin: 0 0 15pt 0;
      page-break-inside: avoid; }
    body h2, body h3 {
      font-family: 'Bitter', serif;
      font-size: 16pt;
      font-weight: 500;
      letter-spacing: .1pt; }
    body h4, body h5, body h6 {
      font-size: 14pt;
      font-weight: 400; }
    body p {
      font-size: 10pt;
      line-height: 16pt;
      margin: 0 0 15pt 0;
      orphans: 3; }
      body p:last-of-type {
        margin-bottom: 30pt; }
    body ul, body ol {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      body ul li, body ol li {
        font-size: 10pt;
        line-height: 16pt;
        margin: 0 0 .5em 0; }
    body img {
      max-width: 100% !important;
      page-break-inside: avoid; }
    body #site {
      display: table; }
  .print-only {
    display: block !important; }
  #print-logo {
    background: none;
    border: none;
    height: .4637cm;
    margin: 0 0 1cm 0;
    width: 5.7686cm; }
  .btn, .navbar-brand, .navbar-toggle, #navbar, #interrupter-video, #interrupter, #related-articles, #projects, #awards, #terms-of-use, #bidlist, #contact, #team-bio-modal {
    display: none; }
  .header, .simple-card-row, .footer, .modal, .btn-print, .header-contact-info {
    display: none; }
  .header-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
    text-transform: uppercase; }
  .headshot {
    height: auto;
    float: right;
    margin: 0 0 20px 20px;
    width: 250px; }
  .entry-content img {
    margin: 0 0 1.5em 0; }
  .alignnone, img.alignnone {
    height: auto;
    margin-top: var(--spacing-2);
    margin-bottom: var(--spacing-4);
    width: 100% !important; }
    .alignnone img, img.alignnone img {
      height: auto;
      width: 100%; }
  .alignleft, img.alignleft {
    margin-right: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: inline;
    float: left; }
  .alignright, img.alignright {
    margin-left: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: inline;
    float: right; }
  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
  .wp-caption {
    margin-bottom: 2rem;
    padding-top: .5rem; }
  .wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0; }
  .wp-caption p.wp-caption-text {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: var(--text-16);
    font-weight: 400;
    margin-bottom: var(--spacing-2);
    margin-top: 1.5rem;
    padding-top: 1rem; }
    .wp-caption p.wp-caption-text strong, .wp-caption p.wp-caption-text b {
      font-weight: 600; }
  .pagination {
    display: none; } }
