/* line 8, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/_colors.scss */
.highlight {
  color: #ec008c;
}

@media print {
  /* line 5, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .home .pagebreak {
    page-break-before: always;
  }
  /* line 11, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .schedule a i {
    display: none;
  }
  /* line 15, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .schedule li.res {
    display: none;
  }
  /* line 19, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .schedule li.code,
  .schedule li button {
    display: none;
  }
  /* line 24, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .schedule ul li > ul {
    display: none;
  }
  /* line 29, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .note {
    display: block;
  }
  /* line 32, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .note br {
    display: block !important;
  }
  /* line 37, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .scroll-top {
    display: none;
  }
  /* line 41, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .container {
    width: 95%;
  }
  /* line 45, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .container-fluid {
    width: 95%;
  }
  /* line 49, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  nav {
    display: none;
  }
  /* line 53, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .grid {
    grid-template-columns: 1fr 4fr;
  }
  /* line 58, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  aside {
    grid-template-columns: 1fr;
    font-size: 9pt;
  }
  /* line 64, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article h1 {
    color: #000 !important;
    background: transparent !important;
    border: 1px solid #000;
  }
  /* line 70, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .schedule article h1 span {
    display: inline;
    width: auto !important;
  }
  /* line 77, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article p {
    font-size: 9pt !important;
  }
  /* line 81, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article br {
    display: none;
  }
  /* line 85, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article section {
    padding: 0.75rem 0;
  }
  /* line 89, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article section p:not(:nth-child(2)) {
    margin-top: 0.5rem;
  }
  /* line 94, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article section h2, article section h3 {
    font-size: 9pt;
  }
  /* line 98, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article section ol {
    font-size: 9pt;
  }
  /* line 102, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article section ul {
    font-size: 9pt;
  }
  /* line 106, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article section a {
    font-size: 9pt;
  }
  /* line 110, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article section .day {
    font-size: 9pt;
    float: right;
  }
  /* line 117, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .schedule article section a i {
    display: none;
  }
  /* line 124, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article ul {
    font-size: 9pt;
  }
  /* line 128, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article a {
    font-size: 9pt;
  }
  /* line 132, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  article .day {
    font-size: 9pt;
    float: right;
  }
  /* line 138, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects {
    padding: 0;
  }
  /* line 141, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .container {
    margin: 0;
  }
  /* line 145, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj {
    margin: 0;
  }
  /* line 148, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .breadcrumbs {
    display: none;
  }
  /* line 152, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .pagebreak {
    page-break-before: always;
  }
  /* line 156, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid {
    margin: 0;
    grid-gap: 0;
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 4fr;
  }
  /* line 162, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid.one-four {
    grid-template-columns: 1fr 4fr !important;
  }
  /* line 165, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid.one-three {
    grid-template-columns: 1fr 3fr !important;
  }
  /* line 168, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid.one-two {
    grid-template-columns: 1fr 2fr !important;
  }
  /* line 172, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid aside {
    margin: 0;
    padding-left: 10pt;
    grid-column: 1/2;
  }
  /* line 177, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid aside .mic img {
    width: 1.3in;
    margin-left: -12px;
  }
  /* line 182, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid aside h2 {
    margin-top: 0;
  }
  /* line 185, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid aside h2 span {
    font-size: 20pt;
    margin-top: 0;
  }
  /* line 192, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article {
    grid-column: 2/3;
  }
  /* line 196, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article section:first-child {
    padding-top: 0;
  }
  /* line 201, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article .intro,
  .projects .prj .grid article p,
  .projects .prj .grid article li,
  .projects .prj .grid article li,
  .projects .prj .grid article a {
    font-size: 10pt;
  }
  /* line 209, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article p.intro {
    font-weight: normal;
  }
  /* line 213, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article a {
    color: #000;
  }
  /* line 217, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article h1 {
    border: none;
    font-size: 30pt;
  }
  /* line 222, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article.rubric {
    padding-top: 0;
    margin-top: 0;
    grid-column: 1/3;
  }
  /* line 227, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article.rubric table {
    font-size: 8.5pt;
  }
  /* line 230, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article.rubric table td {
    line-height: 12pt;
  }
  /* line 235, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article.rubric h2 {
    display: none;
  }
  /* line 238, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article.rubric h2 + table {
    margin-top: 0;
  }
  /* line 244, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article.project-topics {
    padding: 1rem 2rem;
    margin-top: 0;
    grid-column: 1/3;
  }
  /* line 250, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
  .projects .prj .grid article .download-print {
    display: none;
  }
  @page {
    /* line 145, ../../../../../Users/kopoku/Documents/Course websites/gd-sass-files/print.scss */
    .projects .prj {
      margin: 0.25in;
    }
  }
}

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